HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 51 - 75 of 97) sorted by null

1 23 4

  /device/moto/wingray/
full_wingray.mk 19 # product configuration (apps).
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
  /device/samsung/crespo/
full_crespo.mk 19 # product configuration (apps).
  /device/samsung/crespo4g/
full_crespo4g.mk 19 # product configuration (apps).
  /device/samsung/maguro/
full_maguro.mk 19 # product configuration (apps). Except for a few implementation
  /device/samsung/tuna/
full_tuna.mk 19 # product configuration (apps). Except for a few implementation
  /device/ti/panda/
full_panda.mk 19 # product configuration (apps). Except for a few implementation
  /external/webrtc/
Android.mk 29 # build test apps
  /frameworks/base/tools/localize/
localize_test.cpp 138 for (vector<string>::const_iterator app=setting.apps.begin();
139 app!=setting.apps.end(); app++) {
140 printf(" apps[%02d]='%s'\n", i, app->c_str());
  /frameworks/ex/common/
Android.mk 32 # we can't build the test for apps only build, because android.test.runner is not unbundled yet.
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 17 package com.android.apps.tagcanon;
19 import com.android.apps.tag.MockNdefMessages;
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
VCardRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
  /build/
envsetup.sh 184 local apps=$TARGET_BUILD_APPS
185 if [ -z "$apps" ]; then
188 export PROMPT_COMMAND="echo -ne \"\033]0;[$apps $variant] ${USER}@${HOSTNAME}: ${PWD}\007\""
501 # Configures the build to build unbundled apps.
506 local apps=$(echo -n $(echo $* | xargs -n 1 echo | grep -E -v '^(user|userdebug|eng)$'))
515 if [ -z "$apps" ]; then
516 apps=all
522 export TARGET_BUILD_APPS=$apps
  /external/openssl/android.testssl/
testssl 4 key=../apps/server.pem
9 cert=../apps/server.pem
  /development/ide/xcode/ports/
skia_mac.cp 32 const char systemParent[] = "apps/";
  /device/samsung/toro/
full_toro.mk 19 # product configuration (apps). Except for a few implementation
  /external/openssl/crypto/threads/
netware.bat 10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err"
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 47 public void onRebuildComplete(ArrayList<AppEntry> apps);
506 List<ApplicationInfo> apps; local
508 apps = new ArrayList<ApplicationInfo>(mApplications);
513 for (int i=0; i<apps.size(); i++) {
514 ApplicationInfo info = apps.get(i);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 509 List<ApplicationInfo> apps = mContext.getPackageManager().getInstalledApplications(0); local
511 mStats.dumpCheckinLocked(pw, args, apps);
  /frameworks/support/v4/
Android.mk 74 # Here is the final static library that apps can link against.
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 76 # Make the apps-test (mm-vdec-omx-test)
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 73 private int mBatchSize; // 0 is all apps at once
135 public void bindAllApplications(ArrayList<ApplicationInfo> apps);
136 public void bindAppsAdded(ArrayList<ApplicationInfo> apps);
137 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps);
138 public void bindAppsRemoved(ArrayList<ApplicationInfo> apps, boolean permanent);
202 // From all apps
615 // First, schedule to add these apps back in.
625 // If we have changed locale we need to clear out the labels in all apps/workspace.
629 // and we would need to clear out the labels in all apps/workspace. Same handling as
633 Log.d(TAG, "Reload apps on config change. curr_mcc:
1385 List<ResolveInfo> apps = null; local
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 358 apps.layout({force:true});
678 case Section.APPS:
679 apps.visible = true;
680 apps.layout({disableAnimations:true});
706 case Section.APPS:
707 apps.visible = false;
708 apps.layout();
758 setSectionMenuMode('apps', Section.APPS, newShownSections & MENU_APPS,
    [all...]
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 1330 add the current list of (not yet listed) apps before it. */
2050 GHashTable *apps; local
    [all...]

Completed in 937 milliseconds

1 23 4