/external/chromium/chrome/common/ |
metrics_helpers.h | 27 // Creates a new metrics log 74 // Returns the amount of time in seconds that this log has been in use. 116 ScopedElement(MetricsLogBase* log, const std::string& name) : log_(log) { 117 DCHECK(log); 118 log->StartElement(name.c_str()); 121 ScopedElement(MetricsLogBase* log, const char* name) : log_(log) { 122 DCHECK(log); 123 log->StartElement(name) [all...] |
/external/chromium/net/base/ |
net_log_unittest.h | 60 const CapturingNetLog::EntryList& log, 65 return LogContainsEventHelper(log, i, expected_time, true, 71 const CapturingNetLog::EntryList& log, 75 return LogContainsEventHelper(log, i, base::TimeTicks(), false, 81 const CapturingNetLog::EntryList& log, 84 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_BEGIN); 89 const CapturingNetLog::EntryList& log, 92 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END); 112 // Expect that the log contains an event, but don't care about where 132 // Expect that the log contains an event, but don't care about wher [all...] |
/external/chromium_org/net/base/ |
net_log_unittest.h | 59 const CapturingNetLog::CapturedEntryList& log, 64 return LogContainsEventHelper(log, i, expected_time, true, 70 const CapturingNetLog::CapturedEntryList& log, 74 return LogContainsEventHelper(log, i, base::TimeTicks(), false, 80 const CapturingNetLog::CapturedEntryList& log, 83 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_BEGIN); 88 const CapturingNetLog::CapturedEntryList& log, 91 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END); 110 // Check if the log contains any entry of the given type at |min_index| or 128 // Expect that the log contains an event, but don't care about wher [all...] |
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
network.cc | 10 void POCDLL_API TestNetworkListen(HANDLE log) { 12 FILE *output = handle2file.Translate(log, "w");
|
registry.cc | 53 void POCDLL_API TestRegistry(HANDLE log) { 55 FILE *output = handle2file.Translate(log, "w");
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDOMActivityLogger.cpp | 52 virtual void log(const String& apiName, int argc, const v8::Handle<v8::Value>* argv, const String& extraInfo) OVERRIDE 60 m_domActivityLogger->log(WebString(apiName), argc, argv, WebString(extraInfo), WebURL(url), WebString(title));
|
/external/chromium_org/tools/page_cycler/startup_test_common/ |
head.js | 6 console.log("PAGE_ONLOAD_EVENT" + location.hash);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/ |
director-ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
parsecvs.sh | 22 cvs $CVSOPTS log > $f
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/ |
DesignerPlugin.java | 158 * Logs given {@link IStatus} into Eclipse .log. 160 public static void log(IStatus status) { method in class:DesignerPlugin 161 getDefault().getLog().log(status); 165 * Logs {@link IStatus} with given message into Eclipse .log. 167 public static void log(String message) { method in class:DesignerPlugin 168 log(new Status(IStatus.INFO, sPluginId, IStatus.INFO, message, null)); method 172 * Logs {@link IStatus} with given exception into Eclipse .log. 174 public static void log(Throwable e) { method in class:DesignerPlugin 176 getDefault().getLog().log(status); 180 * Logs {@link IStatus} with given message and exception into Eclipse .log 182 public static void log(String message, Throwable e) { method in class:DesignerPlugin [all...] |
/external/guava/guava/src/com/google/common/io/ |
Closeables.java | 49 * {@code IOException} but merely log it. 83 logger.log(Level.WARNING, 101 logger.log(Level.SEVERE, "IOException should not have been thrown.", e);
|
Flushables.java | 44 * {@code IOException}, but merely log it. 59 logger.log(Level.WARNING, 77 logger.log(Level.SEVERE, "IOException should not have been thrown.", e);
|
/external/libexif/libexif/ |
exif-mnote-data-priv.h | 30 #include <libexif/exif-log.h> 67 ExifLog *log; member in struct:_ExifMnoteData
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 26 log() { function 50 log "HEAD doesn't have a Change-Id, unable to generate a new commit" 70 log "Modified commit message:" 85 git log -1 --format=%B > "$ORIG_COMMIT_MSG" 107 log "Install astyle v1.24 or newer" 112 log "Working tree is dirty, commit your changes first" 154 log "Formatting changes applied, verify and commit." 155 log "See also: http://www.webmproject.org/code/contribute/conventions/"
|
/external/openssh/ |
survey.sh.in | 33 configinv=`$AWK '/^ \\\$.*configure/' config.log | sed 's/^ \\\$ //g'`
|
/external/valgrind/main/gdbserver_tests/ |
mcinfcallRU.stderr.exp | 4 Reset valgrind output to log (orderly_finish)
|
/frameworks/base/services/common_time/ |
utils.h | 53 // Send a log message to logcat as well as storing it in the ring buffer. 54 void log(int prio, const char* tag, const char* fmt, ...); 56 // Add a log message the ring buffer, do not send the message to logcat. 57 void log(const char* fmt, ...); 59 // Dump the log to an fd (dumpsys style)
|
/ndk/build/tools/ |
build-mingw64-toolchain.sh | 84 log () function 254 log "Generating Tiger-compatible binaries!" 256 log "Generating Leopard-compatible binaries!" 258 log "Generating Snow Leopard-compatible binaries!" 261 log "Generating $osx_version-compatible binaries!" 267 log "Cleaning up work directory..." 271 LOG_FILE=$TEMP_DIR/build.log 283 log "Target arch: $TARGET_TAG" 284 log "Target bits: $TARGET_BITS" 307 log "Host compiler generates 32-bit code: $PROBE_CC [all...] |
build-ndk-stack.sh | 60 log "Auto-config: --build-dir=$BUILD_DIR" 69 log "Auto-config: --make=$GNUMAKE" 110 log "Cleaning up" 113 log "Done!"
|
patch-sources.sh | 62 log "No patches files in $PATCHES_DIR" 69 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
TempStorage.java | 23 import org.apache.james.mime4j.Log;
32 private static Log log = LogFactory.getLog(TempStorage.class);
field in class:TempStorage 45 log.warn("Unable to create or instantiate TempStorage class '"
|
/system/core/include/utils/ |
ProcessCallStack.h | 21 #include <android/log.h> 44 // Print all stack traces to the log using the supplied logtag. 45 void log(const char* logtag, android_LogPriority priority = ANDROID_LOG_DEBUG,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTrackerBase.java | 320 if (DBG) log("onReceive: action=" + action); 332 if (DBG) log("Reconnect alarm. Previous state was " + mState); 335 if (DBG) log("Restart trySetup alarm"); 345 if (DBG) log("NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=" + mIsWifiConnected); 355 if (DBG) log("WIFI_STATE_CHANGED_ACTION: enabled=" + enabled 475 log("onActionIntentReconnectAlarm: mState=" + mState + " reason=" + reason + 484 log("onActionIntentReconnectAlarm: apnContext state=" + apnContextState); 489 log("onActionIntentReconnectAlarm: state is FAILED|IDLE, disassociate"); 498 if (DBG) log("onActionIntentReconnectAlarm: keep associated"); 511 log("onActionIntentRestartTrySetupAlarm: mState=" + mState 678 protected abstract void log(String s); method in class:DcTrackerBase [all...] |
/external/android-clat/ |
logging.c | 16 * logging.c - print a log message 20 #include <android/log.h> 26 * prints a log message to android's log buffer 27 * prio - the log message priority 40 * prints a log message to android's log buffer if CLAT_DEBUG is set 41 * prio - the log message priority
|
/external/blktrace/doc/ |
Makefile | 1 DOCTMP = blktrace.log blktrace.aux blktrace.dvi
|