Searched refs:test (Results 176 - 200 of 2784) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2004-11-27-InvalidConstantExpr.c8 int test(char *Y) { function
H A D2008-01-07-UnusualIntSize.c10 _Bool test(void) { function
H A D2008-12-23-AsmIntPointerTie.c4 int test(void *b) { function
H A Doffsetof.c9 int test(int len) { function
/external/clang/test/SemaCXX/
H A Dshift.cpp12 void test() { function
H A Dunknown-anytype.cpp11 int test() { function in namespace:test1
25 void test() { function in namespace:test2
32 void test() { function in namespace:test3
43 void test() { function in namespace:test4
/external/embunit/inc/
H A DTestRunner.h43 void TestRunner_runTest(Test* test);
H A DRepeatedTest.h43 Test* test; member in struct:__RepeatedTest
49 #define new_RepeatedTest(test,tmrp)\
52 (Test*)test,\
/external/v8/test/mjsunit/regress/
H A Dregress-102153.js45 function test() { function
51 Debug.setBreakPoint(test, 1, 0);
53 assertTrue(Debug.showBreakPoints(test).indexOf("// Break here.") >= 0);
55 test();
H A Dregress-1129.js38 r.test("\x80");
H A Dregress-318.js30 function test(value) { function
35 assertDoesNotThrow('test(0)');
H A Dregress-1181.js28 // The first count times, test is called with an integer argument and
34 function test(x) { function
41 %DeoptimizeFunction(test);
45 i = test(x / 100);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
H A Dexec-001.js16 * for each test case, verify:
25 // test cases without subpatterns
26 // test cases with subpatterns
29 // test cases in which the exec returns null
33 test();
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
H A Dreplace-001.js60 test();
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
H A Dcatchguard-002-n.js25 function test() function
27 enterFunc ("test");
32 printStatus ("Catchguard var declaration negative test.");
45 exitFunc ("test");
/external/clang/test/CodeGenCXX/
H A Ddelete-two-arg.cpp28 A *test() { function in namespace:test2
39 void test(A *p) { function in namespace:test2
64 void test() { function in namespace:test3
H A Dgoto.cpp9 template<int X> int test(int x) { function in namespace:test0
40 int test() { function in namespace:test0
41 return test<0>(5);
/external/clang/test/PCH/
H A Dchain-late-anonymous-namespace.cpp40 void test() {
48 void test() {
56 void test() {
/external/clang/test/Preprocessor/
H A Dc99-6_10_3_4_p9.c7 #define report(test, ...) ((test)?puts(#test):\
/external/clang/test/Sema/
H A Dknr-variadic-def.c5 char *foo = "test";
6 int test(char*,...);
8 int test(fmt) function
27 exit(test("",foo));
H A Dwarn-outof-range-assign-enum.c11 CCTestEnum test = 50; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}} variable
25 CCTestEnum test = 1; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}} local
26 test = 600; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}}
/external/guava/guava-tests/test/com/google/common/io/
H A DNullOutputStreamTest.java34 String test = "Test string for NullOutputStream";
35 nos.write(test.getBytes());
36 nos.write(test.getBytes(), 2, 10);
/external/v8/test/mjsunit/
H A Dsum-0-plus-undefined-is-NaN.js36 function test(x, y, expectNaN) { function
44 test(0, 1, false);
45 test(0, undefined, true);
/external/valgrind/main/none/tests/
H A Dstackgrowth.c7 static void test(int depth) function
14 test(depth-1);
19 test(DEPTH);
/external/webkit/LayoutTests/storage/domstorage/script-tests/
H A Dclear.js3 function test(storageString) function
28 test("sessionStorage");
31 test("localStorage");

Completed in 329 milliseconds

1234567891011>>