HomeSort by relevance Sort by last modified time
    Searched defs:Done (Results 51 - 75 of 250) sorted by null

1 23 4 5 6 7 8 910

  /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...]
  /system/nvram/messages/
io.cpp 83 bool InputStreamBuffer::Done() {
170 bool OutputStreamBuffer::Done() {
  /external/pdfium/core/fpdfapi/render/
cpdf_progressiverenderer.h 30 Done, // FPDF_RENDER_DONE
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
infeed_manager.h 61 void Done() { delete this; }
85 // Adds a set of buffers to the infeed queue atomically. buffer->Done
115 // InfeedBuffer* queue contents are not owned, but buffer->Done must
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
Print.c 174 BOOLEAN Done;
202 for (Done = FALSE; !Done; ) {
239 Done = TRUE;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Variable.c 195 BOOLEAN Done;
197 for (Done = FALSE; !Done; ) {
204 Done = (EfiAtRuntime () && ((Entry->Attribute & EFI_VARIABLE_RUNTIME_ACCESS) == 0)) ? FALSE : TRUE;
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 156 p.wg.Done()
187 // Done tells the queue that no more files need to be uploaded. This must be
189 func (uq *UploadQueue) Done() {
253 dq.uq.Done()
257 func (dq *DumpQueue) done() { func
304 uq.Done()
330 dq.done()
  /external/libchrome/base/metrics/
histogram_samples.cc 18 bool Done() const override;
39 bool SampleCountPickleIterator::Done() const {
44 DCHECK(!Done());
54 DCHECK(!Done());
78 // so it's essential that no write be done in that case.
125 for (std::unique_ptr<SampleCountIterator> it = Iterator(); !it->Done();
151 DCHECK(!Done());
sample_map.cc 30 bool Done() const override;
51 bool SampleMapIterator::Done() const {
56 DCHECK(!Done());
62 DCHECK(!Done());
72 while (!Done() && iter_->second == 0) {
114 for (; !iter->Done(); iter->Next()) {
sample_vector.cc 80 while (index < counts_size_ && !iter->Done()) {
98 return iter->Done();
153 bool SampleVectorIterator::Done() const {
158 DCHECK(!Done());
166 DCHECK(!Done());
176 DCHECK(!Done());
183 if (Done())
  /external/v8/tools/testrunner/local/
progress.py 54 def Done(self):
116 def Done(self):
155 print 'Done running %s: %s' % (test.GetLabel(), outcome)
193 def Done(self):
194 self.PrintProgress('Done')
282 def Done(self):
317 def Done(self):
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
148 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
150 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
148 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
150 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
148 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
150 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
148 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
150 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
148 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
150 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
148 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
150 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
148 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
150 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
148 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
150 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
iter.go 116 // Done returns true if there is no more input to process.
117 func (i *Iter) Done() bool {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
iter.go 116 // Done returns true if there is no more input to process.
117 func (i *Iter) Done() bool {
  /art/compiler/optimizing/
register_allocator.cc 61 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
88 bool Done() const { return current_interval_ == nullptr; }
125 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
139 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
288 for (HLoopInformationOutwardIterator it(*block_to); !it.Done(); it.Advance()) {
  /art/libartbase/base/
bit_vector.h 65 bool Done() const {
  /art/libdexfile/dex/
bytecode_utils.h 112 bool Done() const { return index_ >= num_entries_; }
116 DCHECK(!Done());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Print/
Print.c 190 BOOLEAN Done;
217 for (Done = FALSE; !Done; ) {
254 Done = TRUE;

Completed in 1013 milliseconds

1 23 4 5 6 7 8 910