Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/packages/modules/adb/client/
Dmdns_utils_test.cpp27 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/apps/Nfc/nci/jni/
DMutex.cpp43 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
DCondVar.cpp46 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DAdvancedSettingsFragment.java49 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
DSettings.java199 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 …]
DPreferencesSettingsFragment.java51 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/adb/
Dtypes.cpp33 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/apps/Settings/tests/unit/src/com/android/settings/display/
DColorModePreferenceFragmentTest.java68 final Resources res = spy(mContext.getResources()); in getCandidates_all() local
95 final Resources res = spy(mContext.getResources()); in getCandidates_none() local
110 final Resources res = spy(mContext.getResources()); in getCandidates_withAutomatic() local
131 final Resources res = spy(mContext.getResources()); in getCandidates_withoutAutomatic() local
/packages/modules/Gki/libkver/
Dtest.cpp53 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/modules/adb/tls/tests/
Dadb_ca_list_test.cpp69 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/providers/MediaProvider/src/com/android/providers/media/util/
DFileUtils.java211 int res = 0; in translateModeStringToPosix() local
234 String res = ""; in translateModePosixToString() local
257 int res = 0; in translateModePosixToPfd() local
283 int res = 0; in translateModePfdToPosix() local
526 final StringBuilder res = new StringBuilder(name.length()); in buildValidFatFilename() local
543 final StringBuilder res = new StringBuilder(str); in trimFilename() local
549 private static void trimFilename(StringBuilder res, int maxBytes) { in trimFilename()
600 final String res = String.format(Locale.US, "%s%04d", prefix, i); in buildUniqueNameIterator() local
621 final String res = (i == 1) in buildUniqueNameIterator() local
640 final String res = (i == 0) ? name : name + " (" + i + ")"; in buildUniqueNameIterator() local
/packages/modules/DnsResolver/
DDnsResolverService.cpp140 int res = ResolverEventReporter::getInstance().addListener(listener); in registerEventListener() local
150 int res = ResolverEventReporter::getInstance().addUnsolEventListener(listener); in registerUnsolicitedEventListener() local
214 int res = gDnsResolv->resolverCtrl.setResolverConfiguration(resolverParams); in setResolverConfiguration() local
227 int res = gDnsResolv->resolverCtrl.getResolverInfo(netId, servers, domains, tlsServers, params, in getResolverInfo() local
255 int res = gDnsResolv->resolverCtrl.getPrefix64(netId, &prefix); in getPrefix64() local
279 int res = gDnsResolv->setLogSeverity(logSeverity); in setLogSeverity() local
297 int res = gDnsResolv->resolverCtrl.createNetworkCache(netId); in createNetworkCache() local
306 int res = gDnsResolv->resolverCtrl.flushNetworkCache(netId); in flushNetworkCache() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultPartnerProvider.java66 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/Contacts/src/com/android/contacts/util/
DViewUtil.java94 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/Launcher3/src/com/android/launcher3/
DResourceUtils.java31 public static int getNavbarSize(String resName, Resources res) { in getNavbarSize()
35 public static int getDimenByName(String resName, Resources res, int defaultValue) { in getDimenByName()
46 public static boolean getBoolByName(String resName, Resources res, boolean defaultValue) { in getBoolByName()
57 public static int getIntegerByName(String resName, Resources res, int defaultValue) { in getIntegerByName()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DRunInLocale.java27 protected abstract T job(final Resources res); in job()
36 public T runInLocale(final Resources res, final Locale newLocale) { in runInLocale()
/packages/apps/Settings/src/com/android/settings/utils/
DFileSizeFormatter.java58 final Formatter.BytesResult res = in formatFileSize() local
65 final Resources res = context.getResources(); in getFileSizeSuffix() local
80 Resources res, long sizeBytes, int suffix, long mult) { in formatBytes()
/packages/apps/Contacts/src/com/android/contacts/compat/
DEventCompat.java38 public static CharSequence getTypeLabel(Resources res, int type, CharSequence label) { in getTypeLabel()
50 private static CharSequence getTypeLabelInternal(Resources res, int type, CharSequence label) { in getTypeLabelInternal()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DFileSizeFormatter.java58 Formatter.BytesResult res = in formatFileSize() local
65 Resources res = context.getResources(); in getFileSizeSuffix() local
80 Resources res, long sizeBytes, int suffix, long mult) { in formatBytes()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPostalAddress.java104 public CharSequence getReadableLabel(Resources res) { in getReadableLabel()
111 public Intent getAddressIntent(Resources res) { in getAddressIntent()
119 public Intent getNavigationIntent(Resources res) { in getNavigationIntent()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DUtil.java47 public static Uri getResourceUri(Context packageContext, int res) { in getResourceUri()
57 public static Uri getResourceUri(Context context, ApplicationInfo appInfo, int res) { in getResourceUri()
70 private static Uri getResourceUri(Resources resources, String appPkg, int res) in getResourceUri()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSearchIndexableProvider.java146 final Resources res = getResourcesMethod(); in queryRawData() local
185 Resources res = getResourcesMethod(); in queryNonIndexableKeys() local
302 Resources res = Resources.getSystem(); in isDisableAllCbMessages() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java168 Resources res = getResources(ctx, activeDataSubId); in TetheringConfiguration() local
391 private int getUsbTetheringFunction(Resources res) { in getUsbTetheringFunction()
411 private static Collection<Integer> getUpstreamIfaceTypes(Resources res, boolean dunRequired) { in getUpstreamIfaceTypes()
461 private static String[] getLegacyDhcpRanges(Resources res) { in getLegacyDhcpRanges()
469 private static String getResourceString(Resources res, final int resId) { in getResourceString()
477 private static boolean getResourceBoolean(Resources res, int resId, boolean defaultValue) { in getResourceBoolean()
485 private static String[] getResourceStringArray(Resources res, int resId) { in getResourceStringArray()
494 private static int getResourceInteger(Resources res, int resId, int defaultValue) { in getResourceInteger()
502 private boolean getEnableBpfOffload(final Resources res) { in getEnableBpfOffload()
513 private boolean getEnableLegacyDhcpServer(final Resources res) { in getEnableLegacyDhcpServer()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DTransitionUtils.java34 public static ObjectAnimator createActivityFadeInAnimator(Resources res, boolean useFloats) { in createActivityFadeInAnimator()
54 public static ObjectAnimator createActivityFadeOutAnimator(Resources res, boolean useFloats) { in createActivityFadeOutAnimator()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DSystemStaticAsset.java32 public SystemStaticAsset(Resources res, int resId, String resName) { in SystemStaticAsset()
51 PackageResourceKey(Resources res, int resId, String resName) { in PackageResourceKey()

12345678910>>...20