HomeSort by relevance Sort by last modified time
    Searched defs:event_index (Results 1 - 7 of 7) sorted by null

  /device/google/cuttlefish_common/guest/hals/gps/
gps_thread.cpp 125 int nevents, event_index; local
140 for (event_index = 0; event_index < nevents; event_index++) {
141 if ((events[event_index].events & (EPOLLERR | EPOLLHUP)) != 0) {
146 if ((events[event_index].events & EPOLLIN) != 0) {
147 int fd = events[event_index].data.fd;
  /external/v8/src/libplatform/tracing/
trace-buffer.cc 33 size_t event_index; local
34 TraceObject* trace_object = chunk->AddTraceEvent(&event_index);
35 *handle = MakeHandle(chunk_index_, chunk->seq(), event_index);
41 size_t chunk_index, event_index; local
43 ExtractHandle(handle, &chunk_index, &chunk_seq, &event_index);
47 return chunk->GetEventAt(event_index);
71 size_t event_index) const {
73 chunk_index * TraceBufferChunk::kChunkSize + event_index;
78 size_t* event_index) const {
82 *event_index = indices % TraceBufferChunk::kChunkSize
    [all...]
  /art/test/1940-ddms-ext/
ddm_ext.cc 176 jint event_index = -1; local
186 event_index = cur_info->extension_event_index;
202 event_index, reinterpret_cast<jvmtiExtensionEvent>(PublishCB)));
  /external/libchrome/base/trace_event/
trace_event_impl.h 73 unsigned event_index : 6; member in struct:base::trace_event::TraceEventHandle
  /external/ltp/testcases/kernel/syscalls/epoll/
epoll-ltp.c 406 unsigned int event_index; /* index into event list for the events field of the local
462 for (event_index = 0;
463 event_index < (sizeof(epoll_events) / sizeof(int));
464 event_index++) {
481 [event_index];
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 522 size_t event_index = config_count; local
527 VerifyRtpEvent(parsed_stream.stream(event_index),
532 event_index++;
534 VerifyRtcpEvent(parsed_stream.stream(event_index),
539 event_index++;
543 VerifyPlayoutEvent(parsed_stream.stream(event_index),
545 event_index++;
549 VerifyBweLossEvent(parsed_stream.stream(event_index),
552 event_index++;
556 VerifyLogStartEvent(parsed_stream.stream(event_index));
    [all...]
  /external/perf_data_converter/src/
perf_data_converter.cc 496 int event_index = context.file_attrs_index; local
497 sample->set_value(2 * event_index, sample->value(2 * event_index) + 1);
498 sample->set_value(2 * event_index + 1,
499 sample->value(2 * event_index + 1) + weight);

Completed in 274 milliseconds