Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/packages/apps/Settings/tests/unit/src/com/android/settings/accounts/
DAuthenticator.java33 public Bundle editProperties(AccountAuthenticatorResponse r, String s) { in editProperties()
38 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount()
47 public Bundle confirmCredentials(AccountAuthenticatorResponse r, Account account, Bundle bundle) in confirmCredentials()
53 public Bundle getAuthToken(AccountAuthenticatorResponse r, Account account, String s, in getAuthToken()
64 public Bundle updateCredentials(AccountAuthenticatorResponse r, Account account, String s, in updateCredentials()
70 public Bundle hasFeatures(AccountAuthenticatorResponse r, Account account, String[] strings) in hasFeatures()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DAuthenticator.java37 public Bundle editProperties(AccountAuthenticatorResponse r, String s) { in editProperties()
44 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount()
53 public Bundle confirmCredentials(AccountAuthenticatorResponse r, Account account, Bundle bundle) in confirmCredentials()
61 public Bundle getAuthToken(AccountAuthenticatorResponse r, Account account, String s, in getAuthToken()
76 public Bundle updateCredentials(AccountAuthenticatorResponse r, Account account, String s, in updateCredentials()
84 public Bundle hasFeatures(AccountAuthenticatorResponse r, Account account, String[] strings) in hasFeatures()
/packages/services/Car/tests/carservice_test/src/com/android/car/input/
DCarInputManagerTest.java133 LinkedList<Pair<Integer, List<KeyEvent>>> r = in getkeyEvents() local
142 LinkedList<Pair<Integer, List<RotaryEvent>>> r = in getRotaryEvents() local
220 int r = carInputManager0.requestInputEventCapture(mCallback0, in testFailWithFullCaptureHigherPriority() local
247 int r = carInputManager0.requestInputEventCapture(mCallback0, in testDelayedGrantWithFullCapture() local
300 int r = carInputManager0.requestInputEventCapture(mCallback0, in testOneClientTransitionFromFullToNonFull() local
330 int r = mCarInputManager.requestInputEventCapture(mCallback0, in testSwitchFromFullCaptureToPerTypeCapture() local
344 int r = createAnotherCarInputManager().requestInputEventCapture(mCallback0, in testIndependentTwoCaptures() local
372 int r = carInputManager0.requestInputEventCapture(mCallback0, in testTwoClientsOverwrap() local
446 int r = carInputManager0.requestInputEventCapture(mCallback0, in testInteractionWithFullCapturer() local
478 int r = mCarInputManager.requestInputEventCapture(mCallback0, in testSingleClientUpdates() local
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParserTest.java64 CarUxRestrictions r = config.getUxRestrictions(DRIVING_STATE_PARKED, 0f); in testParsingParameters() local
88 CarUxRestrictions r = config.getUxRestrictions(DRIVING_STATE_MOVING, 1f); in testParsingMovingState_NoSpeedRange() local
99 CarUxRestrictions r = config.getUxRestrictions(DRIVING_STATE_MOVING, 1f); in testParsingMovingState_SingleSpeedRange() local
185 CarUxRestrictions r = config.getUxRestrictions(DRIVING_STATE_PARKED, 0f); in testMultipleConfigurationsShareParameters() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DColorSpaceMatrix.java185 public float getRed(int r, int g, int b) { in getRed()
197 public float getGreen(int r, int g, int b) { in getGreen()
209 public float getBlue(int r, int g, int b) { in getBlue()
213 private float getRedf(float r, float g, float b) { in getRedf()
217 private float getGreenf(float r, float g, float b) { in getGreenf()
221 private float getBluef(float r, float g, float b) { in getBluef()
DFilterRedEyeRepresentation.java53 RedEyeCandidate r = (RedEyeCandidate) getCandidate(i); in addRect() local
59 RedEyeCandidate r = intersects.elementAt(i); in addRect() local
DFilterRotateRepresentation.java76 public FilterRotateRepresentation(FilterRotateRepresentation r) { in FilterRotateRepresentation() method in FilterRotateRepresentation
106 public void set(FilterRotateRepresentation r) { in set()
179 Rotation r = Rotation.fromValue(reader.nextInt()); in deSerializeRepresentation() local
DImageFilterBwFilter.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int r, int g, int b); in nativeApplyFilter()
58 int r = 0xFF & (rgb >> 16); in apply() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java42 public static float[] getCornersFromRect(RectF r) { in getCornersFromRect()
62 public static boolean inclusiveContains(RectF r, float x, float y) { in inclusiveContains()
74 RectF r = new RectF(Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY, in trapToRect() local
173 public static void fixAspectRatio(RectF r, float w, float h) { in fixAspectRatio()
190 public static void fixAspectRatioContained(RectF r, float w, float h) { in fixAspectRatioContained()
243 int r = (int) ((rotation % 360) / 90); in constrainedRotation() local
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DCountedDataInputStream.java46 int r = in.read(b); in read() local
53 int r = in.read(b, off, len); in read() local
60 int r = in.read(); in read() local
86 int r = read(b, off, len); in readOrThrow() local
/packages/apps/Camera2/src/com/android/camera/exif/
DCountedDataInputStream.java45 int r = in.read(b); in read() local
52 int r = in.read(b, off, len); in read() local
59 int r = in.read(); in read() local
83 int r = read(b, off, len); in readOrThrow() local
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DCountedDataInputStream.java45 int r = in.read(b); in read() local
52 int r = in.read(b, off, len); in read() local
59 int r = in.read(); in read() local
85 int r = read(b, off, len); in readOrThrow() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DCountedDataInputStream.java45 int r = in.read(b); in read() local
52 int r = in.read(b, off, len); in read() local
59 int r = in.read(); in read() local
83 int r = read(b, off, len); in readOrThrow() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DConfig.java44 Resources r = context.getResources(); in AlbumSetPage() local
95 Resources r = context.getResources(); in AlbumPage() local
121 Resources r = context.getResources(); in ManageCachePage() local
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/
DRecordingTaskTest.java94 ScheduledRecording r = createRecording(channel); in testHandle_init() local
121 ScheduledRecording r = createRecording(channel); in testOnConnected() local
141 private RecordingTask createRecordingTask(ScheduledRecording r, Channel channel) { in createRecordingTask()
DInputTaskSchedulerTest.java120 ScheduledRecording r = in testAddSchedule_past() local
223 ScheduledRecording r = in testUpdateSchedule_noCancel() local
238 ScheduledRecording r = in testUpdateSchedule_cancel() local
DSchedulerTest.java105 ScheduledRecording r = in testUpdate_nextIn12Hours() local
127 ScheduledRecording r = in testStartsWithin() local
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimationSuccessListener.java46 public static AnimationSuccessListener forRunnable(Runnable r) { in forRunnable()
54 private RunnableSuccessListener(Runnable r) { in RunnableSuccessListener()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_random.h40 inline double db_QuickRandomDouble(int &r) in db_QuickRandomDouble()
57 inline int db_RandomInt(int &r,int max) in db_RandomInt()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java94 ContentResolver r = context.getContentResolver(); in createBugReport() local
104 ContentResolver r = context.getContentResolver(); in openBugReportFileToWrite() local
113 ContentResolver r = context.getContentResolver(); in openAudioMessageFileToWrite() local
157 ContentResolver r = context.getContentResolver(); in completeDeleteBugReport() local
164 ContentResolver r = context.getContentResolver(); in deleteBugReportFiles() local
215 ContentResolver r = context.getContentResolver(); in getBugreports() local
/packages/services/Car/service/src/com/android/car/systeminterface/
DTimeInterface.java44 void scheduleAction(Runnable r, long delayMs); in scheduleAction()
54 public void scheduleAction(Runnable r, long delayMs) { in scheduleAction()
/packages/apps/Gallery2/jni/filters/
DredEyeMath.c22 int value(int r, int g, int b) { in value()
29 int r = src[p]; in isRed() local
47 int r = src[p]; in findPossible() local
106 void stuff(int r, int g, int b, unsigned char *img, int off) { in stuff()
145 int r = src[p]; in filterRedEye() local
/packages/modules/DnsResolver/
Dresolv_tls_unit_test.cpp147 auto r = transport.query(makeSlice(QUERY)).get(); in TEST_F() local
185 DnsTlsTransport::Result r = f.get(); in TEST_F() local
208 auto r = result.get(); in TEST_F() local
274 auto r = result.get(); in TEST_F() local
294 auto r = result.get(); in TEST_F() local
314 auto r = results[i].get(); in TEST_F() local
336 auto r = results[i].get(); in TEST_F() local
359 auto r = transport.query(makeSlice(QUERY)).get(); in TEST_F() local
386 auto r = results[i].get(); in TEST_F() local
406 auto r = results[i].get(); in TEST_F() local
[all …]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DPackageIconLoader.java147 OpenResourceIdResult r = getResourceId(uri); in getDrawable() local
179 public Resources r; field in PackageIconLoader.OpenResourceIdResult
188 Resources r; in getResourceId() local
/packages/apps/Gallery/src/com/android/camera/
DEvenlySpacedLayout.java69 private void layoutHorizontal(boolean changed, int l, int t, int r, int b) { in layoutHorizontal()
96 private void layoutVertical(boolean changed, int l, int t, int r, int b) { in layoutVertical()
124 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()

12345678910>>...14