Home
last modified time | relevance | path

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

12345678910>>...17

/packages/modules/Connectivity/tests/common/java/android/net/
DRouteInfoTest.java74 RouteInfo r; in testConstructor() local
136 PatchedRouteInfo r; in testMatches() local
198 RouteInfo r; in testHostAndDefaultRoutes() local
334 RouteInfo r; in testTruncation() local
350 RouteInfo r; in testMulticastRoute() local
358 RouteInfo r; in testParceling() local
369 final RouteInfo r = new RouteInfo(Prefix("ff02::1/128"), Address("2001:db8::"), "testiface", in testMtuParceling() local
387 RouteInfo r; in testMtu() local
/packages/apps/Settings/tests/legacy_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.java169 LinkedList<Pair<Integer, List<KeyEvent>>> r = in getkeyEvents() local
178 LinkedList<Pair<Integer, List<RotaryEvent>>> r = in getRotaryEvents() local
193 LinkedList<Pair<Integer, List<CustomInputEvent>>> r = in getCustomInputEvents() local
270 int r = mCarInputManager.requestInputEventCapture( in testInjectKeyEvent_mainDisplay() local
288 int r = mCarInputManager.requestInputEventCapture( in testInjectKeyEvent_instrumentClusterDisplay() local
315 int r = carInputManager0.requestInputEventCapture( in testFailWithFullCaptureHigherPriority() local
342 int r = carInputManager0.requestInputEventCapture( in testDelayedGrantWithFullCapture() local
394 int r = carInputManager0.requestInputEventCapture( in testOneClientTransitionFromFullToNonFull() local
424 int r = mCarInputManager.requestInputEventCapture( in testSwitchFromFullCaptureToPerTypeCapture() local
443 int r = createAnotherCarInputManager().requestInputEventCapture( in testIndependentTwoCaptures() local
[all …]
/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/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/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/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/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/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/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/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/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/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java109 ContentResolver r = context.getContentResolver(); in createBugReport() local
119 ContentResolver r = context.getContentResolver(); in openBugReportFileToWrite() local
128 ContentResolver r = context.getContentResolver(); in openAudioMessageFileToWrite() local
172 ContentResolver r = context.getContentResolver(); in completeDeleteBugReport() local
179 ContentResolver r = context.getContentResolver(); in deleteBugReportFiles() local
190 ContentResolver r = context.getContentResolver(); in expireBugReport() local
271 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/services/Telephony/src/com/android/services/telephony/rcs/
DSipSessionTracker.java77 final Runnable r; in filterSipMessage() local
100 mPendingAck.put(message.getViaBranchParameter(), r); in filterSipMessage() local
113 Runnable r = mPendingAck.get(viaBranchId); in acknowledgePendingMessage() local
/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/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DDeviceFlag.java56 public void addChangeListener(Context context, Runnable r) { in addChangeListener()
64 public void removeChangeListener(Runnable r) { in removeChangeListener()
/packages/services/Car/cpp/computepipe/router/1.0/include/
DPipeQuery.h36 explicit PipeQuery(std::shared_ptr<PipeRegistry<PipeRunner>> r) : mRegistry(r) { in PipeQuery()

12345678910>>...17