Home
last modified time | relevance | path

Searched refs:key_string (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/testdata/tests/
Dgo122-annotations-stress.test19 UserLog dt=26 task=8 key_string=24 value_string=49 stack=27
24 UserLog dt=9 task=8 key_string=24 value_string=50 stack=27
39 UserLog dt=26 task=3 key_string=24 value_string=51 stack=55
41 UserLog dt=42 task=10 key_string=27 value_string=52 stack=57
53 UserLog dt=16 task=10 key_string=24 value_string=54 stack=27
58 UserLog dt=5 task=10 key_string=24 value_string=55 stack=27
63 UserLog dt=6 task=10 key_string=24 value_string=57 stack=27
68 UserLog dt=4 task=10 key_string=24 value_string=58 stack=27
73 UserLog dt=4 task=10 key_string=24 value_string=59 stack=27
83 UserLog dt=18 task=4 key_string=24 value_string=63 stack=63
[all …]
/aosp_15_r20/external/webrtc/sdk/objc/components/video_codec/
H A Dhelpers.cc46 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
47 RTC_LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string in SetVTSessionProperty()
62 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
63 RTC_LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string in SetVTSessionProperty()
73 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
74 RTC_LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string in SetVTSessionProperty()
85 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
87 RTC_LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string in SetVTSessionProperty()
/aosp_15_r20/external/arm-trusted-firmware/tools/encrypt_fw/src/
H A Dencrypt.c22 static int gcm_encrypt(unsigned short fw_enc_status, char *key_string, in gcm_encrypt() argument
36 if (strlen(key_string) != KEY_STRING_SIZE) { in gcm_encrypt()
37 ERROR("Unsupported key size: %lu\n", strlen(key_string)); in gcm_encrypt()
42 if (sscanf(&key_string[j], "%02hhx", &key[i]) != 1) { in gcm_encrypt()
157 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string, in encrypt_file() argument
162 return gcm_encrypt(fw_enc_status, key_string, nonce_string, in encrypt_file()
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/encrypt_fw/src/
Dencrypt.c22 static int gcm_encrypt(unsigned short fw_enc_status, char *key_string, in gcm_encrypt() argument
36 if (strlen(key_string) != KEY_STRING_SIZE) { in gcm_encrypt()
37 ERROR("Unsupported key size: %lu\n", strlen(key_string)); in gcm_encrypt()
42 if (sscanf(&key_string[j], "%02hhx", &key[i]) != 1) { in gcm_encrypt()
157 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string, in encrypt_file() argument
162 return gcm_encrypt(fw_enc_status, key_string, nonce_string, in encrypt_file()
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig_key.py64 self.key_string = StringVar(self)
65 self.key_string.set('')
90 textvariable=self.key_string, relief='groove',
145 textvariable=self.key_string)
210 self.key_string.set(f"<{'-'.join(keylist)}>")
223 self.key_string.set('')
227 keys = self.key_string.get().strip()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc947 absl::string_view key_string; in ParseValueBody() local
949 key_string = s->as_string_view(); in ParseValueBody()
951 auto r = ValidateKey(key_string); in ParseValueBody()
954 HpackParseResult::InvalidMetadataError(r, key_string)); in ParseValueBody()
959 key_string = memento->md.key(); in ParseValueBody()
972 HpackParseResult::FromStatusWithKey(value.status, key_string); in ParseValueBody()
984 key_string.size() + value.wire_size + hpack_constants::kEntryOverhead; in ParseValueBody()
986 key_string, std::move(value_slice), transport_size, in ParseValueBody()
987 [key_string, &status, this](absl::string_view message, const Slice&) { in ParseValueBody()
990 HpackParseResult::MetadataParseError(key_string)); in ParseValueBody()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parser.cc956 absl::string_view key_string; in ParseValueBody() local
958 key_string = s->as_string_view(); in ParseValueBody()
960 auto r = ValidateKey(key_string); in ParseValueBody()
963 HpackParseResult::InvalidMetadataError(r, key_string)); in ParseValueBody()
968 key_string = memento->md.key(); in ParseValueBody()
981 HpackParseResult::FromStatusWithKey(value.status, key_string); in ParseValueBody()
993 key_string.size() + value.wire_size + hpack_constants::kEntryOverhead; in ParseValueBody()
995 key_string, std::move(value_slice), state_.add_to_table, transport_size, in ParseValueBody()
996 [key_string, &status, this](absl::string_view message, const Slice&) { in ParseValueBody()
999 HpackParseResult::MetadataParseError(key_string)); in ParseValueBody()
[all …]
/aosp_15_r20/art/test/922-properties/
H A Dproperties.cc79 ScopedUtfChars key_string(env, key); in Java_art_Test922_setSystemProperty() local
80 if (key_string.c_str() == nullptr) { in Java_art_Test922_setSystemProperty()
88 jvmtiError result = jvmti_env->SetSystemProperty(key_string.c_str(), value_string.c_str()); in Java_art_Test922_setSystemProperty()
/aosp_15_r20/external/libchrome/dbus/
H A Dvalues_util.cc45 std::string key_string; in PopDictionaryEntries() local
48 if (!entry_reader.PopString(&key_string)) in PopDictionaryEntries()
56 base::JSONWriter::Write(*key, &key_string); in PopDictionaryEntries()
62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value)); in PopDictionaryEntries()
H A Dvalues_util_unittest.cc377 std::string key_string; in TEST() local
378 base::JSONWriter::Write(base::Value(keys[i]), &key_string); in TEST()
379 dictionary_value.SetKey(key_string, base::Value(values[i])); in TEST()
/aosp_15_r20/external/cronet/components/metrics/structured/lib/
H A Dkey_data.cc158 const std::string_view key_string = key->key(); in GetKeyBytes() local
159 if (key_string.size() != kKeySize) { in GetKeyBytes()
162 return key_string; in GetKeyBytes()
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config_key.py50 self.dialog.key_string.set(' ')
56 self.dialog.key_string.set('<Key-F11>')
210 string = dialog.key_string.get
231 string = dialog.key_string.get
/aosp_15_r20/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
H A Dsize_report.proto32 string key_string = 1; field
51 string key_string = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dndarray_tensor.cc88 const char* key_string = in PyArrayDescr_to_TF_DataType() local
91 if (!key_string) { in PyArrayDescr_to_TF_DataType()
94 tensorflow::string key = key_string; in PyArrayDescr_to_TF_DataType()
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py118 def get_credential_storage_custom_string_key(filename, key_string, argument
135 key_dict = {'key': key_string}
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dmultistore_file.py100 def get_credential_storage_custom_string_key(filename, key_string, argument
117 key_dict = {'key': key_string}
/aosp_15_r20/external/autotest/tko/
H A Dmodels.py105 key_string = ','.join([base] + hashes)
106 return utils.hash('md5', key_string).hexdigest()
/aosp_15_r20/external/cronet/net/socket/
H A Dssl_server_socket_unittest.cc468 std::string key_string; in ReadTestKey() local
469 if (!base::ReadFileToString(key_path, &key_string)) in ReadTestKey()
472 reinterpret_cast<const uint8_t*>(key_string.data()), in ReadTestKey()
473 reinterpret_cast<const uint8_t*>(key_string.data() + in ReadTestKey()
474 key_string.length())); in ReadTestKey()
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_helper.cc84 char* key_string = PyBytes_AsString(key); in TF_Run_wrapper_helper() local
85 if (!key_string) { in TF_Run_wrapper_helper()
90 input_names.push_back(key_string); in TF_Run_wrapper_helper()
/aosp_15_r20/external/pigweed/pw_protobuf/size_report/
H A Doneof_codegen_comparison.cc373 std::array<char, 16> key_string; in BasicDecode() local
374 StatusWithSize sws = key_decoder.ReadKeyString(key_string); in BasicDecode()
/aosp_15_r20/external/arm-trusted-firmware/tools/encrypt_fw/include/
H A Dencrypt.h16 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string,
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/encrypt_fw/include/
Dencrypt.h16 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string,
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc2114 std::string key_string = ""; in PrintMapKey() local
2121 key_string = found_message->GetReflection()->GetString( in PrintMapKey()
2124 TextFormat::PrintFieldValueToString(*found_message, fd, -1, &key_string); in PrintMapKey()
2126 if (key_string.empty()) { in PrintMapKey()
2127 key_string = "''"; in PrintMapKey()
2129 printer_->PrintRaw(StrCat("[", key_string, "]")); in PrintMapKey()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc2114 std::string key_string = ""; in PrintMapKey() local
2121 key_string = found_message->GetReflection()->GetString( in PrintMapKey()
2124 TextFormat::PrintFieldValueToString(*found_message, fd, -1, &key_string); in PrintMapKey()
2126 if (key_string.empty()) { in PrintMapKey()
2127 key_string = "''"; in PrintMapKey()
2129 printer_->PrintRaw(StrCat("[", key_string, "]")); in PrintMapKey()
/aosp_15_r20/external/googleapis/google/api/apikeys/v2/
H A Dapikeys.proto232 string key_string = 1; field
277 string key_string = 1 [(google.api.field_behavior) = REQUIRED]; field

12