Searched defs:test_key (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvp8_decrypt_test.cc24 const uint8_t test_key[16] = { member in namespace:__anon21508
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
/external/chromium_org/net/spdy/
H A Dspdy_session_pool_unittest.cc96 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/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc188 void *TSDAllocWorker(void *test_key) { argument
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);
H A Dasan_test.cc134 void *TSDWorker(void *test_key) { argument
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);
/external/srtp/crypto/test/
H A Dcipher_driver.c123 unsigned char test_key[20] = { local
206 status = cipher_init(c, test_key, direction_encrypt);
/external/srtp/test/
H A Dsrtp_driver.c101 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
1343 test_key,
1368 test_key,
1393 test_key,
1418 test_key,
1443 test_key,
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py718 files = find_files.find(self._filesystem, self.layout_tests_dir(), paths, skipped_directories, Port.is_test_file, self.test_key)
766 def test_key(self, test_name): member in class:Port
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c661 static int test_key( function
5532 { "sqlite3_key", (Tcl_CmdProc*)test_key },

Completed in 304 milliseconds