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

1 2 3 4

  /external/openssl/
Android.mk 6 apps \
  /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;
ParsedNdefMessage.java 17 package com.android.apps.tag.message;
19 import com.android.apps.tag.R;
20 import com.android.apps.tag.record.ParsedNdefRecord;
21 import com.android.apps.tag.record.SmartPoster;
22 import com.android.apps.tag.record.UriRecord;
  /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)
  /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") {
Perforce.h 14 const vector<string>& apps, vector<string>* result,
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 26 wget -q http://www-flash.stanford.edu/apps/SPLASH/splash2.tar.gz
37 diff -ru orig/splash2/codes/apps/radiosity/display.C splash2/codes/apps/radiosity/display.C
38 --- orig/splash2/codes/apps/radiosity/display.C 2008-05-25 10:38:52.000000000 +0200
39 +++ splash2/codes/apps/radiosity/display.C 2008-05-25 10:37:51.000000000 +0200
48 --- orig/splash2/codes/apps/radiosity/Makefile 2008-05-25 10:38:52.000000000 +0200
49 +++ splash2/codes/apps/radiosity/Makefile 2008-05-25 13:05:36.000000000 +0200
67 diff -ru orig/splash2/codes/apps/raytrace/rltotiff/Makefile splash2/codes/apps/raytrace/rltotiff/Makefile
68 --- orig/splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:38:52.000000000 +020
    [all...]
  /ndk/build/tools/
cleanup-apps.sh 5 # apps/<name>/project directories.
7 for projectPath in `find apps/*/project` ; do
  /packages/apps/Tag/canon/
Android.mk 5 ../tests/src/com/android/apps/tag/MockNdefMessages.java \
  /packages/apps/Tag/src/com/android/apps/tag/record/
ParsedNdefRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
UnknownRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
ImageRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
  /external/chromium/chrome/browser/resources/ntp/
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...]
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...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 11 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/
15 --export-png=hicolor/$(word 1, $(subst /, ,$(@)))/apps/$(word 2, $(subst /, , $@))
19 convert hicolor/16x16/apps/$(@:.xpm=.png) pixmaps/$(@:.xpm=-16.xpm)
20 convert hicolor/32x32/apps/$(@:.xpm=.png) pixmaps/$@
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 107 INetFwAuthorizedApplications* apps = NULL; local
108 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
109 if (SUCCEEDED(hr) && (apps != NULL)) {
111 hr = apps->Item(bfilename, &app);
122 // No entry in list of authorized apps
127 apps->Release();
145 INetFwAuthorizedApplications* apps = NULL; local
146 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
147 if (SUCCEEDED(hr) && (apps != NULL)) {
162 hr = apps->Add(app)
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
DebuggableTest.java 36 List<ApplicationInfo> apps = getContext() local
39 for (ApplicationInfo app : apps) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 178 * Helper class to look for interesting changes to the installed apps
230 List<ApplicationInfo> apps = mPm.getInstalledApplications( local
233 if (apps == null) {
234 apps = new ArrayList<ApplicationInfo>();
240 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size());
241 for (int i=0; i<apps.size(); i++) {
242 AppEntry entry = new AppEntry(this, apps.get(i));
259 @Override public void deliverResult(List<AppEntry> apps) {
263 if (apps != null) {
264 onReleaseResources(apps);
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 181 * Helper class to look for interesting changes to the installed apps
233 List<ApplicationInfo> apps = mPm.getInstalledApplications( local
236 if (apps == null) {
237 apps = new ArrayList<ApplicationInfo>();
243 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size());
244 for (int i=0; i<apps.size(); i++) {
245 AppEntry entry = new AppEntry(this, apps.get(i));
262 @Override public void deliverResult(List<AppEntry> apps) {
266 if (apps != null) {
267 onReleaseResources(apps);
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 17 package com.android.apps.tag;
19 import com.android.apps.tag.message.NdefMessageParser;
20 import com.android.apps.tag.message.ParsedNdefMessage;
21 import com.android.apps.tag.record.ParsedNdefRecord;
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 31 * Stores the list of all applications for the all apps view.
36 /** The list off all apps. */
39 /** The list of apps that have been added since the last notify() call. */
42 /** The list of apps that have been removed since the last notify() call. */
44 /** The list of apps that have been modified since the last notify() call. */
100 * Remove the apps for the given apk identified by packageName.
176 final List<ResolveInfo> apps = packageManager.queryIntentActivities(mainIntent, 0); local
177 return apps != null ? apps : new ArrayList<ResolveInfo>();
181 * Returns whether <em>apps</em> contains <em>component</em>
    [all...]
  /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...]
  /frameworks/base/services/java/com/android/server/am/
IntentBindRecord.java 34 /** All apps that have bound to this Intent. */
35 final HashMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord
64 if (apps.size() > 0) {
65 Iterator<AppBindRecord> it = apps.values().iterator();

Completed in 389 milliseconds

1 2 3 4