HomeSort by relevance Sort by last modified time
    Searched refs:Event (Results 201 - 225 of 835) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sched.py 1 """A generally useful event scheduler class.
19 event means calling the action function, passing it the argument
36 Event = namedtuple('Event', 'time, priority, action, argument')
47 """Enter a new event in the queue at an absolute time.
49 Returns an ID for the event which can be used to remove it,
53 event = Event(time, priority, action, argument)
54 heapq.heappush(self._queue, event)
55 return event # The I
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sched.py 1 """A generally useful event scheduler class.
19 event means calling the action function, passing it the argument
36 Event = namedtuple('Event', 'time, priority, action, argument')
47 """Enter a new event in the queue at an absolute time.
49 Returns an ID for the event which can be used to remove it,
53 event = Event(time, priority, action, argument)
54 heapq.heappush(self._queue, event)
55 return event # The I
    [all...]
  /system/connectivity/apmanager/
hostapd_monitor.h 42 enum Event {
49 typedef base::Callback<void(Event event, const std::string& data)>
75 // Attach to hostapd control interface to receive unsolicited event
  /external/opencv3/modules/core/src/
cuda_stream.cpp 33 // In no event shall the Intel Corporation or contributors be liable for any direct,
440 void cv::cuda::Stream::waitEvent(const Event& event)
443 (void) event;
446 cudaSafeCall( cudaStreamWaitEvent(impl_->stream, EventAccessor::getEvent(event), 0) );
677 // Event
681 class cv::cuda::Event::Impl
692 class cv::cuda::Event::Impl
695 cudaEvent_t event; member in class:cv::cuda::Event::Impl
701 cv::cuda::Event::Impl::Impl(unsigned int flags) : event(0
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
Yaml.java 36 import org.yaml.snakeyaml.events.Event;
333 * @return Event list
335 public List<Event> serialize(Node data) {
349 private List<Event> events = new ArrayList<Event>(100);
351 public List<Event> getEvents() {
355 public void emit(Event event) throws IOException {
356 events.add(event);
626 public Iterable<Event> parse(Reader yaml)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java 25 import org.eclipse.swt.widgets.Event;
108 public void handleEvent(Event e) {
114 public void handleEvent(Event e) {
131 Event event = new Event(); local
132 event.time = time;
133 event.stateMask = stateMask;
134 notifyListeners(SWT.Selection, event);
  /system/connectivity/shill/
connection_diagnostics.h 159 struct Event {
160 Event(Type type_in, Phase phase_in, Result result_in,
176 base::Callback<void(const std::string&, const std::vector<Event>&)>;
219 // Returns a string representation of |event|.
220 static std::string EventToString(const Event& event);
233 // Create a new Event with |type|, |phase|, |result|, and an empty message,
237 // Same as ConnectionDiagnostics::AddEvent, except that the added event
325 // Utility function that returns true iff the event in |diagnostic_events_|
326 // that is |num_events_ago| before the last event has a matching |type|
    [all...]
  /external/v8/src/heap/
gc-tracer.h 156 // Default constructor leaves the event uninitialized.
185 // Default constructor leaves the event uninitialized.
190 // Time when context disposal event happened.
197 // Default constructor leaves the event uninitialized.
206 class Event {
215 // Default constructor leaves the event uninitialized.
216 Event() {}
218 Event(Type type, const char* gc_reason, const char* collector_reason);
220 // Returns a string describing the event type.
223 // Type of event
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ThreadEndTest.java 29 import org.apache.harmony.jpda.tests.framework.jdwp.Event;
39 * JDWP Unit test for THREAD_END event.
43 * This testcase is for THREAD_END event.
45 * THREAD_END event occurs.
57 Event eventToSet = new Event(eventKind, suspendPolicy, mods);
60 checkReplyPacket(reply, "Set THREAD_END event");
71 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); local
73 assertNotNull("Invalid (null) event received", event);
    [all...]
ThreadStartTest.java 29 import org.apache.harmony.jpda.tests.framework.jdwp.Event;
40 * JDWP Unit test for THREAD_START event.
45 * This testcase is for THREAD_START event.
47 * THREAD_START event occurs.
59 Event eventToSet = new Event(eventKind, suspendPolicy, mods);
62 checkReplyPacket(reply, "Set THREAD_START event");
73 // We loop until receiving a THREAD_START event for our thread.
77 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); local
79 assertNotNull("Invalid (null) event received", event)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 22 // This is the space from the grid line to the event rectangle.
46 // Computes the rectangle coordinates of the given event on the screen.
48 public boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) {
49 if (event.drawAsAllday()) {
54 int startDay = event.startDay;
55 int endDay = event.endDay;
61 int startTime = event.startTime;
62 int endTime = event.endTime;
64 // If the event started on a previous day, then show it startin
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
SamsungAccountType.java 28 import android.provider.ContactsContract.CommonDataKinds.Event;
206 DataKind kind = addKind(new DataKind(Event.CONTENT_ITEM_TYPE,
209 kind.actionBody = new SimpleInflater(Event.START_DATE);
211 kind.typeColumn = Event.TYPE;
215 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
216 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false));
217 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false));
218 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
219 .setCustomColumn(Event.LABEL));
222 kind.defaultValues.put(Event.TYPE, Event.TYPE_BIRTHDAY)
    [all...]
  /external/ltrace/
handle_event.c 47 static void handle_signal(Event *event);
48 static void handle_exit(Event *event);
49 static void handle_exit_signal(Event *event);
50 static void handle_syscall(Event *event);
51 static void handle_arch_syscall(Event *event);
    [all...]
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java 24 import android.app.usage.UsageEvents.Event;
61 final Event e = new Event();
66 if (e.getEventType() == Event.SHORTCUT_INVOCATION
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 36 import org.apache.harmony.jpda.tests.framework.jdwp.Event;
160 // Prepare corresponding event
168 Event event = new Event(eventKind, suspendPolicy, mods); local
171 return setEvent(event);
183 * Limit the requested event to be reported at most once after a
205 Event event = new Event(eventKind, suspendPolicy, mods) local
276 CommandPacket event = null; local
1012 Event event = new Event(eventKind, suspendPolicy, mods); local
1033 Event event = new Event(eventKind, suspendPolicy, mods); local
1055 Event event = new Event(eventKind, suspendPolicy, mods); local
1076 Event event = new Event(eventKind, suspendPolicy, mods); local
1097 Event event = new Event(eventKind, suspendPolicy, mods); local
1134 Event event = new Event(eventKind, suspendPolicy, mods); local
1154 Event event = new Event(eventKind, suspendPolicy, mods); local
1167 Event event = new Event(eventKind, suspendPolicy, mods); local
1187 Event event = new Event(eventKind, suspendPolicy, mods); local
1200 Event event = new Event(eventKind, suspendPolicy, mods); local
1220 Event event = new Event(eventKind, suspendPolicy, mods); local
1242 Event event = new Event(eventKind, suspendPolicy, mods); local
1265 Event event = new Event(eventKind, suspendPolicy, mods); local
1285 Event event = new Event(eventKind, suspendPolicy, mods); local
1307 Event event = new Event(eventKind, suspendPolicy, mods); local
1330 Event event = new Event(eventKind, suspendPolicy, mods); local
1533 Event event = new Event(eventKind, suspendPolicy, mods); local
1568 Event event = new Event(eventKind, suspendPolicy, mods); local
1594 Event event = new Event(eventKind, suspendPolicy, mods); local
1627 Event event = new Event(eventKind, suspendPolicy, mods); local
1653 Event event = new Event(eventKind, suspendPolicy, mods); local
1679 Event event = new Event(eventKind, suspendPolicy, mods); local
1712 Event event = new Event(eventKind, suspendPolicy, mods); local
1754 Event event = new Event(eventKind, suspendPolicy, mods); local
1796 Event event = new Event(eventKind, suspendPolicy, mods); local
1822 Event event = new Event(eventKind, suspendPolicy, mods); local
1860 Event event = new Event(eventKind, suspendPolicy, mods); local
1876 Event event = new Event(eventKind, suspendPolicy, mods); local
1891 Event event = new Event(eventKind, suspendPolicy, mods); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
event.py 16 # ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
22 class Event(object):
  /external/skia/src/animator/
SkDisplayEvent.h 21 DECLARE_DISPLAY_MEMBER_INFO(Event);
57 SkKey fLastCode; // last key to trigger this event
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
ScalarEvent.java 25 // style flag of a scalar event indicates the style of the scalar. Possible
29 // The implicit flag of a scalar event is a pair of boolean values that
98 public boolean is(Event.ID id) {
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeFlowStylesTest.java 30 import org.yaml.snakeyaml.events.Event;
58 List<Event> events1 = dumper.serialize(node1);
59 List<Event> events2 = dumper2.serialize(node2);
62 for (Event etalonEvent : events2) {
  /external/snakeyaml/src/test/java/org/pyyaml/
PyErrorsTest.java 31 import org.yaml.snakeyaml.events.Event;
114 List<Event> document = (List<Event>) load(new EventConstructor(), content.trim());
118 for (Event event : document) {
119 emitter.emit(event);
  /external/webrtc/webrtc/base/
platform_thread.h 17 #include "webrtc/base/event.h"
91 rtc::Event stop_event_;
sharedexclusivelock.h 16 #include "webrtc/base/event.h"
36 rtc::Event shared_count_is_zero_;
  /external/webrtc/webrtc/test/
direct_transport.h 18 #include "webrtc/base/event.h"
57 rtc::Event packet_event_;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
LaunchTaskEvent.java 26 * This event is sent to request that a particular task is launched.
28 public class LaunchTaskEvent extends EventBus.Event {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmksctrl.h 50 PKSEVENT Event,

Completed in 754 milliseconds

1 2 3 4 5 6 7 891011>>