/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 29 ctrl_t::kSentinel, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 30 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 31 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 32 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty};
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 29 ctrl_t::kSentinel, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 30 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 31 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 32 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty};
|
/external/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 29 ctrl_t::kSentinel, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 30 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 31 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 32 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty};
|
/external/pigweed/pw_containers/ |
D | flat_map_test.cc | 35 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/cronet/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 32 ctrl_t::kSentinel, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 33 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 34 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 35 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty}; 190 SetCtrl(common, i, ctrl_t::kEmpty, slot_size); in DropDeletesWithoutResize() 226 SetCtrl(c, index, was_never_full ? ctrl_t::kEmpty : ctrl_t::kDeleted, in EraseMetaOnly()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 42 ctrl_t::kSentinel, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 43 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 44 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, 45 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty}; 201 SetCtrl(common, i, ctrl_t::kEmpty, slot_size); in DropDeletesWithoutResize() 237 SetCtrl(c, index, was_never_full ? ctrl_t::kEmpty : ctrl_t::kDeleted, in EraseMetaOnly()
|
/external/skia/src/gpu/graphite/geom/ |
D | Geometry.h | 27 kEmpty, kShape, kVertices, kSubRun, kEdgeAAQuad enumerator 39 ~Geometry() { this->setType(Type::kEmpty); } in ~Geometry() 44 case Type::kEmpty: 45 this->setType(Type::kEmpty); 49 geom.setType(Type::kEmpty); 53 geom.setType(Type::kEmpty); 57 geom.setType(Type::kEmpty); 61 geom.setType(Type::kEmpty); 69 case Type::kEmpty: this->setType(Type::kEmpty); break; 86 return fType == (Type::kEmpty) || (this->isShape() && this->shape().isEmpty()); in isEmpty() [all …]
|
D | Shape.cpp | 18 case Type::kEmpty: this->reset(); break; in operator =() 31 case Type::kEmpty: return false; in conservativeContains() 42 case Type::kEmpty: return false; in conservativeContains() 63 case Type::kEmpty: return Rect(0, 0, 0, 0); in bounds() 79 case Type::kEmpty: /* do nothing */ break; in asPath()
|
D | Shape.h | 31 kEmpty, kLine, kRect, kRRect, kPath enumerator 59 bool isEmpty() const { return fType == Type::kEmpty; } in isEmpty() 148 this->setType(Type::kEmpty); in reset() 166 Type fType = Type::kEmpty;
|
/external/cronet/net/base/ |
D | address_tracker_linux_unittest.cc | 185 const IPAddress kEmpty; in TEST_F() local 193 kAddr0, kEmpty, &buffer); in TEST_F() 211 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET6, kTestInterfaceEth, kEmpty, kAddr3, in TEST_F() 222 const IPAddress kEmpty; in TEST_F() local 227 kAddr0, kEmpty, &buffer); in TEST_F() 236 kAddr0, kEmpty, &buffer); in TEST_F() 246 kAddr0, kEmpty, &buffer); in TEST_F() 248 kAddr0, kEmpty, &buffer); in TEST_F() 278 const IPAddress kEmpty; in TEST_F() local 284 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET, kTestInterfaceEth, kAddr0, kEmpty, in TEST_F() [all …]
|
/external/skia/src/gpu/ganesh/geometry/ |
D | GrShape.cpp | 15 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 …]
|
/external/skia/src/gpu/ganesh/ |
D | GrThreadSafeCache.h | 210 SkASSERT(fTag != kEmpty); in uniquelyHeld() 222 SkASSERT(fTag != kEmpty); in key() 227 SkASSERT(fTag != kEmpty); in getCustomData() 232 SkASSERT(fTag != kEmpty); in refCustomData() 247 SkASSERT(fTag == kEmpty); in set() 260 fTag = kEmpty; in makeEmpty() 264 SkASSERT(fTag == kEmpty || fTag == kVertData); in set() 276 SkASSERT(e.fTag != kEmpty); in GetKey() 290 kEmpty, enumerator 293 } fTag { kEmpty };
|
D | ClipStack.cpp | 41 kEmpty, enumerator 58 return ClipGeometry::kEmpty; in get_clip_geometry() 77 return ClipGeometry::kEmpty; in get_clip_geometry() 94 return ClipGeometry::kEmpty; in get_clip_geometry() 695 case ClipGeometry::kEmpty: in updateForElement() 725 case GrShape::Type::kEmpty: in clipType() 726 return ClipState::kEmpty; in clipType() 822 if (fState == ClipState::kEmpty) { in genID() 835 if (fShader && fState != ClipState::kEmpty) { in state() 913 if (fState == ClipState::kEmpty) { in addElement() [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | RunQueue.h | 46 array_[i].state.store(kEmpty, std::memory_order_relaxed); in RunQueue() 57 if (s != kEmpty || in PushFront() 76 e->state.store(kEmpty, std::memory_order_release); in PopFront() 89 if (s != kEmpty || in PushBack() 110 e->state.store(kEmpty, std::memory_order_release); in PopBack() 140 e->state.store(kEmpty, std::memory_order_release); in PopBackHalf() 171 kEmpty, enumerator
|
/external/skia/src/gpu/graphite/ |
D | ClipStack.cpp | 225 return SimplifyResult::kEmpty; in Simplify() 243 return SimplifyResult::kEmpty; in Simplify() 257 return SimplifyResult::kEmpty; in Simplify() 488 case SimplifyResult::kEmpty: in updateForElement() 526 case SimplifyResult::kEmpty: in updateForDraw() 588 case Shape::Type::kEmpty: in clipType() 589 return ClipState::kEmpty; in clipType() 641 if (fShader && fState != ClipState::kEmpty) { in state() 652 SkASSERT(this->state() != ClipState::kEmpty && this->state() != ClipState::kWideOpen); in scissor() 725 if (fState == ClipState::kEmpty) { in addElement() [all …]
|
/external/angle/src/tests/gl_tests/ |
D | CompressedTextureFormatsTest.cpp | 632 const char kEmpty[] = ""; variable 635 using CompressedTextureDXT1Test = _Test<kDXT1, kEmpty, true, true, true, false, false>; 636 using CompressedTextureDXT3Test = _Test<kDXT3, kEmpty, true, true, true, false, false>; 637 using CompressedTextureDXT5Test = _Test<kDXT5, kEmpty, true, true, true, false, false>; 638 using CompressedTextureS3TCSRGBTest = _Test<kS3TCSRGB, kEmpty, true, true, true, false, false>; 639 using CompressedTextureRGTCTest = _Test<kRGTC, kEmpty, true, true, true, false, false>; 640 using CompressedTextureBPTCTest = _Test<kBPTC, kEmpty, true, true, true, true, false>; 642 using CompressedTextureETC1Test = _Test<kETC1, kEmpty, false, false, false, false, false>; 645 using CompressedTextureEACR11UTest = _Test<kEACR11U, kEmpty, true, true, true, false, true>; 646 using CompressedTextureEACR11STest = _Test<kEACR11S, kEmpty, true, true, true, false, true>; [all …]
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 19 case DeviceSpaceType::kEmpty: in Element() 71 case DeviceSpaceType::kEmpty: in operator ==() 80 static const SkRect kEmpty = {0, 0, 0, 0}; in getBounds() local 93 case DeviceSpaceType::kEmpty: in getBounds() 94 return kEmpty; in getBounds() 97 return kEmpty; in getBounds() 109 case DeviceSpaceType::kEmpty: in contains() 127 case DeviceSpaceType::kEmpty: in contains() 156 case DeviceSpaceType::kEmpty: in invertShapeFillType() 252 case DeviceSpaceType::kEmpty: in asDeviceSpacePath() [all …]
|
/external/libchrome/components/policy/core/common/ |
D | policy_service_impl.cc | 202 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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.h | 261 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)); 1529 set_ctrl(index, was_never_full ? kEmpty : kDeleted); [all …]
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | raw_hash_set.h | 272 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/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.h | 272 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/cronet/base/fuchsia/ |
D | test_component_context_for_process.h | 78 kEmpty, enumerator 83 InitialState initial_state = InitialState::kEmpty);
|
/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/libbrillo/brillo/ |
D | secure_blob_test.cc | 36 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/webrtc/net/dcsctp/packet/ |
D | crc32c_test.cc | 17 constexpr std::array<const uint8_t, 0> kEmpty = {}; variable 44 EXPECT_EQ(GenerateCrc32C(kEmpty), 0U); in TEST()
|