/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | SparseBitSet.cpp | 29 const uint32_t SparseBitSet::kNotFound; member in minikin::SparseBitSet 123 return kNotFound; in nextSetBit() 155 return kNotFound; in nextSetBit()
|
D | SparseBitSet.h | 66 static const uint32_t kNotFound = ~0u; variable
|
/third_party/flutter/skia/third_party/gif/ |
D | SkGifImageReader.h | 153 static constexpr int kNotFound = -1; 159 , m_transPixel(kNotFound) in SkGIFColorMap() 203 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
|
D | SkGifImageReader.cpp | 353 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() in buildTable() 793 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound in parse()
|
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkGifImageReader.h | 153 static constexpr int kNotFound = -1; 159 , m_transPixel(kNotFound) in SkGIFColorMap() 203 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
|
D | SkGifImageReader.cpp | 354 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() in buildTable() 794 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound in parse()
|
/third_party/abseil-cpp/absl/status/ |
D | status.cc | 42 case StatusCode::kNotFound: in StatusCodeToString() 97 case absl::StatusCode::kNotFound: in MapToLocalCode() 349 return Status(absl::StatusCode::kNotFound, message); in NotFoundError() 413 return status.code() == absl::StatusCode::kNotFound; in IsNotFound()
|
D | status.h | 141 kNotFound = 5, enumerator
|
D | statusor_test.cc | 1032 EXPECT_EQ(so.status().code(), absl::StatusCode::kNotFound); in TEST() 1058 EXPECT_EQ(so.status().code(), absl::StatusCode::kNotFound); in TEST() 1085 EXPECT_EQ(so.status().code(), absl::StatusCode::kNotFound); in TEST() 1263 EXPECT_EQ(s.code(), absl::StatusCode::kNotFound); in TEST()
|
D | status_test.cc | 52 {absl::StatusCode::kNotFound, absl::NotFoundError, absl::IsNotFound},
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | status.cc | 42 case StatusCode::kNotFound: in StatusCodeToString() 97 case absl::StatusCode::kNotFound: in MapToLocalCode() 348 return Status(absl::StatusCode::kNotFound, message); in NotFoundError() 412 return status.code() == absl::StatusCode::kNotFound; in IsNotFound()
|
D | status.h | 142 kNotFound = 5, enumerator
|
D | statusor_test.cc | 1081 EXPECT_EQ(so.status().code(), absl::StatusCode::kNotFound); in TEST() 1107 EXPECT_EQ(so.status().code(), absl::StatusCode::kNotFound); in TEST() 1134 EXPECT_EQ(so.status().code(), absl::StatusCode::kNotFound); in TEST() 1312 EXPECT_EQ(s.code(), absl::StatusCode::kNotFound); in TEST()
|
D | status_test.cc | 54 {absl::StatusCode::kNotFound, absl::NotFoundError, absl::IsNotFound},
|
/third_party/flutter/engine/flutter/fml/ |
D | status.h | 18 kNotFound, enumerator
|
/third_party/node/src/inspector/ |
D | node_string.h | 83 extern size_t kNotFound;
|
D | node_string.cc | 11 size_t kNotFound = std::string::npos; variable
|
/third_party/node/tools/inspector_protocol/lib/ |
D | base_string_adapter_h.template | 76 static const size_t kNotFound = static_cast<size_t>(-1);
|
D | DispatcherBase_cpp.template | 267 if (dotIndex == StringUtil::kNotFound)
|
/third_party/spirv-tools/source/opt/ |
D | folding_rules.cpp | 2134 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local 2136 uint32_t component_with_one = kNotFound; in DotProductDoingExtract() 2145 if (component_with_one == kNotFound) { in DotProductDoingExtract() 2148 component_with_one = kNotFound; in DotProductDoingExtract() 2157 if (!all_others_zero || component_with_one == kNotFound) { in DotProductDoingExtract()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | folding_rules.cpp | 2235 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local 2237 uint32_t component_with_one = kNotFound; in DotProductDoingExtract() 2246 if (component_with_one == kNotFound) { in DotProductDoingExtract() 2249 component_with_one = kNotFound; in DotProductDoingExtract() 2258 if (!all_others_zero || component_with_one == kNotFound) { in DotProductDoingExtract()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 2235 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local 2237 uint32_t component_with_one = kNotFound; in DotProductDoingExtract() 2246 if (component_with_one == kNotFound) { in DotProductDoingExtract() 2249 component_with_one = kNotFound; in DotProductDoingExtract() 2258 if (!all_others_zero || component_with_one == kNotFound) { in DotProductDoingExtract()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 252953 + String16::kNotFound);
|