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

1 2 3 4 5 6 7 8 91011>>

  /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)
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppsQueryHelperTests.java 40 List<String> apps = mAppsQueryHelper.queryApps(0, true, UserHandle.SYSTEM); local
41 assertEqualsIgnoreOrder(Arrays.asList("sys_app1", "sys_app2", "sys_app3"), apps);
43 apps = mAppsQueryHelper.queryApps(0, false, UserHandle.SYSTEM);
44 assertEqualsIgnoreOrder(Arrays.asList("sys_app1", "sys_app2", "sys_app3", "app4"), apps);
48 List<String> apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_NON_LAUNCHABLE_APPS, local
50 assertEqualsIgnoreOrder(Arrays.asList("sys_app1", "sys_app3"), apps);
52 apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_NON_LAUNCHABLE_APPS,
54 assertEqualsIgnoreOrder(Arrays.asList("sys_app1", "sys_app3"), apps);
58 List<String> apps = mAppsQueryHelper.queryApps( local
60 assertEqualsIgnoreOrder(Arrays.asList("sys_app1"), apps);
68 List<String> apps = mAppsQueryHelper.queryApps( local
83 List<String> apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_IMES, local
95 List<String> apps = mAppsQueryHelper.queryApps(AppsQueryHelper.GET_REQUIRED_FOR_SYSTEM_USER, local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /external/valgrind/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-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
named_entity_trie.js 4 //(see: http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#tokenizing-character-references and
5 //http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html#named-character-references)
    [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/webrtc/webrtc/base/
winfirewall.cc 90 INetFwAuthorizedApplications* apps = NULL; local
91 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
92 if (SUCCEEDED(hr) && (apps != NULL)) {
94 hr = apps->Item(bfilename, &app);
105 // No entry in list of authorized apps
110 apps->Release();
128 INetFwAuthorizedApplications* apps = NULL; local
129 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
130 if (SUCCEEDED(hr) && (apps != NULL)) {
145 hr = apps->Add(app)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/
DeleteNonRequiredAppsTaskTest.java 282 // Now, we set a wrong value to mTestContext.getFilesDir. So it should not find the system apps
300 private void setRequiredAppsManagedDevice(String... apps) {
302 apps);
305 private void setVendorRequiredAppsManagedDevice(String... apps) {
307 apps);
310 private void setDisallowedAppsManagedDevice(String... apps) {
312 apps);
315 private void setVendorDisallowedAppsManagedDevice(String... apps) {
318 apps);
321 private void setRequiredAppsManagedProfile(String... apps) {
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
cascade.py 30 apps = []
38 apps.append((name, app))
39 apps.sort()
40 apps = [app for name, app in apps]
41 return Cascade(apps, catch=catch)
58 self.apps = applications
111 for app in self.apps[:-1]:
130 return self.apps[-1](environ, start_response)
  /cts/tests/tests/permission/src/android/permission/cts/
DebuggableTest.java 36 List<ApplicationInfo> apps = getContext() local
39 for (ApplicationInfo app : apps) {
  /packages/apps/Settings/src/com/android/settings/applications/
AppStatePowerBridge.java 39 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
40 final int N = apps.size();
42 AppEntry app = apps.get(i);
AppStateSmsPremBridge.java 43 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
44 final int N = apps.size();
46 AppEntry app = apps.get(i);
  /packages/apps/Settings/src/com/android/settings/datausage/
AppStateDataUsageBridge.java 36 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
37 final int N = apps.size();
39 AppEntry app = apps.get(i);
  /frameworks/base/services/core/java/com/android/server/am/
IntentBindRecord.java 35 /** All apps that have bound to this Intent. */
36 final ArrayMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord
65 for (int i=0; i<apps.size(); i++) {
66 AppBindRecord a = apps.valueAt(i);
81 for (int i=apps.size()-1; i>=0; i--) {
82 final ArraySet<ConnectionRecord> connections = apps.valueAt(i).connections;
  /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...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
util.py 133 def first_found(apps):
139 apps: List of WSGI applications to search through. Will serve the content
149 apps = tuple(apps)
159 Called by each application in apps instead of the real start response.
173 for app in apps:

Completed in 903 milliseconds

1 2 3 4 5 6 7 8 91011>>