/third_party/node/test/internet/ |
H A D | test-dns.js | 166 dnsPromises.resolveMx(addresses.NOT_FOUND) 172 const req = dns.resolveMx(addresses.NOT_FOUND, function(err, result) { 206 dnsPromises.resolveNs(addresses.NOT_FOUND) 212 const req = dns.resolveNs(addresses.NOT_FOUND, function(err, result) { 250 dnsPromises.resolveSrv(addresses.NOT_FOUND) 256 const req = dns.resolveSrv(addresses.NOT_FOUND, function(err, result) { 290 dnsPromises.resolvePtr(addresses.NOT_FOUND) 296 const req = dns.resolvePtr(addresses.NOT_FOUND, function(err, result) { 335 dnsPromises.resolveNaptr(addresses.NOT_FOUND) 341 const req = dns.resolveNaptr(addresses.NOT_FOUND, functio [all...] |
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_finder.py | 169 self.assertEqual(found, self.NOT_FOUND) 177 self.assertEqual(found, self.NOT_FOUND) 182 NOT_FOUND = None variable in FinderTestsPEP451 196 NOT_FOUND = (None, []) variable in FinderTestsPEP420 212 NOT_FOUND = None variable in FinderTestsPEP302
|
/third_party/alsa-lib/src/control/ |
H A D | hcontrol.c | 57 #define NOT_FOUND 1000000000 macro 229 return NOT_FOUND; in snd_hctl_compare_mixer_priority_lookup() 298 if ((res = snd_hctl_compare_mixer_priority_lookup((const char **)&name, names, 1000000)) == NOT_FOUND) in get_compare_weight() 299 return NOT_FOUND; in get_compare_weight() 309 if ((res1 = snd_hctl_compare_mixer_priority_lookup((const char **)&name, names1, 1000)) == NOT_FOUND) in get_compare_weight() 315 if ((res1 = snd_hctl_compare_mixer_priority_lookup((const char **)&name, names2, 1)) == NOT_FOUND) in get_compare_weight()
|
/third_party/node/deps/v8/src/objects/ |
H A D | lookup.cc | 74 state_ = NOT_FOUND; in Start() 117 state_ = NOT_FOUND; in NextInternal() 581 DCHECK(state_ == NOT_FOUND || !HolderIsReceiverOrHiddenPrototype()); in PrepareTransitionToDataProperty() 735 state_ = NOT_FOUND; in Delete() 755 state_ = NOT_FOUND; in TransitionToAccessorProperty() 1226 if (!holder.IsJSTypedArray(isolate_)) return NOT_FOUND; in NotFound() 1228 if (!name_->IsString(isolate_)) return NOT_FOUND; in NotFound() 1230 : NOT_FOUND; in NotFound() 1257 case NOT_FOUND: in LookupInSpecialHolder() 1283 if (number_.is_not_found()) return NOT_FOUND; in LookupInSpecialHolder() [all...] |
H A D | lookup.h | 63 NOT_FOUND, enumerator 118 bool IsFound() const { return state_ != NOT_FOUND; } in IsFound() 122 state_ = NOT_FOUND; in NotFound() 297 State state_ = NOT_FOUND;
|
H A D | value-serializer.cc | 2371 if (it.state() != LookupIterator::NOT_FOUND || in ReadJSObjectProperties() 2405 if (it.state() != LookupIterator::NOT_FOUND || in ReadJSObjectProperties() 2451 if (it.state() != LookupIterator::NOT_FOUND || in SetPropertiesFromKeyValuePairs()
|
H A D | js-objects.cc | 92 case LookupIterator::NOT_FOUND: in HasProperty() 149 case LookupIterator::NOT_FOUND: in GetDataProperty() 202 case LookupIterator::NOT_FOUND: in CheckPrivateNameStore() 724 case LookupIterator::NOT_FOUND: in GetPropertyAttributes() 936 if (it->state() != LookupIterator::NOT_FOUND) { in DeleteProperty() 948 case LookupIterator::NOT_FOUND: in DeleteProperty() 1742 case LookupIterator::NOT_FOUND: in AddPrivateField() 3518 case LookupIterator::NOT_FOUND: in DefineOwnPropertyIgnoreAttributes()
|
/third_party/node/test/common/ |
H A D | internet.js | 26 NOT_FOUND: 'come.on.fhqwhgads.test',
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | status.h | 52 NOT_FOUND = 5, enumerator
|
H A D | status.cc | 53 case NOT_FOUND: in CodeEnumToString() 54 return "NOT_FOUND"; in CodeEnumToString()
|
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 110 self.send_error(HTTPStatus.NOT_FOUND) 273 self.assertEqual(res.status, HTTPStatus.NOT_FOUND) 327 self.send_error(HTTPStatus.NOT_FOUND, 'File not found') 505 self.check_status_and_reason(response, HTTPStatus.NOT_FOUND) 518 self.check_status_and_reason(response, HTTPStatus.NOT_FOUND) 520 self.check_status_and_reason(response, HTTPStatus.NOT_FOUND) 537 self.check_status_and_reason(response, HTTPStatus.NOT_FOUND) 610 self.check_status_and_reason(response, HTTPStatus.NOT_FOUND) 860 self.assertEqual(res.status, HTTPStatus.NOT_FOUND) 873 self.assertEqual(res.status, HTTPStatus.NOT_FOUND) [all...] |
H A D | test_codecs.py | 3527 NOT_FOUND = (None, None, None, None) 3532 return NOT_FOUND 3541 self.assertEqual(NOT_FOUND, codecs.lookup('AAA.8')) 3542 self.assertEqual(NOT_FOUND, codecs.lookup('AAA...8')) 3543 self.assertEqual(NOT_FOUND, codecs.lookup('BBB-8')) 3544 self.assertEqual(NOT_FOUND, codecs.lookup('BBB.8')) 3545 self.assertEqual(NOT_FOUND, codecs.lookup('a\xe9\u20ac-8'))
|
H A D | test_httplib.py | 599 NOT_FOUND = (404, 'Not Found', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus 1611 self.assertEqual(client.responses[client.NOT_FOUND], "Not Found") 1639 'NOT_FOUND',
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 68 using util::error::NOT_FOUND; 85 return Status(util::error::NOT_FOUND, 102 return Status(util::error::NOT_FOUND,
|
/third_party/python/Lib/http/ |
H A D | __init__.py | 80 NOT_FOUND = (404, 'Not Found', variable in HTTPStatus
|
H A D | server.py | 727 self.send_error(HTTPStatus.NOT_FOUND, "File not found") 732 self.send_error(HTTPStatus.NOT_FOUND, "File not found") 788 HTTPStatus.NOT_FOUND, 1084 HTTPStatus.NOT_FOUND,
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-forin.cc | 60 case LookupIterator::NOT_FOUND: in HasEnumerableProperty()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.cpp | 434 enum { NOT_FOUND = -1 }; enumerator 455 return NOT_FOUND; in findChildNdx() 460 return findChildNdx(hash) != NOT_FOUND; in hasChild() 466 return ndx == NOT_FOUND ? DE_NULL : m_children[ndx]; in getChild()
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 466 XX(404, NOT_FOUND, NOT_FOUND) \
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 209 case LookupIterator::NOT_FOUND: in LookupForRead() 1219 case LookupIterator::NOT_FOUND: in ComputeHandler() 1607 case LookupIterator::NOT_FOUND: in LookupForWrite() 1779 case LookupIterator::NOT_FOUND: in DefineOwnDataProperty() 1786 case LookupIterator::NOT_FOUND: in DefineOwnDataProperty() 2192 case LookupIterator::NOT_FOUND: in ComputeHandler()
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 276 super().send_error(HTTPStatus.NOT_FOUND, 'Not Found')
|
/third_party/node/src/ |
H A D | node_http_common.h | 153 V(NOT_FOUND, 404) \
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object.cc | 120 case LookupIterator::NOT_FOUND: in ObjectLookupAccessor()
|
/third_party/python/Objects/stringlib/ |
H A D | fastsearch.h | 528 #undef NOT_FOUND macro
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 874 if (to_primitive_it.state() != LookupIterator::NOT_FOUND) return false; in HasDefaultToNumberBehaviour() 976 case LookupIterator::NOT_FOUND: in LookupImportAsm()
|