Home
last modified time | relevance | path

Searched refs:kNotFound (Results 1 – 25 of 45) sorted by relevance

12

/external/v8/src/objects/
Dinternal-index.h23 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();
Dtransitions.cc103 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()
Dordered-hash-table.h143 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()
Dfixed-array-inl.h267 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()
Dordered-hash-table.cc38 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()
Ddescriptor-array-inl.h86 number = result.is_found() ? result.as_int() : DescriptorArray::kNotFound; in SearchWithCache()
89 if (number == DescriptorArray::kNotFound) return InternalIndex::NotFound(); in SearchWithCache()
Dcontexts.cc187 *index = kNotFound; in Lookup()
450 return kNotFound; in IntrinsicIndexForName()
466 return kNotFound; in IntrinsicIndexForName()
Dordered-hash-table.tq13 generates 'SmallOrderedHashTable<int>::kNotFound';
Ddescriptor-array.h145 static const int kNotFound = -1; variable
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.cc75 constexpr int kNotFound = -1; in LookupNameIndex() local
77 return kNotFound; in LookupNameIndex()
84 return kNotFound; in LookupNameIndex()
/external/v8/src/inspector/
Dsearch-util.cc18 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()
Dremote-object-id.cc29 if (firstDotPos == String16::kNotFound) return false; in parseId()
35 if (secondDotPos == String16::kNotFound) return false; in parseId()
Dstring-16.h24 static const size_t kNotFound = static_cast<size_t>(-1);
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dstatus.h30 kNotFound = 5, enumerator
94 return Status(StatusCode::kNotFound, message); in NotFoundError()
/external/skqp/third_party/gif/
DSkGifImageReader.h151 static constexpr int kNotFound = -1;
157 , m_transPixel(kNotFound) in SkGIFColorMap()
201 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
DSkGifImageReader.cpp324 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/
DSkGifImageReader.h153 static constexpr int kNotFound = -1;
159 , m_transPixel(kNotFound) in SkGIFColorMap()
203 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
DSkGifImageReader.cpp354 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/
Dstatscollector_unittest.cc77 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/
Dpacket_buffer.h29 kNotFound, enumerator
Dpacket_buffer.cc174 return kNotFound; in NextHigherTimestamp()
/external/v8/src/compiler/
Daccess-info.h68 kNotFound, enumerator
108 bool IsNotFound() const { return kind() == kNotFound; } in IsNotFound()
/external/v8/src/snapshot/
Dserializer.h311 static const int kNotFound = -1; variable
320 return kNotFound; in Find()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.cc223 if (status.code() == StatusCode::kNotFound) { in AddProgram()
325 if (status.code() != StatusCode::kNotFound) { in PrepareForExecution()
/external/v8/src/runtime/
Druntime-scopes.cc285 if (index != Context::kNotFound) { in DeclareEvalHelper()
683 if (index != Context::kNotFound) { in LoadLookupSlot()
791 if (index != Context::kNotFound) { in StoreLookupSlot()

12