HomeSort by relevance Sort by last modified time
    Searched defs:Logging (Results 1 - 17 of 17) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 21 public class Logging {
25 * Set this to 'true' to enable as much Email logging as possible.
30 * If this is enabled then logging that normally hides sensitive information
36 * If true, logging regarding UI (such as activity/fragment lifecycle) will be enabled.
  /external/clang/tools/libclang/
ARCMigrate.cpp 38 bool Logging = ::getenv("LIBCLANG_LOGGING");
41 if (Logging)
49 if (Logging) {
63 if (Logging) {
78 bool Logging = ::getenv("LIBCLANG_LOGGING");
83 if (Logging)
90 if (Logging)
105 if (Logging) {
  /external/chromium_org/ipc/
ipc_logging.cc 15 #include "base/logging.h"
40 LogFunctionMap* Logging::log_function_map_;
42 Logging::Logging()
75 Logging::~Logging() {
78 Logging* Logging::GetInstance() {
79 return Singleton<Logging>::get();
82 void Logging::SetConsumer(Consumer* consumer)
    [all...]
ipc_logging.h 20 // Logging function. |name| is a string in ASCII and |params| is a string in
36 class IPC_EXPORT Logging {
49 ~Logging();
50 static Logging* GetInstance();
61 // logging data to the browser process.
64 // Called in the browser process when logging data from a child process is
102 friend struct DefaultSingletonTraits<Logging>;
103 Logging();
  /external/chromium_org/media/cast/
cast_environment.h 14 #include "media/cast/logging/logging_defines.h"
15 #include "media/cast/logging/logging_impl.h"
59 // Logging is not thread safe. Its methods should always be called from the
61 // TODO(hubbe): Logging should be a thread-safe interface.
62 LoggingImpl* Logging() const { return logging_.get(); }
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 27 Logging Logging::g_Logging;
40 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) {
41 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled);
44 Logging::Context::Context(const std::string& name, int64_t timestamp_ms,
46 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
49 Logging::Context::Context(const char* name, int64_t timestamp_ms,
51 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
54 Logging::Context::~Context() {
55 Logging::GetInstance()->PopState()
    [all...]
bwe_test_logging.h 14 // To enable BWE logging, run this command from trunk/ :
21 // BWE logging allows you to insert dynamically named log/plot points in the
54 // Set a thread-global base logging context. This name will be prepended to all
59 // Thread-globally allow/disallow logging.
63 // Insert a (hierarchical) logging context.
67 // Allow/disallow logging down the call tree from this point. Logging must be
107 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
112 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
117 webrtc::testing::bwe::Logging::Context
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
Logging.java 32 /** Java wrapper for WebRTC & libjingle logging. */
33 public class Logging {
62 // Keep in sync with talk/base/logging.h:LoggingSeverity.
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 82 class Logging:
83 """A super-simple logging class"""
90 logging = Logging() variable
145 # "goopy.logging:"
148 # " -v,--verbosity: Logging verbosity"
159 # " -v,--verbosity: Logging verbosity"
166 # " -v,--verbosity: Logging verbosity"
193 logging.error('Could not locate "%s"' % self.long_name)
199 logging.info('Running: %s %s </dev/null 2>&1
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 82 class Logging:
83 """A super-simple logging class"""
90 logging = Logging() variable
145 # "goopy.logging:"
148 # " -v,--verbosity: Logging verbosity"
159 # " -v,--verbosity: Logging verbosity"
166 # " -v,--verbosity: Logging verbosity"
193 logging.error('Could not locate "%s"' % self.long_name)
199 logging.info('Running: %s %s </dev/null 2>&1
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 

Completed in 867 milliseconds