Home
last modified time | relevance | path

Searched defs:Done (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/node/src/dataqueue/
Dqueue.h141 using Done = bob::Done; variable
/third_party/skia/include/private/
DSkOnce.h49 enum State : uint8_t { NotStarted, Claimed, Done}; enumerator
/third_party/node/test/parallel/
Dtest-tls-client-default-ciphers.js30 function Done() {} class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp50 bool Done = false; in decode() local
179 bool Done = false; in lookup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DEscapeEnumerator.h33 bool Done; variable
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go58 Done(ctx context.Context, err error) methodSpec
111 func (EmptyHandler) Done(ctx context.Context, err error) { func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go58 Done(ctx context.Context, err error) methodSpec
111 func (EmptyHandler) Done(ctx context.Context, err error) { func
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go58 Done(ctx context.Context, err error) methodSpec
111 func (EmptyHandler) Done(ctx context.Context, err error) { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLoopTraversal.cpp44 bool Done = isBlockDone(ActiveMBB); in traverse() local
DScheduleDAG.cpp270 bool Done = true; in ComputeDepth() local
301 bool Done = true; in ComputeHeight() local
/third_party/node/src/
Dnode_bob.h68 using Done = std::function<void(size_t)>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUse.cpp57 ptrdiff_t Done = 0; in initTags() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreading.h92 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h119 bool Done = false; variable
200 bool Done = false; variable
258 bool Done = false; variable
/third_party/node/deps/v8/src/debug/
Ddebug-scope-iterator.cc69 bool DebugScopeIterator::Done() { return iterator_.Done(); } in Done() function in v8::internal::DebugScopeIterator
Ddebug-stack-trace-iterator.cc44 bool DebugStackTraceIterator::Done() const { return iterator_.done(); } in Done() function in v8::internal::DebugStackTraceIterator
Ddebug-scopes.h58 bool Done() const { return context_.is_null(); } in Done() function
Ddebug-property-iterator.cc46 bool DebugPropertyIterator::Done() const { return is_done_; } in Done() function in v8::internal::DebugPropertyIterator
/third_party/ninja/src/
Dsubprocess-win32.cc206 bool Subprocess::Done() const { in Done() function in Subprocess
Dsubprocess-posix.cc179 bool Subprocess::Done() const { in Done() function in Subprocess
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp199 bool Done = true; in EmitMSInlineAsmStr() local
341 bool Done = true; in EmitGCCInlineAsmStr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenPredicate.cpp522 bool Done = convertToPredForm(MI); in runOnMachineFunction() local
530 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() local
DHexagonGenExtract.cpp241 bool Done = convert(In); in visitBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIntervalIterator.h147 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); variable

1234