HomeSort by relevance Sort by last modified time
    Searched full:app1 (Results 1 - 21 of 21) sorted by null

  /external/chromium/chrome/browser/
background_page_tracker_unittest.cc 43 std::string app1 = "app_id_1"; local
45 tracker.OnBackgroundPageLoaded(app1);
48 tracker.OnBackgroundPageLoaded(app1);
55 tracker.OnExtensionUnloaded(app1);
68 std::string app1 = "app_id_1"; local
69 tracker.OnBackgroundPageLoaded(app1);
75 tracker.OnBackgroundPageLoaded(app1);
106 std::string app1 = "app_id_1"; local
110 tracker.OnBackgroundPageLoaded(app1);
113 tracker.OnBackgroundPageLoaded(app1);
    [all...]
  /external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc 50 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("isolated_apps/app1")));
63 ui_test_utils::NavigateToURL(browser(), base_url.Resolve("app1/main.html"));
79 ASSERT_TRUE(HasCookie(tab1, "app1=3"));
83 // Check that app1 tab cannot see the other cookies.
88 ASSERT_FALSE(HasCookie(tab2, "app1"));
92 ASSERT_FALSE(HasCookie(tab3, "app1"));
95 // Check that the non_app iframe cookie is associated with app1 and not the
111 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("isolated_apps/app1")));
124 ui_test_utils::NavigateToURL(browser(), base_url.Resolve("app1/main.html"));
135 ASSERT_TRUE(HasCookie(browser()->GetTabContentsAt(2), "app1=3"))
    [all...]
extension_service_unittest.cc     [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 118 mApp1 = makeApp("app1");
310 assertShortcuts("expected app1 to beat app2 since it has more hits",
316 assertShortcuts("query 'app': expecting app2 to beat app1 since it has more hits",
318 assertShortcuts("query 'a': expecting app2 to beat app1 since it has more hits",
333 assertShortcuts("expected app3 to beat app1 and app2 because it's clicked last",
338 assertShortcuts("query 'app': expecting app2 to beat app1 since it's clicked last",
340 assertShortcuts("query 'a': expecting app2 to beat app1 since it's clicked last",
342 assertShortcuts("query '': expecting app2 to beat app1 since it's clicked last",
351 assertShortcuts("expected app2 to beat app1 since it's clicked last", "",
367 "expecting app1 to beat all others since it's clicked last"
483 final SuggestionData app1 = new SuggestionData(APP_SOURCE) local
505 final SuggestionData app1 = new SuggestionData(APP_SOURCE) local
528 final SuggestionData app1 = new SuggestionData(APP_SOURCE) local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 45 private static final String PACKAGE_NAME_1 = "com.google.app1";
76 + "<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\">"
106 + "<pkg name=\"com.google.app1\" nl=\"1\" />"
114 ( "com.google.app1 11000 0 /data/data/com.google.app1 seinfo1"
  /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...]
ExifInterface.java     [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 60 #define M4EXIFC_ERR_NO_APP_FOUND 0x00000005 /**< the JPEG image does not contain any APP1
64 #define M4EXIFC_ERR_APP_TRUNCATED 0x00000007 /**< The APP1 section in input buffer is
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 115 function compareByName(app1, app2) {
116 return compare(app1.name.toLowerCase(), app2.name.toLowerCase());
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java 59 // Break if the marker is EXIF in APP1.
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 58 // Break if the marker is EXIF in APP1.
  /external/robolectric/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));
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 369 pCur += 4; // Skip 4 Byte for APP1 marker and length
606 tmp = *size - 2; // APP1 Maker isn't counted
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 328 pCur += 4; // Skip 4 Byte for APP1 marker and length
569 tmp = *size - 2; // APP1 Maker isn't counted
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 663 ptCreateString[12] = 512; /* Maximum Horizontal Size of the Thumbnail for App1 marker */
664 ptCreateString[13] = 384; /* Maximum Vertical Size of the Thumbnail for App1 marker */
    [all...]
OMX_JpegEncoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 870 /* Set APP1 Marker config (EXIF) */
    [all...]
  /build/
envsetup.sh 5 - tapas: tapas [<App1> <App2> ...] [arm|x86|mips|armv5] [eng|userdebug|user]
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
final-url-en     [all...]

Completed in 518 milliseconds