/external/chromium/chrome/common/deprecated/ |
event_sys_unittest.cc | 123 std::stringstream log; local 124 EventLogger logger(&log); 136 ASSERT_EQ(log.str(), golden_result);
|
/external/emma/core/java12/com/vladium/emma/data/ |
MetaData.java | 137 final Logger log = Logger.getLogger (); local 139 if (log.atINFO ()) 145 log.info ("package [" + packageVMName + "] contains classes [" + cls.getName () + "] without full debug info");
|
/external/icu4c/test/intltest/ |
intltest.h | 21 // avoid collision with math.h/log() 23 #pragma map(IntlTest::log( const UnicodeString &message ),"logos390") 121 virtual void log( const UnicodeString &message ); 146 void log(const char *fmt, ...);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
ServerLog.java | 53 * Log file wrapper class. Log messages into the message trace file and also write the log into 70 * Name of the log file in which the trace is written out (default is null) 75 * Print writer that is used to write out the log file. 80 * Set auxililary information to log with this trace. 93 // Debug log file. Whatever gets logged by us also makes its way into debug log. 112 // the log4j effective log level. 182 // Dont create a log file if tracing i 326 LogRecord log = this.sipStack.logRecordFactory.createLogRecord(message, from, to, time, local [all...] |
/external/protobuf/python/ |
ez_setup.py | 136 from distutils import log namespace 138 log.warn(""" 154 log.warn("Downloading %s", url)
|
/external/protobuf/src/google/protobuf/ |
wire_format_unittest.cc | 808 ScopedMemoryLog log; local 810 errors = log.GetMessages(ERROR); 831 ScopedMemoryLog log; local 833 errors = log.GetMessages(ERROR); 852 ScopedMemoryLog log; local 854 errors = log.GetMessages(ERROR); 866 ScopedMemoryLog log; local 868 errors = log.GetMessages(ERROR); 880 ScopedMemoryLog log; local 882 errors = log.GetMessages(ERROR) 894 ScopedMemoryLog log; local [all...] |
/external/skia/src/animator/ |
SkDisplayMath.cpp | 63 SK_FUNCTION(log), 94 (SkFunctionParamType) SkType_Float, // log 135 SK_MEMBER_FUNCTION(log, Float), 188 case SK_FUNCTION(log):
|
/external/stlport/src/ |
complex_trig.cpp | 52 static const float float_limit = ::log(FLT_MAX); 53 static const double double_limit = ::log(DBL_MAX); 59 static const long double ldouble_limit = ::log(LDBL_MAX);
|
/external/webkit/Source/WebKit/wx/bindings/python/samples/ |
simple.py | 31 def __init__(self, parent, log, frame=None): 37 self.log = log
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
statusserver.py | 32 from webkitpy.common.system.deprecated_logging import log namespace 148 log(status) 152 log("SVN revision: %s broke %s" % (svn_revision_number, broken_bot))
|
/frameworks/base/tests/BrowserTestPlugin/jni/ |
main.cpp | 137 gLogI.log(kDebug_ANPLogType, "creating plugin"); 158 gLogI.log(kError_ANPLogType, "request model %d err %d", model, err); 226 gLogI.log(kError_ANPLogType, "the sub-plugin is null.");
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLogManagerTest.java | 51 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log"); 95 Logger log = new MockLogger(FOO, null); local 98 assertTrue("logger wasn't registered successfully", mockManager.addLogger(log)); 100 assertSame("two loggers not refer to the same object", foo, log);
|
/ndk/build/tools/ |
build-gcc.sh | 64 setup_default_log_file $BUILD_OUT/config.log 84 log "Using source directory: $SRC_DIR" 101 log "Using NDK directory: $NDK_DIR"
|
/ndk/sources/cxx-stl/stlport/src/ |
complex_trig.cpp | 52 static const float float_limit = ::log(FLT_MAX); 53 static const double double_limit = ::log(DBL_MAX); 59 static const long double ldouble_limit = ::log(LDBL_MAX);
|
/packages/apps/Exchange/src/com/android/exchange/ |
AbstractSyncService.java | 30 import android.util.Log; 206 Log.e(TAG, str, e); 208 Log.e(TAG, str + e); 211 FileLogger.log(e); 217 * If user logging is active, we concatenate any arguments and log them using Log.d 218 * We also check for file logging, and log appropriately 219 * @param strings strings to concatenate and log 233 Log.d(TAG, logText); 235 FileLogger.log(TAG, logText) [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
spellingtable.cpp | 258 max_score = log(max_score); 259 min_score = log(min_score); 262 printf("-----max log value: %f, min log value: %f\n", 266 // both of them are negative after log function. 271 double score = log(raw_spellings_[pos].freq) * score_amplifier_;
|
/sdk/chimpchat/src/com/android/chimpchat/ |
ChimpManager.java | 49 private static Logger LOG = Logger.getLogger(ChimpManager.class.getName()); 182 LOG.info("Monkey Command: " + command + "."); 246 LOG.log(Level.SEVERE, "Unable to close monkeySocket", e); 251 LOG.log(Level.SEVERE, "Unable to close monkeyReader", e); 256 LOG.log(Level.SEVERE, "Unable to close monkeyWriter", e);
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
ChimpImageBase.java | 36 private static Logger LOG = Logger.getLogger(ChimpImageBase.class.getCanonicalName()); 200 LOG.log(Level.WARNING, "Cannot decode file %s", path); 205 LOG.log(Level.WARNING, "Exception trying to decode image", e); 209 LOG.log(Level.WARNING, "Cannot read file %s", path);
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
GcEventContainer.java | 17 package com.android.ddmlib.log; 19 import com.android.ddmlib.log.EventValueDescription.ValueType; 20 import com.android.ddmlib.log.LogReceiver.LogEntry; 26 * The array of {@link EventValueDescription}s parsed from the "event-log-tags" file must
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
AbstractPropertiesFieldsPart.java | 190 // TODO log it 191 AdtPlugin.log(e, "Failed to replace in export.properties"); 227 // TODO log it 228 AdtPlugin.log(e, "Failed to append to export.properties: %s", line); 300 // TODO log it 301 AdtPlugin.log(e, "Failed to set field to export.properties value");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
CompiledResourcesMonitor.java | 90 AdtPlugin.log(IStatus.ERROR, 172 AdtPlugin.log(IStatus.ERROR, 216 // Log this error with the class name we're trying to load and abort. 217 AdtPlugin.log(e, "loadAndParseRClass failed to find class %1$s", className); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
SampleProjectTest.java | 97 sLogger.log(Level.INFO, String.format("Testing sample %s for target %s", name, 124 sLogger.log(Level.SEVERE, 226 sLogger.log(Level.SEVERE, "expected build event never happened?");
|
/external/v8/test/mjsunit/ |
regexp.js | 535 var log; 539 log.push("li"); 545 log.push("ts"); 552 log = []; 556 assertEquals(["ts", "li"], log); 559 log = []; 563 assertEquals(["ts", "li"], log); 566 log = []; 570 assertEquals(["ts", "li"], log); 574 log = [] [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
main.js | 170 // Inform observers a log file is not currently being displayed. 173 // Tell the browser that we are ready to start receiving log events. 226 // Next unique id to be assigned to a log entry without a source. 230 // True when viewing a log file rather than actively logged events. 231 // When viewing a log file, all tabs are hidden except the event view, 393 // Does nothing if viewing a log file. 477 // captured log entries before the passively logged entries are received. 565 console.log('Unable to parse log line: ' + lines[i]); 569 window.alert('Loading log file failed.') [all...] |
/development/samples/BrowserPlugin/jni/form/ |
FormPlugin.cpp | 103 gLogI.log(kError_ANPLogType, "Error selecting input events."); 218 gLogI.log(kDebug_ANPLogType, "----%p Loosing Focus", instance); 233 gLogI.log(kDebug_ANPLogType, "----%p Gaining Focus", instance); 303 gLogI.log(kDebug_ANPLogType, "----%p Recvd Nav Key %d", instance, keyCode); 353 gLogI.log(kDebug_ANPLogType, "----%p Text: %c", instance, unichar);
|