Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 41) 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/main/java/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.rs54 async fn GetName(&self) -> binder::Result<String> { in GetName()
65 async fn RealName(&self) -> binder::Result<String> { in RealName()
77 async fn RealName(&self) -> binder::Result<String> { in RealName()
196 async fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString()
200 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString()
245 names: &[String], in GetInterfaceArray()
257 names: &[String], in VerifyNamesWithInterfaceArray()
273 names: Option<&[Option<String>]>, in GetNullableInterfaceArray()
294 names: Option<&[Option<String>]>, in VerifyNamesWithNullableInterfaceArray()
314 names: Option<&[Option<String>]>, in GetInterfaceList()
[all …]
Dtest_service.rs54 fn GetName(&self) -> binder::Result<String> { in GetName()
64 fn RealName(&self) -> binder::Result<String> { in RealName()
75 fn RealName(&self) -> binder::Result<String> { in RealName()
170 fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString()
174 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString()
215 names: &[String], in GetInterfaceArray()
223 names: &[String], in VerifyNamesWithInterfaceArray()
239 names: Option<&[Option<String>]>, in GetNullableInterfaceArray()
260 names: Option<&[Option<String>]>, in VerifyNamesWithNullableInterfaceArray()
280 names: Option<&[Option<String>]>, in GetInterfaceList()
[all …]
/system/security/keystore2/test_utils/
Dkey_generations.rs337 alias: Option<String>, in generate_ec_p256_signing_key()
381 alias: Option<String>, in generate_ec_key()
420 alias: Option<String>, in generate_rsa_key()
646 alias: Option<String>, in generate_ec_256_attested_key()
693 alias: Option<String>, in import_rsa_2048_key()
753 alias: Option<String>, in import_ec_p_256_key()
796 alias: Option<String>, in import_aes_key()
850 alias: Option<String>, in import_3des_key()
909 alias: Option<String>, in import_hmac_key()
955 wrapping_key_alias: Option<String>, in import_wrapping_key()
[all …]
/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.rs46 ) -> Result<String> { in pack_report()
90 fn get_report_filename(node_id: &MacAddr6) -> Result<String> { in get_report_filename()
Dservice.rs82 fn report(&self, usage_setting: i32) -> BinderResult<String> { in report()
90 fn get_supported_provider(&self) -> BinderResult<String> { in get_supported_provider()
/system/extras/profcollectd/libprofcollectd/bindings/libflags/
Dlib.rs36 ) -> String; in GetServerConfigurableFlag()
/system/security/keystore2/src/vintf/
Dlib.rs29 ) -> Vec<String>; in get_hidl_instances()
/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/tests/
Dkeystore2_client_test_utils.rs98 alias: Option<String>, in generate_ec_key_and_grant_to_users()
124 alias: Option<String>, in create_signing_operation()
253 alias: Option<String>, in execute_op_run_as_child()
Dkeystore2_client_list_entries_tests.rs34 alias: String, in key_alias_exists()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs1019 …ly: std::result::Result<binder::binder_impl::Parcel, binder::StatusCode>) -> binder::Result<String… in read_response_RepeatString()
1225 …fn build_parcel_ReverseString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> bi… in build_parcel_ReverseString()
1232_arg_input: &[String], _arg_repeated: &mut Vec<String>, _aidl_reply: std::result::Result<binder::b… in read_response_ReverseString()
1367 …fn read_response_GetInterfaceArray(&self, _arg_names: &[String], _aidl_reply: std::result::Result<… in read_response_GetInterfaceArray()
1386 …yn crate::mangled::_7_android_4_aidl_5_tests_14_INamedCallback>], _arg_names: &[String], _aidl_rep… in read_response_VerifyNamesWithInterfaceArray()
1404 …fn read_response_GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>, _aidl_rep… in read_response_GetNullableInterfaceArray()
1423 …mangled::_7_android_4_aidl_5_tests_14_INamedCallback>>]>, _arg_names: Option<&[Option<String>]>, _… in read_response_VerifyNamesWithNullableInterfaceArray()
1441 …fn read_response_GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>, _aidl_reply: std::… in read_response_GetInterfaceList()
1460 …mangled::_7_android_4_aidl_5_tests_14_INamedCallback>>]>, _arg_names: Option<&[Option<String>]>, _… in read_response_VerifyNamesWithInterfaceList()
1472 …fn build_parcel_ReverseStringList(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -… in build_parcel_ReverseStringList()
[all …]
/system/security/keystore2/src/
Dlegacy_blob.rs316 pub fn encode_alias(name: &str) -> String { in encode_alias()
336 pub fn decode_alias(name: &str) -> Result<String> { in decode_alias()
756 fn read_km_blob_file(&self, uid: u32, alias: &str) -> Result<Option<(Blob, String)>> { in read_km_blob_file() argument
850 pub fn list_legacy_keystore_entries_for_uid(&self, uid: u32) -> Result<Vec<String>> { in list_legacy_keystore_entries_for_uid()
881 fn extract_legacy_alias(encoded_alias: &str) -> Option<String> { in extract_legacy_alias()
895 ) -> Result<HashMap<u32, HashSet<String>>> { in list_legacy_keystore_entries_for_user()
995 fn extract_keystore_alias(encoded_alias: &str) -> Option<String> { in extract_keystore_alias()
1008 fn list_user(&self, user_id: u32) -> Result<Vec<String>> { in list_user()
1035 ) -> Result<HashMap<u32, HashSet<String>>> { in list_keystore_entries_for_user()
1054 pub fn list_keystore_entries_for_uid(&self, uid: u32) -> Result<Vec<String>> { in list_keystore_entries_for_uid()
Dglobals.rs179 fn keymint_service_name(security_level: &SecurityLevel) -> Result<Option<String>> { in keymint_service_name()
418 pub fn get_remotely_provisioned_component_name(security_level: &SecurityLevel) -> Result<String> { in get_remotely_provisioned_component_name()
Dshared_secret_negotiation.rs95 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()
391 fn list(&self, prefix: &str, uid: i32) -> Result<Vec<String>> { in list()
424 fn list_legacy(&self, uid: u32) -> Result<Vec<String>> { in list_legacy()
546 fn list(&self, prefix: &str, uid: i32) -> BinderResult<Vec<String>> { in list()
/system/keymint/hal/src/
Denv.rs32 pub fn get_property(name: &str) -> Result<String, Error> { in get_property()
/system/security/identity/util/src/java/com/android/security/identity/internal/
DIso18013.java227 byte[] createItemsRequest( in createItemsRequest()

12