HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 376 - 400 of 839) sorted by null

<<11121314151617181920>>

  /external/dropbear/libtommath/etc/
makefile 49 rm -f *.log *.o *.obj *.exe pprime tune mersenne drprime tune86 tune86l mont 2kprime pprime.dat \
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 44 log (IAppConstants.APP_VERBOSE_BUILD_ID, Project.MSG_VERBOSE); method
emmajavaTask.java 57 log (IAppConstants.APP_VERBOSE_BUILD_ID, Project.MSG_VERBOSE); method
68 log (getTaskName () + ": 'fork=\"false\"' attribute setting ignored (this task always forks)", Project.MSG_WARN);
122 log (getTaskName () + ": output file attribute ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN);
125 log (getTaskName () + ": merge attribute setting ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN);
  /external/emma/core/java12/com/vladium/logging/
Logger.java 41 * Every log message is structured as follows:
54 * PrintWriter in a single log call will be done in one atomic print() step.
71 throw new IllegalArgumentException ("invalid log level: " + level);
125 * log() or convenience logging methods directly incurs significant
177 * A convenience method to log 'msg' from an anonymous calling method
180 * @param msg log message [ignored if null]
188 * A convenience method to log 'msg' from an anonymous calling method
191 * @param msg log message [ignored if null]
199 * A convenience method to log 'msg' from an anonymous calling method
202 * @param msg log message [ignored if null
250 public final void log (final int level, final String msg, final boolean logCaller) method in class:Logger
263 public final void log (final int level, final String method, final String msg, final boolean logCaller) method in class:Logger
277 public final void log (final int level, final String msg, final Throwable throwable) method in class:Logger
292 public final void log (final int level, final String method, final String msg, final Throwable throwable) method in class:Logger
    [all...]
  /external/ppp/android/
ip-up-vpn.c 28 #include <android/log.h>
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 197 # $3: optional log prefix
205 log "$logname: $1=0"
209 log "$logname: $1=1"
523 log "Setup : Copying $1 from android/build/$OS"
526 log "Setup : Auto-generating $1"
  /external/v8/test/mjsunit/
transcendentals.js 40 assertTrue(Math.log(x) != Math.log(y));
  /external/webkit/WebCore/page/
Console.cpp 124 levelString = "LOG";
201 // In Firebug, console.debug has the same behavior as console.log. So we'll do the same.
202 log(callStack);
212 log(callStack);
215 void Console::log(ScriptCallStack* callStack) function in class:WebCore::Console
227 // The standard behavior of our console.log will print the DOM tree for nodes.
228 log(callStack);
325 // FIXME: log a console message when profiling is disabled.
  /external/webkit/WebKitTools/Scripts/webkitpy/
buildbot.py 35 from webkitpy.webkit_logging import log namespace
  /packages/apps/IM/src/com/android/im/app/
PreferenceActivity.java 27 import android.util.Log;
54 static final void log(String log) { method in class:PreferenceActivity
55 Log.d(ImApp.LOG_TAG, "<PreferenceActivity> " + log);
120 Log.w(ImApp.LOG_TAG, "No data passed to PreferenceActivity");
126 Log.w(ImApp.LOG_TAG, "Can't query data from given URI.");
149 Log.w(ImApp.LOG_TAG, "Unexpected dataChannel button ID; defaulting to HTTP");
166 Log.w(ImApp.LOG_TAG, "Unexpected cirChannel button ID; defaulting to STCP");
183 Log.w(ImApp.LOG_TAG, "Unexpected dataEncoding button ID; defaulting to WBXML")
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IDevice.java 19 import com.android.ddmlib.log.LogReceiver;
198 * Runs the event log service and outputs the event log to the {@link LogReceiver}.
199 * @param receiver the receiver to receive the event log entries.
205 * Runs the log service for the given log and outputs the log to the {@link LogReceiver}.
206 * @param logname the logname of the log to read from.
207 * @param receiver the receiver to receive the event log entries.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySync.java 17 package com.android.ddmuilib.log.event;
19 import com.android.ddmlib.log.EventContainer;
20 import com.android.ddmlib.log.EventLogParser;
21 import com.android.ddmlib.log.InvalidTypeException;
60 * @param logParser the current log parser.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParser.java 205 AdtPlugin.log(e, "Problem loading class %1$s or %2$s", //$NON-NLS-1$
208 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$
210 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$
212 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$
  /sdk/eclipse/scripts/
build_plugins.sh 205 for i in "$CONFIG_DIR"/*.log; do
  /system/core/libsysutils/src/
NetlinkEvent.cpp 20 #include <cutils/log.h>
  /system/core/nexus/
DhcpListener.cpp 23 #include <cutils/log.h>
DhcpState.cpp 20 #include <cutils/log.h>
ScanResult.cpp 21 #include <cutils/log.h>
SupplicantStatus.cpp 21 #include <cutils/log.h>
TiwlanWifiController.cpp 27 #include <cutils/log.h>
  /system/netd/
NatController.cpp 26 #include <cutils/log.h>
  /external/clearsilver/python/examples/base/
odb_test.py 14 def TEST(output=log):
73 def TEST_DATABASE(rdb,db,output=log,is_mysql=1):
148 log(repr(b_row))
  /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")
89 virtual void log( const UnicodeString &message );
114 void log(const char *fmt, ...);
  /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):

Completed in 814 milliseconds

<<11121314151617181920>>