HomeSort by relevance Sort by last modified time
    Searched full:apps (Results 376 - 400 of 4923) sorted by null

<<11121314151617181920>>

  /external/chromium_org/apps/shell/
shell_app_sorting.cc 5 #include "apps/shell/shell_app_sorting.h"
18 namespace apps { namespace
107 } // namespace apps
web_view_window.cc 5 #include "apps/shell/web_view_window.h"
69 namespace apps { namespace
83 } // namespace apps
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 7 #include "apps/app_window_contents.h"
8 #include "apps/shell_window.h"
9 #include "apps/shell_window_registry.h"
10 #include "apps/ui/native_app_window.h"
18 #include "chrome/browser/ui/apps/chrome_shell_window_delegate.h"
38 using apps::ShellWindow;
55 const int kUnboundedSize = apps::ShellWindow::SizeConstraints::kUnboundedSize;
136 // Allow absolute URLs for component apps, otherwise prepend the extension
165 "The 'singleton' option in chrome.apps.window.create() is deprecated!"
170 ShellWindow* window = apps::ShellWindowRegistry::Get
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 356 scoped_refptr<Extension> apps[] = { local
368 ASSERT_EQ(arraysize(apps), arraysize(change_flags));
369 for (size_t i = 0; i < arraysize(apps); ++i) {
371 observer.ExpectGrant(apps[i]->id(), change_flags[i]);
372 policy_->GrantRightsForExtension(apps[i].get());
377 for (size_t i = 0; i < arraysize(apps); ++i) {
379 policy_->GrantRightsForExtension(apps[i].get());
384 for (size_t i = 0; i < arraysize(apps); ++i) {
386 observer.ExpectRevoke(apps[i]->id(), change_flags[i]);
387 policy_->RevokeRightsForExtension(apps[i].get())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
README 5 apps and extensions. At time of this writing, the primary URL is:
21 3. View docs at http://localhost:8080/(apps|extensions)/<doc_name>
27 You will need to have access to the http://chrome-apps-doc.appspot.com app.
  /external/chromium_org/mojo/apps/js/bindings/
connector.js 6 "mojo/apps/js/bindings/codec",
7 "mojo/apps/js/bindings/core",
8 "mojo/apps/js/bindings/support",
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Makefile 21 APPS=
50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Makefile 21 APPS=
50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
  /frameworks/base/core/java/com/android/internal/view/
ActionBarPolicy.java 61 // The embedded tabs policy changed in Jellybean; give older apps the old policy
81 // Older apps get the home button interaction enabled by default.
82 // Newer apps need to enable it explicitly.
  /frameworks/base/docs/html/design/patterns/
compatibility.jd 20 <h2 id="older-hardware">Adapting Android 4.0 to Older Hardware and Apps</h2>
26 <p>Android apps written for Android 3.0 and later display actions in the action bar. Actions that don't
58 <h4>Legacy apps on phones with virtual navigation controls</h4>
  /frameworks/base/docs/html/sdk/installing/
bundle.jd 6 <p>The ADT Bundle provides everything you need to start developing apps, including
34 <p>As you continue developing apps, you may need to install additional versions
39 <p>Everything you need to develop Android apps is on this web site, including <a
  /frameworks/base/docs/html/training/managing-audio/
index.jd 30 to ensure multiple apps aren?t playing audio at the same time.</p>
32 <p>After this class, you will be able to build apps that respond to hardware audio key presses,
53 <dd>With multiple apps potentially playing audio it's important to think about how they should
  /frameworks/base/tools/preload/
Policy.java 50 "com.google.android.apps.maps.FriendService", // pre froyo
51 "com.google.android.apps.maps:FriendService", // froyo
52 "com.google.android.apps.maps.LocationFriendService",
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
ActionBarPolicy.java 57 // The embedded tabs policy changed in Jellybean; give older apps the old policy
77 // Older apps get the home button interaction enabled by default.
78 // Newer apps need to enable it explicitly.
  /ndk/build/awk/
extract-pid.awk 30 # com.google.android.apps.maps is interesting because
32 # that implement services (e.g. com.google.android.apps.maps:<something>)
36 PACKAGE="com.google.android.apps.maps"
  /packages/apps/Browser/
CleanSpec.mk 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Browser_intermediates)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Browser_intermediates)
  /packages/apps/SpareParts/res/values/
strings.xml 3 /* //device/apps/common/assets/res/any/strings.xml
65 <string name="compatibility_mode_summary_on">Run older apps in Compatibility mode. This require rebooting. </string>
67 <string name="compatibility_mode_summary_off">Run older apps in Compatibility mode. This require rebooting. </string>
  /packages/apps/VideoEditor/
CleanSpec.mk 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/VideoEditor_intermediates)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/VideoEditor_intermediates)
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/
AndroidManifest.xml 20 A simple app to test that apps cannot be installed over existing app with
  /development/apps/Development/src/com/android/development/
ColumnData.java 1 /* //device/apps/Notes/NotesList.java
  /development/apps/GestureBuilder/res/values/
colors.xml 3 /* //device/apps/common/assets/res/any/colors.xml
  /development/apps/OBJViewer/res/values/
styles.xml 3 /* //device/apps/Calendar/assets/res/any/styles.xml
  /development/ndk/samples/hello-jni/jni/
hello-jni.c 24 * apps/samples/hello-jni/project/src/com/example/hellojni/HelloJni.java
  /development/samples/Home/res/drawable/
all_applications.xml 3 /* //device/apps/common/res/drawable/checkbox.xml
all_applications_background.xml 3 /* //device/apps/common/res/drawable/checkbox_background.xml

Completed in 1046 milliseconds

<<11121314151617181920>>