Home
last modified time | relevance | path

Searched defs:name_string (Results 1 – 21 of 21) sorted by relevance

/external/rust/android-crates-io/crates/open-enum-derive/src/
Dconfig.rs35 let name_string = name.to_token_stream().to_string(); in parse() localVariable
/external/pigweed/pw_thread/
Dthread_info_test.cc30 span<char, 13> name_string(buffer); in TEST() local
/external/angle/build/toolchain/win/
Dtool_wrapper.py71 def _CommandifyName(self, name_string): argument
/external/cronet/tot/build/toolchain/win/
Dtool_wrapper.py71 def _CommandifyName(self, name_string): argument
/external/cronet/stable/build/toolchain/win/
Dtool_wrapper.py71 def _CommandifyName(self, name_string): argument
/external/rust/android-crates-io/crates/vulkano/autogen/
Dextensions.rs102 let name_string = name.to_string(); in device_extensions_output() localVariable
202 let name_string = name.to_string(); in instance_extensions_output() localVariable
Dspirv_parse.rs521 let name_string = name.to_string(); in value_enum_output() localVariable
Dfeatures.rs108 let name_string = name.to_string(); in features_output() localVariable
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfreeze_requantization_ranges.cc90 StringPiece name_string = line_parts[min_max_index - 1]; in ExtractMinMaxRecords() local
/external/google-breakpad/src/common/
Dmodule.cc269 string name_string = name; in FindFile() local
/external/cronet/tot/base/metrics/
Dpersistent_memory_allocator.cc495 std::string name_string(name); in CreateTrackingHistograms() local
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc474 std::string name_string = name.as_string(); in CreateTrackingHistograms() local
/external/cronet/stable/net/http/
Dhttp_auth_gssapi_posix.cc264 auto name_string = in GetDisplayNameValue() local
/external/cronet/tot/net/http/
Dhttp_auth_gssapi_posix.cc264 auto name_string = in GetDisplayNameValue() local
/external/cronet/stable/base/metrics/
Dpersistent_memory_allocator.cc495 std::string name_string(name); in CreateTrackingHistograms() local
/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc1940 std::string name_string("event name"); in TEST_F() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc2408 auto name_string = std::string(name); in TryFindFileInFallbackDatabase() local
2446 auto name_string = std::string(name); in TryFindSymbolInFallbackDatabase() local
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2414 auto name_string = std::string(name); in TryFindFileInFallbackDatabase() local
2452 auto name_string = std::string(name); in TryFindSymbolInFallbackDatabase() local
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc2408 auto name_string = std::string(name); in TryFindFileInFallbackDatabase() local
2446 auto name_string = std::string(name); in TryFindSymbolInFallbackDatabase() local
/external/crosvm/acpi_tables/src/
Daml.rs1321 name_string: &'a dyn Aml, field
/external/python/cpython3/Modules/
Dposixmodule.c12952 const char *name_string = PyBytes_AS_STRING(name); in os_putenv_impl() local