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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/context/
context_test.go 46 case x := <-c.Done():
47 t.Errorf("<-c.Done() == %v want nothing (it should block)", x)
61 case x := <-c.Done():
62 t.Errorf("<-c.Done() == %v want nothing (it should block)", x)
82 if d := c.Done(); d == nil {
83 t.Errorf("c[%d].Done() == %v want non-nil", i, d)
90 case x := <-c.Done():
91 t.Errorf("<-c.Done() == %v want nothing (it should block)", x)
101 case <-c.Done():
103 t.Errorf("<-c[%d].Done() blocked, but shouldn't have", i
    [all...]
  /prebuilts/go/linux-x86/src/context/
context_test.go 46 case x := <-c.Done():
47 t.Errorf("<-c.Done() == %v want nothing (it should block)", x)
61 case x := <-c.Done():
62 t.Errorf("<-c.Done() == %v want nothing (it should block)", x)
82 if d := c.Done(); d == nil {
83 t.Errorf("c[%d].Done() == %v want non-nil", i, d)
90 case x := <-c.Done():
91 t.Errorf("<-c.Done() == %v want nothing (it should block)", x)
101 case <-c.Done():
103 t.Errorf("<-c[%d].Done() blocked, but shouldn't have", i
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/
TisPc.c 436 goto Done;
443 goto Done;
460 goto Done;
468 Done:
514 goto Done;
525 goto Done;
541 goto Done;
547 goto Done;
551 goto Done;
555 goto Done;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DxeRsa2048Sha256GuidedSectionExtractLib.c 232 goto Done;
242 goto Done;
253 goto Done;
259 goto Done;
265 goto Done;
290 goto Done;
300 goto Done;
311 goto Done;
317 goto Done;
328 goto Done;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
PeiRsa2048Sha256GuidedSectionExtractLib.c 216 goto Done;
226 goto Done;
237 goto Done;
243 goto Done;
249 goto Done;
274 goto Done;
284 goto Done;
295 goto Done;
301 goto Done;
312 goto Done;
    [all...]
  /build/kati/testcase/
deprecated_export.mk 21 echo Done
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2DictionaryAttack.c 107 goto Done;
113 goto Done;
118 goto Done;
121 Done:
198 goto Done;
204 goto Done;
209 goto Done;
212 Done:
Tpm2Miscellaneous.c 101 goto Done;
107 goto Done;
112 goto Done;
115 Done:
  /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/valgrind/drd/tests/
annotate_hb_race.stderr.exp 6 Done.
annotate_publish_hg.stderr.exp 5 Done.
pth_uninitialized_cond.stderr.exp 8 Done.
std_thread2.stderr.exp 7 Done.
  /prebuilts/go/darwin-x86/test/fixedbugs/issue19467.dir/
z.go 15 wg.Done()
27 "mysync.(*WaitGroup).Done",
  /prebuilts/go/linux-x86/test/fixedbugs/issue19467.dir/
z.go 15 wg.Done()
27 "mysync.(*WaitGroup).Done",
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c 345 goto Done;
352 goto Done;
363 goto Done;
398 Done:
560 goto Done;
566 goto Done;
572 goto Done;
611 goto Done;
625 goto Done;
642 Done:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
mysnprintf.c 71 goto Done;
81 goto Done;
100 Done:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mysnprintf.c 71 goto Done;
81 goto Done;
100 Done:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Thunk.c 118 goto Done;
128 goto Done;
156 Done:
  /external/llvm/include/llvm/Support/
Threading.h 69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
104 flag = Done;
110 while (tmp != Done) {
  /external/python/cpython2/Python/
mysnprintf.c 71 goto Done;
81 goto Done;
100 Done:
  /external/python/cpython3/Python/
mysnprintf.c 70 goto Done;
80 goto Done;
99 Done:

Completed in 474 milliseconds

1 23 4 5 6 7 8 91011>>