Home
last modified time | relevance | path

Searched refs:kEmpty (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/src/core/
DSkMiniRecorder.cpp68 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()
DSkClipStack.cpp22 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 …]
DSkMiniRecorder.h39 kEmpty, enumerator
DSkCoverageDelta.h191 kEmpty enumerator
204 void setEmpty() { fType = Type::kEmpty; } in setEmpty()
/external/skqp/src/core/
DSkMiniRecorder.cpp68 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()
DSkClipStack.cpp22 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 …]
DSkMiniRecorder.h39 kEmpty, enumerator
DSkCoverageDelta.h191 kEmpty enumerator
204 void setEmpty() { fType = Type::kEmpty; } in setEmpty()
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DRunQueue.h47 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/
DGrShape.h42 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;
DGrShape.cpp16 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 …]
DGrProcessorSet.h23 enum class Empty { kEmpty }; enumerator
144 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
DGrProcessorSet.cpp16 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet()
21 return GrProcessorSet(GrProcessorSet::Empty::kEmpty); in MakeEmptySet()
/external/skia/src/gpu/
DGrShape.h42 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;
DGrShape.cpp16 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 …]
DGrProcessorSet.h24 enum class Empty { kEmpty }; enumerator
149 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
DGrProcessorSet.cpp17 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet()
22 return GrProcessorSet(GrProcessorSet::Empty::kEmpty); in MakeEmptySet()
/external/libbrillo/brillo/
Dsecure_blob_unittest.cc35 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()
Dfile_utils.cc57 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/
Dcircular-queue.h44 kEmpty, // Marks clean (processed) entries. enumerator
50 Entry() : marker(kEmpty) {} in V8_ALIGNED()
Dcircular-queue-inl.h37 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/
Dflatrep.h105 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/
Dnuma_map_and_batch_dataset_op.cc370 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/
Dzone-chunk-list.h46 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/
Dtrace_to_profile.cc82 kEmpty = 0, enumerator
114 string_table[""] = kEmpty; in DumpProfilePacket()

12