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

1 2 3 4 5 6 7 8 91011>>

  /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/openssl/
Android.mk 6 apps \
openssl.config 11 apps/demoCA \
12 apps/set \
61 apps/CA.pl.bak \
81 apps/progs.h \
82 apps/speed.c"
98 apps/s_client.c \
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
icons_png.qrc 3 <file alias="wpa_gui.png">icons/hicolor/16x16/apps/wpa_gui.png</file>
  /frameworks/base/tools/localize/
Perforce_test.cpp 17 vector<string> apps; local
18 apps.push_back("apps/common");
19 apps.push_back("apps/Contacts");
20 int err = Perforce::GetResourceFileNames("43019", "//device", apps, &results, true);
27 if (results[0] != "//device/apps/common/res/values/strings.xml") {
30 if (results[1] != "//device/apps/Contacts/res/values/strings.xml") {
  /ndk/build/tools/
cleanup-apps.sh 5 # apps/<name>/project directories.
7 for projectPath in `find apps/*/project` ; do
  /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
removeunusedresources 9 apps=$1
11 if [ "$apps" = "" ]
15 elif [ "$apps" = "--all" ]
17 apps=$ANDROID_BUILD_TOP/packages/apps/*
22 for app in $apps
findunusedresources 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
22 apps=$1
23 if [ "$apps" == "" ]
25 apps=$ANDROID_BUILD_TOP/packages/apps/*
28 for app in $apps
54 rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${appname}_intermediates/ -name R.java)
  /development/ide/eclipse/
.classpath 3 <classpathentry kind="src" path="packages/apps/AccountsAndSyncSettings/src"/>
4 <classpathentry kind="src" path="packages/apps/AlarmClock/src"/>
5 <classpathentry kind="src" path="packages/apps/Bluetooth/src"/>
6 <classpathentry kind="src" path="packages/apps/Browser/src"/>
7 <classpathentry kind="src" path="packages/apps/Calendar/src"/>
8 <classpathentry kind="src" path="packages/apps/Calculator/src"/>
9 <classpathentry kind="src" path="packages/apps/Camera/src"/>
10 <classpathentry kind="src" path="packages/apps/CertInstaller/src"/>
11 <classpathentry kind="src" path="packages/apps/Contacts/src"/>
12 <classpathentry kind="src" path="packages/apps/Email/src"/
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 32 * Stores the list of all applications for the all apps view.
37 /** The list off all apps. */
40 /** The list of apps that have been added since the last notify() call. */
43 /** The list of apps that have been removed since the last notify() call. */
45 /** The list of apps that have been modified since the last notify() call. */
101 * Remove the apps for the given apk identified by packageName.
165 final List<ResolveInfo> apps = packageManager.queryIntentActivities(mainIntent, 0); local
168 if (apps != null) {
170 int count = apps.size();
172 final ResolveInfo info = apps.get(i)
    [all...]
  /external/e2fsprogs/debian/attic/
e2fslibsg-dev.menu 1 ?package(e2fslibsg-dev):needs="dwww" section="Apps/Programming"\
comerrg-dev.menu 1 ?package(comerrg-dev):needs="dwww" section="Apps/Programming"\
  /external/e2fsprogs/debian/
e2fslibs-dev.doc-base 6 Section: Apps/Programming
  /packages/apps/QuickSearchBox/res/values/
config.xml 24 <item>apps</item>
29 <!-- The component name of the installed apps source used in QSB -->
35 <!-- The component name of the activity that search intents in the Apps corpus are sent to.
36 If not set, Apps search intents are sent to the Apps suggestion source. -->
strings.xml 35 <!-- Name of the Apps source shown in QSB -->
36 <string name="corpus_label_apps">Apps</string>
37 <!-- Settings description for the Apps source shown in QSB -->
39 <!-- Search hint for the Apps source shown in QSB -->
40 <string name="corpus_hint_apps">Search Apps</string>
42 <!-- Name of the Apps and Market source shown in QSB -->
43 <string name="corpus_label_apps_market">Apps and Market</string>
44 <!-- Settings description for the Apps and Market source shown in QSB -->
45 <string name="corpus_description_apps_market">Installed Apps and Apps from Market</string
    [all...]
  /frameworks/base/docs/html/resources/articles/
future-proofing.jd 1 page.title=Future-Proofing Your Apps
6 below is based on our observations of five ways that we've seen bad apps fail.
20 fixed in Android 1.5 -- allowed apps to use those APIs without
21 requesting permission. As a result, apps that used those APIs broke
22 on 1.5. If you've used internal APIs in your apps, you need to update
23 your apps to stop doing so. </p>
29 developers were doing naughty things: a number of apps were changing
31 some apps turn on GPS without asking the user, and others might turn on
36 previously had permission to do so. For instance, apps can no longer
37 directly turn on or off GPS. These apps won't crash, but the APIs i
    [all...]
  /external/openssl/patches/
progs.patch 1 diff -uarp openssl-0.9.8k.orig/apps/progs.h openssl-0.9.8k/apps/progs.h
2 --- openssl-0.9.8k.orig/apps/progs.h 2008-04-03 16:03:41.000000000 -0700
3 +++ openssl-0.9.8k/apps/progs.h 2009-09-29 18:07:01.000000000 -0700
45 diff -uarp openssl-0.9.8k.orig/apps/speed.c openssl-0.9.8k/apps/speed.c
46 --- openssl-0.9.8k.orig/apps/speed.c 2009-01-07 02:48:22.000000000 -0800
47 +++ openssl-0.9.8k/apps/speed.c 2009-09-29 18:06:38.000000000 -0700
  /frameworks/base/tools/localize/testdata/
config.xml 5 <app dir="apps/common" />
xml.xml 5 <app dir="apps/common" />
  /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/
cleanspec.mk 57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
90 $(call add-clean-step, rm -rf $(OUT_DIR)/obj/target/common/obj/APPS/VoiceSearch_intermediates)
91 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/VoiceSearch_intermediates)
99 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/com.amazon.mp3_intermediates)
102 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS)
104 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
109 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS)
111 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
123 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS)
125 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
    [all...]
  /frameworks/base/docs/html/guide/practices/
compatibility.jd 34 more devices that run Android apps, the more users who can access your app. In
35 exchange, however, it also means that your apps will have to cope with that same
39 your apps to do that, while at the same time letting you maintain control of
44 control which devices have access to your apps, and how to prepare your apps to
50 <p>A device is ?Android compatible? if it can correctly run apps written for the
65 Android to prevent apps from being visible to devices which don?t have features
66 the apps require. We?ve built support for this right into the SDK tools, and
69 <p>As a developer, you have complete control of how and where your apps are
71 you manage this. You control the availability of your apps, so that they reac
    [all...]
  /packages/apps/QuickSearchBox/res/values-da/
strings.xml 26 <string name="corpus_label_apps" msgid="73123028704144731">"Apps"</string>
28 <string name="corpus_hint_apps" msgid="4230401643970165739">"Søg i Apps"</string>
29 <string name="corpus_label_apps_market" msgid="7625179316335589490">"Apps og Marked"</string>
30 <string name="corpus_description_apps_market" msgid="6676825865398169853">"Installerede Apps og Apps fra Marked"</string>
31 <string name="corpus_hint_apps_market" msgid="627025611326022658">"Søg i Apps og Marked"</string>
  /packages/apps/QuickSearchBox/res/values-pt-rPT/
strings.xml 26 <string name="corpus_label_apps" msgid="73123028704144731">"Apps"</string>
28 <string name="corpus_hint_apps" msgid="4230401643970165739">"Pesquisar no Google Apps"</string>
29 <string name="corpus_label_apps_market" msgid="7625179316335589490">"Apps e Market"</string>
30 <string name="corpus_description_apps_market" msgid="6676825865398169853">"Apps instalado e Apps a partir do Market"</string>
31 <string name="corpus_hint_apps_market" msgid="627025611326022658">"Pesquisar no Apps e Market"</string>

Completed in 78 milliseconds

1 2 3 4 5 6 7 8 91011>>