HomeSort by relevance Sort by last modified time
    Searched refs:Done (Results 1 - 25 of 1016) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
FlushCacheLine.c 50 jmp Done
53 Done:
  /external/valgrind/drd/tests/
annotate_smart_pointer.stderr.exp 2 Done.
annotate_static.stderr.exp 2 Done.
bug-235681.stderr.exp 2 Done.
concurrent_close.stderr.exp 2 Done.
free_is_write.stderr.exp 2 Done.
free_is_write2.stderr.exp 2 Done.
pth_barrier_thr_cr.stderr.exp 2 Done.
pth_broadcast.stderr.exp 2 Done.
pth_detached.stderr.exp 2 Done.
pth_detached2.stderr.exp 2 Done.
pth_detached_sem.stderr.exp 2 Done.
std_atomic.stderr.exp 3 Done.
std_thread.stderr.exp 2 Done.
  /external/valgrind/helgrind/tests/
annotate_smart_pointer.stderr.exp 2 Done.
  /external/v8/src/crankshaft/
lithium-inl.h 41 bool TempIterator::Done() { return current_ >= limit_; }
45 DCHECK(!Done());
67 bool InputIterator::Done() { return current_ >= limit_; }
71 DCHECK(!Done());
96 bool UseIterator::Done() {
97 return input_iterator_.Done() && env_iterator_.Done();
102 DCHECK(!Done());
103 LOperand* result = input_iterator_.Done() ? env_iterator_.Current()
111 input_iterator_.Done() ? env_iterator_.Advance() : input_iterator_.Advance()
    [all...]
  /art/test/595-error-class/smali/
merge.smali 26 goto :Done
29 :Done
  /external/skia/include/private/
SkOnce.h 28 if (state == Done) {
36 // Great! We'll run fn() then notify the other threads by releasing Done into fState.
38 return fState.store(Done, std::memory_order_release);
42 // We'll just spin here acquiring until it releases Done into fState.
43 while (fState.load(std::memory_order_acquire) != Done) { /*spin*/ }
47 enum State : uint8_t { NotStarted, Claimed, Done};
  /external/skqp/include/private/
SkOnce.h 28 if (state == Done) {
36 // Great! We'll run fn() then notify the other threads by releasing Done into fState.
38 return fState.store(Done, std::memory_order_release);
42 // We'll just spin here acquiring until it releases Done into fState.
43 while (fState.load(std::memory_order_acquire) != Done) { /*spin*/ }
47 enum State : uint8_t { NotStarted, Claimed, Done};
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmGicArchLib/AArch64/
ArmGicArchLib.c 49 goto Done;
55 Done:
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmGicArchLib/Arm/
ArmGicArchLib.c 49 goto Done;
55 Done:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),

Completed in 262 milliseconds

1 2 3 4 5 6 7 8 91011>>