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

12 3 4 5 6 7 8 910

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
112 flag.status = Done;
118 while (tmp != Done) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
112 flag.status = Done;
118 while (tmp != Done) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
112 flag.status = Done;
118 while (tmp != Done) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
112 flag.status = Done;
118 while (tmp != Done) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
112 flag.status = Done;
118 while (tmp != Done) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
112 flag.status = Done;
118 while (tmp != Done) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
112 flag.status = Done;
118 while (tmp != Done) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
EscapeEnumerator.h 34 bool Done;
41 Builder(F.getContext()), Done(false),
  /system/core/adb/
commandline.h 40 virtual int Done(int status) = 0;
75 int Done(int status) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
FileSearch.c 60 BOOLEAN Done;
81 Done = FALSE;
82 while (!Done) {
84 // If we're done (we found a match) copy the file name found and return
86 Done = FileSearchMeetsCriteria (FSData);
87 if (Done) {
111 BOOLEAN Done;
113 Done = FALSE;
114 while (!Done) {
121 Done = FileSearchMeetsCriteria (FSData);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Mode.c 40 BOOLEAN Done;
88 for (LoopVar = 0, Done = FALSE; LoopVar < gST->ConOut->Mode->MaxMode && ShellStatus == SHELL_SUCCESS ; LoopVar++) {
100 Done = TRUE;
106 if (!Done) {
116 for (LoopVar = 0, Done = FALSE; LoopVar < gST->ConOut->Mode->MaxMode && ShellStatus == SHELL_SUCCESS ; LoopVar++) {
  /external/compiler-rt/test/tsan/
vptr_benign_race.cc 13 void Done() {
41 obj->Done();
vptr_harmful_race.cc 11 void Done() {
31 obj->Done();
vptr_harmful_race2.cc 11 void Done() {
32 obj->Done();
vptr_harmful_race3.cc 11 void Done() {
33 obj->Done();
  /external/llvm/lib/IR/
Use.cpp 58 ptrdiff_t Done = 0;
59 while (Done < 20) {
67 new (Stop) Use(tags[Done++]);
70 ptrdiff_t Count = Done;
75 ++Done;
76 Count = Done;
80 ++Done;
  /external/perfetto/src/traced/probes/filesystem/
file_scanner.cc 59 while (!Done())
66 if (Done())
146 for (uint32_t i = 0; i < n && !Done(); ++i)
150 bool FileScanner::Done() {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Use.cpp 89 ptrdiff_t Done = 0;
90 while (Done < 20) {
101 new(Stop) Use(tags[Done++]);
104 ptrdiff_t Count = Done;
109 ++Done;
110 Count = Done;
114 ++Done;
  /external/toolchain-utils/bestflags/
mock_task.py 68 def Done(self, stage):

Completed in 628 milliseconds

12 3 4 5 6 7 8 910