HomeSort by relevance Sort by last modified time
    Searched refs:tests (Results 476 - 500 of 3001) sorted by null

<<11121314151617181920>>

  /system/extras/tests/lib/testUtil/
Android.mk 20 LOCAL_MODULE_TAGS := tests
  /system/media/wilhelm/tests/listening/
Android.mk 7 LOCAL_MODULE_TAGS := tests
31 LOCAL_MODULE_TAGS := tests
  /system/media/wilhelm/tests/mimeUri/
Android.mk 7 LOCAL_MODULE_TAGS := tests
33 LOCAL_MODULE_TAGS := tests
59 LOCAL_MODULE_TAGS := tests
85 LOCAL_MODULE_TAGS := tests
111 LOCAL_MODULE_TAGS := tests
137 LOCAL_MODULE_TAGS := tests
163 LOCAL_MODULE_TAGS := tests
189 LOCAL_MODULE_TAGS := tests
  /external/chromium/net/http/
http_util_unittest.cc 22 } tests[] = { local
31 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
32 bool result = HttpUtil::HasHeader(tests[i].headers, tests[i].name);
33 EXPECT_EQ(tests[i].expected_result, result);
181 } tests[] = { local
189 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
190 int input_len = static_cast<int>(strlen(tests[i].input));
191 int eoh = HttpUtil::LocateEndOfHeaders(tests[i].input, input_len);
192 EXPECT_EQ(tests[i].expected_result, eoh)
200 } tests[] = { local
500 } tests[] = { local
552 } tests[] = { local
    [all...]
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_test.c 31 } tests[] = {
59 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) {
61 if ((err = f9_memory(idx, tests[x].K, 16, tests[x].M, tests[x].msglen, T, &taglen)) != CRYPT_OK) {
64 if (taglen != 4 || XMEMCMP(T, tests[x].T, 4)) {
  /development/testrunner/test_defs/
test_walker.py 32 """Finds Android tests from filesystem."""
35 """Gets list of Android tests found at given path.
37 Tests are created from info found in Android.mk and AndroidManifest.xml
40 Currently supported tests are:
41 - Android application tests run via instrumentation
42 - native C/C++ tests using GTest framework. (note Android.mk must follow
45 FindTests will first scan sub-folders of path for tests. If none are found,
50 - a parent directory containing many tests:
51 ie development/samples will return tests for instrumentation's in ApiDemos,
52 ApiDemos/tests, Notepad/tests et
    [all...]
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_test.c 15 CTR implementation, Tests again RFC 3686, Tom St Denis
28 } tests[] = {
62 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) {
63 if ((err = ctr_start(idx, tests[x].IV, tests[x].key, tests[x].keylen, 0, CTR_COUNTER_BIG_ENDIAN|LTC_CTR_RFC3686, &ctr)) != CRYPT_OK) {
66 if ((err = ctr_encrypt(tests[x].pt, buf, tests[x].msglen, &ctr)) != CRYPT_OK) {
70 if (XMEMCMP(buf, tests[x].ct, tests[x].msglen))
    [all...]
  /external/llvm/utils/
webNLT.pl 28 $query = "Select DISTINCT(NAME) from Tests";
36 $query = "Select DISTINCT(TEST) from Tests";
41 push @tests, ($n);
48 print $q->scrolling_list(-name=>"test", -values=>\@tests, -multiple=>'true');
63 my @tests = $q->param('test');
67 print join "<BR>", @tests;
73 foreach $t (@tests)
  /packages/apps/KeyChain/support/
Android.mk 18 LOCAL_MODULE_TAGS := tests
19 LOCAL_SRC_FILES := src/com/android/keychain/tests/support/IKeyChainServiceTestSupport.aidl
20 LOCAL_MODULE := com.android.keychain.tests.support
24 LOCAL_MODULE_TAGS := tests
27 LOCAL_STATIC_JAVA_LIBRARIES := com.android.keychain.tests.support
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_test.c 32 } tests[] = {
178 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) {
180 if ((err = ocb_encrypt_authenticate_memory(idx, tests[x].key, 16,
181 tests[x].nonce, tests[x].pt, tests[x].ptlen, outct, outtag, &len)) != CRYPT_OK) {
185 if (XMEMCMP(outtag, tests[x].tag, len) || XMEMCMP(outct, tests[x].ct, tests[x].ptlen))
    [all...]
  /external/valgrind/main/none/tests/
tls.c 74 static const struct testcase tests[] = { variable in typeref:struct:testcase
86 #define NTESTS (sizeof(tests)/sizeof(*tests))
96 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]);
97 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]);
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_test.c 41 } tests[] = {
227 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) {
229 if ((err = eax_encrypt_authenticate_memory(idx, tests[x].key, tests[x].keylen,
230 tests[x].nonce, tests[x].noncelen, tests[x].header, tests[x].headerlen,
231 tests[x].plaintext, tests[x].msglen, outct, outtag, &len)) != CRYPT_OK)
    [all...]
  /cts/tools/vm-tests-tf/
Android.mk 26 LOCAL_JAR_PATH := android.core.vm-tests-tf.jar
47 LOCAL_MODULE := vm-tests-tf
52 GENERATED_FILES:=$(intermediates)/tests
63 $(GENERATED_FILES): PRIVATE_INTERMEDIATES := $(intermediates)/tests
70 # generated and compile the host side junit tests
77 $(INSTALLED_TESTS): PRIVATE_INTERMEDIATES := $(intermediates)/tests
79 $(hide) mkdir -p $(dir $@)tests
80 $(hide) $(ACP) -r $(PRIVATE_INTERMEDIATES)/dot $(dir $@)tests
83 $(intermediates)/android.core.vm-tests-tf.jar: PRIVATE_INTERMEDIATES := $(intermediates)
84 $(intermediates)/android.core.vm-tests-tf.jar: $(INSTALLED_TESTS
    [all...]
  /system/media/wilhelm/tests/examples/
Android.mk 7 LOCAL_MODULE_TAGS := tests
31 LOCAL_MODULE_TAGS := tests
55 LOCAL_MODULE_TAGS := tests
82 LOCAL_MODULE_TAGS := tests
107 LOCAL_MODULE_TAGS := tests
131 LOCAL_MODULE_TAGS := tests
155 LOCAL_MODULE_TAGS := tests
179 LOCAL_MODULE_TAGS := tests
203 LOCAL_MODULE_TAGS := tests
227 LOCAL_MODULE_TAGS := tests
    [all...]
  /external/chromium/net/proxy/
proxy_config_unittest.cc 108 } tests[] = { local
237 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
238 config.proxy_rules().ParseFromString(tests[i].proxy_rules);
240 EXPECT_EQ(tests[i].type, config.proxy_rules().type);
241 ExpectProxyServerEquals(tests[i].single_proxy,
243 ExpectProxyServerEquals(tests[i].proxy_for_http,
245 ExpectProxyServerEquals(tests[i].proxy_for_https,
247 ExpectProxyServerEquals(tests[i].proxy_for_ftp,
249 ExpectProxyServerEquals(tests[i].fallback_proxy,
  /external/expat/tests/
minicheck.c 4 * tests. This interface is based entirely on the portion of the
42 tc->next_tcase = suite->tests;
43 suite->tests = tc;
63 tcase_test_function *new_tests = realloc(tc->tests, new_size);
65 if (new_tests != tc->tests) {
66 free(tc->tests);
67 tc->tests = new_tests;
71 tc->tests[tc->ntests] = test;
117 tc = suite->tests;
136 (tc->tests[i])()
    [all...]
  /external/v8/test/test262/
testcfg.py 78 def AddIETestCenter(self, tests, current_path, path, mode):
96 tests.append(test)
98 def AddSputnikConvertedTests(self, tests, current_path, path, mode):
102 def AddSputnikTests(self, tests, current_path, path, mode):
107 tests = []
108 self.AddIETestCenter(tests, current_path, path, mode)
109 self.AddSputnikConvertedTests(tests, current_path, path, mode)
110 self.AddSputnikTests(tests, current_path, path, mode)
111 return tests
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidator3Test.java 22 package org.apache.harmony.security.tests.java.security.cert;
34 import org.apache.harmony.security.tests.java.security.cert.CertPathBuilder1Test;
35 import org.apache.harmony.security.tests.java.security.cert.CertPathValidator1Test;
36 import org.apache.harmony.security.tests.support.SpiEngUtils;
37 import org.apache.harmony.security.tests.support.cert.MyCertPath;
38 import org.apache.harmony.security.tests.support.cert.TestUtils;
43 * Tests for <code>CertPathValidator</code> class methods.
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha224.c 81 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
91 } tests[] = {
110 for (i = 0; i < (int)(sizeof(tests) / sizeof(tests[0])); i++) {
112 sha224_process(&md, (unsigned char*)tests[i].msg, (unsigned long)strlen(tests[i].msg));
114 if (XMEMCMP(tmp, tests[i].hash, 28) != 0) {
sha384.c 83 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
93 } tests[] = {
116 for (i = 0; i < (int)(sizeof(tests) / sizeof(tests[0])); i++) {
118 sha384_process(&md, (unsigned char*)tests[i].msg, (unsigned long)strlen(tests[i].msg));
120 if (XMEMCMP(tmp, tests[i].hash, 48) != 0) {
  /external/valgrind/main/memcheck/tests/
addressable.c 3 #include "tests/sys_mman.h"
97 } tests[] = { variable in typeref:struct:test
104 static const int n_tests = sizeof(tests)/sizeof(*tests);
125 (*tests[i].test)();
143 if (1 == tests[i].faults &&
152 if (tests[i].faults == 0)
  /external/webkit/Source/WebCore/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
35 module_tags := eng tests
  /frameworks/base/libs/ui/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
34 module_tags := eng tests
  /frameworks/base/libs/utils/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
33 module_tags := eng tests
  /frameworks/base/services/input/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
31 module_tags := eng tests

Completed in 1723 milliseconds

<<11121314151617181920>>