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

  /external/mesa3d/src/compiler/glsl/tests/
cache_test.c 199 uint8_t string_key[20]; local
225 _mesa_sha1_compute(string, sizeof(string), string_key);
226 disk_cache_put(cache, string_key, string, sizeof(string));
228 result = disk_cache_get(cache, string_key, &size);
279 if (does_cache_contain(cache, string_key))
293 disk_cache_put(cache, string_key, string, sizeof(string));
299 if (does_cache_contain(cache, string_key))
321 if (does_cache_contain(cache, string_key))
  /tools/dexter/slicer/
dex_ir.cc 41 uint32_t StringsHasher::Hash(const char* string_key) const {
42 return HashString(string_key);
45 bool StringsHasher::Compare(const char* string_key, const String* string) const {
46 return dex::Utf8Cmp(string_key, string->c_str()) == 0;
  /tools/dexter/slicer/export/slicer/
dex_ir.h 331 uint32_t Hash(const char* string_key) const;
332 bool Compare(const char* string_key, const String* string) const;

Completed in 74 milliseconds