HomeSort by relevance Sort by last modified time
    Searched refs:test_key (Results 1 - 21 of 21) sorted by null

  /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/chrome/browser/nacl_host/
pnacl_translation_cache_unittest.cc 113 static const std::string test_key("1");
179 StoreNexe(test_key, test_store_val);
186 StoreNexe(test_key, test_store_val);
194 StoreNexe(test_key, large_buffer);
204 cache_->StoreNexe(test_key, large_buffer, store_cb.callback());
212 StoreNexe(test_key, test_store_val);
214 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
219 StoreNexe(test_key, test_store_val);
221 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
227 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 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/libvpx/libvpx/test/
vp8_decrypt_test.cc 24 const uint8_t test_key[16] = { member in namespace:__anon22948
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
  /external/chromium_org/net/spdy/
spdy_session_pool_unittest.cc 95 SpdySessionKey test_key = local
116 CreateInsecureSpdySession(http_session_, test_key, BoundNetLog());
122 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key));
129 SessionOpeningDelegate delegate(spdy_session_pool_, test_key);
135 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key));
258 SpdySessionKey test_key = local
279 CreateInsecureSpdySession(http_session_, test_key, BoundNetLog());
285 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key));
292 SessionOpeningDelegate delegate(spdy_session_pool_, test_key);
298 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)
  /bootable/recovery/
verifier_test.cpp 29 RSAPublicKey test_key = variable
147 cert->public_key = &test_key;
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 61 def _Test(self, test_key, cond_key, default):
62 return self._Settings().get(test_key, default) == cond_key
64 def _Appendf(self, lst, test_key, format_str, default=None):
65 if test_key in self._Settings():
66 lst.append(format_str % str(self._Settings()[test_key]))
70 def _WarnUnimplemented(self, test_key):
71 if test_key in self._Settings():
72 print 'Warning: Ignoring not yet implemented key "%s".' % test_key
    [all...]
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer_unittest.cc 223 scoped_ptr<crypto::RSAPrivateKey> test_key(
227 if (!test_key.get())
229 return net::x509_util::CreateSelfSignedCert(test_key.get(),
  /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/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 436 self.assertEqual(cmp(self._port.test_key(x), self._port.test_key(y)), result)
base.py 613 files = find_files.find(self._filesystem, self.layout_tests_dir(), paths, skipped_directories, Port.is_test_file, self.test_key)
641 def test_key(self, test_name): member in class:Port
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 114 tests_to_run.sort(key=self._port.test_key)
  /external/chromium/third_party/libjingle/source/talk/
main.scons 178 '$GOOGLECLIENT/tools/test_key/testkey.pfx').abspath,
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 234 '$GOOGLECLIENT/tools/test_key/testkey.pfx').abspath,
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 661 static int test_key( function
    [all...]

Completed in 1455 milliseconds