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

  /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
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 53 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
71 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
85 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
104 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
115 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
158 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
162 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
182 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
189 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
  /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/tests/src/com/android/mms/util/
PhoneNumberComparisonTest.java 29 Log.i(LogTag.APP, "testCompareSmsShortcode");
  /bionic/libc/arch-x86/string/
strcpy.S 10 #APP
strcat.S 10 #APP
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 23 import android.app.Activity;
221 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
264 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri);
296 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromConversation %s", conv);
376 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
802 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
839 if (LogTag.VERBOSE || 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;
351 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
417 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
432 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
440 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
554 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
Contact.java 56 // if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
66 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
174 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
569 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
711 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 182 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
233 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
250 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
279 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
VideoModel.java 91 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
140 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
160 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
168 // if the Music player app is playing audio, we should pause that so it won't
MediaModel.java 340 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
SlideshowModel.java 676 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
703 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
MediaModelFactory.java 238 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 231 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
289 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
313 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
325 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
ComposeMessageActivity.java 44 import android.app.ActionBar;
45 import android.app.Activity;
46 import android.app.AlertDialog;
47 import android.app.ProgressDialog;
    [all...]
ConversationList.java 36 import android.app.ActionBar;
37 import android.app.AlertDialog;
38 import android.app.ListActivity;
39 import android.app.SearchManager;
40 import android.app.SearchManager.OnDismissListener;
41 import android.app.SearchableInfo;
265 // If we're in the middle of the app initialization where we're loading the conversation
291 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
643 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
  /build/core/
product_config.mk 147 # Provide "APP-<appname>" targets, which lets you build
148 # an unbundled app.
150 unbundled_goals := $(strip $(filter APP-%,$(MAKECMDGOALS)))
153 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)"))
155 TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals))))
184 # An unbundled app build needs only the core product makefiles.
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 23 import android.app.Activity;
24 import android.app.AlertDialog;
34 public static final String APP = "Mms:app";
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 38 import android.app.Notification;
39 import android.app.NotificationManager;
40 import android.app.PendingIntent;
75 private static final String TAG = LogTag.APP;
124 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
187 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
316 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
390 if (Log.isLoggable(LogTag.APP, Log.VERBOSE))
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 19 import android.app.Activity;
20 import android.app.ActivityManager;
21 import android.app.ApplicationErrorReport;
22 import android.app.Fragment;
23 import android.app.admin.DevicePolicyManager;
65 APP
344 case APP:
PowerUsageSummary.java 46 import com.android.internal.app.IBatteryStats;
203 case APP:
542 // Add the app to the list if it is consuming power
544 BatterySipper app = new BatterySipper(getActivity(), mRequestQueue, mHandler, local
545 packageWithHighestDrain, DrainType.APP, 0, u,
547 app.cpuTime = cpuTime;
548 app.gpsTime = gpsTime;
549 app.wifiRunningTime = wifiRunningTimeMs;
550 app.cpuFgTime = cpuFgTime;
551 app.wakeLockTime = wakelockTime
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 2906 milliseconds