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

1234567891011>>

/external/clang/test/CodeGen/
H A Dbool-init.c4 // CHECK: @test = global i8 1
5 _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;
/external/clang/test/Index/
H A Dpreamble-reparse-warn-end-of-file.c3 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2>&1 > %t.out.txt | FileCheck -check-prefix=STDERR %s
5 // CHECK: preamble-reparse-warn-end-of-file.c:[[@LINE+6]]:6: FunctionDecl=test:[[@LINE+6]]:6
11 void test() { function
/external/clang/test/SemaCXX/
H A Dpr9812.cpp3 int test(int, char**) function
H A Dshort-wchar-sign.cpp7 int test[(wchar_t(-1)<wchar_t(0)) == (sizeof(wchar_t) == 4) ?1:-1]; variable
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dcompare.size_size_sv_size_size.pass.cpp39 void test ( const CharT *s1, size_t pos1, size_t n1, function
51 test("", 0, 0, "", 0, 0, 0);
52 test("", 0, 0, "", 0, 1, 0);
53 test("", 0, 0, "", 1, 0, 0);
54 test("", 0, 0, "abcde", 0, 0, 0);
55 test("", 0, 0, "abcde", 0, 1, -1);
56 test("", 0, 0, "abcde", 0, 2, -2);
57 test("", 0, 0, "abcde", 0, 4, -4);
58 test("", 0, 0, "abcde", 0, 5, -5);
59 test("",
[all...]
H A Dcompare.size_size_sv.pass.cpp36 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { function
46 test("", 0, 0, "", 0);
47 test("", 0, 0, "abcde", -5);
48 test("", 0, 0, "abcdefghij", -10);
49 test("", 0, 0, "abcdefghijklmnopqrst", -20);
50 test("", 0, 1, "", 0);
51 test("", 0, 1, "abcde", -5);
52 test("", 0, 1, "abcdefghij", -10);
53 test("", 0, 1, "abcdefghijklmnopqrst", -20);
54 test("",
[all...]
H A Dcompare.size_size_sv_pointer_size.pass.cpp38 void test ( const CharT *s1, size_t pos1, size_t n1, function
50 test("", 0, 0, "", 0, 0);
51 test("", 0, 0, "abcde", 0, 0);
52 test("", 0, 0, "abcde", 1, -1);
53 test("", 0, 0, "abcde", 2, -2);
54 test("", 0, 0, "abcde", 4, -4);
55 test("", 0, 0, "abcde", 5, -5);
56 test("", 0, 0, "abcdefghij", 0, 0);
57 test("", 0, 0, "abcdefghij", 1, -1);
58 test("",
[all...]
H A Dcompare.pointer_size.pass.cpp33 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) function
42 test("", 0, 0, "", 0);
43 test("", 0, 0, "abcde", -5);
44 test("", 0, 0, "abcdefghij", -10);
45 test("", 0, 0, "abcdefghijklmnopqrst", -20);
46 test("", 0, 1, "", 0);
47 test("", 0, 1, "abcde", -5);
48 test("", 0, 1, "abcdefghij", -10);
49 test("", 0, 1, "abcdefghijklmnopqrst", -20);
50 test("",
[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-412162.js7 function test() { function
11 test();
12 test();
13 %OptimizeFunctionOnNextCall(test);
14 test();
/external/v8/test/webkit/
H A Dregexp-negative-special-characters.js25 "This test checks Unicode in negative RegExp character classes."
28 function test(pattern, str, expected_length) { function
38 test("\\s", " \\t\\f\\v\\r\\n", 0); // ASCII whitespace.
39 test("\\S", "Проверка", 0); // Cyrillic letters are non-whitespace...
40 test("\\s", "Проверка", 8); // ...and they aren't whitespace.
41 test("[\\s]", "Проверка", 8);
42 test("[\\S]", "Проверка", 0);
43 test("[^\\s]", "Проверка", 0);
44 test("[^\\S]", "Проверка", 8);
45 test("[\\
[all...]
/external/valgrind/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 Dnumber-literal.js5 function test(message, a, b, skipStrictMode) { function
15 test('hex-int', '0x20', '32');
16 test('oct-int', '040', '32', true); // Octals disallowed in strict mode.
17 test('dec-int', '32.00', '32');
18 test('dec-underflow-int', '32.00000000000000000000000000000000000000001', '32');
19 test('exp-int', '3.2e1', '32');
20 test('exp-int', '3200e-2', '32');
21 test('overflow-inf', '1e2000', 'Infinity');
22 test('overflow-inf-exact', '1.797693134862315808e+308', 'Infinity');
23 test('no
[all...]
/external/v8/test/webkit/fast/js/
H A Dnumeric-escapes-in-string-literals.js28 function test(_stringLiteral, _nonStrictResult, _strictResult) function
45 test("\\0", "\x00", "\x00");
46 test("\\1", "\x01");
47 test("\\7", "\x07");
48 test("\\8", "8");
49 test("\\9", "9");
53 test("\\00", "\x00");
54 test("\\000", "\x00");
55 test("\\0000", "\x000");
57 test("\\0
[all...]
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_pointer.pass.cpp31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, function
48 test(S(""), 0, 0, "", 0);
49 test(S(""), 0, 0, "abcde", -5);
50 test(S(""), 0, 0, "abcdefghij", -10);
51 test(S(""), 0, 0, "abcdefghijklmnopqrst", -20);
52 test(S(""), 0, 1, "", 0);
53 test(S(""), 0, 1, "abcde", -5);
54 test(S(""), 0, 1, "abcdefghij", -10);
55 test(S(""), 0, 1, "abcdefghijklmnopqrst", -20);
56 test(
[all...]
H A Dsize_size_pointer_size.pass.cpp31 test(const S& s, typename S::size_type pos, typename S::size_type n1, function
48 test(S(""), 0, 0, "", 0, 0);
49 test(S(""), 0, 0, "abcde", 0, 0);
50 test(S(""), 0, 0, "abcde", 1, -1);
51 test(S(""), 0, 0, "abcde", 2, -2);
52 test(S(""), 0, 0, "abcde", 4, -4);
53 test(S(""), 0, 0, "abcde", 5, -5);
54 test(S(""), 0, 0, "abcdefghij", 0, 0);
55 test(S(""), 0, 0, "abcdefghij", 1, -1);
56 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());

Completed in 1044 milliseconds

1234567891011>>