/system/core/nexus/ |
DhcpEvent.cpp | 20 #include <cutils/log.h>
|
OpenVpnController.cpp | 22 #include <cutils/log.h>
|
SupplicantAssociatingEvent.cpp | 20 #include <cutils/log.h>
|
SupplicantState.cpp | 20 #include <cutils/log.h>
|
TiwlanEventListener.cpp | 24 #include <cutils/log.h>
|
/system/netd/ |
UsbController.cpp | 26 #include <cutils/log.h>
|
/external/bzip2/ |
xmlproc.sh | 93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out 103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
|
/external/jdiff/src/jdiff/ |
JDiffAntTask.java | 32 project.log(" JDiff home: " + jdiffHome, Project.MSG_INFO); 44 project.log(" Report location: " + getDestdir() + DIR_SEP 58 project.log("Older version: " + oldProject.getName(), 60 project.log("Included directories for older version:", 66 project.log(" " + files[i], Project.MSG_INFO); 70 project.log("Newer version: " + newProject.getName(), 72 project.log("Included directories for newer version:", 77 project.log(" " + files[i], Project.MSG_INFO); 92 project.log(" Report location: " + getDestdir() + DIR_SEP 207 project.log("Configured to use existing Javadoc located in " + [all...] |
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_math.inl | 21 return (double) log(value);
|
/external/webkit/WebCore/page/ |
Console.idl | 41 [CustomArgumentHandling] void log();
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
statusserver.py | 30 from webkitpy.webkit_logging import log namespace 86 log(status)
|
webkit_logging.py | 36 def log(string): function 40 log("ERROR: %s" % string)
|
/ndk/build/tools/ |
build-gdbserver.sh | 75 log "Using source directory: $SRC_DIR" 89 log "Using NDK directory: $NDK_DIR"
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
EventValueDescription.java | 17 package com.android.ddmlib.log; 19 import com.android.ddmlib.log.EventContainer.EventValueType;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
GlobalProjectMonitor.java | 196 AdtPlugin.log(t,"Failed to call IFileListener.fileChanged"); 210 AdtPlugin.log(t,"Failed to call IFileListener.folderChanged"); 228 AdtPlugin.log(t,"Failed to call IProjectListener.projectOpened"); 237 AdtPlugin.log(t,"Failed to call IProjectListener.projectClosed"); 249 AdtPlugin.log(t,"Failed to call IProjectListener.projectRenamed"); 408 AdtPlugin.log(t,"Failed to call IResourceEventListener.resourceChangeEventStart"); 423 AdtPlugin.log(t,"Failed to call IProjectListener.projectDeleted"); 442 AdtPlugin.log(t,"Failed to call IResourceEventListener.resourceChangeEventEnd");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDeviceManager.java | 85 AdtPlugin.log(ex, "Error validating %1$s", mSourceLocation); 93 AdtPlugin.log(ex, "Error validating %1$s", mSourceLocation); 260 AdtPlugin.log(e, "Unable to find user directory"); 281 AdtPlugin.log(e, "Unable to find user directory"); 321 AdtPlugin.log(e, "Error parsing %1$s", deviceXml.getAbsoluteFile()); 325 AdtPlugin.log(e, "Error reading %1$s", deviceXml.getAbsoluteFile()); 327 AdtPlugin.log(e, "Error parsing %1$s", deviceXml.getAbsoluteFile()); 393 AdtPlugin.log(e, "Failed to write %s", deviceXml.getAbsolutePath());
|
/device/htc/common/updater/ |
bootloader.c | 197 // send a copy of the log through to the next invocation of 198 // recovery. We write the log as late as possible in order to 202 LOGE("Can't write log block to %s\n(%s)\n", 273 LOGE("writing log\n"); 283 char* log = malloc(erase_size); local 286 // beginning of the log, but that's okay because we want 289 memcpy(log, LOG_MAGIC, LOG_MAGIC_SIZE); 290 size_t read = fread(log+sizeof(size_t)+LOG_MAGIC_SIZE, 292 LOGI("read %d bytes from log\n", (int)read); 293 *(size_t *)(log + LOG_MAGIC_SIZE) = read [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
RuimRecords.java | 23 import android.util.Log; 106 if(DBG) Log.d(LOG_TAG, "RuimRecords finalized"); 142 Log.e(LOG_TAG, "method setVoiceMailNumber is not implemented"); 200 Log.d(LOG_TAG, "Event EVENT_GET_DEVICE_IDENTITY_DONE Received"); 216 Log.d(LOG_TAG, "MDN: " + mMyMobileNumber + " MIN: " + mMin2Min1); 232 Log.d(LOG_TAG, "iccid: " + iccid); 239 Log.i(LOG_TAG, "RuimRecords update failed", ar.exception); 247 Log.w(LOG_TAG, "Event not supported: " + msg.what); 252 Log.d(LOG_TAG, "Event EVENT_GET_SST_DONE Received"); 265 Log.w(LOG_TAG, "Exception parsing RUIM record", exc) 389 protected void log(String s) { method in class:RuimRecords [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdSelector.java | 893 // log for this action. 894 ISdkLog log = mSdkLog local 929 ISdkLog log = mSdkLog; local 963 ISdkLog log = mSdkLog; local [all...] |
/external/bluetooth/glib/gio/tests/ |
live-g-file.c | 108 #define log(...) if (verbose) g_print (__VA_ARGS__) macro 110 #define log(msg...) if (verbose) g_print (msg) macro 112 static void log (const g_char *format, ...) function 188 log ("\n Going to create testing structure in '%s'...\n", 211 log (" Creating file '%s'...\n", item.filename); 215 log (" Creating directory '%s'...\n", item.filename); 219 log (" Creating symlink '%s' --> '%s'...\n", item.filename, 244 log (" Creating pattern file..."); 268 log (" done.\n"); 397 log ("\n Testing sample structure in '%s'...\n", (char *) test_data) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmCallTracker.java | 30 import android.util.Log; 113 Log.e(LOG_TAG, "unexpected error on hangup during dispose"); 120 Log.e(LOG_TAG, "unexpected error on hangup during dispose"); 127 Log.d(LOG_TAG, "GsmCallTracker finalized"); 238 Log.i("phone", "acceptCall: incoming..."); 349 if (DBG_POLL) log("obtainCompleteMessage: pendingOperations=" + 359 if (DBG_POLL) log("operationComplete: pendingOperations=" + 367 Log.e(LOG_TAG,"GsmCallTracker.pendingOperations < 0"); 437 if (DBG_POLL) log("poll: conn[i=" + i + "]=" + 444 if (DBG_POLL) log("poll: pendingMO=" + pendingMO) 911 protected void log(String msg) { method in class:GsmCallTracker [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventLogPanel.java | 17 package com.android.ddmuilib.log.event; 21 import com.android.ddmlib.Log; 22 import com.android.ddmlib.Log.LogLevel; 23 import com.android.ddmlib.log.EventContainer; 24 import com.android.ddmlib.log.EventLogParser; 25 import com.android.ddmlib.log.LogReceiver; 26 import com.android.ddmlib.log.LogReceiver.ILogListener; 27 import com.android.ddmlib.log.LogReceiver.LogEntry; 34 import com.android.ddmuilib.log.event.EventDisplay.ILogColumnListener; 65 * Event log viewe 285 String[] log = importer.getLog(); local 302 String[] log = importer.getLog(); local [all...] |
/development/samples/BrowserPlugin/jni/audio/ |
AudioPlugin.cpp | 102 gLogI.log(kDebug_ANPLogType, "--- path %s FILE %p", path, f); 126 gLogI.log(kError_ANPLogType, "fopen error"); 129 gLogI.log(kDebug_ANPLogType, "File Size: %d", fileStatus.st_size); 132 gLogI.log(kError_ANPLogType, "fstat error"); 172 gLogI.log(kError_ANPLogType, "Error selecting input events."); 209 gLogI.log(kError_ANPLogType, "Drawing"); 335 gLogI.log(kError_ANPLogType, "---- %p unable to create track", 347 gLogI.log(kDebug_ANPLogType, "---- %p starting track (%d)", 356 gLogI.log(kDebug_ANPLogType, "---- %p pausing track (%d)", 365 gLogI.log(kDebug_ANPLogType, "---- %p stopping track (%d)" [all...] |
/frameworks/base/opengl/java/android/opengl/ |
EGLLogWrapper.java | 38 public EGLLogWrapper(EGL egl, int configFlags, Writer log) { 40 mLog = log; 371 log(message + '\n'); 374 private void log(String message) { method in class:EGLLogWrapper 383 log(name + '('); 389 log(", "); 392 log(name + "="); 394 log(value); 398 log(");\n"); 445 log(" returns " + result + ";\n") [all...] |
/external/v8/tools/ |
logreader.js | 29 * @fileoverview Log Reader is used to process log file produced by V8. 38 * Base class for processing log files. 41 * log records. 141 * Processes a portion of V8 profiler event log. 143 * @param {string} chunk A portion of log. 151 * Processes a line of V8 profiler event log. 153 * @param {string} line A line of log. 199 * Does a dispatch of a log record. 201 * @param {Array.<string>} fields Log record [all...] |