Home
last modified time | relevance | path

Searched refs:Signals (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ppapi/api/dev/
Dppp_video_capture_dev.idl20 * Signals the capture device information, such as resolution and frame rate,
38 * Signals status changes on the VideoCapture. |status| is a
46 * Signals an error from the video capture system.
57 * Signals that a buffer is available for consumption by the plugin.
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp235 static const int Signals[] = variable
237 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);
287 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable()
301 sigaction(Signals[i], &PrevActions[i], nullptr); in Disable()
DCMakeLists.txt88 Signals.cpp
104 Unix/Signals.inc
116 Windows/Signals.inc
DAndroid.mk58 Signals.cpp \
/external/llvm/lib/Support/Unix/
DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
52 // IntSigs - Signals that represent requested termination. There's no bug
60 // KillSigs - Signals that represent that we have a bug, and our prompt
/external/chromium_org/third_party/webrtc/base/
Dsigslottester.h.pump44 // - A1-A5 is the type of the argument i in the callback. Signals may and often
/external/chromium_org/ppapi/api/private/
Dppb_flash_message_loop.idl63 * Signals to quit the outermost nested message loop. Use this to exit and
/external/llvm/lib/Support/Windows/
DSignals.inc1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Signals class.
/external/dnsmasq/dbus/
DDBus-interface104 Signals are of the form:
/external/iproute2/doc/
Darpd.sgml74 <p> Signals
/external/mdnsresponder/mDNSPosix/
DResponder.c56 #pragma mark ***** Signals
/external/oprofile/events/x86-64/family11h/
Devents128 …l_cycles minimum:500 name:SIDEBAND_SIGNALS_AND_SPECIAL_CYCLES : Sideband Signals and Special Cycles
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_input_handler_test.unitjs109 * Signals to the input handler that the Braille IME is active or not active,
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1426 + Signals.cpp \