HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 51 - 75 of 4017) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
sizeof-unwind-exception.cpp 8 void test() { function
  /external/clang/test/Misc/
show-diag-options.c 16 void test(int x, int y) { function
  /external/clang/test/PCH/
chain-ext_vector.c 0 // Test this without pch.
4 // Test with pch.
9 int test(float4 f4) { function
ext_vector.c 0 // Test this without pch.
4 // Test with pch.
8 int test(float4 f4) { function
  /external/clang/test/Preprocessor/
pr2086.c 3 #define test macro
5 #define test macro
8 #ifdef test
pr2086.h 1 #ifndef test
4 #ifdef test
5 #undef test macro
  /external/clang/test/Sema/
attr-availability-ios.c 13 void test() { function
memset-invalid.c 4 char test() { function
  /external/clang/test/SemaCXX/
short-wchar-sign.cpp 7 int test[(wchar_t(-1)<wchar_t(0)) == (sizeof(wchar_t) == 4) ?1:-1]; variable
  /external/compiler-rt/test/timing/
time 3 function test () { function
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
  /external/llvm/test/MC/ARM/
2013-03-18-Br-to-label-named-like-reg.s 2 @ CHECK: test:
4 test: label
  /external/v8/test/mjsunit/compiler/
regress-106351.js 30 // Test Math.round with the input reused in the same expression.
31 function test(x) { function
36 for (var i = 0; i < 5; ++i) test(0.5);
37 %OptimizeFunctionOnNextCall(test);
38 test(0.5);
regress-96989.js 31 // Test correct handling of uninitialized const.
33 function test() { function
41 for (var i=0; i<10; i++) test();
42 %OptimizeFunctionOnNextCall(test);
43 assertEquals(41, test());
  /external/v8/test/mjsunit/
local-load-from-eval.js 30 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); })();");
math-pow.js 31 function test() { function
144 // Test detecting and converting integer value as double.
170 test();
171 test();
172 %OptimizeFunctionOnNextCall(test);
173 test()
math-sqrt.js 30 function test(expected_sqrt, value) { function
42 test(2, 4);
43 test(0.1, 0.01);
46 test(NaN, NaN);
47 test(NaN, -1);
48 test(+0, +0);
49 test(-0, -0);
50 test(Infinity, Infinity);
52 test(NaN, -Infinity);
  /external/v8/test/mjsunit/regress/
regress-125515.js 30 function test(a) { function
35 test(a);
36 test(a);
40 test(a);
41 test(a);
regress-1919169.js 29 function test() { function
39 test();
regress-260.js 32 function test() { eval("while(!function () { var x; });"); } function
33 test();
regress-286.js 30 function test() { function
36 assertEquals(1, test());
regress-318.js 30 function test(value) { function
35 assertDoesNotThrow('test(0)');
regress-397.js 32 function test() { function
40 test();
41 test();
42 %OptimizeFunctionOnNextCall(test);
43 test();
regress-636.js 28 function test() { function
36 assertEquals("10000000001", test());
regress-685.js 28 // Regression test for http://code.google.com/p/v8/issues/detail?id=685.
30 // Test that keyed load IC generic stub uses unsigned comparison for
33 // The test passes if it does not crash.
35 function test() { function
43 test();
regress-74.js 28 // Test that the variable introduced by catch blocks is DontDelete.
31 function test() { function
40 test();

Completed in 194 milliseconds

1 23 4 5 6 7 8 91011>>