HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 751 - 775 of 1490) sorted by null

<<31323334353637383940>>

  /prebuilt/android-arm/kernel/
rebuild.sh 50 # Send a message to the log. Does nothing if --verbose is not used
51 log () function
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86Privstr.h 65 } Log;
172 Log log; member in struct:__anon21311
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbBackend.java 36 private static Logger LOG = Logger.getLogger(AdbBackend.class.getCanonicalName());
115 LOG.log(Level.SEVERE, "Error sleeping", e);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 17 package com.android.ddmlib.log;
20 import com.android.ddmlib.Log;
22 import com.android.ddmlib.log.EventContainer.EventValueType;
23 import com.android.ddmlib.log.EventValueDescription.ValueType;
24 import com.android.ddmlib.log.LogReceiver.LogEntry;
43 * Parser for the "event" log.
48 private final static String EVENT_TAG_MAP_FILE = "/system/etc/event-log-tags"; //$NON-NLS-1$
51 * Event log entry types. These must match up with the declarations in
80 * This methods reads the event-log-tags located on the device to find out
81 * what tags are being written to the event log and what their format is
    [all...]
LogReceiver.java 17 package com.android.ddmlib.log;
25 * Receiver able to provide low level parsing for device-side log services.
32 * Represents a log entry and its raw data.
54 * with {@link LogEntry} objects coming from log service through a {@link LogReceiver}.
57 * <li>{@link #newEntry(com.android.ddmlib.log.LogReceiver.LogEntry)} provides a
58 * first level of parsing, extracting {@link LogEntry} objects out of the log service output.</li>
60 * coming directly from the log service.</li>
66 * @param entry the new log entry.
71 * Sent when new raw data is coming from the log service.
97 * The {@link ILogListener} will receive new log entries as they are parsed, in the form
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
OccurrenceRenderer.java 17 package com.android.ddmuilib.log.event;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 129 AdtPlugin.log(e, "Could not find a valid junit.jar");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 74 // log the error
75 AdtPlugin.log(e, "Unable to get nature of project '%s'.", project.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidTypeRenameChange.java 115 RefactoringUtil.log(e);
  /sdk/eclipse/scripts/
build_plugins.sh 226 for i in "$CONFIG_DIR"/*.log; do
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AdbWrapper.java 57 mMonitor.log(format, args);
  /system/core/libcutils/
qtaguid.c 23 #include <cutils/log.h>
  /system/core/libsysutils/src/
FrameworkListener.cpp 22 #include <cutils/log.h>
SocketClient.cpp 9 #include <cutils/log.h>
  /system/core/nexus/
Controller.cpp 30 #include <cutils/log.h>
DhcpClient.cpp 25 #include <cutils/log.h>
InterfaceConfig.cpp 21 #include <cutils/log.h>
SupplicantEventFactory.cpp 20 #include <cutils/log.h>
SupplicantListener.cpp 22 #include <cutils/log.h>
  /system/netd/
NatController.cpp 28 #include <cutils/log.h>
NetlinkManager.cpp 31 #include <cutils/log.h>
PppController.cpp 33 #include <cutils/log.h>
ThrottleController.cpp 32 #include <cutils/log.h>
  /system/vold/
Fat.cpp 38 #include <cutils/log.h>
  /external/icu4c/test/intltest/
msfmrgts.cpp 340 log("Compares to null is always false, returned : ");
492 log(" parsedObjects: ");
494 log("{");
500 // log("null");
502 log(",");
504 log("}") ;
507 log("null");
537 log("format(null) : ");
541 /*log("format({}) : ");
544 log("format({null}) :")
    [all...]

Completed in 657 milliseconds

<<31323334353637383940>>