HomeSort by relevance Sort by last modified time
    Searched refs:sev (Results 1 - 16 of 16) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
common.h 34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
35 #define LOG_JV(sev, obj) LOG_V(sev) << "Jingle:" << obj->ToString() << ": "
port.cc 825 talk_base::LoggingSeverity sev = (write_state_ == STATE_WRITABLE) ? local
834 LOG_JV(sev, this) << "Timing-out STUN ping " << request->id()
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 38 // LOG(sev) logs the given stream at severity "sev", which must be a
41 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
43 // LOG_F(sev) Like LOG(), but includes the name of the current function.
44 // LOG_GLE(M)(sev [, mod]) attempt to add a string description of the
47 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
50 // LOG_ERR(sev) is an alias for the platform's normal error system, i.e. _GLE on
54 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
56 // LOG_CHECK_LEVEL(sev) (and LOG_CHECK_LEVEL_V(sev)) can be used as a tes
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 38 // LOG(sev) logs the given stream at severity "sev", which must be a
41 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
43 // LOG_F(sev) Like LOG(), but includes the name of the current function.
44 // LOG_GLE(M)(sev [, mod]) attempt to add a string description of the
47 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
50 // LOG_ERR(sev) is an alias for the platform's normal error system, i.e. _GLE on
54 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
56 // LOG_CHECK_LEVEL(sev) (and LOG_CHECK_LEVEL_V(sev)) can be used as a tes
    [all...]
logging.cc 122 LogMessage::LogMessage(const char* file, int line, LoggingSeverity sev,
124 : severity_(sev) {
143 print_stream_ << Describe(sev) << "(" << DescribeFile(file)
245 int sev = NO_LOGGING; local
248 sev = _min(sev, it->second);
251 return sev;
371 const char* LogMessage::Describe(LoggingSeverity sev) {
372 switch (sev) {
autodetectproxy.cc 113 LoggingSeverity sev = (proxy_.type == PROXY_UNKNOWN) ? LS_ERROR : LS_INFO; local
114 LOG_V(sev) << "AutoDetectProxy detected " << proxy_.address.ToString()
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
directx.h 22 #define MAKE_HRESULT(sev,fac,code) \
23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
directx.h 22 #define MAKE_HRESULT(sev,fac,code) \
23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
  /external/libvpx/nestegg/test/
test.c 44 char const * sev = NULL; local
53 sev = "debug: ";
56 sev = "warning: ";
59 sev = "critical:";
62 sev = "unknown: ";
65 fprintf(stderr, "%p %s ", (void *) ctx, sev);
  /external/strace/
time.c 774 } sev; local
776 if (umove(tcp, arg, &sev) < 0)
779 tprintf("{%#x, ", sev.sigev_value);
780 if (sev.sigev_notify == SIGEV_SIGNAL)
781 tprintf("%s, ", signame(sev.sigev_signo));
783 tprintf("%u, ", sev.sigev_signo);
784 printxval(sigev_value, sev.sigev_notify + 1, "SIGEV_???");
786 if (sev.sigev_notify == SIGEV_THREAD_ID)
787 tprintf("{%d}", sev.un.tid);
788 else if (sev.sigev_notify == SIGEV_THREAD
802 struct sigevent sev; local
    [all...]
  /build/tools/
warn.py 21 def colorforseverity(sev):
22 if sev == severity.FIXMENOW:
24 if sev == severity.HIGH:
26 if sev == severity.MEDIUM:
28 if sev == severity.LOW:
30 if sev == severity.HARMLESS:
32 if sev == severity.UNKNOWN:
492 def dumpseverity(sev):
494 if i['severity'] == sev:
    [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 539 milliseconds