HomeSort by relevance Sort by last modified time
    Searched defs:tests (Results 1 - 25 of 2413) 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] + ";}'");
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
AllTests.java 17 package android.tests.sigtest.tests;
25 * Finds all instrumentation and unit tests for this application.
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/
AbstractClass.java 17 package android.tests.sigtest.tests.data;
20 * This class is used as reference data for the JDiffClassDescriptionTest tests.
NormalException.java 17 package android.tests.sigtest.tests.data;
22 * This class is used as reference data for the JDiffClassDescriptionTest tests.
NormalInterface.java 17 package android.tests.sigtest.tests.data;
21 * JDiffClassDescriptionTest tests. These classes will actually be
FinalClass.java 17 package android.tests.sigtest.tests.data;
21 * JDiffClassDescriptionTest tests. These classes will actually be
  /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/third_party/WebKit/Tools/GardeningServer/scripts/
results_unittests.js 33 "tests": {
253 "tests": {
264 "tests": {
279 "tests": {
290 "tests": {
303 "tests": {
314 "tests": {
358 "tests": {
369 "tests": {
  /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/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/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;

Completed in 1761 milliseconds

1 2 3 4 5 6 7 8 91011>>