/external/v8/src/objects/ |
D | internal-index.h | 23 static InternalIndex NotFound() { return InternalIndex(kNotFound); } in NotFound() 34 bool is_found() const { return entry_ != kNotFound; } in is_found() 35 bool is_not_found() const { return entry_ == kNotFound; } in is_not_found() 76 static const size_t kNotFound = std::numeric_limits<size_t>::max();
|
D | transitions.cc | 103 DCHECK_EQ(index, kNotFound); in Insert() 128 int insertion_index = kNotFound; in Insert() 146 if (index != kNotFound) { in Insert() 192 CHECK_EQ(index, kNotFound); in Insert() 206 DCHECK_NE(kNotFound, insertion_index); in Insert() 246 if (transition == kNotFound) return Map(); in SearchSpecial() 544 DCHECK_NE(TransitionArray::kNotFound, new_target_index); in CheckNewTransitionsAreConsistent() 574 return kNotFound; in SearchDetails() 604 if (transition == kNotFound) return kNotFound; in Search() 611 if (transition == kNotFound) { in SearchAndGetTarget()
|
D | ordered-hash-table.h | 143 static const int kNotFound = -1; variable 218 DCHECK(entry_int == kNotFound || entry_int >= 0); in HashToEntryRaw() 226 DCHECK(next_entry_int == kNotFound || next_entry_int >= 0); in NextChainEntryRaw() 474 static const byte kNotFound = 0xFF; variable 480 STATIC_ASSERT(kMaxCapacity < kNotFound); 539 DCHECK(next_entry <= Capacity() || next_entry == kNotFound); in SetNextEntry() 555 DCHECK(entry < Capacity() || entry == kNotFound); in HashToFirstEntry()
|
D | fixed-array-inl.h | 267 return T::kNotFound; in BinarySearch() 273 return T::kNotFound; in BinarySearch() 280 return T::kNotFound; in BinarySearch() 297 return T::kNotFound; in LinearSearch() 302 return T::kNotFound; in LinearSearch() 309 return T::kNotFound; in LinearSearch() 322 return T::kNotFound; in Search()
|
D | ordered-hash-table.cc | 38 table->set(HashTableStartIndex() + i, Smi::FromInt(kNotFound)); in Allocate() 156 while (raw_entry != kNotFound) { in FindEntry() 172 while (raw_entry != kNotFound) { in Add() 385 while (raw_entry != kNotFound) { in Add() 428 while (raw_entry != kNotFound) { in FindEntry() 673 memset(reinterpret_cast<byte*>(hashtable_start), kNotFound, in Initialize() 690 DCHECK_EQ(kNotFound, GetFirstEntry(i)); in Initialize() 694 DCHECK_EQ(kNotFound, GetNextEntry(i)); in Initialize() 802 while (raw_entry != kNotFound) { in FindEntry() 1019 while (raw_entry != kNotFound) { in FindEntry()
|
D | descriptor-array-inl.h | 86 number = result.is_found() ? result.as_int() : DescriptorArray::kNotFound; in SearchWithCache() 89 if (number == DescriptorArray::kNotFound) return InternalIndex::NotFound(); in SearchWithCache()
|
D | contexts.cc | 187 *index = kNotFound; in Lookup() 450 return kNotFound; in IntrinsicIndexForName() 466 return kNotFound; in IntrinsicIndexForName()
|
D | ordered-hash-table.tq | 13 generates 'SmallOrderedHashTable<int>::kNotFound';
|
D | descriptor-array.h | 145 static const int kNotFound = -1; variable
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiled_cpu_function.cc | 75 constexpr int kNotFound = -1; in LookupNameIndex() local 77 return kNotFound; in LookupNameIndex() 84 return kNotFound; in LookupNameIndex()
|
/external/v8/src/inspector/ |
D | search-util.cc | 18 DCHECK_EQ(String16::kNotFound, name.find("=")); in findMagicComment() 27 if (pos == String16::kNotFound) return String16(); in findMagicComment() 43 if (closingCommentPos == String16::kNotFound) return String16(); in findMagicComment() 58 if (newLine != String16::kNotFound) match = match.substring(0, newLine); in findMagicComment() 92 if (lineEnd == String16::kNotFound) break; in lineEndings()
|
D | remote-object-id.cc | 29 if (firstDotPos == String16::kNotFound) return false; in parseId() 35 if (secondDotPos == String16::kNotFound) return false; in parseId()
|
D | string-16.h | 24 static const size_t kNotFound = static_cast<size_t>(-1);
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | status.h | 30 kNotFound = 5, enumerator 94 return Status(StatusCode::kNotFound, message); in NotFoundError()
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.h | 151 static constexpr int kNotFound = -1; 157 , m_transPixel(kNotFound) in SkGIFColorMap() 201 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
|
D | SkGifImageReader.cpp | 324 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() in buildTable() 764 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound in parse()
|
/external/skia/third_party/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()
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 77 const char kNotFound[] = "NOT FOUND"; variable 193 return kNotFound; in ExtractStatsValue() 727 EXPECT_NE(kNotFound, local_certificate_id); in TestCertificateReports() 731 EXPECT_EQ(kNotFound, local_certificate_id); in TestCertificateReports() 740 EXPECT_NE(kNotFound, remote_certificate_id); in TestCertificateReports() 744 EXPECT_EQ(kNotFound, remote_certificate_id); in TestCertificateReports() 1083 ASSERT_NE(kNotFound, transport_id); in TEST_F() 1316 EXPECT_EQ(kNotFound, in TEST_F() 1397 ASSERT_EQ(kNotFound, local_certificate_id); in TEST_F() 1404 ASSERT_EQ(kNotFound, remote_certificate_id); in TEST_F() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | packet_buffer.h | 29 kNotFound, enumerator
|
D | packet_buffer.cc | 174 return kNotFound; in NextHigherTimestamp()
|
/external/v8/src/compiler/ |
D | access-info.h | 68 kNotFound, enumerator 108 bool IsNotFound() const { return kind() == kNotFound; } in IsNotFound()
|
/external/v8/src/snapshot/ |
D | serializer.h | 311 static const int kNotFound = -1; variable 320 return kNotFound; in Find()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | runtime.cc | 223 if (status.code() == StatusCode::kNotFound) { in AddProgram() 325 if (status.code() != StatusCode::kNotFound) { in PrepareForExecution()
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 285 if (index != Context::kNotFound) { in DeclareEvalHelper() 683 if (index != Context::kNotFound) { in LoadLookupSlot() 791 if (index != Context::kNotFound) { in StoreLookupSlot()
|