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

1 2 3 45 6 7 8 910

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
MainTextEditor.c 294 BOOLEAN Done;
342 Done = FALSE;
343 while (!Done) {
367 Done = TRUE;
375 Done = TRUE;
553 BOOLEAN Done;
635 Done = FALSE;
636 while (!Done) {
651 Done = TRUE;
665 // end of while !Done
    [all...]
  /external/libchrome/base/metrics/
persistent_sample_map.cc 38 bool Done() const override;
60 bool PersistentSampleMapIterator::Done() const {
65 DCHECK(!Done());
73 DCHECK(!Done());
83 while (!Done() && *iter_->second == 0) {
189 for (; !iter->Done(); iter->Next()) {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 185 bool Done = true;
189 default: Done = false; break;
194 if (Done) break;
283 bool Done = true;
287 default: Done = false; break;
315 if (Done) break;
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 358 bool Done = rewriteAArch64FrameIndex(MI, i, BaseReg, Off, TII);
359 assert(Done && "Unable to resolve frame index!");
360 (void)Done;
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 387 bool Done = emitPopSpecialFixUp(MBB, /* DoIt */ true);
388 (void)Done;
389 assert(Done && "Emission of the special fixup failed!?");
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 61 std::set<Constant*> Done;
67 Done.insert(V);
77 if (C && !isa<GlobalValue>(C) && !Done.count(C))
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.h 32 Done,
46 Done,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 223 bool Done = true;
227 default: Done = false; break;
255 if (Done) break;
  /external/v8/src/
bit-vector.h 29 bool Done() const { return current_index_ >= target_->data_length_; }
33 DCHECK(!Done());
200 bool Done() const { return it_.Done(); }
223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) {
eh-frame.h 237 bool Done() const {
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.h 106 // |shared_socket_mode| is false, each request will be done with a new socket.
178 bool Done() {
211 // How many requests should be done against each resolved IP.
stunprober.cc 82 bool Done() {
321 // Deletion of AsyncResolverInterface can't be done in OnResolveResult which
385 if (!current_requester_ || current_requester_->Done()) {
417 if (Done()) {
  /system/core/adb/
bugreport.cpp 71 int Done(int unused_) {
185 // Overall process of the operation, as returned by Done().
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 112 BOOLEAN Done;
232 for (Done = FALSE, Index = 0, PeiIndex = 0, SecFile = NULL;
771 // On Unix a dlopen is done that will change the entry point
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 182 BOOLEAN Done;
282 for (Done = FALSE, Index = 0, PeiCoreFile = NULL; !Done; Index++) {
287 Done = TRUE;
335 for (Index = 0, Done = FALSE; !Done; Index++) {
347 Done = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
MainHexEditor.c 227 BOOLEAN Done;
463 Done = FALSE;
464 while (!Done) {
475 Done = TRUE;
824 BOOLEAN Done;
877 Done = FALSE;
878 while (!Done) {
917 Done = TRUE;
925 Done = TRUE;
1062 BOOLEAN Done;
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
JavaCharStream.java 502 public void Done()
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
JavaCharStream.java 573 public void Done()
  /external/llvm/lib/Target/Hexagon/
HexagonGenPredicate.cpp 503 bool Done = convertToPredForm(MI);
504 if (Done) {
511 auto Done = [Processed] (MachineInstr *MI) -> bool {
514 PUsers.remove_if(Done);
  /external/pdfium/core/fpdftext/
cpdf_textpage.h 42 enum class FPDFText_MarkedContent { Pass = 0, Done, Delay };
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 180 /// returning true if it cannot be done. This just pattern matches for the
364 bool Done = false;
378 Done = true;
384 if (!Done && MatchAddress(Addr, AM12, /* is12Bit */ true))
388 if (!Done && !is12BitOnly &&
413 bool Done = false;
427 Done = true;
433 if (!Done && MatchAddress(Addr, AM, /* is12Bit */ false))
456 bool Done = false;
470 Done = true
    [all...]
  /external/vixl/src/
invalset-vixl.h 273 bool Done() const;
757 VIXL_ASSERT(!Done());
773 bool InvalSetIterator<S>::Done() const {
775 bool done = (iterator_ == inval_set_->vector_->end()); local
776 VIXL_ASSERT(done == (index_ == inval_set_->size()));
777 return done;
886 VIXL_ASSERT(!Done());
903 VIXL_ASSERT(!Done());
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 399 public void Done()
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 399 public void Done()
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 399 public void Done()

Completed in 1773 milliseconds

1 2 3 45 6 7 8 910