Searched defs:Event (Results 1 - 18 of 18) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Devent.cc44 Event::Event(bool manual_reset, bool initially_signaled) function in class:talk_base::Event
50 bool Event::EnsureInitialized() {
61 Event::~Event() {
68 bool Event::Set() {
76 bool Event::Reset() {
84 bool Event::Wait(int cms) {
95 Event::Event(boo
[all...]
H A Devent.h43 class Event { class in namespace:talk_base
45 Event(bool manual_reset, bool initially_signaled);
46 ~Event();
/external/chromium/chrome/browser/resources/sync_internals/
H A Dchrome_sync.js11 // This Event class is a simplified version of the one from
13 function Event() {
17 Event.prototype.addListener = function(listener) {
21 Event.prototype.removeListener = function(listener) {
29 Event.prototype.hasListener = function(listener) {
33 Event.prototype.hasListeners = function(listener) {
38 Event.prototype.findListener_ = function(listener) {
49 Event.prototype.dispatch_ = function() {
66 chrome.sync.onSyncServiceStateChanged = new Event();
69 chrome.sync.onSyncNotificationStateChange = new Event();
15 Event.prototype.addListener = function(listener) { class
[all...]
/external/chromium/base/synchronization/
H A Dcondition_variable_win.cc53 Event* waiting_event;
112 ConditionVariable::Event* ConditionVariable::GetEventForWaiting() {
114 Event* cv_event;
117 cv_event = new Event();
134 void ConditionVariable::RecycleEvent(Event* used_event) {
144 // The next section provides the implementation for the private Event class.
147 // Event provides a doubly-linked-list of events for use exclusively by the
172 ConditionVariable::Event::Event() : handle_(0) { function in class:base::ConditionVariable::Event
176 ConditionVariable::Event
[all...]
H A Dcondition_variable.h106 // Define Event class that is used to form circularly linked lists.
112 class Event { class in class:base::ConditionVariable
115 Event();
116 ~Event();
123 void PushBack(Event* other);
124 Event* PopFront();
125 Event* PopBack();
131 Event* Extract();
138 bool ValidateAsDistinct(Event* other) const;
144 Event* next
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DEvent.java35 * Event SIP Header.
45 public class Event extends ParametersHeader implements EventHeader { class in inherits:ParametersHeader,EventHeader
55 * Creates a new instance of Event
57 public Event() { method in class:Event
130 public boolean match(Event matchTarget) {
/external/replicaisland/src/com/replica/replicaisland/
H A DEventReporter.java15 private class Event { class in class:EventReporter
26 private ArrayList<Event> mEvents = new ArrayList<Event>();
27 private ArrayList<Event> mProcessedEvents = new ArrayList<Event>();
56 Event event = new Event();
80 public void recordEvent(Event event) {
106 DebugLog.d("Report Event", event.eventType + " " + response + ":" + connection.getURL().toString());
/external/webkit/Source/WebCore/dom/
H A DEvent.cpp24 #include "Event.h"
34 Event::Event() function in class:WebCore::Event
48 Event::Event(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg) function in class:WebCore::Event
63 Event::~Event()
67 void Event::initEvent(const AtomicString& eventTypeArg, bool canBubbleArg, bool cancelableArg)
77 bool Event::isCustomEvent() const
82 bool Event
[all...]
H A DEvent.h37 class Event : public RefCounted<Event> { class in namespace:WebCore
64 static PassRefPtr<Event> create()
66 return adoptRef(new Event);
68 static PassRefPtr<Event> create(const AtomicString& type, bool canBubble, bool cancelable)
70 return adoptRef(new Event(type, canBubble, cancelable));
72 virtual ~Event();
162 Event* underlyingEvent() const { return m_underlyingEvent.get(); }
163 void setUnderlyingEvent(PassRefPtr<Event>);
172 Event();
[all...]
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp55 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details}; local
56 EmittedEvents.push_back(Event);
60 FunctionFreedEvent Event = {NextIndex++, OldPtr}; local
61 FreedEvents.push_back(Event);
/external/chromium/base/
H A Dmessage_pump_glib_unittest.cc54 Event event = events_[0];
73 EventInjector::Event event = { future, task };
85 struct Event { struct in class:__anon838::EventInjector
111 std::vector<Event> events_;
/external/valgrind/tsan/
H A Dts_events.h101 class Event { class
103 Event(EventType type, int32_t tid, uintptr_t pc, uintptr_t a, uintptr_t info) function in class:Event
110 Event() {} // Not initialized. function in class:Event
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h291 class Event { class in namespace:clang::ento::check
/external/valgrind/main/lackey/
H A Dlk_main.c87 // Instruction Memory accesses Event sequence
404 Event; typedef in typeref:struct:__anon11312
438 static Event events[N_EVENTS];
470 Event* ev;
511 Event* evt;
528 Event* evt;
545 Event* lastEvt;
546 Event* evt;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h265 enum Kind { ControlFlow, Event, Macro }; enumerator in enum:clang::ento::PathDiagnosticPiece::Kind
368 : PathDiagnosticSpotPiece(pos, s, Event, addPosRange) {}
373 return P->getKind() == Event;
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py749 def Event (self, event): member in class:MIDIControllers
873 values.Event(self[i])
/external/valgrind/main/cachegrind/
H A Dcg_main.c512 Event; typedef in typeref:struct:__anon10780
514 static void init_Event ( Event* ev ) {
515 VG_(memset)(ev, 0, sizeof(Event));
518 static IRAtom* get_Event_dea ( Event* ev ) {
527 static Int get_Event_dszB ( Event* ev ) {
549 Event events[N_EVENTS];
604 static void showEvent ( Event* ev )
669 Event* ev;
670 Event* ev2;
671 Event* ev
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c268 Event; typedef in typeref:struct:__anon10797
270 static void init_Event ( Event* ev ) {
271 VG_(memset)(ev, 0, sizeof(Event));
274 static IRAtom* get_Event_dea ( Event* ev ) {
283 static Int get_Event_dszB ( Event* ev ) {
304 Event events[N_EVENTS];
324 static void showEvent ( Event* ev )
380 Event* ev;
381 Event* ev2;
382 Event* ev
[all...]

Completed in 770 milliseconds