HomeSort by relevance Sort by last modified time
    Searched refs:test_key (Results 1 - 25 of 30) 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/content/renderer/media/
media_stream_constraints_util_unittest.cc 56 const std::string test_key = "test key"; local
59 constraint_factory.AddMandatory(test_key, test_value);
64 EXPECT_FALSE(GetOptionalConstraintValueAsDouble(constraints, test_key,
66 EXPECT_TRUE(GetMandatoryConstraintValueAsDouble(constraints, test_key,
71 EXPECT_TRUE(GetConstraintValueAsDouble(constraints, test_key, &value));
77 const std::string test_key = "test key"; local
80 constraint_factory.AddOptional(test_key, test_value);
85 EXPECT_FALSE(GetMandatoryConstraintValueAsDouble(constraints, test_key,
87 EXPECT_TRUE(GetOptionalConstraintValueAsDouble(constraints, test_key,
92 EXPECT_TRUE(GetConstraintValueAsDouble(constraints, test_key, &value))
    [all...]
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc 121 static const std::string test_key("1");
204 StoreNexe(test_key, test_store_val);
211 StoreNexe(test_key, test_store_val);
219 StoreNexe(test_key, large_buffer);
229 cache_->StoreNexe(test_key, large_buffer.get(), store_cb.callback());
237 StoreNexe(test_key, test_store_val);
239 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
244 StoreNexe(test_key, test_store_val);
246 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
252 StoreNexe(test_key, large_buffer)
    [all...]
  /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/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 144 void *TSDWorker(void *test_key) {
145 if (test_key) {
146 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface);
167 pthread_key_t test_key; local
168 pthread_key_create(&test_key, TSDDestructor);
169 PTHREAD_CREATE(&th, NULL, TSDWorker, &test_key);
171 pthread_key_delete(test_key);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp8_decrypt_test.cc 24 const uint8_t test_key[16] = { member in namespace:__anon17634
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
vp9_decrypt_test.cc 24 const uint8_t test_key[16] = { member in namespace:__anon17637
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
  /external/libvpx/libvpx/test/
vp8_decrypt_test.cc 24 const uint8_t test_key[16] = { member in namespace:__anon29413
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_decrypt_test.cc 24 const uint8_t test_key[16] = { member in namespace:__anon40597
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
  /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));
267 SpdySessionKey test_key = local
288 CreateInsecureSpdySession(http_session_, test_key, BoundNetLog());
294 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key));
301 SessionOpeningDelegate delegate(spdy_session_pool_, test_key);
307 EXPECT_FALSE(HasSpdySession(spdy_session_pool_, test_key));
    [all...]
  /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...]
  /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/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/content/child/webcrypto/test/
aes_ctr_unittest.cc 52 std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key"); local
63 test_key,
67 EXPECT_EQ(test_key.size() * 8, key.algorithm().aesParams()->lengthBits());
aes_gcm_unittest.cc 163 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key"); local
176 test_key,
185 EXPECT_BYTES_EQ(test_key, raw_key);
aes_kw_unittest.cc 211 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key"); local
225 test_key,
239 // Unwrap the known ciphertext to get a new test_key.
262 EXPECT_BYTES_EQ(test_key, raw_key);
331 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key"); local
345 ImportSecretKeyFromRaw(test_key,
384 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key"); local
hmac_unittest.cc 45 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key"); local
57 test_key,
62 EXPECT_EQ(test_key.size() * 8, key.algorithm().hmacParams()->lengthBits());
68 EXPECT_BYTES_EQ(test_key, raw_key);
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 107 extern uint8_t test_key[30];
347 policy.key = test_key;
1530 unsigned char test_key[30] = { variable
    [all...]
  /bootable/recovery/
verifier_test.cpp 33 RSAPublicKey test_key = variable
193 cert->rsa = &test_key;
226 certs->rsa = &test_key;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 123 unsigned char test_key[48] = { local
214 status = cipher_init(c, test_key, direction_encrypt);
235 status = cipher_init(c, test_key, direction_encrypt);
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 205 def _Test(self, test_key, cond_key, default):
206 return self._Settings().get(test_key, default) == cond_key
208 def _Appendf(self, lst, test_key, format_str, default=None):
209 if test_key in self._Settings():
210 lst.append(format_str % str(self._Settings()[test_key]))
214 def _WarnUnimplemented(self, test_key):
215 if test_key in self._Settings():
216 print 'Warning: Ignoring not yet implemented key "%s".' % test_key
    [all...]
  /external/srtp/crypto/test/
cipher_driver.c 123 unsigned char test_key[20] = { local
206 status = cipher_init(c, test_key, direction_encrypt);

Completed in 517 milliseconds

1 2