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

  /system/extras/simpleperf/
workload.h 33 Finished,
  /frameworks/native/include/input/
InputTransport.h 116 struct Finished {
121 return sizeof(Finished);
123 } finished; member in union:android::InputMessage::Body
158 * Try again after the consumer has sent a finished signal indicating that it has
251 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
308 /* Sends a finished signal to the publisher to inform it that the message
309 * with the specified sequence number has finished being process and whether
418 // batch with the previous one. When the finished signal is sent, we traverse the
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 492 bool Finished = false;
493 while (DE.isValidOffset(Offset) && !Finished) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 219 /// top-level declaration is finished.
663 assert(isActive && "Parsing action was finished!");
670 assert(isActive && "Parsing action was finished!");
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 220 milliseconds