/system/teeui/libteeui/prebuilt/localization/ |
D | ConfirmationUITranslations-test.cpp | 58 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 …]
|
D | ConfirmationUITranslations.cpp | 1367 const char* lookup(TranslationId translation_id) { in lookup() function
|
/system/hwservicemanager/ |
D | ServiceManager.cpp | 112 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 …]
|
D | ServiceManager.h | 108 HidlService* lookup(const std::string& fqName, const std::string& name); 125 HidlService *lookup( 127 const HidlService *lookup(
|
/system/tools/hidl/c2hal/ |
D | Scope.h | 39 T lookup(std::string name) const; 72 T Scope<T>::lookup(std::string name) const { in lookup() function
|
D | Expression.cpp | 112 Define *define = ast.getDefinesScope().lookup(mValue); in getType()
|
/system/chre/apps/test/chqts/src/shared/ |
D | nano_string.cc | 67 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/ |
D | ConfirmationUITranslations.h | 47 const char* lookup(TranslationId translation_id);
|
/system/media/camera/docs/ |
D | metadata_parser_xml.py | 47 from mako.lookup import TemplateLookup 342 lookup = TemplateLookup(directories=[os.getcwd()]) 343 tpl = Template(filename=template, lookup=lookup)
|
/system/security/keystore2/src/ |
D | raw_device.rs | 157 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/ |
D | lib.rs | 152 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/ |
D | example_utils.cpp | 56 localization::lookup(static_cast<localization::TranslationId>(textId)); in translate()
|
/system/tools/hidl/hashing/ |
D | Hash.cpp | 109 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/ |
D | test_helpers.cpp | 80 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/ |
D | gatekeeperd.te | 32 # For parent user ID lookup
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hwservice.te | 78 # It does not make sense to register or lookup something which is not a
|
D | service.te | 196 # It does not make sense to register or lookup something which is not a service.
|
/system/extras/simpleperf/ |
D | cmd_inject.cpp | 282 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/ |
D | btif_config.cc | 594 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/ |
D | hwservice.te | 99 # It does not make sense to register or lookup something which is not a
|
/system/sepolicy/public/ |
D | hwservice.te | 99 # It does not make sense to register or lookup something which is not a
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hwservice.te | 100 # It does not make sense to register or lookup something which is not a
|
D | service.te | 224 # It does not make sense to register or lookup something which is not a service.
|
/system/sepolicy/private/ |
D | shell.te | 181 # Allow shell to read the keystore key contexts files. Used by native tests to test label lookup.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | shell.te | 181 # Allow shell to read the keystore key contexts files. Used by native tests to test label lookup.
|