/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
|
/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 55 rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${iappname}_intermediates/ -name R.java)
|
/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;
|
/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) {
|
/frameworks/base/services/java/com/android/server/am/ |
IntentBindRecord.java | 35 /** All apps that have bound to this Intent. */ 36 final HashMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord 65 if (apps.size() > 0) { 66 Iterator<AppBindRecord> it = apps.values().iterator(); 84 if (apps.size() > 0) { 85 for (AppBindRecord app : apps.values()) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderCustom.java | 180 * Helper class to look for interesting changes to the installed apps 232 List<ApplicationInfo> apps = mPm.getInstalledApplications( local 235 if (apps == null) { 236 apps = new ArrayList<ApplicationInfo>(); 242 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size()); 243 for (int i=0; i<apps.size(); i++) { 244 AppEntry entry = new AppEntry(this, apps.get(i)); 261 @Override public void deliverResult(List<AppEntry> apps) { 265 if (apps != null) { 266 onReleaseResources(apps); [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderCustomSupport.java | 182 * Helper class to look for interesting changes to the installed apps 234 List<ApplicationInfo> apps = mPm.getInstalledApplications( local 237 if (apps == null) { 238 apps = new ArrayList<ApplicationInfo>(); 244 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size()); 245 for (int i=0; i<apps.size(); i++) { 246 AppEntry entry = new AppEntry(this, apps.get(i)); 263 @Override public void deliverResult(List<AppEntry> apps) { 267 if (apps != null) { 268 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...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
AppOpsCategory.java | 87 * Helper class to look for interesting changes to the installed apps 139 @Override public void deliverResult(List<AppOpEntry> apps) { 143 if (apps != null) { 144 onReleaseResources(apps); 147 List<AppOpEntry> oldApps = apps; 148 mApps = apps; 153 super.deliverResult(apps); 205 @Override public void onCanceled(List<AppOpEntry> apps) { 206 super.onCanceled(apps); 208 // At this point we can release the resources associated with 'apps' [all...] |
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
SmokeTestRunner.java | 48 final List<ResolveInfo> apps = ProcessErrorsTest.getLauncherActivities(pm); local 68 for (final ResolveInfo app : apps) {
|