Home
last modified time | relevance | path

Searched defs:some_string (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/more_defaults/
H A Dmore_defaults_generated.rs71 let some_string = { in unpack() localVariable
106 pub fn some_string(&self) -> &'a str { in some_string() method
140 pub some_string: Option<flatbuffers::WIPOffset<&'a str>>, field
220 pub some_string: String, field
253 let some_string = Some({ in pack() localVariable
/aosp_15_r20/external/autotest/client/cros/enterprise/
H A Dextension_policy.json11 "some_string": "notsecret" string
17 "some_string": "secret" string
/aosp_15_r20/external/tink/cc/internal/
H A Dmonitoring_util_test.cc61 auto some_string = absl::make_unique<std::string>("Text"); in TEST() local
85 auto some_string = absl::make_unique<std::string>(primitive_value); in NewPrimitiveSetInputPrimitive() local
H A Dutil_test.cc85 auto some_string = std::string(kLongString); in TEST() local
95 auto some_string = std::string(kLongString); in TEST() local
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A Dunittest_extension_singular_nano.proto27 optional string some_string = 24; field
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Derror.rs6 some_string: String, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Derror.rs6 some_string: String, field
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Derror.rs6 some_string: String, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Derror.rs6 some_string: String, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Derror.rs6 some_string: String, field
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Drecording_http2_visitor_test.cc56 const std::string some_string = in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dcommand_line_flags_test.cc83 std::string some_string = "invalid"; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine_test.cc526 Output some_string = in CreateGrapplerItemWithResourceMemory() local
/aosp_15_r20/external/openscreen/cast/receiver/
H A Dapplication_agent_unittest.cc264 for (const char* some_string : kGarbageStrings) { in TEST_F() local