HomeSort by relevance Sort by last modified time
    Searched full:sev (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/webrtc/webrtc/base/
logging.h 21 // LOG(sev) logs the given stream at severity "sev", which must be a
24 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
26 // LOG_F(sev) Like LOG(), but includes the name of the current function.
27 // LOG_T(sev) Like LOG(), but includes the this pointer.
28 // LOG_T_F(sev) Like LOG_F(), but includes the this pointer.
29 // LOG_GLE(M)(sev [, mod]) attempt to add a string description of the
32 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
35 // LOG_ERR(sev) is an alias for the platform's normal error system, i.e. _GLE o
    [all...]
profiler.h 57 // Reports current timings to the log at severity |sev|.
58 #define PROFILE_DUMP_ALL(sev) \
59 rtc::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev)
61 // to the log at severity |sev|. Using a unique event name as |prefix| will
63 #define PROFILE_DUMP(sev, prefix) \
64 rtc::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix)
69 // TODO(ryanpetrie): Consider adding PROFILE_DUMP_EVERY(sev, iterations)
79 #define PROFILE_DUMP_ALL(sev) (void)0
80 #define PROFILE_DUMP(sev, prefix) (void)0
logging_unittest.cc 40 int sev = LogMessage::GetLogToStream(NULL); local
55 EXPECT_EQ(sev, LogMessage::GetLogToStream(NULL));
62 int sev = LogMessage::GetLogToStream(NULL); local
84 EXPECT_EQ(sev, LogMessage::GetLogToStream(NULL));
103 int sev = LogMessage::GetLogToStream(NULL); local
120 EXPECT_EQ(sev, LogMessage::GetLogToStream(NULL));
  /external/strace/tests/
timer_create.c 44 struct sigevent sev = { local
51 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[0]))
56 sev.sigev_value.sival_int,
57 sev.sigev_value.sival_ptr,
58 sev.sigev_signo, tid[0]);
60 sev.sigev_notify = SIGEV_SIGNAL;
61 sev.sigev_signo = SIGALRM;
62 if (syscall(__NR_timer_create, CLOCK_MONOTONIC, &sev, &tid[1]))
67 sev.sigev_value.sival_int,
68 sev.sigev_value.sival_ptr, tid[1])
    [all...]
  /external/strace/
print_sigevent.c 42 struct_sigevent sev; local
44 if (umove_or_printaddr(tcp, addr, &sev))
48 if (sev.sigev_value.sival_ptr)
50 sev.sigev_value.sival_int,
51 (unsigned long) sev.sigev_value.sival_ptr);
54 switch (sev.sigev_notify) {
58 tprints(signame(sev.sigev_signo));
61 tprintf("%u", sev.sigev_signo);
65 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
67 switch (sev.sigev_notify)
    [all...]
  /external/webrtc/webrtc/p2p/base/
common.h 17 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
18 #define LOG_JV(sev, obj) LOG_V(sev) << "Jingle:" << obj->ToString() << ": "
  /external/webrtc/webrtc/system_wrappers/include/
logging.h 32 // LOG(sev) logs the given stream at severity "sev", which must be a
35 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
64 LogMessage(const char* file, int line, LoggingSeverity sev);
67 static bool Loggable(LoggingSeverity sev);
100 #define RESTRICT_LOGGING_PRECONDITION(sev) \
101 sev < webrtc::LS_INFO ? (void) 0 :
103 #define RESTRICT_LOGGING_PRECONDITION(sev)
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
logging.cc 23 TraceLevel WebRtcSeverity(LoggingSeverity sev) {
24 switch (sev) {
47 LogMessage::LogMessage(const char* file, int line, LoggingSeverity sev)
48 : severity_(sev) {
52 bool LogMessage::Loggable(LoggingSeverity sev) {
54 return WebRtcSeverity(sev) & Trace::level_filter() ? true : false;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
archv6m.s 14 sev
thumbv6k.s 8 sev
arch6zk.s 15 sev
thumbv6k.d 11 0+006 <[^>]*> bf40 * sev
arch6zk.d 17 0+024 <[^>]*> e320f004 ? sev
archv6m.d 13 0[0-9a-f]+ <[^>]+> bf40 sev
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
delayimp.h 65 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err)
wabcode.h 11 #define MAKE_MAPI_SCODE(sev,fac,code) ((SCODE) (((unsigned __LONG32)(sev)<<31) | ((unsigned __LONG32)(fac)<<16) | ((unsigned __LONG32)(code))))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 46 char const * sev = NULL; local
55 sev = "debug: ";
58 sev = "warning: ";
61 sev = "critical:";
64 sev = "unknown: ";
67 fprintf(stderr, "%p %s ", (void *) ctx, sev);
  /external/llvm/test/MC/ARM/
thumb-hints.s 13 sev
18 @ CHECK: sev @ encoding: [0x40,0xbf]
46 @ CHECK-ERROR-NEXT: sev
arm11-hint-instr.s 16 @ YIELD/WFE/WFI/SEV - are not supported pre v6K
22 sev
38 @ CHECK-ERROR-V6: sev
51 @ CHECK-ARM: sev @ encoding: [0x04,0xf0,0x20,0xe3]
60 @ CHECK-THUMB: sev @ encoding: [0x40,0xbf]
69 @ CHECK-V6M: sev @ encoding: [0x40,0xbf]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/support/
test_layer1.py 47 severity_codes = [sev['code'] for sev in severity['severityLevels']]
  /external/mesa3d/src/mesa/main/
errors.c 54 #define severity_is(sev, kind) enum_is(sev, SEVERITY, kind)
270 int s, t, sev; local
273 sev = enum_to_index(severity);
275 return get_message_state(ctx, s, t, sev, id);
598 int s, t, sev, smax, tmax, sevmax; local
621 for (sev = severity; sev < sevmax; sev++)
628 ClientIDs->Defaults[sev][s][t] = enabled
740 int s, t, sev; local
776 int s, t, sev; local
    [all...]
  /external/clang/test/CodeGen/
builtins-arm-microsoft.c 28 void sev() { function
  /external/llvm/test/CodeGen/AArch64/
hints.ll 48 ; CHECK: sev
  /external/llvm/test/CodeGen/ARM/
hints.ll 50 ; CHECK: sev
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
system.s 12 sev

Completed in 658 milliseconds

1 2 3 4 5 6