HomeSort by relevance Sort by last modified time
    Searched defs:tests (Results 1 - 25 of 2878) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/webkit/fast/js/
function-decompilation-operators.js 26 var tests = [ variable
80 for (test in tests) {
81 var decompiledFunction = eval("(function () { " + tests[test] + ";})").toString().replace(/\n/g, "");
82 shouldBe("decompiledFunction", "'function () { " + tests[test] + ";}'");
  /external/chromium_org/v8/test/mjsunit/
double-intrinsics.js 17 var tests = [0x7ff00000, 0x00000000, Infinity, variable
27 for (var i = 0; i < tests.length; i += 3) {
28 assertDoubleBits(tests[i], tests[i + 1], tests[i + 2]);
33 for (var i = 0; i < tests.length; i += 3) {
34 assertDoubleBits(tests[i], tests[i + 1], tests[i + 2]);
  /hardware/libhardware/tests/fingerprint/
fingerprint_tests.cpp 20 namespace tests { namespace
37 } // namespace tests
  /external/apache-harmony/support/src/test/java/tests/support/
Support_GetResource.java 18 package tests.support;
Support_Proxy_ParentException.java 18 package tests.support;
Support_Proxy_SubException.java 18 package tests.support;
  /external/chromium_org/v8/test/webkit/
regexp-in-and-foreach-handling.js 26 var tests = [ variable
35 return tests[i][0].exec(tests[i][1]);
40 var re = tests[i][0],
41 str = tests[i][1],
55 var re = tests[i][0],
56 str = tests[i][1],
67 for (var i in tests) {
68 shouldBe('testRegExpMatchesArray(' + i + ')', tests[i][2]);
69 shouldBe('testInOperator(' + i + ')', tests[i][2])
    [all...]
  /external/cmockery/cmockery_0_1_2/src/example/
assert_macro_test.c 39 const UnitTest tests[] = { local
43 return run_tests(tests);
run_tests.c 26 const UnitTest tests[] = { local
29 return run_tests(tests);
  /external/oprofile/libutil/tests/
file_tests.c 19 static char * tests[][2] = { variable
50 fprintf(stderr, "chdir(\"/usr\") failed for %s\n", tests[i][0]);
54 while (tests[i][0]) {
55 if (!realpath(tests[i][0], tmp)) {
56 fprintf(stderr, "NULL return for %s\n", tests[i][0]);
60 if (strcmp(tmp, tests[i][1])) {
62 tmp, tests[i][1], tests[i][0]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/support/
B.java 18 package tests.api.support;
  /libcore/luni/src/test/java/tests/targets/security/
SecureRandomTestSHA1PRNG.java 16 package tests.targets.security;
18 import tests.security.SecureRandomTest;
  /libcore/support/src/test/java/tests/security/
TestHelper.java 17 package tests.security;
  /libcore/support/src/test/java/tests/support/
Support_GetResource.java 18 package tests.support;
Support_Proxy_ParentException.java 18 package tests.support;
Support_Proxy_SubException.java 18 package tests.support;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
re_tests.py 56 tests = [ variable
63 # Same tests, for the ?P= form
280 # All tests from Perl
669 tests.extend([
test_distutils.py 0 """Tests for distutils.
3 The tests for distutils are defined in the distutils.tests package;
9 import distutils.tests namespace
13 test_support.run_unittest(distutils.tests.test_suite())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
re_tests.py 56 tests = [ variable
63 # Same tests, for the ?P= form
280 # All tests from Perl
669 tests.extend([
test_distutils.py 0 """Tests for distutils.
3 The tests for distutils are defined in the distutils.tests package;
9 import distutils.tests namespace
13 test_support.run_unittest(distutils.tests.test_suite())
  /external/apache-harmony/support/src/test/java/tests/resources/subfolder/tests/resources/
hyts_resource_fr_FR.java 18 package tests.resources.subfolder.tests.resources;
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
hyts_resource_en_US.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_en_US_VAR.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_fr.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_fr_FR.java 18 package tests.resources.subfolder.tests.norootresources;

Completed in 2186 milliseconds

1 2 3 4 5 6 7 8 91011>>