HomeSort by relevance Sort by last modified time
    Searched refs:kNotFound (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/libweave/src/
http_constants.h 16 const int kNotFound = 404;
  /external/libweave/src/privet/
constants.cc 29 const char kNotFound[] = "notFound";
constants.h 31 extern const char kNotFound[];
  /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));
  /system/connectivity/shill/
static_ip_parameters.cc 313 error->Populate(Error::kNotFound, "Property is not set");
320 error->Populate(Error::kNotFound, "Property is not set");
327 error->Populate(Error::kNotFound, "Property is not set");
347 error->Populate(Error::kNotFound, "Property is not set");
359 error->Populate(Error::kNotFound, "Property is not set");
371 error->Populate(Error::kNotFound, "Property is not set");
383 error->Populate(Error::kNotFound, "Property is not set");
395 error->Populate(Error::kNotFound, "Property is not set");
407 error->Populate(Error::kNotFound, "Property is not set");
dhcp_properties.cc 139 error->Populate(Error::kNotFound, "Property is not set");
149 error->Populate(Error::kNotFound, "Property is not set");
dhcp_properties_unittest.cc 71 EXPECT_EQ(Error::kNotFound, error.type());
77 EXPECT_EQ(Error::kNotFound, error.type());
133 EXPECT_EQ(Error::kNotFound, error.type());
154 EXPECT_EQ(Error::kNotFound, error.type());
error.h 54 kNotFound,
profile_unittest.cc 108 EXPECT_EQ(Error::kNotFound, error.type());
427 Error::kNotFound));
451 Error::kNotFound));
476 Error::kNotFound));
499 EXPECT_EQ(Error::kNotFound, error.type());
profile.cc 117 FROM_HERE, error, Error::kNotFound,
233 FROM_HERE, error, Error::kNotFound,
251 FROM_HERE, error, Error::kNotFound,
  /frameworks/minikin/libs/minikin/
SparseBitSet.cpp 24 const uint32_t SparseBitSet::kNotFound;
117 return kNotFound;
146 return kNotFound;
  /external/v8/src/
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;
511 DCHECK_NE(TransitionArray::kNotFound, new_target_index);
541 return kNotFound;
549 if (transition == kNotFound) return kNotFound
    [all...]
lookup.h 55 number_(DescriptorArray::kNotFound) {
75 number_(DescriptorArray::kNotFound) {
92 number_(DescriptorArray::kNotFound) {
108 number_(DescriptorArray::kNotFound) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.h 29 kNotFound,
  /frameworks/minikin/include/minikin/
SparseBitSet.h 60 // The next set bit starting at fromIndex, inclusive, or kNotFound
64 static const uint32_t kNotFound = ~0u;
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 102 if (index == kNotFound) {
125 if (index == kNotFound) {
192 if (index == kNotFound) {
222 if (index == kNotFound) {
239 if (index == kNotFound) {
245 if (index == kNotFound) {
260 if (index == kNotFound) {
520 if (index == kNotFound) {
540 if (index == kNotFound) {
565 if (index == kNotFound) {
    [all...]
  /external/v8/src/ast/
scopeinfo.h 22 // If absent, kNotFound is returned.
35 static const int kNotFound = -2;
42 values_[i] = kNotFound;
scopeinfo.cc 479 if (result != ContextSlotCache::kNotFound) {
660 return result.index() + kNotFound;
662 return kNotFound;
672 DCHECK(slot_index > kNotFound);
681 slot_index - kNotFound).raw();
713 DCHECK(result.index() + kNotFound == slot_index);
  /external/v8/src/compiler/
access-info.h 60 enum Kind { kInvalid, kNotFound, kDataConstant, kDataField };
74 bool IsNotFound() const { return kind() == kNotFound; }
  /external/v8/src/snapshot/
serializer-common.h 54 static const int kNotFound = -1;
61 return kNotFound;
  /external/v8/test/cctest/
test-code-stub-assembler.cc 226 enum Result { kFound, kNotFound };
248 m.WordEqual(expected_result, m.SmiConstant(Smi::FromInt(kNotFound))),
262 Handle<Object> expect_not_found(Smi::FromInt(kNotFound), isolate);
289 CHECK_NE(Dictionary::kNotFound, entry);
309 CHECK_EQ(Dictionary::kNotFound, entry);
332 enum Result { kFound, kNotFound };
354 m.WordEqual(expected_result, m.SmiConstant(Smi::FromInt(kNotFound))),
368 Handle<Object> expect_not_found(Smi::FromInt(kNotFound), isolate);
382 if (dictionary->FindEntry(keys[i]) != Dictionary::kNotFound) continue;
390 CHECK_NE(Dictionary::kNotFound, entry)
    [all...]
test-dictionary.cc 83 CHECK_NE(table->FindEntry(key), HashMap::kNotFound);
93 CHECK_EQ(table->FindEntry(key), HashMap::kNotFound);
  /external/v8/src/runtime/
runtime.cc 80 if (entry != kNotFound) {
  /system/connectivity/shill/vpn/
vpn_driver.cc 178 error->Populate(Error::kNotFound, "Property is not set");
187 error->Populate(Error::kNotFound, "Property is not set");
  /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 657 milliseconds

1 2 3 4