/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() 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 …]
|
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/extras/simpleperf/ |
D | ETMBranchListFile.h | 118 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()
|
D | cmd_inject.cpp | 118 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/ |
D | metadata_parser_xml.py | 47 from mako.lookup import TemplateLookup 340 lookup = TemplateLookup(directories=[os.getcwd()]) 341 tpl = Template(filename=template, lookup=lookup)
|
/system/security/keystore2/src/ |
D | raw_device.rs | 162 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/ |
D | ConfirmationUITranslations.h | 47 const char* lookup(TranslationId translation_id);
|
/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 | 101 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/ |
D | test_helpers.cpp | 82 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/ |
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 675 let context = backend.lookup(namespace)?; in test_label_lookup() 723 let tcontext = backend.lookup(SHELL_KEY_NAMESPACE)?;
|
/system/sepolicy/microdroid/system/private/ |
D | odrefresh.te | 19 # Allow odrefresh to read/write/lookup files/directories on authfs.
|
/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
|
/system/security/keystore2/src/fuzzers/ |
D | keystore2_unsafe_fuzzer.rs | 226 let _res = backend.lookup(namespace);
|
/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
|
/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/prebuilts/api/32.0/public/ |
D | hwservice.te | 99 # It does not make sense to register or lookup something which is not a
|
/system/sepolicy/prebuilts/api/34.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/33.0/public/ |
D | hwservice.te | 99 # It does not make sense to register or lookup something which is not a
|