| /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/ |
| MainActivity.java | 331 final List<DataEvent> events = FreezableUtils.freezeIterable(dataEvents); local 335 for (DataEvent event : events) {
|
| /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/ |
| MainActivity.java | 331 final List<DataEvent> events = FreezableUtils.freezeIterable(dataEvents); local 335 for (DataEvent event : events) {
|
| /development/ndk/platforms/android-21/include/linux/raid/ |
| md_p.h | 179 __le64 events; member in struct:mdp_superblock_1
|
| /development/ndk/platforms/android-9/include/linux/raid/ |
| md_k.h | 95 __u64 events; member in struct:mddev_s
|
| /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
| MainActivity.java | 331 final List<DataEvent> events = FreezableUtils.freezeIterable(dataEvents); local 335 for (DataEvent event : events) {
|
| /device/generic/goldfish/gps/ |
| gps_qemu.c | 659 ev.events = EPOLLIN; 702 struct epoll_event events[2]; local 705 nevents = epoll_wait( epoll_fd, events, 2, -1 ); 711 D("gps thread received %d events", nevents); 713 if ((events[ne].events & (EPOLLERR|EPOLLHUP)) != 0) { 717 if ((events[ne].events & EPOLLIN) != 0) { 718 int fd = events[ne].data.fd;
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
| selectmodule.c | 357 self->ufds[i].events = (short)PyInt_AsLong(value);
369 events -- an optional bitmask describing the type of events to check for");
375 int fd, events = POLLIN | POLLPRI | POLLOUT;
local 378 if (!PyArg_ParseTuple(args, "O|i:register", &o, &events)) {
390 value = PyInt_FromLong(events);
412 events -- an optional bitmask describing the type of events to check for");
418 int fd, events;
local 421 if (!PyArg_ParseTuple(args, "Oi:modify", &o, &events)) {
901 unsigned int events = EPOLLIN | EPOLLOUT | EPOLLPRI; local 926 unsigned int events; local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
| selectmodule.c | 360 self->ufds[i].events = (short)(unsigned short)PyInt_AsLong(value);
391 events -- an optional bitmask describing the type of events to check for");
398 unsigned short events = POLLIN | POLLPRI | POLLOUT;
local 401 if (!PyArg_ParseTuple(args, "O|O&:register", &o, ushort_converter, &events))
412 value = PyInt_FromLong(events);
434 events -- an optional bitmask describing the type of events to check for");
441 unsigned short events;
local 444 if (!PyArg_ParseTuple(args, "OO&:modify", &o, ushort_converter, &events))
935 unsigned int events = EPOLLIN | EPOLLOUT | EPOLLPRI; local 960 unsigned int events; local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| selectmodule.c | 357 self->ufds[i].events = (short)PyInt_AsLong(value);
369 events -- an optional bitmask describing the type of events to check for");
375 int fd, events = POLLIN | POLLPRI | POLLOUT;
local 378 if (!PyArg_ParseTuple(args, "O|i:register", &o, &events)) {
390 value = PyInt_FromLong(events);
412 events -- an optional bitmask describing the type of events to check for");
418 int fd, events;
local 421 if (!PyArg_ParseTuple(args, "Oi:modify", &o, &events)) {
901 unsigned int events = EPOLLIN | EPOLLOUT | EPOLLPRI; local 926 unsigned int events; local [all...] |
| /external/ImageMagick/MagickCore/ |
| opencl.c | 1074 cache_info->opencl->events); 1597 *events; local [all...] |
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl.cc | 522 Event *events = (Event*)GetThreadTrace(thr->tid); local 523 uptr pc = events[thr->fast_state.GetTracePos()];
|
| /external/curl/lib/ |
| telnet.c | 1294 WSANETWORKEVENTS events; local [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar | |
| /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
| PerfTest.java | 70 * total elapsed time in milliseconds, and the second is the number of events 227 * negative integer indicating the number of events in a single call to 229 * method, the default implementation returns -1, indicating that events 406 long events = -1; local 419 events = testFunction.getEventsPerIteration(); 422 if (events == -1) { 427 + testFunction.getOperationsPerIteration() + " events: " + events); 430 if (events == -1) { 435 + testFunction.getOperationsPerIteration() + " " + events); [all...] |
| /external/kernel-headers/original/uapi/linux/raid/ |
| md_p.h | 285 __le64 events; /* incremented when superblock updated */ member in struct:mdp_superblock_1
|
| /external/pdfium/samples/ |
| pdfium_test.cc | 439 } else if (cur_arg == "--send-events") { 547 const std::string& events) { 548 auto lines = StringSplit(events, '\n'); 636 const std::string& events) { 644 SendPageEvents(form, page, events); 726 const std::string& events) { 862 if (RenderPage(name, doc, form, form_callbacks, i, options, events)) 907 " --send-events - send input described by .evt file\n" 984 std::string events; local 996 fprintf(stderr, "Sending events from: %s\n" [all...] |
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/ |
| Emitter.java | 33 import org.yaml.snakeyaml.events.AliasEvent; 34 import org.yaml.snakeyaml.events.CollectionEndEvent; 35 import org.yaml.snakeyaml.events.CollectionStartEvent; 36 import org.yaml.snakeyaml.events.DocumentEndEvent; 37 import org.yaml.snakeyaml.events.DocumentStartEvent; 38 import org.yaml.snakeyaml.events.Event; 39 import org.yaml.snakeyaml.events.MappingEndEvent; 40 import org.yaml.snakeyaml.events.MappingStartEvent; 41 import org.yaml.snakeyaml.events.NodeEvent; 42 import org.yaml.snakeyaml.events.ScalarEvent 104 private final Queue<Event> events; field in class:Emitter [all...] |
| /external/webrtc/webrtc/base/ |
| testutils.h | 44 // StreamSink - Monitor asynchronously signalled events from StreamInterface 73 int Events(StreamInterface* stream, bool reset = true) { 95 int Events(AsyncSocket* socket, bool reset = true) { 102 void OnEvent(StreamInterface* stream, int events, int error) { 104 events = SSE_ERROR; 106 AddEvents(stream, events); 121 void AddEvents(void* obj, int events) { 124 events_.insert(EventMap::value_type(obj, events)); 126 it->second |= events; 143 int events = it->second local 199 int events = 0; local [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ |
| EventBus.java | 17 package com.android.systemui.recents.events; 119 * on the main application thread. Publishers can send() events to synchronously call subscribers 120 * of that event, or post() events to be processed in the next run of the {@link Looper}. In 123 * Interprocess events must be posted using postInterprocess() to ensure that it is dispatched 127 * Subscribers must be registered with a particular EventBus before they will receive events, and 148 * Each subscriber can be registered with a given priority (default 1), and events will be dispatch 149 * in decreasing order of priority. For subscribers with the same priority, events will be 153 * Interprocess events must extend {@link EventBus.InterprocessEvent}, have a constructor which 154 * takes a {@link Bundle} and implement toBundle(). This allows us to serialize events to be sent 161 * continue receiving events [all...] |
| /frameworks/base/services/core/java/com/android/server/ |
| NativeDaemonConnector.java | 401 final NativeDaemonEvent[] events = executeForList(timeoutMs, cmd, args); local 402 if (events.length != 1) { 404 "Expected exactly one response, but received " + events.length); 406 return events[0]; 460 final ArrayList<NativeDaemonEvent> events = Lists.newArrayList(); local 493 events.add(event); 508 return events.toArray(new NativeDaemonEvent[events.size()]);
|
| /frameworks/base/services/usage/java/com/android/server/usage/ |
| UsageStatsDatabase.java | 725 beingRestored.events = onDevice.events; 756 if (stats.events != null) stats.events.clear();
|
| /frameworks/opt/calendar/src/com/android/calendarcommon2/ |
| RecurrenceProcessor.java | 188 * Filter out the ones for events whose BYxxx rule is for 211 // BYWEEK -- this is just a guess. I wonder how many events 241 // only is meaningful when creating more events. 522 // This isn't ideal, but we'll generate a month's worth of events 712 * Run the recurrence algorithm. Processes events defined in the local 717 * If you want all of the events, pass Long.MAX_VALUE for rangeEndDateValue. If you pass 729 * @param out the TreeSet you'd like to fill with the events 1024 break events; local 1033 break events; local 1049 break events; local [all...] |
| /frameworks/opt/net/voip/src/jni/rtp/ |
| AudioGroup.cpp | 616 event.events = EPOLLIN; 680 event.events = EPOLLIN; 753 epoll_event events[count]; local 754 count = epoll_wait(mGroup->mEventQueue, events, count, deadline); 760 ((AudioStream *)events[i].data.ptr)->decode(tick);
|
| /frameworks/wilhelm/src/android/ |
| AudioPlayer_to_android.cpp | 756 * from a URI or FD, for prepare, prefetch, and play events 786 SLuint32 events; local 799 // indicate a prefetch error, so we signal it by sending simultaneously two events: 810 events = SL_PREFETCHEVENT_FILLLEVELCHANGE | SL_PREFETCHEVENT_STATUSCHANGE; 819 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, events); [all...] |
| /hardware/interfaces/sensors/1.0/vts/functional/ |
| VtsHalSensorsV1_0TargetTest.cpp | 58 // Get and clear all events collected so far (like "cat" shell command). 59 // If output is nullptr, it clears all collected events. 80 std::vector<Event> events; member in class:SensorsHidlEnvironment 94 // In case framework just stopped for test and there is sensor events in the pipe, 95 // wait some time for those events to be cleared to avoid them messing up the test. 174 output->insert(output->end(), events.begin(), events.end()); 176 events.clear(); 187 events.push_back(ev); 194 events.reserve(128) 262 std::vector<Event> events; local 578 std::vector<Event> events; local 913 std::vector<Event> events; local 1142 std::vector<Event> events; local 1276 auto events = mem->parseEvents(); local [all...] |