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

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/
Apps-config.mk 33 apps/app_rand.c \
34 apps/apps.c \
35 apps/asn1pars.c \
36 apps/ca.c \
37 apps/ciphers.c \
38 apps/crl.c \
39 apps/crl2p7.c \
40 apps/dgst.c \
41 apps/dh.c
    [all...]
Android.mk 8 # respective crypto, ssl, and apps directories so
13 include $(LOCAL_PATH)/Apps.mk
  /frameworks/base/tests/SmokeTestApps/
README 1 The apps in this folder are intentionally bad-behaving apps that are intended
  /development/testrunner/
coverage_targets.xml 31 type - one of JAVA_LIBRARIES,APPS
57 <!-- apps -->
59 type="APPS" />
60 <coverage_target name="Browser" build_path="packages/apps/Browser"
61 type="APPS" />
62 <coverage_target name="Calculator" build_path="packages/apps/Calculator"
63 type="APPS" />
64 <coverage_target name="Calendar" build_path="packages/apps/Calendar"
65 type="APPS" />
66 <coverage_target name="Camera" build_path="packages/apps/Camera
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
icons_png.qrc 3 <file alias="wpa_gui.png">icons/hicolor/16x16/apps/wpa_gui.png</file>
4 <file alias="ap.png">icons/hicolor/32x32/apps/ap.png</file>
5 <file alias="laptop.png">icons/hicolor/32x32/apps/laptop.png</file>
6 <file alias="group.png">icons/hicolor/32x32/apps/group.png</file>
7 <file alias="invitation.png">icons/hicolor/32x32/apps/invitation.png</file>
  /frameworks/base/docs/html/training/
building-multimedia.jd 1 page.title=Building Apps with Multimedia
9 create rich multimedia apps that behave the way users expect.</p
  /device/lge/mako/sepolicy/
system.te 1 # Grant GPU access to system apps (e.g., PowerManagerService)
5 # Grant access to Qualcomm MSM Interface (QMI) radio sockets to system apps
device.te 1 # GPU (used by most UI apps)
  /frameworks/base/core/java/android/webkit/
package.html 4 <p>For more information about building apps with web-based content, see the
5 <a href="{@docRoot}guide/webapps/overview.html">Web Apps Overview</a>.
  /external/sepolicy/
app.te 2 # Domains for apps that do not run with one of the predefined
7 # Apps signed with the platform key.
19 # Apps signed with the media key.
28 # Apps signed with the shared key.
39 # Apps signed with the release key (testkey in AOSP).
51 # In order for isolated_apps to interact with apps that have levelFromUid=true
59 # Untrusted apps.
attributes 53 # All domains used for apps.
56 # All domains used for apps with network access.
59 # All domains used for apps with bluetooth access.
65 # Allow domains used for platform (signed by build key) apps.
  /ndk/build/tools/
cleanup-apps.sh 5 # apps/<name>/project directories.
7 for projectPath in `find apps/*/project` ; do
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion9.xml 1 <com.google.android.apps.iosched.ui.widget.DashboardLayout
10 </com.google.android.apps.iosched.ui.widget.DashboardLayout>
  /development/tools/findunused/
findunusedstrings 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
20 apps=$1
21 if [ "$apps" == "" ]
23 apps=$ANDROID_BUILD_TOP/packages/apps/*
26 for app in $apps
  /external/chromium/chrome/browser/resources/
new_new_tab.html 63 <link rel="stylesheet" href="ntp/apps.css">
74 APPS: 1 << 6
147 <div class="maxiview" id="apps-maxiview">
148 <div id="apps-promo">
149 <p id="apps-promo-heading"></p>
150 <a class="g-button-basic" id="apps-promo-link" href=""></a><br>
151 <button id="apps-promo-hide"></button>
153 <div id="apps-content"></div>
158 <!-- Start disabled. We only enable once we have installed default apps. -->
159 <div id="apps" class="section disabled" section="APPS"
    [all...]
  /development/ide/eclipse/
.classpath 3 <classpathentry kind="src" path="packages/apps/Bluetooth/src"/>
4 <classpathentry kind="src" path="packages/apps/Browser/src"/>
5 <classpathentry kind="src" path="packages/apps/Calendar/src"/>
6 <classpathentry kind="src" path="packages/apps/Calendar/extensions_src"/>
7 <classpathentry kind="src" path="packages/apps/Calculator/src"/>
8 <classpathentry kind="src" path="packages/apps/CertInstaller/src"/>
9 <classpathentry kind="src" path="packages/apps/Contacts/src"/>
10 <classpathentry kind="src" path="packages/apps/ContactsCommon/src"/>
11 <classpathentry kind="src" path="packages/apps/DeskClock/src"/>
12 <classpathentry kind="src" path="packages/apps/Dialer/src"/
    [all...]
  /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...]
apps.css 0 /* Apps */
3 #apps-content {
8 html.apps-promo-visible #apps-content {
12 #apps-maxiview {
17 We don't need to do anything for html.apps-promo-visible because there is
20 .small-layout #apps-content,
21 .small-layout html.apps-promo-visible #apps-content {
101 #apps-content[launcher-animations=true] .app
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/message/
NdefMessageParser.java 17 package com.android.apps.tag.message;
19 import com.android.apps.tag.record.ImageRecord;
20 import com.android.apps.tag.record.MimeRecord;
21 import com.android.apps.tag.record.ParsedNdefRecord;
22 import com.android.apps.tag.record.SmartPoster;
23 import com.android.apps.tag.record.TextRecord;
24 import com.android.apps.tag.record.UnknownRecord;
25 import com.android.apps.tag.record.UriRecord;
26 import com.android.apps.tag.record.VCardRecord;
  /packages/apps/Email/
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)/out/target/common/obj/APPS/Email*)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/out/target/common/obj/APPS/Email*)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/out/target/common/obj/APPS/Exchange*)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/EmailGoogle_intermediates)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermediates)
58 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermediates)
59 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/EmailGoogle_intermediates)
60 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermediates)
61 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/EmailGoogle_intermediates
    [all...]
  /external/chromium/chrome/browser/extensions/
apps_promo.h 18 // - Whether to show the apps promo in the launcher
19 // - Whether to expire existing default apps
55 // Gets the set of old default apps that may have been installed by previous
61 // Halts the special treatment of the default apps. The default apps may be
62 // removed by the caller after calling this method. If the apps remain
63 // installed, AppsPromo will no longer consider the apps "default".
66 // Called to hide the promo from the apps section.
69 // Maximizes the apps section the first time this is called for a given promo.
75 // Returns true if the apps promo should be displayed in the launcher
    [all...]
  /frameworks/base/docs/html/design/get-started/
creative-vision.jd 8 <p>We focused the design of Android around three overarching goals, which apply to our core apps as well as the system at large. As you design apps to work with Android, consider these goals:</p>
16 <p>Beauty is more than skin deep. Android apps are sleek and aesthetically pleasing on multiple levels.
25 <p>Android apps make life easier and are easy to understand. When people use your app for the first
27 first use, though. Android apps remove ongoing chores like file management and syncing. Simple tasks
36 <p>It's not enough to make an app that is easy to use. Android apps empower people to try new things
37 and to use apps in inventive new ways. Android lets people combine applications into new workflows
38 through multitasking, notifications, and sharing across apps. At the same time, your app should feel
  /frameworks/base/docs/html/distribute/googleplay/about/
visibility.jd 1 page.title=Visibility for Your Apps
10 <p>A billion downloads a month and growing. Get your apps in front of millions
16 <p>Google Play is the premier store for distributing Android apps. It?s
19 more than <strong style="text-wrap:none;">25 billion apps</strong> from Google
22 <p>When you publish on Google Play, you put your apps in front of Android's huge
27 personalize their devices with apps, games, and other Google Play content.
29 apps is extremely convenient and fast&mdash; Google Play pushes apps to the
38 1.5 billion apps from Google Play each month.</p>
45 install the apps they want and Google Play pushes them automatically to thei
    [all...]
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler_unittest.cc 32 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS));
34 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS | THUMB));
  /external/e2fsprogs/debian/attic/
e2fslibsg-dev.menu 1 ?package(e2fslibsg-dev):needs="dwww" section="Apps/Programming"\

Completed in 676 milliseconds

1 2 3 4 5 6 7 8 91011>>