/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/ |
D | init_args.rs | 46 opt_string: String, 59 opt_string: String, 70 opt_string: String, 80 pub fn opt_string(&self) -> Option<&str> { in opt_string() method 82 Self::NullOptString(opt_string) => Some(opt_string), in opt_string() 83 Self::OptStringTooLong { opt_string, .. } => Some(opt_string), in opt_string() 84 Self::OptStringNotRepresentable { opt_string, .. } => Some(opt_string), in opt_string() 85 Self::OptStringTranscodeFailure { opt_string, .. } => Some(opt_string), in opt_string() 93 Self::NullOptString(opt_string) => Some(opt_string), in opt_string_mut() 94 Self::OptStringTooLong { opt_string, .. } => Some(opt_string), in opt_string_mut() [all …]
|
/aosp_15_r20/external/golang-protobuf/encoding/prototext/ |
H A D | encode_test.go | 83 opt_string: "" 107 opt_string: "" 161 opt_string: "谷歌" 168 want: `opt_string: "abc\xff" 314 opt_string: "nested message" 316 opt_string: "another nested message" 334 opt_string: "inside a group" 336 opt_string: "nested message inside a group" 538 opt_string: "repeat nested one" 541 opt_string: "repeat nested two" [all …]
|
H A D | decode_test.go | 54 opt_string: "" 103 opt_string: "" 136 opt_string: "谷歌" 194 inputText: `opt_string: "abc\xff"`, 367 opt_string: "hello" 501 opt_string: "nested message" 503 opt_string: "another nested message" 667 opt_string: "repeat nested one" 670 opt_string: "repeat nested two" 672 opt_string: "inside repeat nested two" [all …]
|
/aosp_15_r20/external/edid-decode/vs/ |
H A D | getopt.c | 199 const CHAR *getopt_match( CHAR lookup, const CHAR *opt_string ) in getopt_match() argument 203 if( (*opt_string == getopt_pluschar) || (*opt_string == getopt_switchar) ) in getopt_match() 204 ++opt_string; in getopt_match() 205 if( *opt_string == getopt_takes_argument ) in getopt_match() 206 ++opt_string; in getopt_match() 207 do if( lookup == *opt_string ) return opt_string; in getopt_match() 208 while( *++opt_string ); in getopt_match()
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/ |
H A D | test.proto | 41 optional string opt_string = 13; field 85 optional string opt_string = 1; field 93 optional string opt_string = 1; field 122 optional string opt_string = 2; field 144 optional string opt_string = 1; field 185 optional string opt_string = 1; field 199 optional string opt_string = 1; field 219 optional google.protobuf.StringValue opt_string = 8; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/init_args/ |
D | char_encoding_windows.rs | 39 opt_string: s.into_owned(), in str_to_cstr_win32() 46 opt_string: s.into_owned(), in str_to_cstr_win32() 125 opt_string: s.into_owned(), in str_to_cstr_win32() 278 …string = assert_matches!(result, JvmError::OptStringNotRepresentable { opt_string } => opt_string); in test()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/java_vm/ |
D | init_args.rs | 49 pub fn option(self, opt_string: &str) -> Self { in option() 52 match opt_string { in option() 57 s.opts.push(opt_string.into()); in option()
|
/aosp_15_r20/external/nanopb-c/tests/alltypes_pointer/ |
H A D | encode_alltypes_pointer.c | 82 char* opt_string = "3054"; in main() local 170 alltypes.opt_string = opt_string; in main()
|
H A D | decode_alltypes_pointer.c | 102 TEST(alltypes.opt_string == NULL); in check_alltypes() 128 TEST(alltypes.opt_string && strcmp(alltypes.opt_string, "3054") == 0); in check_alltypes()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_property_tree.hpp | 594 boost::optional<str_t> opt_string; in test_get_put() local 643 opt_string = pt.get_optional<str_t>(T("k3.k.k")); in test_get_put() 644 BOOST_TEST(opt_string && *opt_string == str_t(T("ala ma kota"))); in test_get_put() 690 opt_string = pt3.get_value_optional<str_t>(); in test_get_put() 691 BOOST_TEST(opt_string && *opt_string == str_t(T("ala ma kota"))); in test_get_put()
|
/aosp_15_r20/external/nanopb-c/tests/without_64bit/ |
H A D | decode_alltypes.c | 94 TEST(strcmp(alltypes.opt_string, "4054") == 0); in check_alltypes() 130 TEST(strcmp(alltypes.opt_string, "3054") == 0); in check_alltypes()
|
H A D | encode_alltypes.c | 87 strcpy(alltypes.opt_string, "3054"); in main()
|
H A D | alltypes.proto | 77 optional string opt_string = 54 [default = "4054"]; field
|
/aosp_15_r20/external/nanopb-c/tests/backwards_compatibility/ |
H A D | decode_legacy.c | 114 TEST(strcmp(alltypes.opt_string, "4054") == 0); in check_alltypes() 158 TEST(strcmp(alltypes.opt_string, "3054") == 0); in check_alltypes()
|
H A D | alltypes_legacy.c | 114 …PB_FIELD( 54, STRING , OPTIONAL, STATIC , OTHER, AllTypes, opt_string, opt_double, &AllTypes_opt… 115 …PB_FIELD( 55, BYTES , OPTIONAL, STATIC , OTHER, AllTypes, opt_bytes, opt_string, &AllTypes_opt_…
|
H A D | encode_legacy.c | 105 strcpy(alltypes.opt_string, "3054"); in main()
|
H A D | alltypes_legacy.proto | 98 optional string opt_string = 54 [default = "4054"]; field
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | fsinfo.py | 19 def opt_string2dict(opt_string): argument 24 for item in opt_string.split('-'):
|
/aosp_15_r20/external/nanopb-c/tests/fuzztest/ |
H A D | fuzztest.c | 182 assert(strlen(msg->opt_string) < sizeof(msg->opt_string)); in sanity_check_static()
|
/aosp_15_r20/external/nanopb-c/tests/alltypes/ |
H A D | decode_alltypes.c | 135 TEST(strcmp(alltypes.opt_string, "4054") == 0); in check_alltypes() 184 TEST(strcmp(alltypes.opt_string, "3054") == 0); in check_alltypes()
|
/aosp_15_r20/external/nanopb-c/tests/alltypes_callback/ |
H A D | decode_alltypes_callback.c | 390 alltypes.opt_string.funcs.decode = &read_string; in check_alltypes() 391 alltypes.opt_string.arg = "3054"; in check_alltypes()
|
H A D | encode_alltypes_callback.c | 370 alltypes.opt_string.funcs.encode = &write_string; in main() 371 alltypes.opt_string.arg = "3054"; in main()
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/ |
H A D | test.proto | 57 optional string opt_string = 8;
|
/aosp_15_r20/external/nanopb-c/tests/field_size_32/ |
H A D | alltypes.proto | 101 optional string opt_string = 10054 [default = "4054"]; field
|
/aosp_15_r20/external/nanopb-c/tests/field_size_16/ |
H A D | alltypes.proto | 101 optional string opt_string = 10054 [default = "4054"]; field
|