HomeSort by relevance Sort by last modified time
    Searched refs:tests (Results 126 - 150 of 4865) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/rs/api/
generate.sh 21 mv Test*.java ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/
22 mv Test*.rs ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParameterGeneratorTestDH.java 19 import tests.security.AlgorithmParameterGeneratorTest;
20 import tests.security.AlgorithmParameterKeyAgreementHelper;
AlgorithmParameterGeneratorTestDSA.java 19 import tests.security.AlgorithmParameterGeneratorTest;
20 import tests.security.AlgorithmParameterSignatureHelper;
KeyPairGeneratorTestDH.java 19 import tests.security.KeyAgreementHelper;
20 import tests.security.KeyPairGeneratorTest;
KeyPairGeneratorTestRSA.java 18 import tests.security.CipherAsymmetricCryptHelper;
19 import tests.security.KeyPairGeneratorTest;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex12.c 1 /* Regular expression tests.
33 /* Tests supposed to not match. */
39 } tests[] = { variable in typeref:struct:__anon43061
58 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
60 n = regcomp (&re, tests[i].pattern, tests[i].flags);
70 if (! regexec (&re, tests[i].string, tests[i].nmatch,
71 tests[i].nmatch ? rm : NULL, 0)
    [all...]
bug-regex11.c 1 /* Regular expression tests.
33 /* Tests supposed to match. */
40 } tests[] = { variable in typeref:struct:__anon43060
43 /* Other tests. */
62 /* More tests on backreferences. */
107 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
109 n = regcomp (&re, tests[i].pattern, tests[i].flags);
114 printf ("%s: regcomp %lu failed: %s\n", tests[i].pattern, i, buf)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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/
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())
  /sdk/testapps/buildConfigTest/lib1/src/com/android/tests/buildconfigtest/lib1/
Lib1.java 1 package com.android.tests.buildconfigtest.lib1;
3 import com.android.tests.javaprojecttest.lib1.BuildConfig;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestLeftRecursion.java 51 String[] tests = { local
62 runTests(grammar, tests, "e");
81 String[] tests = { local
93 runTests(grammar, tests, "declarator");
112 String[] tests = { local
124 runTests(grammar, tests, "declarator");
142 String[] tests = { local
156 runTests(grammar, tests, "e");
174 String[] tests = { local
187 runTests(grammar, tests, "e")
207 String[] tests = { local
288 String[] tests = { local
331 String[] tests = { local
350 String[] tests = { local
    [all...]
  /cts/tests/signature-tests/src/android/signature/cts/tests/data/
NormalException.java 17 package android.signature.cts.tests.data;
22 * This class is used as reference data for the JDiffClassDescriptionTest tests.
  /external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
AbstractService.java 18 package tests.resources.ServiceLoader;
  /external/apache-harmony/support/src/test/java/tests/support/
Support_GetResource.java 18 package tests.support;
  /external/chromium_org/net/quic/crypto/
crypto_utils_test.cc 32 } tests[] = { local
41 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
42 EXPECT_EQ(std::string(tests[i].expected),
43 CryptoUtils::NormalizeHostname(tests[i].input));
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_bytecode.py 1 from tests import TestCase, add
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/support/
B.java 1 package org.apache.harmony.tests.java.util.support;
  /libcore/support/src/test/java/tests/http/
SocketPolicy.java 17 package tests.http;
  /libcore/support/src/test/java/tests/resources/ServiceLoader/
AbstractService.java 18 package tests.resources.ServiceLoader;
  /libcore/support/src/test/java/tests/support/
Support_GetResource.java 18 package tests.support;
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestauthConstants.java 17 package com.android.contacts.common.tests.testauth;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockConnectionService.java 17 package com.android.server.telecom.tests;
22 * A non-functional {@link android.telecom.ConnectionService} to use for unit tests.
  /sdk/testapps/javaProjectTest/javaProject2/libs/
basicJar_not_in_classpath.jar 
  /external/chromium_org/third_party/skia/tests/
PathOpsDCubicTest.cpp 11 static const SkDCubic tests[] = { variable
17 static const size_t tests_count = SK_ARRAY_COUNT(tests);
21 const SkDCubic& cubic = tests[index];
  /external/skia/tests/
PathOpsDCubicTest.cpp 11 static const SkDCubic tests[] = { variable
17 static const size_t tests_count = SK_ARRAY_COUNT(tests);
21 const SkDCubic& cubic = tests[index];

Completed in 8121 milliseconds

1 2 3 4 56 7 8 91011>>