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

  /art/test/922-properties/
properties.cc 79 ScopedUtfChars key_string(env, key);
80 if (key_string.c_str() == nullptr) {
88 jvmtiError result = jvmti_env->SetSystemProperty(key_string.c_str(), value_string.c_str());
  /external/autotest/client/site_tests/platform_LibCBench/
platform_LibCBench.py 75 key_string = re.sub('[^\w]', '_', benchmark)
76 perf_results[key_string] = average
  /external/python/cpython3/Lib/idlelib/
config_key.py 72 self.key_string = StringVar(self)
73 self.key_string.set('')
123 textvariable=self.key_string, relief='groove',
178 textvariable=self.key_string)
243 self.key_string.set(f"<{'-'.join(keylist)}>")
256 self.key_string.set('')
259 keys = self.key_string.get().strip()
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 63 std::string key_string = CFStringToString(key); local
64 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string
74 std::string key_string = CFStringToString(key); local
75 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string
86 std::string key_string = CFStringToString(key); local
88 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string
  /external/libchrome/dbus/
values_util.cc 45 std::string key_string;
48 if (!entry_reader.PopString(&key_string))
56 base::JSONWriter::Write(*key, &key_string);
62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value));
  /external/tensorflow/tensorflow/compiler/xrt/
xrt_state.cc 274 string key_string = absl::StrCat(key); local
275 TF_RETURN_IF_ERROR(rm->Lookup(kTupleContainer, key_string, allocation));
281 string key_string = absl::StrCat(key); local
282 return rm->Delete<XRTTupleAllocation>(kTupleContainer, key_string);
488 string key_string = absl::StrCat(*key); local
489 return rm->Create(kTupleContainer, key_string, this);
  /external/python/cpython3/Lib/idlelib/idle_test/
test_config_key.py 53 self.dialog.key_string.set(' ')
59 self.dialog.key_string.set('<Key-F11>')
213 string = dialog.key_string.get
234 string = dialog.key_string.get
  /external/grpc-grpc/test/core/slice/
slice_hash_table_test.cc 56 void CheckNonExistentValue(const char* key_string, const TestHashTable& table) {
57 grpc_slice key = grpc_slice_from_static_string(key_string);
  /external/autotest/tko/
models.py 96 key_string = ','.join([base] + hashes)
97 return utils.hash('md5', key_string).hexdigest()
  /external/python/oauth2client/oauth2client/contrib/
multistore_file.py 118 def get_credential_storage_custom_string_key(filename, key_string,
127 key_string: A string to use as the key for storing this credential.
135 key_dict = {'key': key_string}
  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor.cc 38 const char* key_string = local
41 if (!key_string) {
44 tensorflow::string key = key_string;
  /external/libxml2/
rngparser.c 117 const xmlChar *key_string; member in struct:_xmlCRelaxNGParserCtxt
232 (str == ctxt->key_string) ||
839 if (token->token == ctxt->key_string) {
    [all...]
  /external/tensorflow/tensorflow/python/client/
tf_session_helper.cc 83 char* key_string = PyBytes_AsString(key); local
84 if (!key_string) {
89 input_names.push_back(key_string);
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 415 const string key_string(key);
416 if (entries_.find(key_string) != entries_.end()) {
421 BundleEntryProto* entry = &entries_[key_string];
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]
jsregexp.h     [all...]
  /external/v8/src/builtins/
builtins-collections-gen.cc 664 void SameValueZeroHeapNumber(Node* key_string, Node* candidate_key,
693 void SameValueZeroString(Node* context, Node* key_string, Node* candidate_key,
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
gui.py     [all...]

Completed in 4397 milliseconds