Searched defs:sev (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-arm-microsoft.c28 void sev() { function
H A Dbuiltins-arm.c40 void sev() { function
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfReporter.cpp23 const char* getSeverityName(SkPdfIssueSeverity sev) { argument
24 if (0 <= sev && sev < _kCount__SkPdfIssueSeverity) {
25 return severityName[sev];
37 void SkPdfReport(SkPdfIssueSeverity sev, SkPdfIssue issue, argument
41 if (sev >= kIgnoreError_SkPdfIssueSeverity) {
42 printf("%s: %s\n", getSeverityName(sev), context);
47 SkPdfIssueSeverity sev, SkPdfIssue issue,
54 SkPdfReport(sev, issue, context, obj, pdfContext);
57 void SkPdfReportUnexpectedType(SkPdfIssueSeverity sev, argument
46 SkPdfReportIf(bool report, SkPdfIssueSeverity sev, SkPdfIssue issue, const char* context, const SkPdfNativeObject* obj, SkPdfContext* pdfContext) argument
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dlogging.cc23 TraceLevel WebRtcSeverity(LoggingSeverity sev) { argument
24 switch (sev) {
46 LogMessage::LogMessage(const char* file, int line, LoggingSeverity sev) argument
47 : severity_(sev) {
51 bool LogMessage::Loggable(LoggingSeverity sev) { argument
53 return WebRtcSeverity(sev) & Trace::level_filter() ? true : false;
/external/skia/experimental/PdfViewer/
H A DSkPdfReporter.cpp23 const char* getSeverityName(SkPdfIssueSeverity sev) { argument
24 if (0 <= sev && sev < _kCount__SkPdfIssueSeverity) {
25 return severityName[sev];
37 void SkPdfReport(SkPdfIssueSeverity sev, SkPdfIssue issue, argument
41 if (sev >= kIgnoreError_SkPdfIssueSeverity) {
42 printf("%s: %s\n", getSeverityName(sev), context);
47 SkPdfIssueSeverity sev, SkPdfIssue issue,
54 SkPdfReport(sev, issue, context, obj, pdfContext);
57 void SkPdfReportUnexpectedType(SkPdfIssueSeverity sev, argument
46 SkPdfReportIf(bool report, SkPdfIssueSeverity sev, SkPdfIssue issue, const char* context, const SkPdfNativeObject* obj, SkPdfContext* pdfContext) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Devent.cpp78 ref_ptr<soft_event> sev = transfer( local
82 sev->wait();
130 ref_ptr<soft_event> sev = transfer( local
/external/chromium_org/third_party/webrtc/base/
H A Dlogging_unittest.cc24 int sev = LogMessage::GetLogToStream(NULL); local
39 EXPECT_EQ(sev, LogMessage::GetLogToStream(NULL));
46 int sev = LogMessage::GetLogToStream(NULL); local
68 EXPECT_EQ(sev, LogMessage::GetLogToStream(NULL));
87 int sev = LogMessage::GetLogToStream(NULL); local
104 EXPECT_EQ(sev, LogMessage::GetLogToStream(NULL));
H A Dautodetectproxy.cc207 LoggingSeverity sev = (proxy_.type == PROXY_UNKNOWN) ? LS_ERROR : LS_INFO; local
208 LOG_V(sev) << "AutoDetectProxy detected "
H A Dlogging.h21 // 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) i
127 Loggable(LoggingSeverity sev) argument
294 LogCheckLevel(LoggingSeverity sev) argument
[all...]
H A Dlogging.cc105 LogMessage::LogMessage(const char* file, int line, LoggingSeverity sev, argument
107 : severity_(sev),
127 print_stream_ << Describe(sev) << "(" << DescribeFile(file)
247 int sev = NO_LOGGING; local
250 sev = _min(sev, it->second);
253 return sev;
376 const char* LogMessage::Describe(LoggingSeverity sev) { argument
377 switch (sev) {
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Devent.cpp78 ref_ptr<soft_event> sev = transfer( local
82 sev->wait();
130 ref_ptr<soft_event> sev = transfer( local
/external/libvpx/libvpx/third_party/nestegg/test/
H A Dtest.c46 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/chromium_org/ash/sticky_keys/
H A Dsticky_keys_unittest.cc420 scoped_ptr<ui::ScrollEvent> sev; local
428 sev.reset(GenerateFlingScrollEvent(0, true));
430 sticky_key.HandleScrollEvent(*sev.get(), &mod_down_flags, &released);
431 sev.reset(GenerateScrollEvent(10));
432 sticky_key.HandleScrollEvent(*sev.get(), &mod_down_flags, &released);
433 sev.reset(GenerateFlingScrollEvent(10, false));
434 sticky_key.HandleScrollEvent(*sev.get(), &mod_down_flags, &released);
/external/strace/
H A Dtime.c623 } sev; local
625 if (umove(tcp, arg, &sev) < 0)
628 tprintf("{%#x, ", sev.sigev_value);
629 if (sev.sigev_notify == SIGEV_SIGNAL)
630 tprintf("%s, ", signame(sev.sigev_signo));
632 tprintf("%u, ", sev.sigev_signo);
633 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
635 if (sev.sigev_notify == SIGEV_THREAD_ID)
636 tprintf("{%d}", sev.un.tid);
637 else if (sev
651 struct sigevent sev; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c54 #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][
740 int s, t, sev; local
776 int s, t, sev; local
[all...]
/external/mesa3d/src/mesa/main/
H A Derrors.c54 #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][
740 int s, t, sev; local
776 int s, t, sev; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.cc1311 rtc::LoggingSeverity sev = (write_state_ == STATE_WRITABLE) ? local
1313 LOG_JV(sev, this) << "Timing-out STUN ping " << request->id()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc160 static void LogMultiline(rtc::LoggingSeverity sev, char* text) { argument
163 LOG_V(sev) << tok;
1363 rtc::LoggingSeverity sev = rtc::LS_VERBOSE; local
1365 sev = rtc::LS_ERROR;
1367 sev = rtc::LS_WARNING;
1369 sev = rtc::LS_INFO;
1371 sev = rtc::LS_INFO;
1377 LOG_V(sev) << msg;
1381 LOG_V(sev) << "webrtc: " << msg;
H A Dwebrtcvideoengine.cc131 static void LogMultiline(rtc::LoggingSeverity sev, char* text) { argument
135 LOG_V(sev) << tok;
1464 rtc::LoggingSeverity sev = rtc::LS_VERBOSE; local
1466 sev = rtc::LS_ERROR;
1468 sev = rtc::LS_WARNING;
1470 sev = rtc::LS_INFO;
1472 sev = rtc::LS_INFO;
1478 LOG_V(sev) << msg;
1483 LOG_V(sev) << "webrtc: " << msg;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2913 milliseconds