/external/openssl/ssl/ |
install.com | 36 CREATE/DIR/LOG WRK_SSLROOT:[000000] 38 CREATE/DIR/LOG WRK_SSLXLIB: 40 CREATE/DIR/LOG WRK_SSLINCLUDE: 42 CREATE/DIR/LOG WRK_SSLXEXE: 50 $ COPY 'EXHEADER' WRK_SSLINCLUDE:/LOG 61 $ COPY 'XEXE_DIR''E'.EXE WRK_SSLXEXE:'E'.EXE/log 77 $ COPY 'XEXE_DIR''E'.OLB WRK_SSLXLIB:'E'.OLB/log 83 $ COPY 'XEXE_DIR''E'.EXE WRK_SSLXLIB:'E'.EXE/log
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/ |
perf_reader.c | 87 /* we support having multiple log files concatenated into one log file */ 88 /* read through each log file */ 200 /* Log operation */ 247 /* location log */ 321 fprintf(stderr, "Incomplete log ended...\n"); 329 FILE *log = NULL; local 338 log = strcmp(argv [i], "-") ? fopen(argv [i], "rb") : stdin; 340 if (log) 348 PERF_Replay(log, &config) [all...] |
/packages/apps/Phone/src/com/android/phone/ |
ChangeIccPinScreen.java | 28 import android.util.Log; 209 if (DBG) log("change pin attempt: old=" + oldPin + 237 if (DBG) log("handleResult: success!"); 256 if (DBG) log("handleResult: pin failed!"); 261 if (DBG) log("handleResult: puk requested!"); 270 if (DBG) log("handleResult: puk2 failed!"); 303 private void log(String msg) { method in class:ChangeIccPinScreen 305 Log.d(LOG_TAG, prefix + msg);
|
PhoneInterfaceManager.java | 32 import android.util.Log; 150 if (DBG) log("CMD_END_CALL: " + (hungUp ? "hung up!" : "no call to hang up")); 159 Log.w(LOG_TAG, "MainThreadHandler: unexpected message code: " + msg.what); 210 if (DBG) log("publish: " + this); 220 if (DBG) log("dial: " + number); 240 if (DBG) log("call: " + number); 301 if (DBG) log("answerRingingCall..."); 348 if (DBG) log("silenceRinger..."); 365 if (DBG) log("silenceRingerInternal: silencing..."); 426 Log.d(LOG_TAG, "SUPPLY_PIN_COMPLETE") 634 private void log(String msg) { method in class:PhoneInterfaceManager [all...] |
BluetoothHandsfree.java | 45 import android.util.Log; 402 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange..."); 563 if (DBG) log("A2DP suspended, completing SCO"); 610 Log.e(TAG, "Signal Strength null"); 656 if (VDBG) log("updatePhoneState()"); 2353 private static void log(String msg) { method in class:BluetoothHandsfree [all...] |
/device/htc/common/updater/ |
Android.mk | 9 # knows how to recover the log stored in the cache partition when a
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
RouteSpecificPool.java | 38 import org.apache.commons.logging.Log; 52 private final Log log = LogFactory.getLog(getClass()); field in class:RouteSpecificPool 167 log.debug("I/O error closing connection", ex);
|
/external/bluetooth/glib/ |
Makefile.am | 93 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GLIB_2_20_0^^.. --stat) | fmt --split-only > $@.tmp \ 97 (test -f $@ || echo git-log is required to generate this file >> $@)); \ 100 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \ 101 echo A git checkout and git-log is required to generate this file >> $@); \
|
/external/clearsilver/python/examples/base/ |
log.py | 3 # log.py 10 DEV_REPORT = "report log" 24 log(astr) 107 def log(*args): function
|
who_calls.py | 8 from log import * 16 # log(who_calls.pretty_who_calls()) 139 log('%10d %s' % (n, c))
|
/external/e2fsprogs/tests/defaults/ |
e_script | 15 OUT=$test_name.log
|
/external/srec/srec/cfront/ |
log_tabl.c | 60 val = LOG_SCALE * log((double)2.0); 72 val = LOG_SCALE * log((double) ii); 75 log_report("log table: %d %d\n", ii, table[ii]); 86 ** Log functioin, value scaled up LOG_SCALE */
|
/external/webkit/WebKitTools/BuildSlaveSupport/ |
build-launcher-app | 56 my $gitLog = `cd $sourceDir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`; 70 my $gitLog = `cd $sourceDir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`;
|
/external/webkit/WebKitTools/Scripts/ |
webkit-patch | 44 from webkitpy.webkit_logging import log namespace 77 log("The current directory (%s) is not a WebKit checkout, using %s" % (original_cwd, webkit_directory))
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
MultipartEntity.java | 46 import org.apache.commons.logging.Log; 86 private static final Log log = LogFactory.getLog(MultipartEntity.class); field in class:MultipartEntity 210 log.error("An exception occurred while getting the length of the parts", e);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccRecords.java | 24 import android.util.Log; 127 if(DBG) log("Set MSISDN: " + msisdnTag +" " + msisdn); 238 protected abstract void log(String s); method in class:IccRecords
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaDataConnectionTracker.java | 43 import android.util.Log; 135 Log.d(LOG_TAG, "Data reconnect alarm. Previous state was " + state); 215 // Should never happen, log an error and default to a simple linear sequence. 216 Log.e(LOG_TAG, "Could not configure using DEFAULT_DATA_RETRY_CONFIG=" 243 if(DBG) Log.d(LOG_TAG, "CdmaDataConnectionTracker finalized"); 247 if (DBG) log ("setState: " + s); 314 if (DBG) log("***trySetupData due to " + (reason == null ? "(unspecified)" : reason)); 322 Log.i(LOG_TAG, "(fix?) We're on the simulator; assuming data is connected"); 345 log("trySetupData: Not ready for data: " + 374 if (DBG) log("cleanUpConnection: reason: " + reason) 1029 protected void log(String s) { method in class:CdmaDataConnectionTracker [all...] |
/packages/apps/IM/src/com/android/im/imps/ |
ImpsTransactionManager.java | 111 ImpsLog.log("Ignoring possible server transaction error " + code + info); 145 ImpsLog.log("Unhandled Server transaction: " + primitive.getType());
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessageStatusReceiver.java | 29 import android.util.Log; 75 if (Log.isLoggable(LogTag.TAG, Log.DEBUG)) { 76 log("updateMessageStatus: msgUrl=" + messageUri + ", status=" + status + 93 Log.e(LOG_TAG, "[MessageStatusReceiver] " + message); 96 private void log(String message) { method in class:MessageStatusReceiver 97 Log.d(LOG_TAG, "[MessageStatusReceiver] " + message);
|
SmsSingleRecipientSender.java | 12 import android.util.Log; 99 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 100 log("sendMessage: address=" + mDest + ", threadId=" + mThreadId + 106 private void log(String msg) { method in class:SmsSingleRecipientSender 107 Log.d(LogTag.TAG, "[SmsSingleRecipientSender] " + msg);
|
/sdk/eclipse/buildConfig/ |
build.properties | 210 # Specify the output format of the compiler log when eclipse jdt is used 211 logExtension=.log
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SIMRecords.java | 26 import android.util.Log; 179 if(DBG) Log.d(LOG_TAG, "SIMRecords finalized"); 241 if(DBG) log("Set MSISDN: " + msisdnTag +" " + msisdn); 379 Log.w(LOG_TAG, 427 Log.w(LOG_TAG, 486 Log.e(LOG_TAG, "Exception querying IMSI, Exception:" + ar.exception); 495 Log.e(LOG_TAG, "invalid IMSI " + imsi); 499 Log.d(LOG_TAG, "IMSI: " + imsi.substring(0, 6) + "xxxxxxxxx"); 509 Log.e(LOG_TAG, "SIMRecords: Corrupt IMSI!"); 531 Log.d(LOG_TAG, "EF_MBI: " 1463 protected void log(String s) { method in class:SIMRecords [all...] |
GsmDataConnectionTracker.java | 50 import android.util.Log; 174 Log.d(LOG_TAG, "GPRS reconnect alarm. Previous state was " + state); 262 // Should never happen, log an error and default to a simple linear sequence. 263 Log.e(LOG_TAG, "Could not configure using DEFAULT_DATA_RETRY_CONFIG=" 275 // Should never happen, log an error and default to a simple sequence. 276 Log.e(LOG_TAG, "Could note configure using SECONDARY_DATA_RETRY_CONFIG=" 305 if(DBG) Log.d(LOG_TAG, "GsmDataConnectionTracker finalized"); 309 if (DBG) log ("setState: " + s); 426 if (DBG) log("***trySetupData due to " + (reason == null ? "(unspecified)" : reason)); 428 Log.d(LOG_TAG, "[DSAC DEB] " + "trySetupData with mIsPsRestricted=" + mIsPsRestricted) 1528 protected void log(String s) { method in class:GsmDataConnectionTracker [all...] |
/bootable/diskinstaller/libdiskconfig/ |
diskutils.c | 28 #include <cutils/log.h>
|
write_lst.c | 25 #include <cutils/log.h>
|