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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/events/
PRESUBMIT.py 12 tests = set(['ash_unittests',
20 'linux_chromium_rel_swarming': tests,
21 'linux_chromium_chromeos_rel_swarming': tests,
22 'linux_chromeos_asan': tests,
25 'win_chromium_compile_dbg': tests,
26 'win_chromium_rel_swarming': tests,
  /external/valgrind/main/drd/tests/
filter_annotate_barrier_xml 6 ../../memcheck/tests/filter_xml |
filter_xml_and_thread_no 3 ../../memcheck/tests/filter_xml |
  /external/valgrind/main/lackey/tests/
filter_stderr 5 $dir/../../tests/filter_stderr_basic |
11 ../../tests/filter_numbers |
  /external/valgrind/main/none/tests/
filter_stderr 5 $dir/../../tests/filter_stderr_basic |
11 $dir/../../tests/filter_addresses
filter_none_discards 5 $dir/filter_stderr | $dir/../../tests/filter_discards
  /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;
  /external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
hyts_services.jar 
hyts_services2.jar 
  /libcore/support/src/test/java/tests/resources/ServiceLoader/
hyts_services.jar 
hyts_services2.jar 
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
libyasm_test.sh 2 ${srcdir}/out_test.sh libyasm_test libyasm/tests "libyasm" "-f bin" ""
  /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]);
  /external/valgrind/main/exp-bbv/tests/
filter_stderr 5 $dir/../../tests/filter_stderr_basic |
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
KeyPairGeneratorTestDSA.java 18 import tests.security.KeyPairGeneratorTest;
19 import tests.security.SignatureHelper;
  /libcore/luni/src/test/java/tests/targets/security/cert/
CertificateFactoryTestX509.java 16 package tests.targets.security.cert;
18 import tests.security.CertificateFactoryTest;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_json.py 0 """Tests for json.
3 The tests for json are defined in the json.tests package;
8 import json.tests namespace
13 test.test_support.run_unittest(json.tests.test_suite())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_json.py 0 """Tests for json.
3 The tests for json are defined in the json.tests package;
8 import json.tests namespace
13 test.test_support.run_unittest(json.tests.test_suite())
  /external/chromium_org/net/http/
http_byte_range_unittest.cc 14 } tests[] = { local
26 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
28 range.set_first_byte_position(tests[i].first_byte_position);
29 range.set_last_byte_position(tests[i].last_byte_position);
30 range.set_suffix_length(tests[i].suffix_length);
31 EXPECT_EQ(tests[i].valid, range.IsValid());
44 } tests[] = { local
58 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
60 range.set_first_byte_position(tests[i].first_byte_position);
61 range.set_last_byte_position(tests[i].last_byte_position)
84 } tests[] = {{net::HttpByteRange::Bounded(0, 0), "bytes=0-0"}, local
    [all...]
  /cts/tests/signature-tests/src/android/signature/cts/tests/data/
AbstractClass.java 17 package android.signature.cts.tests.data;
20 * This class is used as reference data for the JDiffClassDescriptionTest tests.
FinalClass.java 17 package android.signature.cts.tests.data;
21 * JDiffClassDescriptionTest tests. These classes will actually be
NormalInterface.java 17 package android.signature.cts.tests.data;
21 * JDiffClassDescriptionTest tests. These classes will actually be
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
StandardBean2.java 21 package org.apache.harmony.beans.tests.support;
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/
MockFakeEvent.java 18 package org.apache.harmony.beans.tests.support.mock;

Completed in 499 milliseconds

1 2 3 4 5 6 7 8 91011>>