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

1 2 3 4

  /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/strace/tests/
timer_create.c 49 struct_sigevent sev = { local
55 syscall(__NR_timer_create, CLOCK_REALTIME, &sev, NULL);
59 sev.sigev_value.sival_int,
60 sev.sigev_value.sival_ptr,
61 sev.sigev_signo, sev.sigev_notify,
64 sev.sigev_notify = SIGEV_NONE;
65 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[0]))
70 sev.sigev_value.sival_int,
71 sev.sigev_value.sival_ptr
    [all...]
timer_xettime.c 53 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; local
55 if (syscall(__NR_timer_create, CLOCK_MONOTONIC, &sev, &tid))
  /external/strace/tests-m32/
timer_create.c 49 struct_sigevent sev = { local
55 syscall(__NR_timer_create, CLOCK_REALTIME, &sev, NULL);
59 sev.sigev_value.sival_int,
60 sev.sigev_value.sival_ptr,
61 sev.sigev_signo, sev.sigev_notify,
64 sev.sigev_notify = SIGEV_NONE;
65 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[0]))
70 sev.sigev_value.sival_int,
71 sev.sigev_value.sival_ptr
    [all...]
  /external/strace/tests-mx32/
timer_create.c 49 struct_sigevent sev = { local
55 syscall(__NR_timer_create, CLOCK_REALTIME, &sev, NULL);
59 sev.sigev_value.sival_int,
60 sev.sigev_value.sival_ptr,
61 sev.sigev_signo, sev.sigev_notify,
64 sev.sigev_notify = SIGEV_NONE;
65 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[0]))
70 sev.sigev_value.sival_int,
71 sev.sigev_value.sival_ptr
    [all...]
  /external/strace/
print_sigevent.c 41 struct_sigevent sev; local
43 if (umove_or_printaddr(tcp, addr, &sev))
47 if (sev.sigev_value.sival_ptr) {
49 sev.sigev_value.sival_int);
50 printaddr(sev.sigev_value.sival_ptr);
55 switch (sev.sigev_notify) {
59 tprints(signame(sev.sigev_signo));
62 tprintf("%u", sev.sigev_signo);
66 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
68 switch (sev.sigev_notify)
    [all...]
  /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/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/clang/test/CodeGen/
builtins-arm-microsoft.c 28 void sev() { function
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sperror.h 19 #define MAKE_SAPI_HRESULT(sev, err) MAKE_HRESULT(sev, FACILITY_SAPI, err)
delayimp.h 65 #define VcppException(sev,err) ((sev) | (FACILITY_VISUALCPP<<16) | err)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumbv6k.s 8 sev
archv6m.s 14 sev
thumbv6k.d 11 0+006 <[^>]*> bf40 * sev
arch6zk.s 15 sev
archv6m.d 13 0[0-9a-f]+ <[^>]+> bf40 sev
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_mcu_load.c 46 sev();
47 sev();
  /external/mesa3d/src/mesa/main/
errors.h 92 #define _mesa_perf_debug(ctx, sev, ...) do { \
98 sev, \
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/exclusive/aarch64/
spinlock.S 23 * generate an SEV. Use explicit SEV instruction with CAS unlock.
25 # define COND_SEV() sev
34 * implicitly generate an envent; so, no explicit SEV with unlock is required.
  /external/mesa3d/src/gallium/state_trackers/clover/api/
event.cpp 42 auto &sev = obj<soft_event>(d_ev); local
47 if (sev.status() <= 0)
51 sev.abort(status);
53 sev.trigger();
75 auto sev = create<soft_event>(evs.front().context(), evs, true); local
78 sev().wait();
  /external/llvm/test/MC/ARM/
arm11-hint-instr.s 18 @ YIELD/WFE/WFI/SEV/CLREX - are not supported pre v6K
24 sev
41 @ CHECK-ERROR-V6: sev
57 @ CHECK-ARM: sev @ encoding: [0x04,0xf0,0x20,0xe3]
67 @ CHECK-THUMB: sev @ encoding: [0x40,0xbf]
79 @ CHECK-V6M: sev @ encoding: [0x40,0xbf]
thumb-hints.s 13 sev
18 @ CHECK: sev @ encoding: [0x40,0xbf]
46 @ CHECK-ERROR-NEXT: sev

Completed in 1550 milliseconds

1 2 3 4