Searched refs:test (Results 1 - 25 of 2561) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Exceptions/
H A Dexception-010-n.js25 test();
27 function test() function
29 print ("Null throw test.");
H A Dexception-011-n.js25 test();
27 function test() function
29 print ("Undefined throw test.");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/text-relocs/
H A Dbind.c4 int test() function
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/test-programs/
H A DMakefile.am.inc30 tests_test_programs_DATA = test-programs/Atffile
31 tests_test_programsdir = $(pkgtestsdir)/test-programs
34 tests_test_programs_PROGRAMS = test-programs/c_helpers
35 test_programs_c_helpers_SOURCES = test-programs/c_helpers.c
38 tests_test_programs_PROGRAMS += test-programs/cpp_helpers
39 test_programs_cpp_helpers_SOURCES = test-programs/cpp_helpers.cpp
42 common_sh = $(srcdir)/test-programs/common.sh
43 EXTRA_DIST += test-programs/common.sh
45 tests_test_programs_SCRIPTS = test-programs/sh_helpers
46 CLEANFILES += test
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/FunctionObjects/
H A Dapply-001-n.js25 print ("STATUS: f.apply crash test.");
33 test ();
35 function test () function
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Unicode/
H A Duc-001.js25 test();
27 function test() function
29 enterFunc ("test");
31 printStatus ("Unicode format-control character (Category Cf) test.");
35 "Unicode format-control character test (Category Cf.)");
37 exitFunc ("test");
H A Duc-002-n.js25 test();
27 function test() function
29 enterFunc ("test");
31 printStatus ("Non-character escapes in identifiers negative test.");
35 "Non-character escapes in identifiers negative test.");
37 exitFunc ("test");
H A Duc-001-n.js25 test();
27 function test() function
29 enterFunc ("test");
31 printStatus ("Unicode Characters 1C-1F negative test.");
35 "Unicode whitespace test (1C.)");
37 "Unicode whitespace test (1D.)");
39 "Unicode whitespace test (1E.)");
41 "Unicode whitespace test (1F.)");
43 exitFunc ("test");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/symbol-resolver-pointer/
H A Dfoo.c26 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
32 void test$FOO();
33 void test$FOO() {
34 //printf("test\n");
43 return test$FOO;
46 void test();
47 static void (*t)(void) = test;
51 t = test; // re-assign pointer via non-lazy-poitner
53 test(); // call through stub
57 FAIL("symbol-resolver-pointer: real test functio
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/
H A Dupdate_test.pl19 # Dynamic update test suite.
73 sub test { subroutine
99 test("NOERROR", ["update", rr_del("a.$zone")]);
100 test("NOERROR", ["update", rr_del("b.$zone")]);
101 test("NOERROR", ["update", rr_del("c.$zone")]);
102 test("NOERROR", ["update", rr_del("d.$zone")]);
103 test("NOERROR", ["update", rr_del("e.$zone")]);
104 test("NOERROR", ["update", rr_del("f.$zone")]);
105 test("NOERROR", ["update", rr_del("ns.s.$zone")]);
106 test("NOERRO
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestWebKitFindController.cpp72 static void foundTextCallback(WebKitFindController*, guint matchCount, FindControllerTest* test) argument
74 test->m_textFound = true;
75 test->m_matchCount = matchCount;
76 if (test->m_runFindUntilCompletion)
77 g_main_loop_quit(test->m_mainLoop);
80 static void failedToFindTextCallback(WebKitFindController*, FindControllerTest* test) argument
82 test->m_textFound = false;
83 if (test->m_runFindUntilCompletion)
84 g_main_loop_quit(test->m_mainLoop);
87 static void countedMatchesCallback(WebKitFindController*, guint matchCount, FindControllerTest* test) argument
95 testFindControllerTextFound(FindControllerTest* test, gconstpointer) argument
106 testFindControllerTextNotFound(FindControllerTest* test, gconstpointer) argument
117 testFindControllerMatchCount(FindControllerTest* test, gconstpointer) argument
129 testFindControllerMaxMatchCount(FindControllerTest* test, gconstpointer) argument
141 testFindControllerNext(FindControllerTest* test, gconstpointer) argument
167 testFindControllerPrevious(FindControllerTest* test, gconstpointer) argument
193 testFindControllerCountedMatches(FindControllerTest* test, gconstpointer) argument
214 testFindControllerOptions(FindControllerTest* test, gconstpointer) argument
262 testFindControllerHide(FindControllerTest* test, gconstpointer) argument
296 testFindControllerInstance(FindControllerTest* test, gconstpointer) argument
304 testFindControllerGetters(FindControllerTest* test, gconstpointer) argument
[all...]
H A DTestWebViewEditor.cpp39 static void canExecuteEditingCommandReadyCallback(GObject*, GAsyncResult* result, EditorTest* test) argument
42 test->m_canExecuteEditingCommand = webkit_web_view_can_execute_editing_command_finish(test->m_webView, result, &error.outPtr());
44 g_main_loop_quit(test->m_mainLoop);
55 static gboolean waitForClipboardText(EditorTest* test) argument
57 test->m_triesCount++;
58 if (gtk_clipboard_wait_is_text_available(test->m_clipboard) || test->m_triesCount > kClipboardWaitMaxTries) {
59 g_main_loop_quit(test->m_mainLoop);
81 static void testWebViewEditorCutCopyPasteNonEditable(EditorTest* test, gconstpointe argument
108 testWebViewEditorCutCopyPasteEditable(EditorTest* test, gconstpointer) argument
134 testWebViewEditorSelectAllNonEditable(EditorTest* test, gconstpointer) argument
163 testWebViewEditorSelectAllEditable(EditorTest* test, gconstpointer) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/RegExp/
H A Dregress-28686.js25 test();
27 function test()
29 enterFunc ("test");
37 exitFunc ("test");
/macosx-10.9.5/CPANInternal-140/Graph/util/
H A Dsrand.pl2 env PERL_HASH_SEED= PERL_HASH_SEED_DEBUG=1 make test
/macosx-10.9.5/CPANInternal-140/Graph-0.94/util/
H A Dsrand.pl2 env PERL_HASH_SEED= PERL_HASH_SEED_DEBUG=1 make test
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/FunExpr/
H A Dfe-001-n.js25 test();
27 function test() function
29 enterFunc ("test");
30 printStatus ("Function Expression test.");
36 exitFunc ("test");
H A Dfe-001.js28 function test() function
30 enterFunc ("test");
32 printStatus ("Function Expression Statements basic test.");
36 exitFunc ("test");
39 test();
H A Dfe-002.js30 function test() function
32 enterFunc ("test");
33 printStatus ("Function Expression test.");
40 exitFunc ("test");
43 test();
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dassert.h39 const char *test ));
41 /* Can't use LDAP_STRING(test), that'd expand to "test" */
43 #define assert(test) \
44 ((test) ? (void)0 : ber_pvt_assert( __FILE__, __LINE__, #test ) )
46 #define assert(test) \
47 ((test) ? (void)0 : ber_pvt_assert( __FILE__, __LINE__, "test" ) )
54 #define assert(test) ((voi
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/regress/
H A Dstrduptest.c23 test(const char *a) function
40 test("");
41 test("a");
42 test("\0");
43 test("abcdefghijklmnopqrstuvwxyz");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dynamic_cast-basic/
H A Dfoo.h3 class test class
11 class testsub : public test
21 class testsubother : public test
30 extern test* maketestsub();
32 extern bool istestsub(test* t)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ditmajor.cpp8 * MajorTestLevel is the top level test class for everything in the directory "IntlWork".
45 suite test; \
46 callTest(test, par); \
56 IntlTestUtilities test; local
57 callTest( test, par );
65 IntlTestNormalize test; local
66 callTest( test, par );
75 IntlTestCollator test; local
76 callTest( test, par );
85 RegexTest test; local
95 IntlTestFormat test; local
105 IntlTestTransliterator test; local
115 IntlTestRBBI test; local
124 IntlTestRBNF test; local
133 RbnfRoundTripTest test; local
143 ICUServiceTest test; local
152 TestIDNA test; local
161 ConversionTest test; local
171 IntlTestRBNFParse test; local
180 CharsetDetectionTest test; local
191 IntlTestSpoof test; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Exceptions/
H A Dregress-58946.js22 *This test arose from Bugzilla bug 58946.
35 test();
38 function test() { function
39 enterFunc ("test");
55 exitFunc ("test");
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/ExecutionContexts/
H A D10.1.3.js31 test();
45 function test() function
47 enterFunc ("test");
52 reportCompare ("function", f(), "Declaration precedence test");
54 exitFunc("test");
H A D10.1.4-1.js37 test();
39 function test() function
41 enterFunc ("test");
57 exitFunc("test");

Completed in 130 milliseconds

1234567891011>>