HomeSort by relevance Sort by last modified time
    Searched refs:runAt (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_execute.h 21 JS_PROP(runAt);
cjx_script.h 22 JS_PROP(runAt);
cjx_execute.cpp 27 void CJX_Execute::runAt(CFXJSE_Value* pValue,
cjx_script.cpp 28 void CJX_Script::runAt(CFXJSE_Value* pValue,
  /frameworks/base/libs/hwui/thread/
WorkQueue.h 52 WorkItem(nsecs_t runAt, std::function<void()>&& work)
53 : runAt(runAt), work(std::move(work)) {}
55 nsecs_t runAt;
71 [&now](WorkItem& item) { return item.runAt > now; });
117 return std::begin(mWorkQueue)->runAt;
128 [time = item.runAt](WorkItem & item) { return item.runAt > time; });
  /frameworks/base/libs/hwui/renderthread/
RenderThread.cpp 268 nsecs_t runAt = (vsyncEvent + DISPATCH_FRAME_CALLBACKS_DELAY);
269 queue().postAt(runAt, [this]() { dispatchFrameCallbacks(); });
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowHandlerTest.java 365 final ArrayList<Long> runAt = new ArrayList<>();
370 runAt.add(shadowOf(Looper.myLooper()).getScheduler().getCurrentTime());
384 assertThat(runAt).as("handledAt").containsExactly(startTime + 400L);
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_script.cpp     [all...]

Completed in 240 milliseconds