Home
last modified time | relevance | path

Searched refs:NOT_FOUND (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/test/internet/
H A Dtest-dns.js166 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 Dtest_finder.py169 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 Dhcontrol.c57 #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 Dlookup.cc74 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 Dlookup.h63 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 Dvalue-serializer.cc2371 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 Djs-objects.cc92 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 Dinternet.js26 NOT_FOUND: 'come.on.fhqwhgads.test',
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatus.h52 NOT_FOUND = 5, enumerator
H A Dstatus.cc53 case NOT_FOUND: in CodeEnumToString()
54 return "NOT_FOUND"; in CodeEnumToString()
/third_party/python/Lib/test/
H A Dtest_httpservers.py110 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 Dtest_codecs.py3527 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 Dtest_httplib.py599 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 Dtype_resolver_util.cc68 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__.py80 NOT_FOUND = (404, 'Not Found', variable in HTTPStatus
H A Dserver.py727 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 Druntime-forin.cc60 case LookupIterator::NOT_FOUND: in HasEnumerableProperty()
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp434 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 Dllhttp.h466 XX(404, NOT_FOUND, NOT_FOUND) \
/third_party/node/deps/v8/src/ic/
H A Dic.cc209 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 Dserve_header.py276 super().send_error(HTTPStatus.NOT_FOUND, 'Not Found')
/third_party/node/src/
H A Dnode_http_common.h153 V(NOT_FOUND, 404) \
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc120 case LookupIterator::NOT_FOUND: in ObjectLookupAccessor()
/third_party/python/Objects/stringlib/
H A Dfastsearch.h528 #undef NOT_FOUND macro
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc874 if (to_primitive_it.state() != LookupIterator::NOT_FOUND) return false; in HasDefaultToNumberBehaviour()
976 case LookupIterator::NOT_FOUND: in LookupImportAsm()

Completed in 46 milliseconds

12