Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 38) 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()
272 HidlService* hidlService = lookup(fqName, name); in get()
349 const HidlService *hidlService = lookup(baseFqName, name); in addImpl()
374 const HidlService *hidlService = lookup(childFqName, name); in addImpl()
389 HidlService *hidlService = ifaceMap.lookup(name); in addImpl()
509 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/chqts/src/shared/
Dnano_string.cc68 constexpr char lookup[16] = { in uint32ToHexAscii() local
81 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.py46 from mako.lookup import TemplateLookup
343 lookup = TemplateLookup(directories=[os.getcwd()])
344 tpl = Template(filename=template, lookup=lookup)
/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp78 char lookup[] = "0123456789abcdef"; in ToHexString() local
82 *outp++ = (char)lookup[*buf >> 4]; in ToHexString()
83 *outp++ = (char)lookup[*buf & 0xf]; in ToHexString()
/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/sepolicy/prebuilts/api/26.0/public/
Dgatekeeperd.te32 # For parent user ID lookup
/system/core/libpixelflinger/codeflinger/
DCodeCache.h87 sp<Assembly> lookup(const AssemblyKeyBase& key) const;
DCodeCache.cpp166 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const in lookup() function in android::CodeCache
/system/extras/simpleperf/
Dcmd_inject.cpp245 auto lookup = dso_filter_cache.find(dso); in FilterDso() local
246 if (lookup != dso_filter_cache.end()) { in FilterDso()
247 return lookup->second; in FilterDso()
/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/core/libutils/
DREADME76 Resource IDs and lookup
94 (portrait). During lookup, every constraint set is matched against the
176 (PackageManagerService.java) and used during resource lookup. The
230 The idmap format is designed for lookup performance. However, leading
/system/bt/btif/src/
Dbtif_config.cc577 const char* lookup = "0123456789abcdef"; in btif_config_set_bin() local
589 str[(i * 2) + 0] = lookup[(value[i] >> 4) & 0x0F]; in btif_config_set_bin()
590 str[(i * 2) + 1] = lookup[value[i] & 0x0F]; in btif_config_set_bin()
/system/sepolicy/public/
Dhwservice.te100 # It does not make sense to register or lookup something which is not a
Dservice.te223 # It does not make sense to register or lookup something which is not a service.
/system/sepolicy/prebuilts/api/30.0/public/
Dhwservice.te100 # It does not make sense to register or lookup something which is not a
Dservice.te223 # It does not make sense to register or lookup something which is not a service.
/system/sepolicy/prebuilts/api/27.0/public/
Ddomain.te136 # in order to lookup vendor libraries. The execute permission
439 # lookup has security implications. If it doesn't, hwservicemanager should be
440 # modified to not offer this lookup.

12