Home
last modified time | relevance | path

Searched refs:string_key (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c254 uint8_t string_key[20]; in test_put_and_get() local
285 disk_cache_compute_key(cache, string, sizeof(string), string_key); in test_put_and_get()
286 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get()
291 wait_until_file_written(cache, string_key); in test_put_and_get()
293 result = disk_cache_get(cache, string_key, &size); in test_put_and_get()
350 if (does_cache_contain(cache, string_key)) in test_put_and_get()
371 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get()
377 wait_until_file_written(cache, string_key); in test_put_and_get()
383 if (does_cache_contain(cache, string_key)) in test_put_and_get()
411 if (does_cache_contain(cache, string_key)) in test_put_and_get()
/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py315 string_key = 'string_key'
317 FILENAME, string_key)
323 self.assertTrue({'key': string_key} in keys)
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py740 string_key = True
743 string_key = False
747 if not (string_key or no_dependency):
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc692 Node* ComputeIntegerHashForString(Node* context, Node* string_key);
924 Node* context, Node* string_key) { in ComputeIntegerHashForString() argument
929 ChangeInt32ToIntPtr(LoadNameHash(string_key, &hash_not_computed)); in ComputeIntegerHashForString()
934 var_result.Bind(CallGetHashRaw(string_key)); in ComputeIntegerHashForString()