Searched defs:Logging (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/media/cast/
H A Dcast_environment.h59 // 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(); } function in class:media::cast::CastEnvironment
/external/clang/tools/libclang/
H A DARCMigrate.cpp38 bool Logging = ::getenv("LIBCLANG_LOGGING"); local
41 if (Logging)
49 if (Logging) {
63 if (Logging) {
78 bool Logging = ::getenv("LIBCLANG_LOGGING"); local
83 if (Logging)
90 if (Logging)
105 if (Logging) {
/external/chromium_org/ipc/
H A Dipc_logging.cc40 LogFunctionMap* Logging::log_function_map_;
42 Logging::Logging() function in class:IPC::Logging
75 Logging::~Logging() {
78 Logging* Logging::GetInstance() {
79 return Singleton<Logging>::get();
82 void Logging::SetConsumer(Consumer* consumer) {
86 void Logging
[all...]
H A Dipc_logging.h20 // Logging function. |name| is a string in ASCII and |params| is a string in
36 class IPC_EXPORT Logging { class in namespace:IPC
49 ~Logging();
50 static Logging* GetInstance();
102 friend struct DefaultSingletonTraits<Logging>;
103 Logging();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DLogging.java33 public class Logging { class
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc27 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
108 Logging::Logging() function in class:webrtc::testing::bwe::Logging
[all...]
H A Dbwe_test_logging.h67 // 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 \
132 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
137 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
142 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
147 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
153 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
161 webrtc::testing::bwe::Logging
171 class Logging { class in namespace:webrtc::testing::bwe
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py82 class Logging: class in inherits:
90 logging = Logging()
148 # " -v,--verbosity: Logging verbosity"
159 # " -v,--verbosity: Logging verbosity"
166 # " -v,--verbosity: Logging verbosity"
/external/chromium_org/third_party/python_gflags/
H A Dgflags2man.py82 class Logging: class in inherits:
90 logging = Logging()
148 # " -v,--verbosity: Logging verbosity"
159 # " -v,--verbosity: Logging verbosity"
166 # " -v,--verbosity: Logging verbosity"

Completed in 1754 milliseconds