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

1 2 34 5 6 7 8 910

  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.s 419 jae Done #Jif address is outside of microcode region
461 Done:
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 232 bool Done = convert(In);
233 if (HasCutoff && Done)
235 Changed |= Done;
HexagonPeephole.cpp 240 bool Done = false;
255 Done = true;
261 if (!Done) {
291 } // if (!Done)
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
139 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
141 if (Done) return *this; // Found a new interval! Use it!
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor.cc 158 if (Done()) {
373 bool BigQueryTableAccessor::Done() {
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_allocator_retry_test.cc 93 void Done(int user_index) {
137 barrier_->Done(i);
147 barrier_->Done(i);
  /external/toolchain-utils/bestflags/
task.py 181 def Done(self, stage):
182 """Check whether the stage is done.
187 True if the stage is done.
  /external/v8/src/debug/
debug-scopes.h 53 bool Done() { return context_.is_null(); }
  /external/v8/src/heap/
gc-idle-time-handler.h 14 DONE,
23 static GCIdleTimeAction Done() {
25 result.type = DONE;
119 // despite having idle time available before we returning a Done action to
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
  /prebuilts/go/darwin-x86/src/context/
context.go 63 // Deadline returns the time when work done on behalf of this context
68 // Done returns a channel that's closed when work done on behalf of this
69 // context should be canceled. Done may return nil if this context can
70 // never be canceled. Successive calls to Done return the same value.
72 // WithCancel arranges for Done to be closed when cancel is called;
73 // WithDeadline arranges for Done to be closed when the deadline
74 // expires; WithTimeout arranges for Done to be closed when the timeout
77 // Done is provided for use in select statements:
80 // // until DoSomething returns an error or ctx.Done is closed
    [all...]
  /prebuilts/go/linux-x86/src/context/
context.go 63 // Deadline returns the time when work done on behalf of this context
68 // Done returns a channel that's closed when work done on behalf of this
69 // context should be canceled. Done may return nil if this context can
70 // never be canceled. Successive calls to Done return the same value.
72 // WithCancel arranges for Done to be closed when cancel is called;
73 // WithDeadline arranges for Done to be closed when the deadline
74 // expires; WithTimeout arranges for Done to be closed when the timeout
77 // Done is provided for use in select statements:
80 // // until DoSomething returns an error or ctx.Done is closed
    [all...]
  /system/nvram/messages/include/nvram/messages/
io.h 45 bool Done();
119 bool Done();
251 bool Done() const { return stream_buffer_->Done(); }
297 bool Done() const { return stream_buffer_->Done(); }
  /bionic/libc/bionic/
iconv.cpp 134 return Done();
331 int Done() {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 549 BOOLEAN Done;
578 for (Done = FALSE; !Done;) {
630 Done = TRUE;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 114 BOOLEAN Done;
194 for (Done = FALSE; !Done; ) {
263 Done = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 226 BOOLEAN Done;
339 Done = FALSE;
341 for (Ptr = (UINT8 *) TempData; Ptr < (UINT8 *) ((UINTN) 0x100000) && !Done; Ptr += 0x10) {
349 Done = TRUE;
358 if (!Done) {
504 // done prior to any OPROM for security purposes.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportUI.c 201 BOOLEAN Done;
261 Done = FALSE;
272 // All done, print a newline at the end of the string
276 Done = TRUE;
452 if (Done) {
529 } while (!Done);
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 336 BOOLEAN Done;
443 for (Done = FALSE; !Done; ) {
520 Done = TRUE;
    [all...]

Completed in 1020 milliseconds

1 2 34 5 6 7 8 910