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

12 3 4

  /external/v8/src/
lookup.cc 112 number_ = DescriptorArray::kNotFound;
392 IsFound() ? static_cast<int>(number_) : DescriptorArray::kNotFound;
691 if (number == GlobalDictionary::kNotFound) return NOT_FOUND;
738 if (number == DescriptorArray::kNotFound) return NotFound(holder);
744 if (number == NameDictionary::kNotFound) return NotFound(holder);
contexts.cc 232 *index = kNotFound;
571 return kNotFound;
577 return kNotFound;
transitions.h 203 static const int kNotFound = -1;
type-info.cc 39 if (entry != UnseededNumberDictionary::kNotFound) {
466 UnseededNumberDictionary::kNotFound);
api-natives.cc 286 DCHECK(entry != UnseededNumberDictionary::kNotFound);
320 if (entry != UnseededNumberDictionary::kNotFound) {
369 if (entry != UnseededNumberDictionary::kNotFound) {
contexts.h 560 static const int kNotFound = -1;
  /external/v8/src/compiler/
access-info.cc 101 : kind_(kNotFound),
244 if (number != DescriptorArray::kNotFound) {
  /system/connectivity/shill/
static_ip_parameters_unittest.cc 216 EXPECT_EQ(Error::kNotFound, error.type());
225 EXPECT_EQ(Error::kNotFound, error.type());
error_unittest.cc 128 EXPECT_EQ(kErrorResultNotFound, Error::GetDBusResult(Error::kNotFound));
service.cc     [all...]
manager.cc 595 FROM_HERE, error, Error::kNotFound, "Profile stack is empty");
617 FROM_HERE, error, Error::kNotFound, "Profile stack is empty");
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.cc 174 return kNotFound;
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 146 static const ssize_t kNotFound = -1;
  /system/connectivity/shill/wimax/
wimax_service.cc 201 error->Populate(Error::kNotFound, "Not associated with a device");
wimax_service_unittest.cc 123 EXPECT_EQ(Error::kNotFound, error.type());
wimax_provider.cc 240 error->Populate(Error::kNotFound, "Matching service was not found");
  /external/libweave/src/privet/
privet_handler.cc 138 {errors::kUnknownSession, http::kNotFound},
147 {errors::kNotFound, http::kNotFound},
205 Error::AddTo(&error, FROM_HERE, errors::kNotFound, "Unknown command ID");
477 Error::AddTo(&error, FROM_HERE, errors::kNotFound, "Path not found");
    [all...]
cloud_delegate.cc 35 Error::AddToPrintf(error, FROM_HERE, errors::kNotFound,
auth_manager.cc 420 return Error::AddTo(error, FROM_HERE, errors::kNotFound, "Unknown claim");
  /system/connectivity/shill/vpn/
vpn_driver_unittest.cc 389 EXPECT_EQ(Error::kNotFound, error.type());
394 EXPECT_EQ(Error::kNotFound, error.type());
vpn_provider.cc 167 error->Populate(Error::kNotFound, "Matching service was not found");
vpn_provider_unittest.cc 128 EXPECT_EQ(Error::kNotFound, error.type());
  /external/v8/src/runtime/
runtime-scopes.cc 278 if (index != Context::kNotFound) {
869 if (index != Context::kNotFound) {
    [all...]
runtime-internal.cc 70 if (index == Context::kNotFound) {
73 CHECK(index != Context::kNotFound);
runtime-object.cc 63 if (entry != GlobalDictionary::kNotFound) {
78 if ((entry != NameDictionary::kNotFound) &&

Completed in 2920 milliseconds

12 3 4