Searched refs:test (Results 1 - 25 of 6019) 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;
/external/chromium_org/tools/gyp/test/mac/loadable-module-bundle-product-extension/
H A Dsrc.cc5 int test() { function
/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/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
/external/chromium_org/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();
H A Dregress-6-9-regexp.js30 assertFalse(/[6-9]/.test('2'));
/external/chromium_org/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/main/none/tests/x86/
H A Daad_aam.stdout.exp0 test begins
2 test completed
/external/chromium_org/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/chromium_org/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/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/chromium_org/tools/gyp/test/many-actions/
H A Dgyptest-many-actions-unsorted.py14 test = TestGyp.TestGyp() variable
16 test.run_gyp('many-actions-unsorted.gyp')
17 test.build('many-actions-unsorted.gyp', test.ALL)
19 test.built_file_must_exist('generated_%d.h' % i)
23 test.touch('file1')
24 test.build('many-actions-unsorted.gyp', test.ALL)
26 test.touch('file0')
27 test
[all...]
/external/chromium_org/tools/gyp/test/hello/
H A Dgyptest-all.py14 test = TestGyp.TestGyp(workdir='workarea_all') variable
16 test.run_gyp('hello.gyp')
18 test.build('hello.gyp', test.ALL)
20 test.run_built_executable('hello', stdout="Hello, world!\n")
22 test.up_to_date('hello.gyp', test.ALL)
24 test.pass_test()
/external/chromium_org/tools/gyp/test/msvs/buildevents/
H A Dgyptest-msbuild-supports-prepostbuild.py14 test = TestGyp.TestGyp(formats=['msvs'], workdir='workarea_all') variable
16 test.run_gyp('buildevents.gyp', '-G', 'msvs_version=2008')
17 test.must_contain('main.vcproj', 'Name="VCPreBuildEventTool"')
18 test.must_contain('main.vcproj', 'Name="VCPostBuildEventTool"')
20 test.run_gyp('buildevents.gyp', '-G', 'msvs_version=2010')
21 test.must_contain('main.vcxproj', '<PreBuildEvent>')
22 test.must_contain('main.vcxproj', '<PostBuildEvent>')
24 test.pass_test()
/external/chromium_org/tools/gyp/test/same-rule-output-file-name/
H A Dgyptest-all.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('subdirs.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('subdirs.gyp', test.ALL, chdir='relocate/src')
20 test.must_exist('relocate/src/subdir1/rule.txt')
21 test.must_exist('relocate/src/subdir2/rule.txt')
23 test.pass_test()
/external/chromium_org/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 449 milliseconds

1234567891011>>