Searched defs:tests (Results 1 - 25 of 1179) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/webkit/fast/js/
H A Dfunction-decompilation-operators.js26 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/
H A Ddouble-intrinsics.js17 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]);
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
H A Dhyts_resource_en_US.java18 package tests.resources.subfolder.tests.norootresources;
H A Dhyts_resource_en_US_VAR.java18 package tests.resources.subfolder.tests.norootresources;
H A Dhyts_resource_fr.java18 package tests.resources.subfolder.tests.norootresources;
H A Dhyts_resource_fr_FR.java18 package tests.resources.subfolder.tests.norootresources;
H A Dhyts_resource_fr_FR_VAR.java17 package tests.resources.subfolder.tests.norootresources;
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
H A Dhyts_resource.java18 package tests.resources.subfolder.tests.resources;
H A Dhyts_resource_en_US.java18 package tests.resources.subfolder.tests.resources;
H A Dhyts_resource_en_US_VAR.java18 package tests.resources.subfolder.tests.resources;
H A Dhyts_resource_fr.java18 package tests.resources.subfolder.tests.resources;
H A Dhyts_resource_fr_FR_VAR.java17 package tests.resources.subfolder.tests.resources;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Proxy_ParentException.java18 package tests.support;
H A DSupport_Proxy_SubException.java18 package tests.support;
H A DSupport_TestResource.java18 package tests.support;
H A DSupport_TestResource_en.java18 package tests.support;
H A DSupport_TestResource_en_US.java18 package tests.support;
H A DSupport_TestResource_fr.java18 package tests.support;
H A DSupport_TestResource_fr_FR.java18 package tests.support;
H A DSupport_TestResource_fr_FR_VAR.java17 package tests.support;
/external/chromium_org/v8/test/webkit/
H A Dregexp-in-and-foreach-handling.js26 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[
[all...]
/external/oprofile/libutil/tests/
H A Dfile_tests.c19 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]);
/external/apache-harmony/support/src/test/java/tests/resources/subfolder/tests/resources/
H A Dhyts_resource_fr_FR.java18 package tests.resources.subfolder.tests.resources;
/external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
H A DService.java18 package tests.resources.ServiceLoader;
H A DServiceDuplicateIn2File.java18 package tests.resources.ServiceLoader;

Completed in 269 milliseconds

1234567891011>>