Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 40) 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()
277 HidlService* hidlService = lookup(fqName, name); in get()
361 const HidlService *hidlService = lookup(baseFqName, name); in addImpl()
384 const HidlService *hidlService = lookup(childFqName, name); in addImpl()
436 HidlService *hidlService = ifaceMap.lookup(name); in addImpl()
556 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/teeui/libteeui/prebuilt/localization/include/teeui/localization/
DConfirmationUITranslations.h47 const char* lookup(TranslationId translation_id);
/system/media/camera/docs/
Dmetadata_parser_xml.py47 from mako.lookup import TemplateLookup
342 lookup = TemplateLookup(directories=[os.getcwd()])
343 tpl = Template(filename=template, lookup=lookup)
/system/security/keystore2/src/
Draw_device.rs157 lookup: Result<(KeyIdGuard, KeyEntry)>, in not_found_is_none()
159 match lookup { in not_found_is_none()
186 let lookup = Self::not_found_is_none(Self::lookup_from_desc(db, key_desc, key_type)) in lookup_or_generate_key() localVariable
189 if let Some((key_id_guard, mut key_entry)) = lookup { in lookup_or_generate_key()
/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
358 let context = backend.lookup(namespace)?; in test_label_lookup()
406 let tcontext = backend.lookup(SHELL_KEY_NAMESPACE)?;
/system/teeui/libteeui/example/
Dexample_utils.cpp56 localization::lookup(static_cast<localization::TranslationId>(textId)); in translate()
/system/tools/hidl/hashing/
DHash.cpp109 std::vector<std::string> lookup(const std::string& fqName) const { in lookup() function
176 return file->lookup(interfaceName); in lookupHash()
/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp80 char lookup[] = "0123456789abcdef"; in ToHexString() local
84 *outp++ = (char)lookup[*buf >> 4]; in ToHexString()
85 *outp++ = (char)lookup[*buf & 0xf]; in ToHexString()
/system/sepolicy/prebuilts/api/26.0/public/
Dgatekeeperd.te32 # For parent user ID lookup
/system/sepolicy/prebuilts/api/29.0/public/
Dhwservice.te78 # It does not make sense to register or lookup something which is not a
Dservice.te196 # It does not make sense to register or lookup something which is not a service.
/system/extras/simpleperf/
Dcmd_inject.cpp282 auto lookup = dso_filter_cache.find(dso); in FilterDso() local
283 if (lookup != dso_filter_cache.end()) { in FilterDso()
284 return lookup->second; in FilterDso()
/system/bt/btif/src/
Dbtif_config.cc594 const char* lookup = "0123456789abcdef"; in btif_config_set_bin() local
606 str[(i * 2) + 0] = lookup[(value[i] >> 4) & 0x0F]; in btif_config_set_bin()
607 str[(i * 2) + 1] = lookup[value[i] & 0x0F]; in btif_config_set_bin()
/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/public/
Dhwservice.te99 # It does not make sense to register or lookup something which is not a
/system/sepolicy/prebuilts/api/30.0/public/
Dhwservice.te100 # It does not make sense to register or lookup something which is not a
Dservice.te224 # It does not make sense to register or lookup something which is not a service.
/system/sepolicy/private/
Dshell.te181 # Allow shell to read the keystore key contexts files. Used by native tests to test label lookup.
/system/sepolicy/prebuilts/api/31.0/private/
Dshell.te181 # Allow shell to read the keystore key contexts files. Used by native tests to test label lookup.

12