Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 50) sorted by relevance

12

/system/teeui/libteeui/prebuilt/localization/
DConfirmationUITranslations-test.cpp58 ASSERT_STR(lookup(TranslationId::CANCEL), "Cancel"); in main()
59 ASSERT_STR(lookup(TranslationId::CANCEL_VOL), "Press any volume button to cancel"); in main()
60 ASSERT_STR(lookup(TranslationId::CANCEL_VOL_DOWN), "Cancel"); in main()
61 ASSERT_STR(lookup(TranslationId::CANCEL_VOL_UP), "Cancel"); in main()
62 ASSERT_STR(lookup(TranslationId::CONFIRM), "Confirm"); in main()
63 ASSERT_STR(lookup(TranslationId::CONFIRM_PWR_BUTTON), "Press power to confirm"); in main()
64 …ASSERT_STR(lookup(TranslationId::CONFIRM_PWR_BUTTON_DOUBLE_PRESS), "Double-press power to confirm"… in main()
65 …ASSERT_STR(lookup(TranslationId::DESCRIPTION), "Review the details on this screen carefully. Only … in main()
66 ASSERT_STR(lookup(TranslationId::TITLE), "Android Protected Confirmation"); in main()
70 ASSERT_STR(lookup(TranslationId::CANCEL), "Cancel"); in main()
[all …]
DConfirmationUITranslations.cpp1367 const char* lookup(TranslationId translation_id) { in lookup() function
/system/hwservicemanager/
DServiceManager.cpp112 HidlService* ServiceManager::lookup(const std::string& fqName, const std::string& name) { in lookup() function in android::hidl::manager::implementation::ServiceManager
120 HidlService *hidlService = ifaceMap.lookup(name); in lookup()
159 const HidlService *ServiceManager::PackageInterfaceMap::lookup( in lookup() function in android::hidl::manager::implementation::ServiceManager::PackageInterfaceMap
170 HidlService *ServiceManager::PackageInterfaceMap::lookup( in lookup() function in android::hidl::manager::implementation::ServiceManager::PackageInterfaceMap
174 const_cast<const PackageInterfaceMap*>(this)->lookup(name)); in lookup()
278 HidlService* hidlService = lookup(fqName, name); in get()
362 const HidlService *hidlService = lookup(baseFqName, name); in addImpl()
385 const HidlService *hidlService = lookup(childFqName, name); in addImpl()
437 HidlService *hidlService = ifaceMap.lookup(name); in addImpl()
557 HidlService *service = ifaceMap.lookup(name); in registerForNotifications()
[all …]
DServiceManager.h108 HidlService* lookup(const std::string& fqName, const std::string& name);
125 HidlService *lookup(
127 const HidlService *lookup(
/system/tools/hidl/c2hal/
DScope.h39 T lookup(std::string name) const;
72 T Scope<T>::lookup(std::string name) const { in lookup() function
DExpression.cpp112 Define *define = ast.getDefinesScope().lookup(mValue); in getType()
/system/chre/apps/test/chqts/src/shared/
Dnano_string.cc67 constexpr char lookup[16] = {'0', '1', '2', '3', '4', '5', '6', '7', in uint32ToHexAscii() local
79 buffer[2 + i] = lookup[(value >> shift) & 0xF]; in uint32ToHexAscii()
/system/extras/simpleperf/
DETMBranchListFile.h118 auto lookup = dso_filter_cache_.find(dso); in Filter() local
119 if (lookup != dso_filter_cache_.end()) { in Filter()
120 return lookup->second; in Filter()
Dcmd_inject.cpp118 auto lookup = dso_filter_cache_.find(dso); in Filter() local
119 if (lookup != dso_filter_cache_.end()) { in Filter()
120 return lookup->second; in Filter()
/system/media/camera/docs/
Dmetadata_parser_xml.py47 from mako.lookup import TemplateLookup
340 lookup = TemplateLookup(directories=[os.getcwd()])
341 tpl = Template(filename=template, lookup=lookup)
/system/security/keystore2/src/
Draw_device.rs162 lookup: Result<(KeyIdGuard, KeyEntry)>, in not_found_is_none()
164 match lookup { in not_found_is_none()
191 let lookup = Self::not_found_is_none(Self::lookup_from_desc(db, key_desc, key_type)) in lookup_or_generate_key() localVariable
194 if let Some((key_id_guard, mut key_entry)) = lookup { in lookup_or_generate_key()
/system/teeui/libteeui/prebuilt/localization/include/teeui/localization/
DConfirmationUITranslations.h47 const char* lookup(TranslationId translation_id);
/system/teeui/libteeui/example/
Dexample_utils.cpp56 localization::lookup(static_cast<localization::TranslationId>(textId)); in translate()
/system/tools/hidl/hashing/
DHash.cpp101 std::vector<std::string> lookup(const std::string& fqName) const { in lookup() function
168 return file->lookup(interfaceName); in lookupHash()
/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp82 char lookup[] = "0123456789abcdef"; in ToHexString() local
86 *outp++ = (char)lookup[*buf >> 4]; in ToHexString()
87 *outp++ = (char)lookup[*buf & 0xf]; in ToHexString()
/system/security/keystore2/selinux/src/
Dlib.rs152 fn lookup(&self, key: &str) -> Result<Context>; in lookup() method
196 fn lookup(&self, key: &str) -> Result<Context> { in lookup() method
675 let context = backend.lookup(namespace)?; in test_label_lookup()
723 let tcontext = backend.lookup(SHELL_KEY_NAMESPACE)?;
/system/sepolicy/microdroid/system/private/
Dodrefresh.te19 # Allow odrefresh to read/write/lookup files/directories on authfs.
/system/sepolicy/prebuilts/api/29.0/public/
Dhwservice.te78 # It does not make sense to register or lookup something which is not a
/system/security/keystore2/src/fuzzers/
Dkeystore2_unsafe_fuzzer.rs226 let _res = backend.lookup(namespace);
/system/sepolicy/prebuilts/api/30.0/public/
Dhwservice.te100 # It does not make sense to register or lookup something which is not a
/system/sepolicy/prebuilts/api/31.0/public/
Dhwservice.te99 # It does not make sense to register or lookup something which is not a
/system/sepolicy/prebuilts/api/32.0/public/
Dhwservice.te99 # It does not make sense to register or lookup something which is not a
/system/sepolicy/prebuilts/api/34.0/public/
Dhwservice.te99 # It does not make sense to register or lookup something which is not a
/system/sepolicy/public/
Dhwservice.te99 # It does not make sense to register or lookup something which is not a
/system/sepolicy/prebuilts/api/33.0/public/
Dhwservice.te99 # It does not make sense to register or lookup something which is not a

12