Home
last modified time | relevance | path

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

12345678910>>...13

/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
DImapResponseParserTest.java72 ImapResponse r; in testBasic() local
93 ), r); in testBasic() local
104 ), r); in testBasic() local
115 ), r); in testBasic() local
133 ), r); in testBasic() local
143 ), r); in testBasic() local
147 ImapResponse r; in testNil() local
160 ), r); in testNil() local
164 ImapResponse r; in testBareLf() local
175 ), r); in testBareLf() local
[all …]
/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java85 public static String toString(BoundedRational r) { in toString()
154 public int compareTo(BoundedRational r) { in compareTo()
165 public boolean equals(BoundedRational r) { in equals()
176 public static BigInteger asBigInteger(BoundedRational r) { in asBigInteger()
196 public static BoundedRational negate(BoundedRational r) { in negate()
227 static BoundedRational inverse(BoundedRational r) { in inverse()
241 static BoundedRational sqrt(BoundedRational r) { in sqrt()
275 private static BoundedRational map0to0(BoundedRational r) { in map0to0()
285 private static BoundedRational map0to1(BoundedRational r) { in map0to1()
295 private static BoundedRational map1to0(BoundedRational r) { in map1to0()
[all …]
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DVehicleZoneUtilTest.java29 int r = VehicleZoneUtil.zoneToIndex(zones, zone); in testZoneToIndex() local
36 int r = VehicleZoneUtil.zoneToIndex(zones, zone); in testZoneToIndex() local
48 int r = VehicleZoneUtil.zoneToIndex(zones, zone); in testZoneToIndex() local
85 int r = VehicleZoneUtil.getNextZone(zones, startingZone); in testGetNextZone() local
93 int r = VehicleZoneUtil.getNextZone(zones, startingZone); in testGetNextZone() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DAuthenticator.java36 public Bundle editProperties(AccountAuthenticatorResponse r, String s) { in editProperties()
43 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount()
52 public Bundle confirmCredentials(AccountAuthenticatorResponse r, Account account, in confirmCredentials()
60 public Bundle getAuthToken(AccountAuthenticatorResponse r, Account account, String s, in getAuthToken()
75 public Bundle updateCredentials(AccountAuthenticatorResponse r, Account account, String s, in updateCredentials()
83 public Bundle hasFeatures(AccountAuthenticatorResponse r, Account account, String[] strings) in hasFeatures()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DDelayedOperations.java62 public void post(Runnable r) { in post()
73 public void removeCallbacks(Runnable r) { in removeCallbacks()
98 void postRunnable(Runnable r) { in postRunnable()
103 void cancelRunnable(Runnable r) { in cancelRunnable()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DUiHandler.java44 public void post(final Runnable r) { in post()
59 public void postDelayed(final Runnable r, long delayMillis) { in postDelayed()
74 public void removeCallbacks(Runnable r) { in removeCallbacks()
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
DDelayedOperationsTests.java73 Runnable r; in brokentestCancel() local
148 void postRunnable(Runnable r) { in postRunnable()
154 void cancelRunnable(Runnable r) { in cancelRunnable()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DCharEscapers.java935 char[] r = replacements[c]; in escape() local
949 char[] r = new char[4]; in escape() local
961 char[] r = new char[6]; in escape() local
989 char[] r = replacements[c]; in escape() local
1002 char[] r = new char[4]; in escape() local
1012 char[] r = new char[6]; in escape() local
1040 char[] r = replacements[c]; in escape() 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/services/Car/libvehiclenetwork/native/
DVehicleNetworkProtoUtil.cpp123 status_t r = copyString(in.string_value(), &(out.value.str_value.data), in fromVehiclePropValue() local
143 status_t r = copyString(in.bytes_value(), &(out.value.bytes_value.data), in fromVehiclePropValue() local
255 status_t r; in toVehiclePropValues() local
269 status_t r; in fromVehiclePropValues() local
412 status_t r = copyString(in.config_string(), &(out.config_string.data), in fromVehiclePropConfig() local
542 status_t r; in toVehiclePropConfigs() local
557 status_t r; in fromVehiclePropConfigs() local
/packages/apps/Launcher3/WallpaperPicker/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/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/services/Car/tests/libvehiclenetwork-native-test/
DIVehicleNetworkTest.cpp110 status_t r = vn->setProperty(value.value); in TEST_F() local
116 status_t r = vn->getProperty(&value.value); in TEST_F() local
142 status_t r = vn->setProperty(value.value); in TEST_F() local
161 status_t r = vn->subscribe(listener, config->prop, config->max_sample_rate, 0); in TEST_F() local
172 status_t r = vn->setProperty(value.value); in TEST_F() local
DVehicleNetworkTest.cpp114 status_t r = vn->getProperty(&value.value); in TEST_F() local
140 status_t r = vn->setProperty(value.value); in TEST_F() local
158 status_t r = vn->subscribe(config->prop, config->max_sample_rate); in TEST_F() local
169 status_t r = vn->setProperty(value.value); in TEST_F() local
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DRecordingTaskTest.java82 ScheduledRecording r = createRecording(channel); in testHandle_init() local
110 ScheduledRecording r = createRecording(channel); in testHandle_init_cannotAcquireSession() local
129 ScheduledRecording r = createRecording(channel); in testOnConnected() local
144 private RecordingTask createRecordingTask(ScheduledRecording r, Channel channel) { in createRecordingTask()
DSchedulerTest.java77 ScheduledRecording r = RecordingTestUtils in testUpdate_nextIn12Hours() local
91 ScheduledRecording r = RecordingTestUtils in testStartsWithin() 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/services/Car/tests/carservice_test/src/com/android/car/test/
DMockedCarTestBase.java112 protected void runOnMain(final Runnable r) { in runOnMain()
116 protected void runOnMainSync(final Runnable r) throws Exception { in runOnMainSync()

12345678910>>...13