| /packages/modules/adb/client/ |
| D | mdns_utils_test.cpp | 27 auto res = mdns_parse_instance_name(str); in TEST() local 35 auto res = mdns_parse_instance_name(str); in TEST() local 43 auto res = mdns_parse_instance_name(str); in TEST() local 54 auto res = mdns_parse_instance_name(str); in TEST() local 59 auto res = mdns_parse_instance_name(str); in TEST() local 64 auto res = mdns_parse_instance_name(str); in TEST() local 69 auto res = mdns_parse_instance_name(str); in TEST() local 74 auto res = mdns_parse_instance_name(str); in TEST() local 79 auto res = mdns_parse_instance_name(str); in TEST() local 87 auto res = mdns_parse_instance_name(str); in TEST() local [all …]
|
| /packages/modules/Virtualization/libs/apkverify/tests/ |
| D | apkverify_test.rs | 43 let res = verify("tests/data/v2-only-truncated-cd.apk", SDK_INT); in test_verify_truncated_cd() localVariable 61 let res = verify(format!("tests/data/v3-only-with-dsa-sha256-{}.apk", key_name), SDK_INT); in apks_signed_with_v3_dsa_sha256_are_not_supported() localVariable 117 let res = verify(path, 23); in test_verify_v3_sig_min_max_sdk() localVariable 121 let res = verify(path, 24); in test_verify_v3_sig_min_max_sdk() localVariable 124 let res = verify(path, 32); in test_verify_v3_sig_min_max_sdk() localVariable 127 let res = verify(path, 33); in test_verify_v3_sig_min_max_sdk() localVariable 140 let res = verify(path, SDK_INT); in test_verify_v3_sig_does_not_verify() localVariable 149 let res = verify("tests/data/v3-only-with-rsa-pkcs1-sha512-8192-digest-mismatch.apk", SDK_INT); in test_verify_v3_digest_mismatch() localVariable 157 let res = in test_verify_v3_wrong_apk_sig_block_magic() localVariable 166 let res = verify( in test_verify_v3_apk_sig_block_size_mismatch() localVariable [all …]
|
| /packages/apps/Nfc/nci/jni/ |
| D | Mutex.cpp | 43 int res = pthread_mutex_init(&mMutex, NULL); in Mutex() local 59 int res = pthread_mutex_destroy(&mMutex); in ~Mutex() local 75 int res = pthread_mutex_lock(&mMutex); in lock() local 91 int res = pthread_mutex_unlock(&mMutex); in unlock() local 107 int res = pthread_mutex_trylock(&mMutex); in tryLock() local
|
| D | CondVar.cpp | 46 int const res = pthread_cond_init(&mCondition, &attr); in CondVar() local 62 int const res = pthread_cond_destroy(&mCondition); in ~CondVar() local 79 int const res = pthread_cond_wait(&mCondition, mutex.nativeHandle()); in wait() local 131 int const res = pthread_cond_signal(&mCondition); in notifyOne() local
|
| /packages/modules/Connectivity/tests/native/utilities/ |
| D | firewall.cpp | 47 auto res = mConfigurationMap.writeValue(key, newConfiguration, BPF_EXIST); in toggleStandbyMatch() local 68 auto res = mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY); in addRule() local 75 auto res = mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY); in addRule() local 91 auto res = mUidOwnerMap.deleteValue(uid); in removeRule() local 94 auto res = mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY); in removeRule() local 106 auto res = addRule(uid, IIF_MATCH, iif); in addUidInterfaceRules() local 114 auto res = removeRule(uid, IIF_MATCH); in removeUidInterfaceRules() local
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
| D | AdvancedSettingsFragment.java | 49 final Resources res = getResources(); in onCreate() local 106 final Resources res = getResources(); in onSharedPreferenceChanged() local 119 final Resources res = getResources(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local 133 final Resources res = getResources(); in setupKeypressVibrationDurationSettings() local 177 final Resources res = getResources(); in setupKeypressSoundVolumeSettings() local 228 final Resources res = getResources(); in setupKeyLongpressTimeoutSettings() local
|
| D | Settings.java | 199 public static int readScreenMetrics(final Resources res) { in readScreenMetrics() 205 final Resources res) { in readKeypressSoundEnabled() 211 final Resources res) { in readVibrationEnabled() 218 final Resources res) { in readAutoCorrectEnabled() 222 public static float readPlausibilityThreshold(final Resources res) { in readPlausibilityThreshold() 227 final Resources res) { in readBlockPotentiallyOffensive() 232 public static boolean readFromBuildConfigIfGestureInputEnabled(final Resources res) { in readFromBuildConfigIfGestureInputEnabled() 237 final Resources res) { in readGestureInputEnabled() 242 public static boolean readFromBuildConfigIfToShowKeyPreviewPopupOption(final Resources res) { in readFromBuildConfigIfToShowKeyPreviewPopupOption() 247 final Resources res) { in readKeyPreviewPopupEnabled() [all …]
|
| D | PreferencesSettingsFragment.java | 51 final Resources res = getResources(); in onCreate() local 88 final Resources res = getResources(); in onSharedPreferenceChanged() local 98 final Resources res = getResources(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local
|
| /packages/modules/Bluetooth/system/gd/rust/packets/ |
| D | test_lib.rs | 56 let res = TestEnumPacket::parse(&input); in test_invalid_enum_field_value() localVariable 64 let res = TestCustomFieldPacket::parse(&input); in test_invalid_custom_field_value() localVariable 72 let res = TestArraySizePacket::parse(&input); in test_invalid_array_size() localVariable 80 let res = TestArrayCountPacket::parse(&input); in test_invalid_array_count() localVariable 88 let res = TestPayloadSizePacket::parse(&input); in test_invalid_payload_size() localVariable 98 let res = TestBodySizePacket::parse(&input); in test_invalid_body_size() localVariable 105 let res = GrandParentPacket::parse(&input); in test_invalid_grand_child_three_five_size() localVariable
|
| /packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/ |
| D | att_range_filter.rs | 41 let res = filter_to_range(AttHandle(0), AttHandle(2), [].into_iter()); in test_invalid_start_handle() localVariable 49 let res = filter_to_range(AttHandle(3), AttHandle(1), [].into_iter()); in test_invalid_range() localVariable 58 let res = in test_trivial_range() localVariable 67 let res = filter_to_range( in test_nontrivial_range() localVariable
|
| /packages/modules/adb/ |
| D | types.cpp | 33 block_type res; in clear() local 74 IOVector res; in take_front() local 158 auto res = std::move(chain_.back()); in coalesce() local 164 auto res = std::move(chain_.back()); in coalesce() local 174 auto res = std::move(chain_[start_index_]); in coalesce() local
|
| /packages/modules/Gki/libkver/ |
| D | test.cpp | 53 auto res = KmiVersion::Parse("5.4-android12-1"); in TEST() local 63 auto res = KmiVersion::Parse("5.4-android12-1\0-something"s); in TEST() local 92 auto res = KernelRelease::Parse("5.4.42-android12-1"); in TEST() local 105 auto res = KernelRelease::Parse("5.4.42-android12-1\0-something"s, false); in TEST() local 110 auto res = KernelRelease::Parse("5.4.42-android12-1-something", false); in TEST() local 115 auto res = KernelRelease::Parse("5.4.42-android12-1-something", true); in TEST() local
|
| /packages/providers/MediaProvider/src/com/android/providers/media/util/ |
| D | FileUtils.java | 213 int res = 0; in translateModeStringToPosix() local 236 String res = ""; in translateModePosixToString() local 259 int res = 0; in translateModePosixToPfd() local 285 int res = 0; in translateModePfdToPosix() local 528 final StringBuilder res = new StringBuilder(name.length()); in buildValidFatFilename() local 545 final StringBuilder res = new StringBuilder(str); in trimFilename() local 551 private static void trimFilename(StringBuilder res, int maxBytes) { in trimFilename() 602 final String res = String.format(Locale.US, "%s%04d", prefix, i); in buildUniqueNameIterator() local 623 final String res = (i == 1) in buildUniqueNameIterator() local 642 final String res = (i == 0) ? name : name + " (" + i + ")"; in buildUniqueNameIterator() local
|
| /packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/shared/ |
| D | LengthFormatter.kt | 36 val res = in formatValue() constant 52 val res = in formatA11yValue() constant
|
| /packages/modules/DnsResolver/ |
| D | DnsResolverService.cpp | 138 int res = ResolverEventReporter::getInstance().addListener(listener); in registerEventListener() local 148 int res = ResolverEventReporter::getInstance().addUnsolEventListener(listener); in registerUnsolicitedEventListener() local 212 int res = gDnsResolv->resolverCtrl.setResolverConfiguration(resolverParams); in setResolverConfiguration() local 226 int res = gDnsResolv->resolverCtrl.getResolverInfo(netId, servers, domains, tlsServers, params, in getResolverInfo() local 258 int res = gDnsResolv->resolverCtrl.getPrefix64(netId, &prefix); in getPrefix64() local 282 int res = gDnsResolv->setLogSeverity(logSeverity); in setLogSeverity() local 300 int res = gDnsResolv->resolverCtrl.createNetworkCache(netId); in createNetworkCache() local 309 int res = gDnsResolv->resolverCtrl.flushNetworkCache(netId); in flushNetworkCache() local
|
| /packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/policyengine/data/impl/ |
| D | UserDataConnectionProvider.kt | 107 var res = ArrayList<AppInstallStatus>() in <lambda>() variable 118 var res = ArrayList<AppUsageStatus>() in <lambda>() variable 129 var res = ArrayList<LocationStatus>() in <lambda>() variable
|
| /packages/modules/adb/tls/tests/ |
| D | adb_ca_list_test.cpp | 69 auto res = SHA256HexStringToBits(sha_str); in TEST_F() local 74 auto res = SHA256HexStringToBits(sha_str); in TEST_F() local 79 auto res = SHA256HexStringToBits(sha_str); in TEST_F() local 84 auto res = SHA256HexStringToBits(sha_str); in TEST_F() local 91 auto res = SHA256HexStringToBits(sha_str); in TEST_F() local
|
| /packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/ |
| D | EnergyFormatter.kt | 37 val res = in formatEnergyValue() constant 50 val res = in formatEnergyA11yValue() constant
|
| D | TemperatureFormatter.kt | 20 val res = in formatValue() constant 42 val res = in formatA11tValue() constant
|
| /packages/apps/Settings/tests/unit/src/com/android/settings/display/ |
| D | ColorModePreferenceFragmentTest.java | 69 final Resources res = spy(mContext.getResources()); in getCandidates_all() local 96 final Resources res = spy(mContext.getResources()); in getCandidates_none() local 111 final Resources res = spy(mContext.getResources()); in getCandidates_withAutomatic() local 132 final Resources res = spy(mContext.getResources()); in getCandidates_withoutAutomatic() local
|
| /packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/provider/ |
| D | BaseQCProviderTest.java | 68 Bundle res = provider.call(METHOD_BIND, null, extras); in callOnBind_allowed_returnsItem() local 113 Bundle res = provider.call(METHOD_IS_SUBSCRIBED, null, extras); in callOnSubscribed_isSubscribed() local 128 Bundle res = provider.call(METHOD_IS_SUBSCRIBED, null, extras); in callOnUnsubscribed_isUnsubscribed() local 144 Bundle res = provider.call(METHOD_IS_DESTROYED, null, extras); in callDestroy_isDestroyed() local
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_stack_smp_api.cc | 66 void SMP_ConfirmReply(const RawAddress& bd_addr, uint8_t res) { in SMP_ConfirmReply() 70 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply() 74 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, in SMP_PasskeyReply() 81 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
|
| /packages/apps/Contacts/src/com/android/contacts/util/ |
| D | ViewUtil.java | 94 public static void addRectangularOutlineProvider(View view, Resources res) { in addRectangularOutlineProvider() 105 public static void setupFloatingActionButton(View view, Resources res) { in setupFloatingActionButton() 120 public static void addBottomPaddingToListViewForFab(ListView listView, Resources res) { in addBottomPaddingToListViewForFab()
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
| D | DefaultPartnerProvider.java | 66 final Resources res = pm.getResourcesForApplication(packageName); in findSystemApk() local 84 Resources res = getResources(); in getLegacyWallpaperDirectory() local 101 Resources res = getResources(); in shouldHideDefaultWallpaper() local
|
| /packages/apps/Launcher3/tests/shared/com/android/launcher3/testing/shared/ |
| D | ResourceUtils.java | 41 public static int getNavbarSize(String resName, Resources res) { in getNavbarSize() 45 public static int getDimenByName(String resName, Resources res, int defaultValue) { in getDimenByName() 56 public static boolean getBoolByName(String resName, Resources res, boolean defaultValue) { in getBoolByName() 67 public static int getIntegerByName(String resName, Resources res, int defaultValue) { in getIntegerByName()
|