HomeSort by relevance Sort by last modified time
    Searched full:app2 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/athena/resource_manager/
resource_manager_unittest.cc 196 TestActivity* app2 = CreateActivity("app2"); local
199 app2->SetCurrentState(Activity::ACTIVITY_VISIBLE);
207 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app2->GetCurrentState());
217 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app2->GetCurrentState());
225 EXPECT_EQ(Activity::ACTIVITY_INVISIBLE, app2->GetCurrentState());
234 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app2->GetCurrentState());
242 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app2->GetCurrentState());
257 TestActivity* app2 = CreateActivity("app2"); local
287 TestActivity* app2 = CreateActivity("app2"); local
323 TestActivity* app2 = CreateActivity("app2"); local
    [all...]
  /external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc 83 const AppResource& app2 = *applist->items()[1]; local
84 EXPECT_EQ("876543210000", app2.application_id());
85 EXPECT_EQ("Drive app 2", app2.name());
86 EXPECT_EQ("", app2.object_type());
87 EXPECT_FALSE(app2.supports_create());
88 EXPECT_FALSE(app2.is_removable());
89 EXPECT_EQ("hgfedcbahgfedcbahgfedcbahgfedcba", app2.product_id());
91 ASSERT_EQ(3U, app2.primary_mimetypes().size());
92 EXPECT_EQ("image/jpeg", *app2.primary_mimetypes()[0]);
93 EXPECT_EQ("image/png", *app2.primary_mimetypes()[1])
    [all...]
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.c 6 * defined a standard format for including such data in JPEG "APP2" markers.
27 * defined by the ICC specifies one or more APP2 markers containing the
30 * Marker sequence number 1 for first APP2, 2 for next, etc (1 byte)
31 * Number of markers Total number of APP2's used (1 byte)
32 * Profile data (remainder of APP2 data)
34 * rather than assuming that the APP2 markers appear in the correct sequence.
38 #define ICC_OVERHEAD_LEN 14 /* size of non-profile data in APP2 */
47 * (This ordering ensures that the APP2 marker(s) will appear after the
72 /* Write the JPEG marker header (APP2 code and marker length) */
114 /* Tell the library to keep any APP2 data it may find *
    [all...]
iccjpeg.h 6 * defined a standard format for including such data in JPEG "APP2" markers.
32 * (This ordering ensures that the APP2 marker(s) will appear after the
46 * to save in memory any APP2 markers it may find in the file.
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order_unittest.cc 83 const char kExternalOrder[] = "[\"app1\",\"app2\",\"app3\","
95 EXPECT_EQ(std::string("app2"), apps[1]);
134 "{ \"import_default_order\": true }, \"app2\"]";
145 EXPECT_EQ(std::string("app2"),
  /external/chromium_org/chrome/browser/ui/app_list/test/
fast_show_pickler_unittest.cc 89 AppListItem* app2 = local
91 model.SetItemNameAndShortName(app2, "hello, there 2", "ht2");
102 AppListItem* app2 = local
104 model.SetItemName(app2, "hello, there 2");
  /external/chromium_org/chrome/browser/extensions/
isolated_app_browsertest.cc 139 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("isolated_apps/app2")));
150 // Redirect to app2.
152 "/extensions/isolated_apps/app2/redirect.html"));
159 // If not fixed, we will redirect back to app2 and can go back again.
176 // Using JavaScript to navigate to app2 page,
185 base_url.Resolve("app2/main.html").spec().c_str());
213 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("isolated_apps/app2")));
227 browser(), base_url.Resolve("app2/main.html"),
268 EXPECT_TRUE(HasCookie(tab1, "app2=4"));
272 EXPECT_FALSE(HasCookie(tab0, "app2"));
    [all...]
process_management_browsertest.cc 61 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("isolated_apps/app2")));
96 browser(), base_url.Resolve("isolated_apps/app2/main.html"),
extension_startup_browsertest.cc 294 .AppendASCII("app2");
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 36 private static final String PACKAGE_NAME_2 = "com.google.app2";
74 + "<package name=\"com.google.app2\" codePath=\"/system/app/app2.apk\" nativeLibraryPath=\"/data/data/com.google.app2/lib\" flags=\"1\" ft=\"1360e578718\" it=\"135f2f80d08\" ut=\"1360e578718\" version=\"15\" enabled=\"3\" userId=\"11001\">"
108 + "com.google.app2 11001 0 /data/data/com.google.app2 seinfo2"
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 452 NotifierId notifier_id2(NotifierId::APPLICATION, "app2");
524 NotifierId notifier_id2(NotifierId::APPLICATION, "app2");
801 CreateSimpleNotificationWithNotifierId("id2-1", "app2")));
804 CreateSimpleNotificationWithNotifierId("id2-2", "app2")));
807 CreateSimpleNotificationWithNotifierId("id2-3", "app2")));
810 // Removing all of app1's notifications should only leave app2's.
817 NotifierId(NotifierId::APPLICATION, "app2"));
834 CreateSimpleNotificationWithNotifierId("id2-1", "app2")));
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
recommended_apps.cc 35 bool AppLaunchedMoreRecent(const AppSortInfo& app1, const AppSortInfo& app2) {
36 return app1.last_launch_time > app2.last_launch_time;
extension_app_model_builder_unittest.cc 315 // Creates conflict ordinals for app1 and app2.
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_service_worker_helper_unittest.cc 54 scopes2.push_back(GURL("https://example.com/app2/*"));
mock_browsing_data_service_worker_helper.cc 44 scopes1.push_back(GURL("https://swhost1:1/app2/*"));
  /frameworks/base/tests/SmokeTestApps/
AndroidManifest.xml 30 android:label="Test Crashy App2">
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer_unittest.cc 154 {4, 6, 2, "app0,app1,app2,app3,omnibox0,webstore0"},
155 {10, 10, 10, "app0,app1,app2,app3,omnibox0,webstore0"},
200 scoped_ptr<ChromeSearchResult> result2(new TestSearchResult("app2", 0));
236 // keep the id "app2" but change its title to "New App 2 Title".)
261 // Save the current |ui_results| order which should is app4, app2, app3.
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 502 result += "app2";
541 result += "App2";
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 115 function compareByName(app1, app2) {
116 return compare(app1.name.toLowerCase(), app2.name.toLowerCase());
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl_unittest.cc 236 "app2",
254 ASSERT_TRUE(load_result->registrations.find("app2") !=
257 load_result->registrations["app2"]->registration_id);
258 ASSERT_EQ(2u, load_result->registrations["app2"]->sender_ids.size());
260 load_result->registrations["app2"]->sender_ids[0]);
262 load_result->registrations["app2"]->sender_ids[1]);
265 "app2",
  /external/chromium_org/third_party/jinja2/
loaders.py 320 'app2': PackageLoader('mypackage.app2')
324 by loading ``'app2/index.html'`` the file from the second.
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 266 double *A3, Apq, App, Aqq, App2, Aqq2, Aip, Aiq, Vpi, Vqi;
322 App2 = App * c2 + Aqq * s2 - a;
324 A1[p] = App2;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details_unittest.mm 252 scopes.push_back(GURL("https://example.com/app2/*"));
261 EXPECT_NSEQ(@"https://example.com/app1/*,https://example.com/app2/*", [details.get() scopes]);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 64 Application app2 = ShadowApplication.bind(new Application(), resourceLoader2); local
67 assertEquals("title from resourceLoader2", new ContextWrapper(app2).getResources().getString(R.id.title));
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 156 var newName = 'Name for App2';

Completed in 4933 milliseconds

1 2 3