Home
last modified time | relevance | path

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

1234

/external/pigweed/pw_containers/
Dflat_map_test.cc35 constexpr FlatMap<int, char, 0> kEmpty({{}}); in TEST() local
36 EXPECT_EQ(kEmpty.size(), static_cast<uint32_t>(0)); in TEST()
40 constexpr FlatMap<int, char, 0> kEmpty({{}}); in TEST() local
41 EXPECT_TRUE(kEmpty.empty()); in TEST()
50 constexpr FlatMap<int, char, 0> kEmpty({{}}); in TEST() local
51 EXPECT_EQ(kEmpty.find(0), kEmpty.end()); in TEST()
55 constexpr FlatMap<int, char, 0> kEmpty({{}}); in TEST() local
56 EXPECT_EQ(kEmpty.lower_bound(0), kEmpty.end()); in TEST()
60 constexpr FlatMap<int, char, 0> kEmpty({{}}); in TEST() local
61 EXPECT_EQ(kEmpty.upper_bound(0), kEmpty.end()); in TEST()
[all …]
/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 …]
/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; } \
104 fState = State::kEmpty; \ in detachAsPicture()
112 case State::kEmpty: in detachAsPicture()
127 fState = State::kEmpty; \ in flushAndReset()
134 case State::kEmpty: return; in flushAndReset()
DSkClipStack.cpp24 case DeviceSpaceType::kEmpty: in Element()
81 case DeviceSpaceType::kEmpty: in operator ==()
90 static const SkRect kEmpty = {0, 0, 0, 0}; in getBounds() local
103 case DeviceSpaceType::kEmpty: in getBounds()
104 return kEmpty; in getBounds()
107 return kEmpty; in getBounds()
119 case DeviceSpaceType::kEmpty: in contains()
137 case DeviceSpaceType::kEmpty: in contains()
166 case DeviceSpaceType::kEmpty: in invertShapeFillType()
254 case DeviceSpaceType::kEmpty: in asDeviceSpacePath()
[all …]
/external/skia/src/gpu/geometry/
DGrShape.cpp15 case Type::kEmpty: in operator =()
66 this->setType(Type::kEmpty); in simplifyPath()
107 this->setType(Type::kEmpty); in simplifyArc()
123 this->setType(Type::kEmpty); in simplifyArc()
173 this->setType(Type::kEmpty); in simplifyRect()
204 this->setType(Type::kEmpty); in simplifyLine()
229 this->setType(Type::kEmpty); in simplifyPoint()
248 case Type::kEmpty: in simplify()
286 case Type::kEmpty: in conservativeContains()
310 case Type::kEmpty: in conservativeContains()
[all …]
DGrShape.h53 kEmpty, kPoint, kRect, kRRect, kPath, kArc, kLine enumerator
83 bool isEmpty() const { return this->type() == Type::kEmpty; } in isEmpty()
188 this->reset(Type::kEmpty); in reset()
275 Type fType = Type::kEmpty;
/external/skia/src/gpu/
DGrThreadSafeCache.h209 SkASSERT(fTag != kEmpty); in uniquelyHeld()
221 SkASSERT(fTag != kEmpty); in key()
226 SkASSERT(fTag != kEmpty); in getCustomData()
231 SkASSERT(fTag != kEmpty); in refCustomData()
246 SkASSERT(fTag == kEmpty); in set()
259 fTag = kEmpty; in makeEmpty()
263 SkASSERT(fTag == kEmpty || fTag == kVertData); in set()
275 SkASSERT(e.fTag != kEmpty); in GetKey()
289 kEmpty, enumerator
292 } fTag { kEmpty };
DGrClipStack.cpp36 kEmpty, enumerator
53 return ClipGeometry::kEmpty; in get_clip_geometry()
72 return ClipGeometry::kEmpty; in get_clip_geometry()
89 return ClipGeometry::kEmpty; in get_clip_geometry()
693 case ClipGeometry::kEmpty: in updateForElement()
723 case GrShape::Type::kEmpty: in clipType()
724 return ClipState::kEmpty; in clipType()
820 if (fState == ClipState::kEmpty) { in genID()
833 if (fShader && fState != ClipState::kEmpty) { in state()
911 if (fState == ClipState::kEmpty) { in addElement()
[all …]
DGrProcessorSet.h24 enum class Empty { kEmpty }; enumerator
154 static constexpr Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
/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 …]
/external/angle/src/libANGLE/renderer/
Dserial_utils.h30 void clear() { mValue = kEmpty; } in clear()
32 constexpr bool valid() const { return mValue != kEmpty && mValue != kDirty; } in valid()
33 constexpr bool empty() const { return mValue == kEmpty; } in empty()
37 constexpr static uintptr_t kEmpty = 0; variable
/external/libchrome/components/policy/core/common/
Dpolicy_service_impl.cc202 const PolicyMap kEmpty; in MergeAndTriggerUpdates() local
210 NotifyNamespaceUpdated(it_new->first, kEmpty, *it_new->second); in MergeAndTriggerUpdates()
214 NotifyNamespaceUpdated(it_old->first, *it_old->second, kEmpty); in MergeAndTriggerUpdates()
228 NotifyNamespaceUpdated(it_new->first, kEmpty, *it_new->second); in MergeAndTriggerUpdates()
232 NotifyNamespaceUpdated(it_old->first, *it_old->second, kEmpty); in MergeAndTriggerUpdates()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set.h272 kEmpty = -128, // 0b10000000
277 kEmpty & kDeleted & kSentinel & 0x80,
279 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
285 static_assert(kEmpty == -128,
288 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
300 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
301 kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
325 inline bool IsEmpty(ctrl_t c) { return c == kEmpty; }
369 return Match(static_cast<h2_t>(kEmpty));
1532 set_ctrl(index, was_never_full ? kEmpty : kDeleted);
[all …]
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h261 kEmpty = -128, // 0b10000000
266 kEmpty & kDeleted & kSentinel & 0x80,
268 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
274 static_assert(kEmpty == -128,
277 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
289 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
290 kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
314 inline bool IsEmpty(ctrl_t c) { return c == kEmpty; }
358 return Match(static_cast<h2_t>(kEmpty));
1552 set_ctrl(index, was_never_full ? kEmpty : kDeleted);
[all …]
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h257 kEmpty = -128, // 0b10000000
262 kEmpty & kDeleted & kSentinel & 0x80,
264 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
270 static_assert(kEmpty == -128,
273 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
285 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
286 kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
310 inline bool IsEmpty(ctrl_t c) { return c == kEmpty; }
354 return Match(static_cast<h2_t>(kEmpty));
1458 set_ctrl(index, was_never_full ? kEmpty : kDeleted);
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h272 kEmpty = -128, // 0b10000000
277 kEmpty & kDeleted & kSentinel & 0x80,
279 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
285 static_assert(kEmpty == -128,
288 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
300 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
301 kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
325 inline bool IsEmpty(ctrl_t c) { return c == kEmpty; }
369 return Match(static_cast<h2_t>(kEmpty));
1478 set_ctrl(index, was_never_full ? kEmpty : kDeleted);
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set.h272 kEmpty = -128, // 0b10000000
277 kEmpty & kDeleted & kSentinel & 0x80,
279 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
285 static_assert(kEmpty == -128,
288 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
300 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
301 kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
325 inline bool IsEmpty(ctrl_t c) { return c == kEmpty; }
369 return Match(static_cast<h2_t>(kEmpty));
1478 set_ctrl(index, was_never_full ? kEmpty : kDeleted);
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h257 kEmpty = -128, // 0b10000000
262 kEmpty & kDeleted & kSentinel & 0x80,
264 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
270 static_assert(kEmpty == -128,
273 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
285 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
286 kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
310 inline bool IsEmpty(ctrl_t c) { return c == kEmpty; }
354 return Match(static_cast<h2_t>(kEmpty));
1458 set_ctrl(index, was_never_full ? kEmpty : kDeleted);
[all …]
Dhash_generator_testing.h57 kEmpty,
97 if (variate != EnumClass::kEmpty && variate != EnumClass::kDeleted)
/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/libbrillo/brillo/
Dsecure_blob_test.cc36 const Blob kEmpty; in TEST() local
45 EXPECT_EQ(kBlob12, CombineBlobs({kEmpty, kBlob1, kEmpty, kBlob2, kEmpty})); in TEST()
46 EXPECT_EQ(kEmpty, CombineBlobs({})); in TEST()
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord_test_helpers.h35 kEmpty = 0, enumerator
61 case TestCordSize::kEmpty: in ToString()

1234