Home
last modified time | relevance | path

Searched defs:key_string (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_encoder.cc63 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
74 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
86 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc274 string key_string = absl::StrCat(key); in Lookup() local
281 string key_string = absl::StrCat(key); in DeleteFromResourceManager() local
488 string key_string = absl::StrCat(*key); in Intern() local
/external/libchrome/dbus/
Dvalues_util.cc45 std::string key_string; in PopDictionaryEntries() local
/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py118 def get_credential_storage_custom_string_key(filename, key_string, argument
/external/grpc-grpc/test/core/slice/
Dslice_hash_table_test.cc56 void CheckNonExistentValue(const char* key_string, const TestHashTable& table) { in CheckNonExistentValue()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc38 const char* key_string = in PyArrayDescr_to_TF_DataType() local
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc415 const string key_string(key); in Add() local
/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.cc83 char* key_string = PyBytes_AsString(key); in TF_Run_wrapper_helper() local
/external/libxml2/
Drngparser.c117 const xmlChar *key_string; member
/external/selinux/python/sepolicy/sepolicy/
Dgui.py714 def match_func(self, completion, key_string, iter, func_data): argument
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc942 Node* key_string, in SameValueZeroString()
/external/v8/src/regexp/
Djsregexp.cc6787 Object* RegExpResultsCache::Lookup(Heap* heap, String* key_string, in Lookup()
6821 void RegExpResultsCache::Enter(Isolate* isolate, Handle<String> key_string, in Enter()