Home
last modified time | relevance | path

Searched defs:Ready (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h129 Ready, // FPDF_RENDER_READER enumerator
/external/gemmlowp/internal/
Dmulti_thread_gemm.h218 Ready, // Is not working, has not yet received new work to do. enumerator
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dpageint.h276 enum ParseStatus { Ready, ToBeContinued, Done }; enumerator
/external/clang/include/clang/AST/
DExprCXX.h4088 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator
4094 Expr *Ready, Expr *Suspend, Expr *Resume) in CoroutineSuspendExpr()
4160 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, in CoawaitExpr()
4183 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1194 Ready, enumerator
/external/mesa3d/src/mesa/main/
Dmtypes.h2495 GLboolean Ready; /**< result is ready? */ member