Searched
full:logging (Results
251 -
275 of
3268) sorted by null
<<11121314151617181920>>
/prebuilts/tools/common/http-client/ |
Android.mk | 23 commons-logging-1.1.1$(COMMON_JAVA_PACKAGE_SUFFIX) \
|
/system/core/ |
README | 17 - pppd depends on libutils for logging
|
/system/core/adb/ |
mutex_list.h | 17 // Sadly logging to /data/adb/adb-... is not thread safe.
|
/system/core/logwrapper/include/logwrap/ |
logwrap.h | 26 * Run a command while logging its stdout and stderr 69 /* Similar to above, except abbreviated logging is not available, and if logwrap 70 * is true, logging is to the Android system log, and if false, there is no 71 * logging.
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogRecordTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 23 import java.util.logging.Handler; 24 import java.util.logging.Level; 25 import java.util.logging.LogRecord; 26 import java.util.logging.Logger; 78 lr.setResourceBundleName("bundles/java/util/logging/res"); 83 .getBundle("bundles/java/util/logging/res"); 329 lr.setResourceBundleName("bundles/java/util/logging/res2"); 331 "bundles/java/util/logging/res", Locale.US)) [all...] |
/external/chromium/chrome/browser/ui/views/ |
about_ipc_dialog.h | 31 public IPC::Logging::Consumer, 55 // IPC::Logging::Consumer implementation.
|
/external/chromium/googleurl/build/ |
base.vcproj | 129 RelativePath="..\base\logging.cc" 133 RelativePath="..\base\logging.h"
|
/external/chromium/net/tools/flip_server/ |
flip_config.h | 14 #include "base/logging.h" 89 enum logging::LoggingDestination log_destination_;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socketpool.cc | 31 #include "talk/base/logging.h" 275 LoggingAdapter* logging = recycle_bin_.front(); local 277 logging->set_label(ss.str()); 278 logging->Attach(stream); 279 return logging; 285 LoggingAdapter* logging = static_cast<LoggingAdapter*>(stream); local 286 pool_->ReturnConnectedStream(logging->Detach()); 287 recycle_bin_.push_back(logging);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
UncaughtExceptionHandlers.java | 19 import static java.util.logging.Level.SEVERE; 24 import java.util.logging.Logger;
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
SloppyTearDown.java | 22 import java.util.logging.Level; 23 import java.util.logging.Logger;
|
TearDownStack.java | 25 import java.util.logging.Level; 26 import java.util.logging.Logger;
|
TestLogHandler.java | 24 import java.util.logging.Handler; 25 import java.util.logging.LogRecord;
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
RecordReaper.java | 8 import java.util.logging.Level; 9 import java.util.logging.Logger;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderFactory.java | 3 import java.util.logging.Level;
4 import java.util.logging.Logger;
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
PlaneCollisionShape.java | 15 import java.util.logging.Level; 16 import java.util.logging.Logger;
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
OverrideLog.cpp | 21 * Override the ALOGD(), ALOGE(), and other logging macros from 38 ** Description: Initialize and get global logging level from
|
/external/libnfc-nci/src/adaptation/ |
OverrideLog.cpp | 21 * Override the ALOGD(), ALOGE(), and other logging macros from 35 ** Description: Initialize and get global logging level from .conf or
|
/external/libusb-compat/ |
config.h.in | 6 /* Debug message logging */ 9 /* Message logging */
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/ |
AbstractDescriptorBox.java | 25 import java.util.logging.Level; 26 import java.util.logging.Logger;
|
/external/skia/bench/ |
SkBenchLogger.h | 18 * Class that allows logging to a file while simultaneously logging to stdout/stderr.
|
/external/webkit/Source/WebCore/platform/efl/ |
LoggingEfl.cpp | 24 #include "Logging.h" 59 // To disable logging notImplemented set the DISABLE_NI_WARNING
|
/external/webkit/Source/WebCore/platform/haiku/ |
LoggingHaiku.cpp | 27 #include "Logging.h" 34 // FIXME: Should read the logging channels from a file.
|
/external/webkit/Source/WebKit/gtk/docs/ |
webkitenvironment.xml | 17 <title>Logging</title> 24 logging is only done in debug builds (that you get when you pass
|
/external/webkit/Source/WebKit2/Platform/mac/ |
Logging.mac.mm | 27 #include "Logging.h" 42 NSLog(@"unable to parse hex value for %s (%@), logging is off", channel->defaultName, logLevelString);
|
Completed in 733 milliseconds
<<11121314151617181920>>