/frameworks/native/opengl/tests/angeles/ |
cams.h | 50 { { 1437, 4930, 200, -275, -20 }, { 1684, 0, 0, 9, 0 }, 0, 1 }, 51 { { 1800, 3609, 200, 0, 675 }, { 0, 0, 0, 300, 0 }, 0, 1 },
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
Droid.java | 38 {200, 0x5555CC, 10, 80, 0}, 45 {200, 0x44AA44, 70, 30, 30},
|
/frameworks/support/graphics/drawable/testanimated/src/android/support/test/vectordrawable/ |
TestAVDActivity.java | 85 button.setWidth(200); 86 button.setHeight(200);
|
/libcore/dex/src/main/java/com/android/dex/util/ |
ExceptionWithContext.java | 83 context = new StringBuffer(ctx.length() + 200); 86 context = new StringBuffer(200);
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldUnixSocketTest.java | 90 1), 200); 91 fail("No interrupted exception when connecting to address nobody listening on with short timeout 200");
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_ISO_8859_14.java | 36 160, 163, 167, 169, 173, 174, 182, 192, 193, 194, 195, 196, 197, 198, 199, 200, 54 160, 163, 167, 169, 173, 174, 182, 192, 193, 194, 195, 196, 197, 198, 199, 200,
|
OldCharset_macintosh.java | 35 181, 182, 183, 184, 186, 187, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 52 181, 166, 225, 252, 188, 200, 192, 203, 231, 229, 204, 128, 129, 174, 130, 233,
|
/libcore/support/src/test/java/tests/http/ |
MockResponse.java | 35 private String status = "HTTP/1.1 200 OK"; 55 * Returns the HTTP response line, such as "HTTP/1.1 200 OK".
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
BitmapUtilTests.java | 39 assertEquals(50, BitmapUtil.getSmallerExtentFromBytes(createJpegRawData(200, 50))); 40 assertEquals(50, BitmapUtil.getSmallerExtentFromBytes(createPngRawData(200, 50)));
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
IntentUtilitiesTests.java | 69 checkGetIdFromIntent("content://s/?ID=200", 200);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
MediaItem.java | 42 private static final int BYTESBUFFER_SIZE = 200 * 1024; 44 private static int sMicrothumbnailTargetSize = 200;
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_sinhala2.xml | 34 <!-- U+0DCA/U+200D/U+0DBA: "???" SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER/SINHALA LETTER YAYANNA --> 44 <!-- U+0DCA/U+200D/U+0DBB: "???" SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER/SINHALA LETTER RAYANNA -->
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
x25.h | 62 char device[200-sizeof(unsigned long)]; 79 char device[200];
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
x25.h | 62 char device[200-sizeof(unsigned long)]; 79 char device[200];
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
x25.h | 62 char device[200-sizeof(unsigned long)]; 79 char device[200];
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
x25.h | 62 char device[200-sizeof(unsigned long)]; 79 char device[200];
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
x25.h | 62 char device[200-sizeof(unsigned long)]; 79 char device[200];
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
x25.h | 62 char device[200-sizeof(unsigned long)]; 79 char device[200];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
SdkLoadingTestCase.java | 73 // loop max of 600 times * 200 ms = 2 minutes 77 Thread.sleep(200);
|
/system/netd/server/ |
ResponseCode.h | 34 // 200 series - Requested action has been successfully completed 35 static const int CommandOkay = 200;
|
/system/vold/ |
ResponseCode.h | 31 // 200 series - Requested action has been successfully completed 32 static const int CommandOkay = 200;
|
/art/runtime/base/ |
histogram_test.cc | 117 hist->AddValue(200); 159 hist->AddValue(200); 201 hist->AddValue(200); 241 for (size_t idx = 0; idx < 200; idx++) {
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_recent.h | 34 XT_RECENT_NAME_LEN = 200,
|
/cts/tests/tests/animation/src/android/animation/cts/ |
AnimationActivity.java | 55 float mStartX = 200f; 56 float mStartY = 200f; 57 float mDeltaX = 200f; 58 float mDeltaY = 200f;
|
/cts/tests/tests/assist/res/layout/ |
test_app.xml | 41 android:layout_height="200dp"
|