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

  /external/libevent/test/
bench_cascade.c 62 static int fired; variable
77 fired++;
116 fired = 0;
bench.c 67 static int count, writes, fired, failures; variable
92 fired++;
112 fired = 0;
115 for (i = 0; i < num_active; i++, fired++)
125 } while (count != fired);
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 120 uint64_t fired = 0; local
145 ssize_t bytes = read(fd, &fired, sizeof(fired));
149 } else if (bytes < (ssize_t)sizeof(fired)) {
153 if (fired != 1) {
154 fprintf(stderr, "unexpected timer fd fired count: %" PRIu64 "\n", fired);
179 i += fired;
180 printf("timer fired: %d at boottime %lld.%.3ld, %s", i,
185 KLOG_INFO("suspend_stress", "timer fired: %d at boottime %lld.%.3ld, %s", i
    [all...]
  /external/libchrome/base/synchronization/
waitable_event_posix.cc 86 // variable and the fired flag in this object.
128 bool fired() const { function in class:base::SyncWaiter
198 if (sw.fired() || (finite_time && current_time >= end_time)) {
199 const bool return_value = sw.fired();
202 // of locking order), however, in between the two a signal could be fired
210 // WaitableEvent now: |Dequeue| is called even when |sw.fired()| is true,
285 if (sw.fired())
292 // The address of the WaitableEvent which fired is stored in the SyncWaiter.
294 // This will store the index of the raw_waitables which fired.
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 1519 bool fired = false; member in struct:HidlDeathRecipient
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 5010 public boolean fired() { method in class:ViewTest.MockUnhandledKeyListener
    [all...]
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 293 milliseconds