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

1234567891011>>

/external/clang/test/CodeGen/
H A Dbool-init.c4 _Bool test = &test; variable
H A D2003-06-29-MultipleFunctionDefinition.c5 extern __inline__ void test() { } function
7 void test() { function
H A Dblockwithlocalstatic.c4 // CHECK: @block_block_invoke.test = internal global i32
6 static int test=0;
7 return test;
9 // CHECK: @block1_block_invoke_2.test = internal global i32
11 static int test = 2;
14 // CHECK: @block2_block_invoke_3.test = internal global i32
16 static int test = 5;
17 return test;
H A D2007-09-14-NegatePointer.c4 int foo(unsigned char *test) { argument
5 return 0U - (unsigned int )test;
H A D2008-02-08-bitfield-bug.c3 struct test { struct
8 struct test *t;
H A D2003-08-20-vfork-bug.c4 test() { function
H A D2004-05-21-IncompleteEnum.c3 void test(enum foo *X) { function
H A Dint-to-pointer.c3 void *test(int i) function
H A Dopaque-pointer.c2 struct test;
4 typedef void (*my_func) (struct test *);
7 struct test { struct
11 char f(struct test *t) {
/external/clang/test/SemaCXX/
H A Dshort-wchar-sign.cpp6 int test[(wchar_t(-1)<wchar_t(0)) == (sizeof(wchar_t) == 4) ?1:-1]; variable
H A Ddo-while-scope.cpp3 void test() { function
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dargument-types.js13 function test(expression, expressionShouldThrow, expectedException) { function
36 test('navigator.geolocation.getCurrentPosition()', true);
38 test('navigator.geolocation.getCurrentPosition(undefined)', true);
39 test('navigator.geolocation.getCurrentPosition(null)', true);
40 test('navigator.geolocation.getCurrentPosition({})', true);
41 test('navigator.geolocation.getCurrentPosition(objectThrowingException)', true);
42 test('navigator.geolocation.getCurrentPosition(emptyFunction)', false);
43 test('navigator.geolocation.getCurrentPosition(Math.abs)', false);
44 test('navigator.geolocation.getCurrentPosition(layoutTestController.setGeolocationPermission)', false);
45 test('navigato
[all...]
/external/clang/test/Preprocessor/
H A Dpr2086.c3 #define test macro
5 #define test macro
8 #ifdef test
H A Dpr2086.h1 #ifndef test
4 #ifdef test
5 #undef test macro
H A Dinclude-macros.c1 // RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test'
3 // This should not be expanded into FOO because pr2086.h undefs 'test'.
4 HERE: test
/external/v8/test/mjsunit/regress/
H A Dregress-260.js32 function test() { eval("while(!function () { var x; });"); } function
33 test();
H A Dregress-6-9-regexp.js30 assertFalse(/[6-9]/.test('2'));
H A Dregress-1592.js34 function test(a) { function
39 test(1);
40 test(1);
42 %OptimizeFunctionOnNextCall(test);
45 test(1);
/external/valgrind/main/none/tests/x86/
H A Daad_aam.stdout.exp0 test begins
2 test completed
/external/v8/test/mjsunit/
H A Dlocal-load-from-eval.js30 function test(source) { function
35 test("assertEquals(27, x);");
36 test("(function() { assertEquals(27, x) })();");
37 test("(function() { var y = 42; eval('1'); assertEquals(42, y); })();");
38 test("(function() { var y = 42; eval('var y = 2; var z = 2;'); assertEquals(2, y); })();");
H A Dglobal-load-from-eval-in-with.js32 function test(obj, source) { function
39 test({ x: 42 }, "assertEquals(42, x)");
40 test({ y: 42 }, "assertEquals(27, x)");
43 test({ x: 42 }, "function f() { assertEquals(42, x) }; f();");
44 test({ y: 42 }, "function f() { assertEquals(27, x) }; f();");
48 test({ x: 42 }, "function f() { function g() { assertEquals(42, x) }; g() }; f();");
49 test({ y: 42 }, "function f() { function g() { assertEquals(27, x) }; g() }; f();");
52 test({ x: 42 }, "function f() { eval('1'); assertEquals(42, x) }; f();");
53 test({ y: 42 }, "function f() { eval('1'); assertEquals(27, x) }; f();");
57 test({
[all...]
/external/v8/test/mjsunit/compiler/
H A Dregress-3260426.js29 // (false in a test context). This should happen even when inlined
33 function test() { return always_false() ? 0 : 1; } function
35 assertEquals(1, test());
/external/webkit/Source/JavaScriptCore/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.");
/external/clang/test/Sema/
H A Dmemset-invalid.c4 char test() { function

Completed in 368 milliseconds

1234567891011>>