/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/testdata/tests/ |
D | go122-annotations-stress.test | 19 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 D | helpers.cc | 46 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 D | encrypt.c | 22 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/ |
D | encrypt.c | 22 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/ |
D | config_key.py | 64 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/ |
D | hpack_parser.cc | 947 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 D | hpack_parser.cc | 956 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 D | properties.cc | 79 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 D | values_util.cc | 45 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 D | values_util_unittest.cc | 377 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 D | key_data.cc | 158 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/ |
D | test_config_key.py | 50 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 D | size_report.proto | 32 string key_string = 1; field 51 string key_string = 1; field
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | ndarray_tensor.cc | 88 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/ |
D | multistore_file.py | 118 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 D | multistore_file.py | 100 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 D | models.py | 105 key_string = ','.join([base] + hashes) 106 return utils.hash('md5', key_string).hexdigest()
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | ssl_server_socket_unittest.cc | 468 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 D | tf_session_helper.cc | 84 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 D | oneof_codegen_comparison.cc | 373 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 D | encrypt.h | 16 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/ |
D | encrypt.h | 16 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 D | message_differencer.cc | 2114 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 D | message_differencer.cc | 2114 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 D | apikeys.proto | 232 string key_string = 1; field 277 string key_string = 1 [(google.api.field_behavior) = REQUIRED]; field
|