/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 68 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {} in SkMiniRecorder() 70 if (fState != State::kEmpty) { in ~SkMiniRecorder() 75 SkASSERT(fState == State::kEmpty); in ~SkMiniRecorder() 79 if (fState != State::kEmpty) { return false; } \ 101 fState = State::kEmpty; \ in detachAsPicture() 108 case State::kEmpty: in detachAsPicture() 123 fState = State::kEmpty; \ in flushAndReset() 130 case State::kEmpty: return; in flushAndReset()
|
D | SkClipStack.cpp | 22 case DeviceSpaceType::kEmpty: in Element() 70 case DeviceSpaceType::kEmpty: in operator ==() 79 static const SkRect kEmpty = {0, 0, 0, 0}; in getBounds() local 86 case DeviceSpaceType::kEmpty: in getBounds() 87 return kEmpty; in getBounds() 90 return kEmpty; in getBounds() 102 case DeviceSpaceType::kEmpty: in contains() 119 case DeviceSpaceType::kEmpty: in contains() 144 case DeviceSpaceType::kEmpty: in invertShapeFillType() 225 case DeviceSpaceType::kEmpty: in asDeviceSpacePath() [all …]
|
D | SkMiniRecorder.h | 39 kEmpty, enumerator
|
D | SkCoverageDelta.h | 191 kEmpty enumerator 204 void setEmpty() { fType = Type::kEmpty; } in setEmpty()
|
/external/skqp/src/core/ |
D | SkMiniRecorder.cpp | 68 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {} in SkMiniRecorder() 70 if (fState != State::kEmpty) { in ~SkMiniRecorder() 75 SkASSERT(fState == State::kEmpty); in ~SkMiniRecorder() 79 if (fState != State::kEmpty) { return false; } \ 101 fState = State::kEmpty; \ in detachAsPicture() 108 case State::kEmpty: in detachAsPicture() 123 fState = State::kEmpty; \ in flushAndReset() 130 case State::kEmpty: return; in flushAndReset()
|
D | SkClipStack.cpp | 22 case DeviceSpaceType::kEmpty: in Element() 70 case DeviceSpaceType::kEmpty: in operator ==() 79 static const SkRect kEmpty = {0, 0, 0, 0}; in getBounds() local 86 case DeviceSpaceType::kEmpty: in getBounds() 87 return kEmpty; in getBounds() 90 return kEmpty; in getBounds() 102 case DeviceSpaceType::kEmpty: in contains() 119 case DeviceSpaceType::kEmpty: in contains() 144 case DeviceSpaceType::kEmpty: in invertShapeFillType() 225 case DeviceSpaceType::kEmpty: in asDeviceSpacePath() [all …]
|
D | SkMiniRecorder.h | 39 kEmpty, enumerator
|
D | SkCoverageDelta.h | 191 kEmpty enumerator 204 void setEmpty() { fType = Type::kEmpty; } in setEmpty()
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | RunQueue.h | 47 array_[i].state.store(kEmpty, std::memory_order_relaxed); in RunQueue() 58 if (s != kEmpty || in PushFront() 77 e->state.store(kEmpty, std::memory_order_release); in PopFront() 90 if (s != kEmpty || in PushBack() 113 e->state.store(kEmpty, std::memory_order_release); in PopBack() 145 e->state.store(kEmpty, std::memory_order_release); in PopBackHalf() 188 kEmpty, enumerator
|
/external/skqp/src/gpu/ |
D | GrShape.h | 42 GrShape() { this->initType(Type::kEmpty); } in GrShape() 122 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape() 203 case Type::kEmpty: in asPath() 295 bool isEmpty() const { return Type::kEmpty == fType || Type::kInvertedEmpty == fType; } in isEmpty() 316 case Type::kEmpty: in knownToBeConvex() 343 case Type::kEmpty: in inverseFilled() 387 case Type::kEmpty: in knownToBeClosed() 406 case Type::kEmpty: in segmentMask() 464 kEmpty, enumerator 473 fType = Type::kEmpty;
|
D | GrShape.cpp | 16 case Type::kEmpty: in operator =() 103 result.fType = Type::kEmpty; in MakeFilled() 106 case Type::kEmpty: in MakeFilled() 107 result.fType = is_inverted(false, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled() 110 result.fType = is_inverted(true, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled() 136 case Type::kEmpty: in bounds() 228 case Type::kEmpty: in unstyledKeySize() 269 case Type::kEmpty: in writeUnstyledKey() 392 case Type::kEmpty: in GrShape() 424 this->initType(Type::kEmpty); in GrShape() [all …]
|
D | GrProcessorSet.h | 23 enum class Empty { kEmpty }; enumerator 144 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
|
D | GrProcessorSet.cpp | 16 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() 21 return GrProcessorSet(GrProcessorSet::Empty::kEmpty); in MakeEmptySet()
|
/external/skia/src/gpu/ |
D | GrShape.h | 42 GrShape() { this->initType(Type::kEmpty); } in GrShape() 122 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape() 203 case Type::kEmpty: in asPath() 295 bool isEmpty() const { return Type::kEmpty == fType || Type::kInvertedEmpty == fType; } in isEmpty() 316 case Type::kEmpty: in knownToBeConvex() 343 case Type::kEmpty: in inverseFilled() 387 case Type::kEmpty: in knownToBeClosed() 406 case Type::kEmpty: in segmentMask() 464 kEmpty, enumerator 473 fType = Type::kEmpty;
|
D | GrShape.cpp | 16 case Type::kEmpty: in operator =() 103 result.fType = Type::kEmpty; in MakeFilled() 106 case Type::kEmpty: in MakeFilled() 107 result.fType = is_inverted(false, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled() 110 result.fType = is_inverted(true, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled() 136 case Type::kEmpty: in bounds() 228 case Type::kEmpty: in unstyledKeySize() 269 case Type::kEmpty: in writeUnstyledKey() 392 case Type::kEmpty: in GrShape() 424 this->initType(Type::kEmpty); in GrShape() [all …]
|
D | GrProcessorSet.h | 24 enum class Empty { kEmpty }; enumerator 149 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
|
D | GrProcessorSet.cpp | 17 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() 22 return GrProcessorSet(GrProcessorSet::Empty::kEmpty); in MakeEmptySet()
|
/external/libbrillo/brillo/ |
D | secure_blob_unittest.cc | 35 const Blob kEmpty; in TEST() local 44 EXPECT_EQ(kBlob12, CombineBlobs({kEmpty, kBlob1, kEmpty, kBlob2, kEmpty})); in TEST() 45 EXPECT_EQ(kEmpty, CombineBlobs({})); in TEST()
|
D | file_utils.cc | 57 kEmpty = 2 // Anything that was at the path has been deleted. enumerator 91 return kEmpty; in RegularFileOrDelete() 110 case kEmpty: in TouchFileInternal()
|
/external/v8/src/profiler/ |
D | circular-queue.h | 44 kEmpty, // Marks clean (processed) entries. enumerator 50 Entry() : marker(kEmpty) {} in V8_ALIGNED()
|
D | circular-queue-inl.h | 37 base::Release_Store(&dequeue_pos_->marker, kEmpty); in Remove() 45 if (base::Acquire_Load(&enqueue_pos_->marker) == kEmpty) { in StartEnqueue()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatrep.h | 105 b->marker[i] = kEmpty; in clear_no_resize() 154 } else if (x == kEmpty) { in Find() 185 } else if (x == kEmpty) { in FindOrInsert() 243 enum { kEmpty = 0, kDeleted = 1 }; // Special markers for an entry. enumerator 270 memset(b->marker, kEmpty, kWidth); in Init()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | numa_map_and_batch_dataset_op.cc | 370 while (!cancelled_ && batches_[next].state != BatchState::kEmpty) { in WaitForInputSpace() 383 DCHECK(batches_[next].state == BatchState::kEmpty); in WaitForInputSpace() 396 DCHECK(batches_[next_input_batch_].state == BatchState::kEmpty); in PushInputs() 527 batches_[next_output_].state == BatchState::kEmpty)) { in GetBatch() 540 batches_[next_output_].state == BatchState::kEmpty) { in GetBatch() 624 if (batches_[index].state == BatchState::kEmpty) { in Save() 742 kEmpty, enumerator 780 state = BatchState::kEmpty; in Reset()
|
/external/v8/src/zone/ |
D | zone-chunk-list.h | 46 kEmpty = 0, enumerator 55 explicit ZoneChunkList(Zone* zone, StartMode start_mode = StartMode::kEmpty) 57 if (start_mode != StartMode::kEmpty) { in zone_()
|
/external/perfetto/tools/trace_to_text/ |
D | trace_to_profile.cc | 82 kEmpty = 0, enumerator 114 string_table[""] = kEmpty; in DumpProfilePacket()
|