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

1 2

  /external/chromium/chrome/browser/ui/cocoa/
keystone_promote_postflight.sh 32 echo "usage: ${0} APP" >& 2
36 APP="${1}"
38 # Make sure that APP is an absolute path and that it exists.
39 if [ -z "${APP}" ] || [ "${APP:0:1}" != "/" ] || [ ! -d "${APP}" ] ; then
45 chown -Rh "${OWNER_GROUP}" "${APP}" >& /dev/null
48 chmod -R "${CHMOD_MODE}" "${APP}" >& /dev/null
53 find "${APP}" -type l -exec chmod -h "${CHMOD_MODE}" {} + >& /dev/null
  /ndk/build/core/
main.mk 60 # Check that APP is not empty
61 APP := $(strip $(APP))
62 ifndef APP
64 The APP variable is undefined or empty.)
74 # Check that all apps listed in APP do exist
75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP)))
78 APP variable defined to unknown applications: $(_bad_apps))
84 # Check that all apps listed in APP have an Application.mk
86 $(foreach _app,$(APP),\
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 56 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
74 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
91 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
109 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
125 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
175 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
179 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
203 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
212 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
  /packages/apps/Mms/tests/src/com/android/mms/util/
PhoneNumberComparisonTest.java 29 Log.i(LogTag.APP, "testCompareSmsShortcode");
  /external/valgrind/main/VEX/test/
fpgames.s 86 #APP
93 #APP
  /bionic/libc/arch-x86/string/
strcpy.S 10 #APP
strcat.S 10 #APP
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 147 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
201 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
218 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
247 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
VideoModel.java 89 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
138 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
158 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
166 // if the Music player app is playing audio, we should pause that so it won't
207 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
CarrierContentRestriction.java 50 Log.d(LogTag.APP, "CarrierContentRestriction.checkMessageSize messageSize: " +
MediaModel.java 296 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
MediaModelFactory.java 192 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
SlideshowModel.java 678 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
705 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 272 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
319 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)
339 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
347 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
366 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
378 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
391 if (Log.isLoggable(LogTag.APP, Log.VERBOSE) && resultTooBig) {
ComposeMessageActivity.java 43 import android.app.ActionBar;
44 import android.app.Activity;
45 import android.app.AlertDialog;
46 import android.app.ProgressDialog;
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 28 import android.app.Activity;
229 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
273 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri);
297 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadDraft %s", conv);
429 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
RecipientIdCache.java 159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
181 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
263 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
Conversation.java 9 import android.app.Activity;
327 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
366 if (DELETEDEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
416 if (DELETEDEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
482 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
497 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
505 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
639 if (DELETEDEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
669 if (DELETEDEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
804 MmsApp app = MmsApp.getApplication() local
    [all...]
Contact.java 55 // if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
65 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
177 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
576 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
729 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
  /build/core/
product_config.mk 146 # Provide "APP-<appname>" targets, which lets you build
147 # an unbundled app.
149 unbundled_goals := $(strip $(filter APP-%,$(MAKECMDGOALS)))
152 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)"))
154 TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals))))
183 # An unbundled app build needs only the core product makefiles.
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 19 import android.app.Activity;
20 import android.app.AlertDialog;
34 public static final String APP = "Mms:app";
  /external/objenesis/
Android.mk 56 # make APP-ObjenesisTck
57 # adb install -r out/target/product/generic/data/app/ObjenesisTck.apk
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 31 import android.app.Notification;
32 import android.app.NotificationManager;
33 import android.app.PendingIntent;
34 import android.app.TaskStackBuilder;
91 private static final String TAG = LogTag.APP;
150 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
185 // TODO: should we unregister when the app gets killed?
269 if (DEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
310 final NotificationPlayer player = new NotificationPlayer(LogTag.APP);
595 if (Log.isLoggable(LogTag.APP, Log.VERBOSE))
    [all...]
MmsMessageSender.java 72 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 21 import android.app.Activity;
22 import android.app.ActivityManager;
23 import android.app.ApplicationErrorReport;
24 import android.app.Fragment;
25 import android.app.admin.DevicePolicyManager;
68 APP,
355 case APP:

Completed in 1264 milliseconds

1 2