| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | validation_test_input_parser.cc | 41 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 …]
|
| /external/tensorflow/tensorflow/c/eager/ |
| D | immediate_execution_tensor_handle.cc | 28 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()
|
| D | c_api_experimental.cc | 812 const std::string& value_string = status_or_value.ValueOrDie(); in TFE_GetConfigKeyValue() local 813 void* data = tensorflow::port::Malloc(value_string.length()); in TFE_GetConfigKeyValue() 814 value_string.copy(static_cast<char*>(data), value_string.length(), 0); in TFE_GetConfigKeyValue() 816 value_buf->length = value_string.length(); in TFE_GetConfigKeyValue()
|
| /external/oss-fuzz/infra/cifuzz/ |
| D | environment.py | 20 def _eval_value(value_string): argument 23 return ast.literal_eval(value_string) 26 return value_string 31 value_string = os.getenv(env_var) 32 if value_string is None: 35 return _eval_value(value_string)
|
| /external/cronet/net/cert/pki/ |
| D | parse_name.cc | 80 std::string value_string; in AsRFC2253String() local 104 value_string = in AsRFC2253String() 108 if (value_string.empty()) { in AsRFC2253String() 117 value_string += "\\#"; in AsRFC2253String() 119 value_string += "\\ "; in AsRFC2253String() 121 value_string += "\\ "; in AsRFC2253String() 124 value_string += "\\"; in AsRFC2253String() 125 value_string += c; in AsRFC2253String() 130 value_string += in AsRFC2253String() 134 value_string += c; in AsRFC2253String() [all …]
|
| /external/libchrome/base/trace_event/ |
| D | memory_allocator_dump.cc | 82 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()
|
| /external/cronet/base/trace_event/ |
| D | memory_allocator_dump.cc | 85 value->SetString("value", entry.value_string); in AsValueInto() 123 proto_memory_node_entry->set_value_string(entry.value_string); in AsProtoInto() 167 : name(name), units(units), entry_type(kString), value_string(value) {} in Entry() 176 return value_string == rhs.value_string; in operator ==() 190 << entry.value_string << "\")>"; in PrintTo()
|
| /external/cronet/net/websockets/ |
| D | websocket_extension_parser.cc | 69 std::string value_string; in ConsumeExtensionParameter() local 80 if (!ConsumeQuotedToken(&value_string)) in ConsumeExtensionParameter() 85 value_string = std::string(value); in ConsumeExtensionParameter() 87 *parameter = WebSocketExtension::Parameter(std::string(name), value_string); in ConsumeExtensionParameter()
|
| /external/perfetto/src/trace_processor/importers/memory_tracker/ |
| D | raw_memory_graph_node.cc | 37 : name(n), units(u), entry_type(kString), value_string(v) {} in MemoryNodeEntry() 47 return value_string == rhs.value_string; in operator ==()
|
| /external/autotest/client/common_lib/cros/cfm/usb/ |
| D | usb_port_manager.py | 158 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)
|
| /external/pigweed/pw_console/py/pw_console/widgets/ |
| D | table.py | 107 value_string = str(value) 111 value_string = TableView.FLOAT_FORMAT % value 113 value_string = TableView.INT_FORMAT % value 116 if len(value_string) > current_width: 117 self.column_widths[field_name] = len(value_string)
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | text_literal_reader.cc | 87 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()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
| D | re2_arg_test.cc | 19 const char * value_string; member 99 const char* const p = kSuccessTable[i].value_string; \
|
| /external/flatbuffers/tests/cpp17/ |
| D | stringify_util.h | 69 auto value_string = 71 if (!value_string) { return ""; } 72 return indent + FBS::Traits::field_names[Index] + " = " + *value_string +
|
| /external/libchrome/base/android/ |
| D | command_line_android.cc | 68 std::string value_string (ConvertJavaStringToUTF8(env, jvalue)); in JNI_CommandLine_AppendSwitchWithValue() local 70 value_string); in JNI_CommandLine_AppendSwitchWithValue()
|
| /external/cronet/base/android/ |
| D | command_line_android.cc | 75 std::string value_string(ConvertJavaStringToUTF8(env, jvalue)); in JNI_CommandLine_AppendSwitchWithValue() local 77 value_string); in JNI_CommandLine_AppendSwitchWithValue()
|
| /external/libconfig/contrib/chained/ |
| D | libconfig_chained.h | 48 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()
|
| /external/tensorflow/tensorflow/python/util/protobuf/ |
| D | compare_test.proto | 48 map<string, string> value_string = 2; field
|
| /external/rust/crates/serde_json/tests/ |
| D | debug.rs | 35 fn value_string() { in value_string() function
|
| /external/libchrome/base/ |
| D | command_line.cc | 351 const std::string& value_string) { in AppendSwitchASCII() argument 353 AppendSwitchNative(switch_string, ASCIIToUTF16(value_string)); in AppendSwitchASCII() 355 AppendSwitchNative(switch_string, value_string); in AppendSwitchASCII()
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
| D | certificate_util.cc | 75 const std::string& value_string = parts[1]; in AddName() local 98 !AddStringToCbb(&value, value_string) || !CBB_flush(&rdns)) { in AddName()
|
| /external/webrtc/modules/audio_coding/audio_network_adaptor/ |
| D | controller_manager_unittest.cc | 333 std::string value_string; variable 336 EXPECT_TRUE(value.SerializeToString(&value_string)); 337 return arg_string == value_string;
|
| /external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/ |
| D | raw_memory_graph_node.h | 91 std::string value_string; member
|
| /external/cronet/net/cert/ |
| D | x509_util.cc | 130 const std::string& value_string = parts[1]; in AddName() local 153 reinterpret_cast<const uint8_t*>(value_string.data()), in AddName() 154 value_string.size()) || in AddName()
|
| /external/llvm/bindings/python/llvm/tests/ |
| D | test_object.py | 67 assert isinstance(relocation.value_string, str)
|