Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 33) sorted by relevance

12

/system/tools/aidl/tests/android/aidl/tests/map/
DIMapTest.aidl25 in Map<String, IntEnum[]> input, out Map<String, IntEnum[]> output); in repeatIntEnumArrayMap()
27 in Map<String, int[]> input, out Map<String, int[]> output); in repeatIntArrayMap()
28 Map<String, Bar> repeatBarMap(in Map<String, Bar> input, out Map<String, Bar> output); in repeatBarMap()
30 in Map<String, Bar[]> input, out Map<String, Bar[]> output); in repeatBarArrayMap()
32 in Map<String, String> input, out Map<String, String> output); in repeatStringMap()
34 in Map<String, String[]> input, out Map<String, String[]> output); in repeatStringArrayMap()
36 in Map<String, IEmpty> input, out Map<String, IEmpty> output); in repeatInterfaceMap()
38 in Map<String, IBinder> input, out Map<String, IBinder> output); in repeatIbinderMap()
/system/tools/xsdc/src/com/android/xsdc/
DXmlSchema.java33 XmlSchema(Map<String, XsdElement> elementMap, Map<String, XsdType> typeMap, in XmlSchema()
DFileSystem.java33 public FileSystem(Map<String, StringBuffer> fileOutputMap) { in FileSystem()
DXsdHandler.java46 State(String name, Map<String, String> attributeMap) { in State()
676 private boolean isDeprecated(Map<String, String> attributeMap,List<XsdTag> tags, in isDeprecated()
685 private boolean isFinalValue(Map<String, String> attributeMap,List<XsdTag> tags, in isFinalValue()
694 private Nullability getNullability(Map<String, String> attributeMap,List<XsdTag> tags, in getNullability()
/system/tools/aidl/tests/rust/
Dtest_service_async.rs53 async fn GetName(&self) -> binder::Result<String> { in GetName()
64 async fn RealName(&self) -> binder::Result<String> { in RealName()
76 async fn RealName(&self) -> binder::Result<String> { in RealName()
181 async fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString()
185 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString()
215 names: &[String], in GetInterfaceArray()
227 names: &[String], in VerifyNamesWithInterfaceArray()
243 names: Option<&[Option<String>]>, in GetNullableInterfaceArray()
264 names: Option<&[Option<String>]>, in VerifyNamesWithNullableInterfaceArray()
284 names: Option<&[Option<String>]>, in GetInterfaceList()
[all …]
Dtest_service.rs53 fn GetName(&self) -> binder::Result<String> { in GetName()
63 fn RealName(&self) -> binder::Result<String> { in RealName()
74 fn RealName(&self) -> binder::Result<String> { in RealName()
156 fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString()
160 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString()
186 names: &[String], in GetInterfaceArray()
194 names: &[String], in VerifyNamesWithInterfaceArray()
210 names: Option<&[Option<String>]>, in GetNullableInterfaceArray()
231 names: Option<&[Option<String>]>, in VerifyNamesWithNullableInterfaceArray()
251 names: Option<&[Option<String>]>, in GetInterfaceList()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIOldName.rs17 fn RealName(&self) -> binder::Result<String>; in RealName()
27 fn RealName<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>>; in RealName()
32 async fn RealName(&self) -> binder::Result<String>; in RealName()
54 fn RealName(&self) -> binder::Result<String> { in new_async_binder()
63 fn RealName(&self) -> binder::Result<String> { in RealName()
80 …ly: std::result::Result<binder::binder_impl::Parcel, binder::StatusCode>) -> binder::Result<String… in read_response_RealName()
94 fn RealName(&self) -> binder::Result<String> { in RealName()
101 fn RealName<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> { in RealName()
116 fn RealName(&self) -> binder::Result<String> { self.0.RealName() } in RealName()
DINewName.rs17 fn RealName(&self) -> binder::Result<String>; in RealName()
27 fn RealName<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>>; in RealName()
32 async fn RealName(&self) -> binder::Result<String>; in RealName()
54 fn RealName(&self) -> binder::Result<String> { in new_async_binder()
63 fn RealName(&self) -> binder::Result<String> { in RealName()
80 …ly: std::result::Result<binder::binder_impl::Parcel, binder::StatusCode>) -> binder::Result<String… in read_response_RealName()
94 fn RealName(&self) -> binder::Result<String> { in RealName()
101 fn RealName<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> { in RealName()
116 fn RealName(&self) -> binder::Result<String> { self.0.RealName() } in RealName()
DINamedCallback.rs17 fn GetName(&self) -> binder::Result<String>; in GetName()
27 fn GetName<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>>; in GetName()
32 async fn GetName(&self) -> binder::Result<String>; in GetName()
54 fn GetName(&self) -> binder::Result<String> { in new_async_binder()
63 fn GetName(&self) -> binder::Result<String> { in GetName()
80 …ly: std::result::Result<binder::binder_impl::Parcel, binder::StatusCode>) -> binder::Result<String… in read_response_GetName()
94 fn GetName(&self) -> binder::Result<String> { in GetName()
101 fn GetName<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> { in GetName()
116 fn GetName(&self) -> binder::Result<String> { self.0.GetName() } in GetName()
DITestService.rs28 fn RepeatString(&self, _arg_token: &str) -> binder::Result<String>; in RepeatString()
39 …fn ReverseString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::Result<… in ReverseString()
51 …fn ReverseStringList(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::Res… in ReverseStringList()
59 fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::Result<Option<String>>; in RepeatNullableString()
60 …n RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::Result<Option<… in RepeatNullableStringList()
68 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>; in RepeatUtf8CppString()
69 fn RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::Result<Option<String>>; in RepeatNullableUtf8CppString()
70 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in ReverseUtf8CppString()
71 …g(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Option<Vec<Option<String>>>) -… in ReverseNullableUtf8CppString()
72 …t(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Option<Vec<Option<String>>>) -… in ReverseUtf8CppStringList()
[all …]
/system/security/keystore2/src/vintf/
Dlib.rs37 ) -> Vec<String>; in get_hidl_instances()
41 fn get_aidl_instances(package: &str, version: usize, interface_name: &str) -> Vec<String>; in get_aidl_instances()
/system/timezone/input_tools/android/tzids/src/main/java/com/android/timezone/tzids/
DTimeZoneIds.java203 Map<String, TzIdsProto.TimeZoneReplacement> replacementLookupMap, in traverseReplacementList()
224 private static void putAllSafely(Map<String, String> targetMap, Map<String, String> sourceMap) { in putAllSafely()
/system/extras/profcollectd/libprofcollectd/
Dreport.rs39 pub fn pack_report(profile: &Path, report: &Path, config: &Config) -> Result<String> { in pack_report()
78 fn get_report_filename(node_id: &MacAddr6) -> Result<String> { in get_report_filename()
Dservice.rs82 fn report(&self) -> BinderResult<String> { in report()
90 fn get_supported_provider(&self) -> BinderResult<String> { in get_supported_provider()
Dconfig.rs85 fn to_string(&self) -> String { in to_string()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs20 …ionAndReturnString(&self, _arg_u: &crate::mangled::_7_android_4_aidl_9_versioned_5_tests_8_BazUnio… in acceptUnionAndReturnString()
26 fn getInterfaceHash(&self) -> binder::Result<String> { in getInterfaceHash()
39 …_7_android_4_aidl_9_versioned_5_tests_8_BazUnion) -> binder::BoxFuture<'a, binder::Result<String>>; in acceptUnionAndReturnString()
45 fn getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> { in getInterfaceHash()
53 …ionAndReturnString(&self, _arg_u: &crate::mangled::_7_android_4_aidl_9_versioned_5_tests_8_BazUnio… in acceptUnionAndReturnString()
80 …ionAndReturnString(&self, _arg_u: &crate::mangled::_7_android_4_aidl_9_versioned_5_tests_8_BazUnio… in new_async_binder()
98 …ionAndReturnString(&self, _arg_u: &crate::mangled::_7_android_4_aidl_9_versioned_5_tests_8_BazUnio… in acceptUnionAndReturnString()
144 …ly: std::result::Result<binder::binder_impl::Parcel, binder::StatusCode>) -> binder::Result<String… in read_response_acceptUnionAndReturnString()
210 …ly: std::result::Result<binder::binder_impl::Parcel, binder::StatusCode>) -> binder::Result<String… in read_response_getInterfaceHash()
225 …ionAndReturnString(&self, _arg_u: &crate::mangled::_7_android_4_aidl_9_versioned_5_tests_8_BazUnio… in acceptUnionAndReturnString()
[all …]
/system/extras/profcollectd/libprofcollectd/bindings/libflags/
Dlib.rs36 ) -> String; in GetServerConfigurableFlag()
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DZoneTabFileTest.java116 private void addIds(Map<String, List<String>> map, String iso, String... ids) { in addIds()
/system/security/keystore2/selinux/src/
Dconcurrency_test.rs50 fn make_string(&self) -> String { in make_string()
/system/security/keystore2/src/
Dlegacy_blob.rs315 pub fn encode_alias(name: &str) -> String { in encode_alias()
335 pub fn decode_alias(name: &str) -> Result<String> { in decode_alias()
765 fn read_km_blob_file(&self, uid: u32, alias: &str) -> Result<Option<(Blob, String)>> { in read_km_blob_file() argument
862 pub fn list_legacy_keystore_entries_for_uid(&self, uid: u32) -> Result<Vec<String>> { in list_legacy_keystore_entries_for_uid()
899 fn extract_legacy_alias(encoded_alias: &str) -> Option<String> { in extract_legacy_alias()
913 ) -> Result<HashMap<u32, HashSet<String>>> { in list_legacy_keystore_entries_for_user()
1015 fn extract_keystore_alias(encoded_alias: &str) -> Option<String> { in extract_keystore_alias()
1028 fn list_user(&self, user_id: u32) -> Result<Vec<String>> { in list_user()
1057 ) -> Result<HashMap<u32, HashSet<String>>> { in list_keystore_entries_for_user()
1078 pub fn list_keystore_entries_for_uid(&self, uid: u32) -> Result<Vec<String>> { in list_keystore_entries_for_uid()
Dshared_secret_negotiation.rs94 name: String, in filter_map_legacy_km_instances()
/system/sepolicy/build/soong/
Dcil_compat_map.go42 String = proptools.String var
/system/tools/sysprop/
Dsysprop.proto44 String = 4; enumerator
/system/security/keystore2/legacykeystore/
Dlib.rs105 fn list(&mut self, caller_uid: u32) -> Result<Vec<String>> { in list()
385 fn list(&self, prefix: &str, uid: i32) -> Result<Vec<String>> { in list()
418 fn list_legacy(&self, uid: u32) -> Result<Vec<String>> { in list_legacy()
542 fn list(&self, prefix: &str, uid: i32) -> BinderResult<Vec<String>> { in list()
/system/security/identity/util/src/java/com/android/security/identity/internal/
DIso18013.java254 byte[] createItemsRequest( in createItemsRequest()

12