HomeSort by relevance Sort by last modified time
    Searched full:test_key (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/tools/gyp/test/configurations/invalid/
gyptest-configurations.py 30 for test_key in invalid_configuration_keys:
31 test.run_gyp('%s.gyp' % test_key, status=1, stderr=None)
33 '%s.gyp:configurations#target' % (test_key, test_key)]
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc 121 static const std::string test_key("1");
187 StoreNexe(test_key, test_store_val);
194 StoreNexe(test_key, test_store_val);
202 StoreNexe(test_key, large_buffer);
212 cache_->StoreNexe(test_key, large_buffer, store_cb.callback());
220 StoreNexe(test_key, test_store_val);
222 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
227 StoreNexe(test_key, test_store_val);
229 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
235 StoreNexe(test_key, large_buffer)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapConstraintsTest.java 54 private static final String TEST_KEY = "test";
73 if (TEST_KEY.equals(key)) {
105 map.put(TEST_KEY, TEST_VALUE);
119 Maps.immutableEntry(TEST_KEY, TEST_VALUE),
130 constrained.put(TEST_KEY, TEST_VALUE);
138 constrained.put(TEST_KEY, 3);
142 constrained.putAll(ImmutableMap.of("baz", 3, TEST_KEY, 4));
155 map.put(TEST_KEY, TEST_VALUE);
167 Maps.immutableEntry(TEST_KEY, TEST_VALUE),
180 constrained.put(TEST_KEY, TEST_VALUE)
    [all...]
ConstrainedBiMapTest.java 32 private static final Integer TEST_KEY = 42;
41 if (TEST_KEY.equals(key)) {
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 78 v.put(Settings.System.NAME, "test_key");
81 assertEquals(table.toString() + "/test_key", uri.toString());
87 assertEquals("test_key", c.getString(c.getColumnIndex(Settings.System.NAME)));
103 c = r.query(table, null, "name='test_key'", null, null);
106 assertEquals("test_key", c.getString(c.getColumnIndex(Settings.System.NAME)));
120 assertEquals("test_key", c.getString(c.getColumnIndex(Settings.System.NAME)));
130 assertEquals(null, Settings.System.getString(r, "test_key"));
131 assertEquals(null, Settings.Secure.getString(r, "test_key"));
263 final String TEST_KEY = "test_setting";
267 Settings.System.putInt(r, TEST_KEY, SELF_VALUE)
    [all...]
  /external/srtp/googlepatches/
vidyo-4-srtp-rtx.patch 99 policy.key = test_key;
147 policy.key = test_key;
155 test_key,
163 test_key,
171 test_key,
179 test_key,
187 test_key,
195 test_key,
203 test_key,
211 test_key,
    [all...]
vidyo-3-srtp-ws.patch 821 policy.key = test_key;
868 policy.key = test_key;
876 test_key,
884 test_key,
892 test_key,
900 test_key,
908 test_key,
916 test_key,
924 test_key,
933 test_key,
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 188 void *TSDAllocWorker(void *test_key) {
189 if (test_key) {
191 pthread_setspecific(*(pthread_key_t*)test_key, mem);
198 pthread_key_t test_key; local
199 pthread_key_create(&test_key, CallFreeOnWorkqueue);
200 PTHREAD_CREATE(&th, NULL, TSDAllocWorker, &test_key);
202 pthread_key_delete(test_key);
asan_test.cc 134 void *TSDWorker(void *test_key) {
135 if (test_key) {
136 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface);
157 pthread_key_t test_key; local
158 pthread_key_create(&test_key, TSDDestructor);
159 PTHREAD_CREATE(&th, NULL, TSDWorker, &test_key);
161 pthread_key_delete(test_key);
    [all...]
  /external/chromium_org/extensions/browser/
file_highlighter_unittest.cc 35 " \"test_key\": {\n"
84 kManifest, "test_key", "escaped_quoted\\\"");
88 ManifestHighlighter feature_with_comment(kManifest, "test_key", "/*foo*/");
  /external/libvpx/libvpx/test/
vp8_decrypt_test.cc 24 const uint8_t test_key[16] = { member in namespace:__anon21180
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
  /external/chromium_org/tools/perf_expectations/
update_perf_expectations.py 112 for test_key in all_test_keys:
113 if search_string.match(test_key):
114 tests_list.append(test_key)
115 logging.debug('%s will be updated', test_key)
145 for test_key in tests_to_update:
147 test_value = all_tests[test_key]
161 logging.warning('%s does not exist.', test_key)
update_perf_expectations_unittest.py 34 for test_key in all_tests_keys:
35 new_test_value = all_tests_copy[test_key]
36 original_test_value = all_tests[test_key]
37 if test_key in tests_to_update:
  /external/chromium_org/net/spdy/
spdy_session_pool_unittest.cc 96 SpdySessionKey test_key = local
117 CreateInsecureSpdySession(http_session_, test_key, BoundNetLog());
123 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key));
130 SessionOpeningDelegate delegate(spdy_session_pool_, test_key);
136 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key));
259 SpdySessionKey test_key = local
280 CreateInsecureSpdySession(http_session_, test_key, BoundNetLog());
286 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key));
293 SessionOpeningDelegate delegate(spdy_session_pool_, test_key);
299 EXPECT_FALSE(HasSpdySession(spdy_session_pool_, test_key));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/attestation/
fake_certificate.cc 58 scoped_ptr<crypto::RSAPrivateKey> test_key(
62 if (!test_key.get())
64 return net::x509_util::CreateSelfSignedCert(test_key.get(),
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry_unittest.cc 59 AutofillKey key(UTF8ToUTF16("test_key"), UTF8ToUTF16("test_value"));
  /bootable/recovery/
verifier_test.cpp 29 RSAPublicKey test_key = variable
147 cert->public_key = &test_key;
  /external/chromium_org/v8/tools/testrunner/server/
local_handler.py 82 test_key = data[1]
86 self.server.daemon.AddPerfData(test_key, test_duration, arch, mode)
main.py 232 def AddPerfData(self, test_key, duration, arch, mode):
234 data_store.RawUpdatePerfData(str(test_key), duration)
  /external/srtp/test/
srtp_driver.c 101 extern uint8_t test_key[30];
323 policy.key = test_key;
1146 unsigned char test_key[30] = { local
1185 policy.key = test_key;
1317 unsigned char test_key[30] = { variable
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 88 public static final String TEST_KEY = "" +
140 byte[] derKey = Base64.decode(TEST_KEY.getBytes(), Base64.DEFAULT);
  /libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java 199 test_Key(kpg, kp.getPrivate());
200 test_Key(kpg, kp.getPublic());
203 private void test_Key(KeyPairGenerator kpg, Key k) throws Exception {
  /external/srtp/crypto/test/
cipher_driver.c 123 unsigned char test_key[20] = { local
206 status = cipher_init(c, test_key, direction_encrypt);
  /external/chromium_org/content/common/dom_storage/
dom_storage_map_unittest.cc 86 const base::string16 kKey = ASCIIToUTF16("test_key");
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 86 def _Test(self, test_key, cond_key, default):
87 return self._Settings().get(test_key, default) == cond_key
89 def _Appendf(self, lst, test_key, format_str, default=None):
90 if test_key in self._Settings():
91 lst.append(format_str % str(self._Settings()[test_key]))
95 def _WarnUnimplemented(self, test_key):
96 if test_key in self._Settings():
97 print 'Warning: Ignoring not yet implemented key "%s".' % test_key
    [all...]

Completed in 950 milliseconds

1 2