HomeSort by relevance Sort by last modified time
    Searched defs:kNotFound (Results 1 - 17 of 17) sorted by null

  /system/nvram/core/include/nvram/core/
storage.h 32 kNotFound, // The element to be read could not be found.
48 // system, this function must return Status::kNotFound. For all other error
80 // index should return Status::kNotFound.
88 // medium. Status::kNotFound should be returned in case the space data
  /external/regex-re2/util/
sparse_array_test.cc 12 static const string kNotFound = "NOT FOUND";
92 EXPECT_EQ("r", FindWithDefault(str_map_, 3, kNotFound));
94 EXPECT_EQ("r", FindWithDefault(str_map_, 3, kNotFound));
101 EXPECT_EQ("a", FindWithDefault(str_map, 1, kNotFound));
102 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound));
104 EXPECT_EQ("NOT FOUND", FindWithDefault(str_map, 1, kNotFound));
105 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound));
135 EXPECT_EQ("hi", FindWithDefault(str_map_, 2, kNotFound));
  /external/v8/src/inspector/
string-util.h 41 static const size_t kNotFound = String::kNotFound;
string-16.h 21 static const size_t kNotFound = static_cast<size_t>(-1);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.h 29 kNotFound,
  /frameworks/minikin/libs/minikin/
SparseBitSet.cpp 28 const uint32_t SparseBitSet::kNotFound;
114 return kNotFound;
143 return kNotFound;
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 147 static const ssize_t kNotFound = -1;
  /external/v8/src/ast/
context-slot-cache.h 21 // If absent, kNotFound is returned.
34 static const int kNotFound = -2;
41 values_[i] = kNotFound;
  /frameworks/minikin/include/minikin/
SparseBitSet.h 62 // The next set bit starting at fromIndex, inclusive, or kNotFound
66 static const uint32_t kNotFound = ~0u;
  /external/v8/src/
transitions.h 203 static const int kNotFound = -1;
contexts.h     [all...]
objects.h     [all...]
  /external/v8/src/compiler/
access-info.h 62 kNotFound,
90 bool IsNotFound() const { return kind() == kNotFound; }
  /external/v8/src/runtime/
runtime.h 754 static const int kNotFound = -1;
    [all...]
  /external/v8/src/snapshot/
serializer-common.h 52 static const int kNotFound = -1;
59 return kNotFound;
  /external/skia/third_party/gif/
SkGifImageReader.h 152 static constexpr int kNotFound = -1;
158 , m_transPixel(kNotFound)
203 , m_transparentPixel(SkGIFColorMap::kNotFound)
258 int m_transparentPixel; // Index of transparent pixel. Value is kNotFound if there is no transparent pixel.
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 77 const char kNotFound[] = "NOT FOUND";
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);
    [all...]

Completed in 2251 milliseconds