Home
last modified time | relevance | path

Searched refs:value_string (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dvalidation_test_input_parser.cc41 const std::string& value_string);
63 const std::string& value_string);
65 const std::string& value_string);
66 bool ParseFloat(const DataType& type, const std::string& value_string);
67 bool ParseDouble(const DataType& type, const std::string& value_string);
69 const std::string& value_string);
70 bool ParseDistance(const DataType& type, const std::string& value_string);
71 bool ParseAnchor(const DataType& type, const std::string& value_string);
72 bool ParseHandles(const DataType& type, const std::string& value_string);
76 bool ConvertToUnsignedInteger(const std::string& value_string,
[all …]
/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/cronet/third_party/boringssl/src/pki/
H A Dparse_name.cc83 std::string value_string; in AsRFC2253String() local
108 value_string = "#" + bssl::string_util::HexEncode(value); in AsRFC2253String()
111 if (value_string.empty()) { in AsRFC2253String()
121 value_string += "\\#"; in AsRFC2253String()
123 value_string += "\\ "; in AsRFC2253String()
125 value_string += "\\ "; in AsRFC2253String()
128 value_string += "\\"; in AsRFC2253String()
129 value_string += c; in AsRFC2253String()
132 value_string += in AsRFC2253String()
135 value_string += c; in AsRFC2253String()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dimmediate_execution_tensor_handle.cc28 std::string value_string; in DebugString() local
29 if (!SummarizeValue(value_string).ok()) { in DebugString()
30 value_string = "<error computing value>"; in DebugString()
32 if (value_string.length() > 100) { in DebugString()
35 value_string = absl::StrCat(value_string.substr(0, 100), " [...]"); in DebugString()
42 return absl::StrCat("TensorHandle(", value_string, ", shape=", shape_string, in DebugString()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.cc68 auto value_string = value.as_string_view(); in ParseMemento() local
69 if (value_string == "application/grpc") { in ParseMemento()
71 } else if (absl::StartsWith(value_string, "application/grpc;")) { in ParseMemento()
73 } else if (absl::StartsWith(value_string, "application/grpc+")) { in ParseMemento()
75 } else if (value_string.empty()) { in ParseMemento()
196 auto value_string = value.as_string_view(); in ParseMemento() local
197 if (value_string == "POST") { in ParseMemento()
199 } else if (value_string == "PUT") { in ParseMemento()
201 } else if (value_string == "GET") { in ParseMemento()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dmetadata_batch.cc130 auto value_string = value.as_string_view(); in ParseMemento() local
131 if (value_string == "application/grpc") { in ParseMemento()
133 } else if (absl::StartsWith(value_string, "application/grpc;")) { in ParseMemento()
135 } else if (absl::StartsWith(value_string, "application/grpc+")) { in ParseMemento()
137 } else if (value_string.empty()) { in ParseMemento()
260 auto value_string = value.as_string_view(); in ParseMemento() local
261 if (value_string == "POST") { in ParseMemento()
263 } else if (value_string == "PUT") { in ParseMemento()
265 } else if (value_string == "GET") { in ParseMemento()
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmemory_allocator_dump.cc82 value->SetString("value", entry.value_string); in AsValueInto()
120 proto_memory_node_entry->set_value_string(entry.value_string); in AsProtoInto()
164 : name(name), units(units), entry_type(kString), value_string(value) {} in Entry()
173 return value_string == rhs.value_string; in operator ==()
187 << entry.value_string << "\")>"; in PrintTo()
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump.cc82 value->SetString("value", entry.value_string); in AsValueInto()
118 : name(name), units(units), entry_type(kString), value_string(value) {} in Entry()
127 return value_string == rhs.value_string; in operator ==()
141 << entry.value_string << "\")>"; in PrintTo()
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_extension_parser.cc70 std::string value_string; in ConsumeExtensionParameter() local
81 if (!ConsumeQuotedToken(&value_string)) in ConsumeExtensionParameter()
86 value_string = std::string(value); in ConsumeExtensionParameter()
88 *parameter = WebSocketExtension::Parameter(std::string(name), value_string); in ConsumeExtensionParameter()
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/widgets/
H A Dtable.py111 value_string = str(value)
115 value_string = TableView.FLOAT_FORMAT % value
117 value_string = TableView.INT_FORMAT % value
120 if len(value_string) > current_width:
121 self.column_widths[field_name] = len(value_string)
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_IoctlOperations.cc469 string value_string(Trim(line.substr(search + 1, string::npos))); in phNxpNciHal_extractConfig() local
471 if (value_string[0] == '{' && in phNxpNciHal_extractConfig()
472 value_string[value_string.length() - 1] != '}') { in phNxpNciHal_extractConfig()
481 value_string.append(line_append); in phNxpNciHal_extractConfig()
485 if (!phNxpNciHal_parseValueFromString(value_string)) continue; in phNxpNciHal_extractConfig()
487 line = key + "=" + value_string + "\n"; in phNxpNciHal_extractConfig()
490 (value_string == "1" || value_string == "0x01")) { in phNxpNciHal_extractConfig()
/aosp_15_r20/external/autotest/client/common_lib/cros/cfm/usb/
H A Dusb_port_manager.py158 value_string = '1' if power_on else '0'
160 value_string, gpio_path))
173 value_string = '1' if power_on else '0'
175 value_string)
/aosp_15_r20/external/perfetto/src/trace_processor/importers/memory_tracker/
H A Draw_memory_graph_node.cc37 : name(n), units(u), entry_type(kString), value_string(v) {} in MemoryNodeEntry()
47 return value_string == rhs.value_string; in operator ==()
/aosp_15_r20/art/test/922-properties/
H A Dproperties.cc83 ScopedUtfChars value_string(env, value); in Java_art_Test922_setSystemProperty() local
84 if (value_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/tensorflow/tensorflow/compiler/xla/
H A Dtext_literal_reader.cc87 absl::string_view value_string = absl::StripAsciiWhitespace(pieces[1]); in ReadAllLines() local
97 if (!absl::SimpleAtof(value_string, &value)) { in ReadAllLines()
99 value_string); in ReadAllLines()
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/utils/
Dconfig.cpp130 string value_string(Trim(line.substr(search + 1, string::npos))); in parseFromString() local
133 bool value_parsed = value.parseFromString(value_string); in parseFromString()
138 LOG(INFO) << "ConfigFile - [" << key << "] = " << value_string; in parseFromString()
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dconfig.cpp111 string value_string(Trim(line.substr(search + 1, string::npos))); in parseFromString() local
114 bool value_parsed = value.parseFromString(value_string); in parseFromString()
119 LOG(INFO) << "ConfigFile - [" << key << "] = " << value_string; in parseFromString()
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dconfig.cc106 string value_string(Trim(line.substr(search + 1, string::npos))); in parseFromString() local
109 bool value_parsed = value.parseFromString(value_string); in parseFromString()
114 LOG(INFO) << "ConfigFile - [" << key << "] = " << value_string; in parseFromString()
/aosp_15_r20/system/nfc/utils/
H A Dconfig.cc143 string value_string(Trim(line.substr(search + 1, string::npos))); in parseFromString() local
146 bool value_parsed = value.parseFromString(value_string); in parseFromString()
150 LOG(INFO) << "ConfigFile - [" << key << "] = " << value_string; in parseFromString()
/aosp_15_r20/external/flatbuffers/tests/cpp17/
H A Dstringify_util.h69 auto value_string =
71 if (!value_string) { return ""; }
72 return indent + FBS::Traits::field_names[Index] + " = " + *value_string +
/aosp_15_r20/external/libconfig/contrib/chained/
H A Dlibconfig_chained.h48 std::string value_string; member
83 value_string = value; in Variant()
89 value_string = value; in Variant()
103 operator std::string() const { return value_string; } in string()
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dre2_arg_test.cc19 const char * value_string; member
99 const char* const p = kSuccessTable[i].value_string; \
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_arg_test.cc20 const char * value_string; member
100 const char* const p = kSuccessTable[i].value_string; \
/aosp_15_r20/art/profman/
H A Dprofman.cc262 const char* value_string = raw_option + option_prefix.size(); in ParseUintOption() local
264 ParseUintValue(option_name, value_string, out, min, max); in ParseUintOption()
272 const std::string_view value_string = option.substr(option_prefix.size()); in ParseBoolOption() local
273 android::base::ParseBoolResult result = android::base::ParseBool(value_string); in ParseBoolOption()
276 Usage("Failed to parse %s '%s' as an integer", option_name.c_str(), value_string); in ParseBoolOption()
293 const std::string_view value_string = option.substr(option_prefix.size()); in ParseOutputProfileType() local
294 if (value_string == "app") { in ParseOutputProfileType()
296 } else if (value_string == "boot") { in ParseOutputProfileType()
298 } else if (value_string == "bprof") { in ParseOutputProfileType()
302 Usage("Failed to parse %s '%s' as (app|boot|bprof)", option_name.c_str(), value_string); in ParseOutputProfileType()
/aosp_15_r20/external/cronet/base/android/
H A Dcommand_line_android.cc63 std::string& value_string) { in JNI_CommandLine_AppendSwitchWithValue() argument
65 value_string); in JNI_CommandLine_AppendSwitchWithValue()

1234