/external/v8/src/inspector/ |
H A D | search-util.cc | 18 DCHECK(name.find("=") == String16::kNotFound); 27 if (pos == String16::kNotFound) return String16(); 42 if (closingCommentPos == String16::kNotFound) return String16(); 56 if (newLine != String16::kNotFound) match = match.substring(0, newLine); 90 if (lineEnd == String16::kNotFound) break;
|
H A D | string-util.h | 41 static const size_t kNotFound = String::kNotFound; member in class:v8_inspector::protocol::StringUtil
|
H A D | string-16.h | 21 static const size_t kNotFound = static_cast<size_t>(-1); member in class:v8_inspector::String16
|
H A D | v8-debugger-script.cc | 214 while (next_newline != String16::kNotFound) {
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | xla_compiled_cpu_function.cc | 72 constexpr int kNotFound = -1; local 74 return kNotFound; 81 return kNotFound;
|
/external/v8/src/ast/ |
H A D | context-slot-cache.cc | 40 return result.index() + kNotFound; 42 return kNotFound; 51 DCHECK(slot_index > kNotFound); 60 Value(mode, init_flag, maybe_assigned_flag, slot_index - kNotFound) 91 DCHECK(result.index() + kNotFound == slot_index);
|
H A D | context-slot-cache.h | 21 // If absent, kNotFound is returned. 34 static const int kNotFound = -2; member in class:v8::internal::ContextSlotCache 41 values_[i] = kNotFound;
|
/external/v8/src/ |
H A D | transitions.cc | 66 int insertion_index = kNotFound; 84 if (index != kNotFound) { 124 insertion_index = kNotFound; 130 if (index == kNotFound) { 145 DCHECK_NE(kNotFound, insertion_index); 176 if (transition == kNotFound) return nullptr; 189 if (transition == kNotFound) return NULL; 513 DCHECK_NE(TransitionArray::kNotFound, new_target_index); 543 return kNotFound; 551 if (transition == kNotFound) retur [all...] |
H A D | lookup.cc | 111 number_ = DescriptorArray::kNotFound; 480 IsFound() ? static_cast<int>(number_) : DescriptorArray::kNotFound; 832 if (number == GlobalDictionary::kNotFound) return NOT_FOUND; 880 if (number == DescriptorArray::kNotFound) return NotFound(holder); 886 if (number == NameDictionary::kNotFound) return NotFound(holder);
|
H A D | lookup.h | 72 number_(DescriptorArray::kNotFound) { 95 number_(DescriptorArray::kNotFound) {
|
H A D | contexts.cc | 208 *index = kNotFound; 697 return kNotFound; 703 return kNotFound; 715 return kNotFound;
|
H A D | transitions.h | 203 static const int kNotFound = -1; member in class:v8::internal::TransitionArray
|
H A D | type-info.cc | 39 if (entry != UnseededNumberDictionary::kNotFound) { 567 UnseededNumberDictionary::kNotFound);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
H A D | packet_buffer.h | 29 kNotFound, enumerator in enum:webrtc::PacketBuffer::BufferReturnCodes
|
H A D | packet_buffer.cc | 174 return kNotFound;
|
/external/skia/third_party/gif/ |
H A D | SkGifImageReader.h | 151 static constexpr int kNotFound = -1; member in class:final 157 , m_transPixel(kNotFound) 201 , m_transparentPixel(SkGIFColorMap::kNotFound) 250 int m_transparentPixel; // Index of transparent pixel. Value is kNotFound if there is no transparent pixel.
|
H A D | SkGifImageReader.cpp | 323 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() 763 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound
|
/external/skqp/third_party/gif/ |
H A D | SkGifImageReader.h | 151 static constexpr int kNotFound = -1; member in class:final 157 , m_transPixel(kNotFound) 201 , m_transparentPixel(SkGIFColorMap::kNotFound) 250 int m_transparentPixel; // Index of transparent pixel. Value is kNotFound if there is no transparent pixel.
|
H A D | SkGifImageReader.cpp | 323 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() 763 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound
|
/external/v8/src/compiler/ |
H A D | access-info.h | 62 kNotFound, enumerator in enum:v8::internal::compiler::final::Kind 90 bool IsNotFound() const { return kind() == kNotFound; }
|
H A D | access-info.cc | 113 : kind_(kNotFound), 180 case kNotFound: 288 if (number != DescriptorArray::kNotFound) {
|
/external/v8/src/snapshot/ |
H A D | serializer-common.h | 52 static const int kNotFound = -1; member in class:v8::internal::HotObjectsList 59 return kNotFound;
|
/external/webrtc/talk/app/webrtc/ |
H A D | statscollector_unittest.cc | 77 const char kNotFound[] = "NOT FOUND"; member in namespace:webrtc 193 return kNotFound; 727 EXPECT_NE(kNotFound, local_certificate_id); 731 EXPECT_EQ(kNotFound, local_certificate_id); 740 EXPECT_NE(kNotFound, remote_certificate_id); 744 EXPECT_EQ(kNotFound, remote_certificate_id); 1083 ASSERT_NE(kNotFound, transport_id); 1316 EXPECT_EQ(kNotFound, 1397 ASSERT_EQ(kNotFound, local_certificate_id); 1404 ASSERT_EQ(kNotFound, remote_certificate_i [all...] |
/external/v8/src/runtime/ |
H A D | runtime-internal.cc | 61 if (index == Context::kNotFound) { 64 CHECK(index != Context::kNotFound);
|
H A D | runtime-scopes.cc | 296 if (index != Context::kNotFound) { 856 if (index != Context::kNotFound) { 956 if (index != Context::kNotFound) {
|