HomeSort by relevance Sort by last modified time
    Searched refs:APPS (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium/chrome/browser/sync/syncable/
nigori_util.cc 56 encrypted_types.insert(APPS);
71 nigori->set_encrypt_apps(types.count(APPS) > 0);
  /cts/
CtsCoverage.mk 84 $(1) += $(call intermediates-dir-for,APPS,$(2))/package.apk.unaligned
  /external/chromium/chrome/browser/extensions/
apps_promo_unittest.cc 19 const char kPromoHeader[] = "Get great apps!";
20 const char kPromoButton[] = "Click for apps!";
21 const char kPromoLink[] = "http://apps.com";
69 // TODO(dpolukhin): On Chrome OS all apps are installed via external extensions,
111 // Even if the user installs the exact set of default apps, we still don't
120 // If the user then uninstalls the apps, the app launcher should remain
153 // Tests that the apps section is maxmized when showing a promo for the first
174 (ShownSectionsHandler::GetShownSections(prefs()) & APPS) != 0);
apps_promo.cc 31 // default apps for new users.
128 // If the default apps were installed from a previous Chrome version, we
130 // apps, this means that the user manually installed or uninstalled one.
131 // We no longer keep track of the default apps once others have been
141 // The default apps have expired due to inaction, so ping PROMO_EXPIRE.
160 // On Chrome OS the default apps are installed via a separate mechanism that
182 // Maximize the apps section of the NTP if this is the first time viewing the
186 ShownSectionsHandler::SetShownSection(prefs_, APPS);
195 // Put the apps section into menu mode, and maximize the recent section.
extension_webstore_private_api.cc 537 // Ensure that apps are synced.
538 // - If the user has already setup sync, we add Apps to the current types.
539 // - If not, we create a new set which is just Apps.
544 types.insert(syncable::APPS);
  /build/core/
base_rules.mk 218 # LOCAL_MODULE_CLASS is "APPS" or "JAVA_LIBRARIES".
219 ifneq ($(strip $(filter $(LOCAL_MODULE_CLASS),APPS JAVA_LIBRARIES)),)
412 APPS,$(LOCAL_INSTRUMENTATION_FOR))
414 APPS,$(LOCAL_INSTRUMENTATION_FOR),,COMMON)
package.mk 69 LOCAL_MODULE_CLASS := APPS
300 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
388 # Include all resources for unbundled apps.
cleanbuild.mk 166 # non-common APPS directory, which may contain the wrong resources.
186 $(PRODUCT_OUT)/obj/APPS \
cleanspec.mk 57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
main.mk 578 # APPS:Quake or HOST:SHARED_LIBRARIES:libutils.
801 # If this build is just for apps, only build apps and not the full system by default.
805 # If they used the magic goal "all" then build all apps in the source tree.
806 unbundled_build_modules := $(foreach m,$(sort $(ALL_MODULES)),$(if $(filter APPS,$(ALL_MODULES.$(m).CLASS)),$(m)))
  /external/chromium/net/tools/testserver/
chromiumsync.py 37 APPS,
55 APPS: app_specifics_pb2.app,
267 PermanentItem('google_chrome_apps', name='Apps',
268 parent_tag='google_chrome', sync_type=APPS),
    [all...]
  /cts/suite/pts/
PtsBuild.mk 143 $(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk \
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 130 download_progress_markers[syncable::APPS] = "apps";
  /cts/tests/SignatureTest/
Android.mk 42 intermediates.COMMON := $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME),,COMMON)
  /development/build/
Android.mk 54 framework_res_package := $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
  /ndk/build/core/
main.mk 46 # located in apps/<name> where <name> is a liberal name that doesn't
54 NDK_APPS_ROOT := $(NDK_ROOT)/apps
56 # Get the list of apps listed under apps/*
74 # Check that all apps listed in APP do exist
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
93 Missing file: apps/$(_app)/Application.mk !)\
103 The NDK could not find a proper application description under apps/*/Application.mk)
105 Please follow the instructions in docs/NDK-APPS.TXT to write one.
    [all...]
  /build/core/tasks/
cts.mk 42 CTS_CORE_CASES := $(foreach pkg,$(CTS_CORE_CASE_LIST),$(call intermediates-dir-for,APPS,$(pkg))/package.apk)
179 $(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk \
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 31 syncable::APPS,
  /external/chromium/chrome/browser/sync/notifier/
registration_manager_unittest.cc 230 types.insert(syncable::APPS);
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 121 config->data_types.insert(syncable::APPS);
228 { "apps", IDS_SYNC_DATATYPE_APPS },
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 128 registered_types.count(syncable::APPS) > 0);
sync_setup_wizard_unittest.cc 316 // URLS, and apps are on, the rest are off.
329 EXPECT_EQ(service_->chosen_data_types_.count(syncable::APPS), 1U);
  /external/chromium/chrome/browser/resources/ntp/
apps.js 10 logEvent('received apps');
15 apps.showPromo = data.showPromo;
17 var appsSection = $('apps');
18 var appsSectionContent = $('apps-content');
20 var appsPromo = $('apps-promo');
21 var appsPromoLink = $('apps-promo-link');
22 var appsPromoPing = APP_LAUNCH_URL.PING_WEBSTORE + '+' + apps.showPromo;
28 $('apps-launch-type-window-menu-item').hidden = data.disableAppWindowLaunch;
31 $('apps-create-shortcut-command-menu-item').hidden =
32 $('apps-create-shortcut-command-separator').hidden
    [all...]
  /frameworks/base/
Android.mk 27 framework_res_source_path := APPS/framework-res_intermediates/src
256 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/src/R.stamp
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 358 apps.layout({force:true});
678 case Section.APPS:
679 apps.visible = true;
680 apps.layout({disableAnimations:true});
706 case Section.APPS:
707 apps.visible = false;
708 apps.layout();
758 setSectionMenuMode('apps', Section.APPS, newShownSections & MENU_APPS,
    [all...]

Completed in 1600 milliseconds

12 3