/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/worphan/ |
nasm_worphan_test.sh | 2 ${srcdir}/out_test.sh nasm_test modules/parsers/nasm/tests/worphan "nasm-compat parser" "-Worphan-labels -f bin" ""
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/exe/ |
tasm_exe_test.sh | 2 ${srcdir}/out_test.sh tasm_test modules/parsers/tasm/tests/exe "tasm-compat parser" "-f dosexe -p tasm" ""
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/ |
tasm_test.sh | 2 ${srcdir}/out_test.sh tasm_test modules/parsers/tasm/tests "tasm-compat parser" "-f bin -p tasm" ""
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/ |
nasmpp_test.sh | 2 ${srcdir}/out_test.sh nasmpp_test modules/preprocs/nasm/tests "nasm preproc" "-f bin" ""
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/tests/ |
rawpp_test.sh | 2 ${srcdir}/out_test.sh rawpp_test modules/preprocs/raw/tests "raw preproc" "-f bin -r raw" ""
|
/external/icu4c/test/perf/unisetperf/ |
unisetperf.pl | 28 # tests will be done for all the programs. Results will be stored and connected 39 my $tests = { 63 runTests($options, $tests, $dataFiles); 76 $tests = { 86 runTests($options, $tests, $dataFiles);
|
/external/valgrind/main/exp-bbv/tests/ |
filter_bb | 5 $dir/../../tests/filter_stderr_basic |
|
/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;
|
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:__anon33269 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...] |
/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...] |
/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/luni/src/test/java/tests/api/java/util/support/ |
I.java | 1 package tests.api.java.util.support;
|
/libcore/support/src/test/java/tests/http/ |
SocketPolicy.java | 17 package tests.http;
|
/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;
|
/sdk/testapps/javaProjectTest/javaProject2/libs/ |
basicJar_not_in_classpath.jar | |
/external/embunit/inc/ |
TestSuite.h | 45 Test** tests; member in struct:__TestSuite 50 #define new_TestSuite(name,tests,numberOfTests)\ 55 tests,\
|