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

1 2 3 4 5 6 7 891011>>

  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 194 VerboseMsg("%s tool done with return code is 0x%x.\n", UTILITY_NAME, GetUtilityStatus ());
947 goto Done;
952 goto Done;
968 goto Done;
973 goto Done;
988 goto Done;
993 goto Done;
1006 goto Done;
1035 goto Done;
1040 goto Done;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread.c 272 goto Done;
275 * in a tight loop with the lock held. A similar check is done
285 goto Done;
295 Done:
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
IdeController.c 155 goto Done;
166 goto Done;
176 Done:
  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibPkcs7/
FmpAuthenticationLibPkcs7.c 87 goto Done;
115 goto Done;
121 Done:
  /external/python/cpython2/Python/
thread.c 272 goto Done;
275 * in a tight loop with the lock held. A similar check is done
285 goto Done;
295 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/vixl/src/aarch32/
location-aarch32.cc 46 for (ForwardRefListIterator it(this); !it.Done(); it.Advance()) {
106 for (ForwardRefListIterator it(const_cast<Location*>(this)); !it.Done();
117 for (ForwardRefListIterator it(const_cast<Location*>(this)); !it.Done();
  /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()) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
ToolDefClassObject.py 130 Done, IncFile = self.ExpandMacros(IncFile)
131 if not Done:
179 Done, Value = self.ExpandMacros(Value)
180 if not Done:
190 Done, Value = self.ExpandMacros(Value)
191 if not Done:
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 613 goto Done;
619 // relocation is done by the Runtime AP.
626 goto Done;
636 goto Done;
664 goto Done;
673 goto Done;
687 goto Done;
706 goto Done;
782 Done:
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.c 345 goto Done;
356 goto Done;
370 goto Done;
376 goto Done;
382 goto Done;
396 Done:
  /external/libchrome/base/metrics/
persistent_sample_map_unittest.cc 189 EXPECT_TRUE(it->Done());
214 EXPECT_FALSE(it->Done());
226 EXPECT_FALSE(it->Done());
234 EXPECT_TRUE(it->Done());
245 EXPECT_TRUE(it->Done());
256 EXPECT_FALSE(it->Done());
  /art/libdexfile/dex/
bytecode_utils.h 112 bool Done() const { return index_ >= num_entries_; }
116 DCHECK(!Done());
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c 100 goto Done;
131 Done:
214 goto Done;
229 goto Done;
235 goto Done;
258 goto Done;
267 goto Done;
283 Done:
446 goto Done;
465 goto Done;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.sh 95 echo Done.
127 echo Done.
152 echo "step2 Done!"
164 echo Done.
184 echo "step2 Done!"
196 echo Done.
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
InitializeFpu.s 55 jnc Done
70 Done:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c 918 goto Done;
925 goto Done;
937 goto Done;
948 goto Done;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 276 goto Done;
286 goto Done;
295 goto Done;
302 Done:
787 goto Done;
797 goto Done;
807 goto Done;
823 Done:
  /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...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
InitializeFpu.S 52 jnc Done
67 Done:
  /external/v8/src/crankshaft/
hydrogen-dce.cc 53 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
73 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
  /external/valgrind/helgrind/tests/
free_is_write.stderr.exp 28 Done.
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan7.go 27 defer wg.Done()

Completed in 1044 milliseconds

1 2 3 4 5 6 7 891011>>