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

1 2 34 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Threading.h 69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
104 flag = Done;
110 while (tmp != Done) {
  /prebuilts/clang/host/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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-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-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-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-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-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-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-4691093/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
112 flag.status = Done;
118 while (tmp != Done) {
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 128 goto Done;
133 goto Done;
159 Done:
402 goto Done;
415 goto Done;
422 goto Done;
559 goto Done;
572 goto Done;
602 goto Done;
607 goto Done;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 233 goto Done;
267 goto Done;
300 Done:
348 goto Done;
372 Done:
528 goto Done;
534 goto Done;
549 Done:
612 goto Done;
625 goto Done;
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
waitgroup_test.go 22 wg1.Done()
34 wg2.Done()
66 wg.Done()
67 wg.Done()
85 done := make(chan interface{}, 2)
94 done <- recover()
104 done <- recover()
111 wg.Done()
117 wg.Done()
119 if err := <-done; err != nil
    [all...]
  /prebuilts/go/linux-x86/src/sync/
waitgroup_test.go 22 wg1.Done()
34 wg2.Done()
66 wg.Done()
67 wg.Done()
85 done := make(chan interface{}, 2)
94 done <- recover()
104 done <- recover()
111 wg.Done()
117 wg.Done()
119 if err := <-done; err != nil
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 48 refmv_count, mv_ref_list, Done);
51 refmv_count, mv_ref_list, Done);
66 ADD_MV_REF_LIST(candidate_mi->mv[0], refmv_count, mv_ref_list, Done);
68 ADD_MV_REF_LIST(candidate_mi->mv[1], refmv_count, mv_ref_list, Done);
75 ADD_MV_REF_LIST(prev_frame_mvs->mv[0], refmv_count, mv_ref_list, Done);
77 ADD_MV_REF_LIST(prev_frame_mvs->mv[1], refmv_count, mv_ref_list, Done);
93 refmv_count, mv_ref_list, Done);
108 ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done);
120 ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done);
124 Done
    [all...]
  /external/libchrome/base/metrics/
histogram_samples.cc 18 bool Done() const override;
39 bool SampleCountPickleIterator::Done() const {
44 DCHECK(!Done());
54 DCHECK(!Done());
78 // so it's essential that no write be done in that case.
125 for (std::unique_ptr<SampleCountIterator> it = Iterator(); !it->Done();
151 DCHECK(!Done());
sample_map_unittest.cc 106 EXPECT_TRUE(it->Done());
125 EXPECT_FALSE(it->Done());
137 EXPECT_FALSE(it->Done());
145 EXPECT_TRUE(it->Done());
153 EXPECT_TRUE(it->Done());
164 EXPECT_FALSE(it->Done());
  /external/toolchain-utils/bestflags/
task_test.py 143 """Test the done methods of the task.
145 The done method should return false is the task has not perform and return
156 assert not work_task.Done(task.TEST_STAGE)
157 assert not work_task.Done(task.BUILD_STAGE)
163 assert not work_task.Done(task.TEST_STAGE)
164 assert work_task.Done(task.BUILD_STAGE)
169 assert work_task.Done(task.TEST_STAGE)
170 assert work_task.Done(task.BUILD_STAGE)
  /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(); }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
FindFiles.c 156 goto Done;
192 goto Done;
199 Done:

Completed in 670 milliseconds

1 2 34 5 6 7 8 91011>>