/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/ |
util_test.py | 33 APP1 = wsgi_util.static_page('App1') 216 self.ResetServer(wsgi_util.first_found([APP1])) 221 self.assertEquals('App1', content) 228 self.ResetServer(wsgi_util.first_found(iter([APP1]))) 233 self.assertEquals('App1', content) 243 self.assertEquals('App1', content) 250 self.ResetServer(wsgi_util.first_found([APP1, APP2])) 255 self.assertEquals('App1', content)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/ |
test_connection.py | 119 arn:aws:sts::000240903217:assumed-role/FederatedWebIdentityRole/app1 122 AROACLKWSDQRAOFQC3IDI:app1 180 'arn:aws:sts::000240903217:assumed-role/FederatedWebIdentityRole/app1' 184 'AROACLKWSDQRAOFQC3IDI:app1'
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
JpegHeader.java | 21 public static final short APP1 = (short) 0xFFE1;
|
ExifOutputStream.java | 155 // We ignore the APP1 segment and copy all other segments 173 if (marker == JpegHeader.APP1) { 224 dataOutputStream.writeShort(JpegHeader.APP1);
|
ExifParser.java | 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1 520 // than the size of APP1 (65536) 763 // Some invalid formatted image contains multiple APP1, 765 if (marker == JpegHeader.APP1) { [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
JpegHeader.java | 21 public static final short APP1 = (short) 0xFFE1;
|
ExifOutputStream.java | 155 // We ignore the APP1 segment and copy all other segments 173 if (marker == JpegHeader.APP1) { 224 dataOutputStream.writeShort(JpegHeader.APP1);
|
ExifParser.java | 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1 520 // than the size of APP1 (65536) 763 // Some invalid formatted image contains multiple APP1, 765 if (marker == JpegHeader.APP1) { [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
JpegHeader.java | 21 public static final short APP1 = (short) 0xFFE1;
|
ExifOutputStream.java | 155 // We ignore the APP1 segment and copy all other segments 173 if (marker == JpegHeader.APP1) { 224 dataOutputStream.writeShort(JpegHeader.APP1);
|
ExifParser.java | 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1 520 // than the size of APP1 (65536) 763 // Some invalid formatted image contains multiple APP1, 765 if (marker == JpegHeader.APP1) { [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
JpegHeader.java | 21 public static final short APP1 = (short) 0xFFE1;
|
ExifOutputStream.java | 155 // We ignore the APP1 segment and copy all other segments 173 if (marker == JpegHeader.APP1) { 224 dataOutputStream.writeShort(JpegHeader.APP1);
|
ExifParser.java | 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1 520 // than the size of APP1 (65536) 763 // Some invalid formatted image contains multiple APP1, 765 if (marker == JpegHeader.APP1) { [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
JpegHeader.java | 21 public static final short APP1 = (short) 0xFFE1;
|
ExifOutputStream.java | 156 // We ignore the APP1 segment and copy all other segments 174 if (marker == JpegHeader.APP1) { 225 dataOutputStream.writeShort(JpegHeader.APP1);
|
ExifParser.java | 133 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1 522 // than the size of APP1 (65536) 765 // Some invalid formatted image contains multiple APP1, 767 if (marker == JpegHeader.APP1) { [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
PackageManagerSettingsTests.java | 48 private static final String PACKAGE_NAME_1 = "com.google.app1"; 85 + "<package name=\"com.google.app1\" codePath=\"/system/app/app1.apk\" nativeLibraryPath=\"/data/data/com.google.app1/lib\" flags=\"1\" ft=\"1360e2caa70\" it=\"135f2f80d08\" ut=\"1360e2caa70\" version=\"1109\" sharedUserId=\"11000\">" 145 + "<pkg name=\"com.google.app1\" nl=\"1\" />" 153 ( "com.google.app1 11000 0 /data/data/com.google.app1 seinfo1" 239 PackageSetting ps = packages.get("com.google.app1");
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
cascade.py | 24 app1 = foo
|
/external/opencv3/3rdparty/jinja2/ |
loaders.py | 319 'app1': PackageLoader('mypackage.app1'), 323 By loading ``'app1/index.html'`` the file from the app1 package is loaded,
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Exif.java | 58 // Break if the marker is EXIF in APP1.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
macros.exp | 69 run_dump_test app1
|
/frameworks/base/docs/html/training/app-links/ |
index.jd | 335 app1 may declare an intent filter for {@code https://example.com/articles}, and app2 may declare 350 association of domain1 and domain2 with app1. The first listing shows the association of 351 domain1 with app1: 361 "package_name": "<strong>com.mycompany.app1</strong>", 368 <p>The next listing shows the association of domain2 with app1. Only the very last line, which 378 "package_name": "<strong>com.mycompany.app1</strong>",
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ApplicationTest.java | 59 Application app1 = ShadowApplication.bind(new Application(), resourceLoader1); local 66 assertEquals("title from resourceLoader1", new ContextWrapper(app1).getResources().getString(R.id.title));
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
Exif.java | 113 // Break if the marker is EXIF in APP1.
|