Home
last modified time | relevance | path

Searched defs:NOT_FOUND (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/test_importlib/source/
Dtest_finder.py192 NOT_FOUND = None variable in FinderTestsPEP451
206 NOT_FOUND = (None, []) variable in FinderTestsPEP420
222 NOT_FOUND = None variable in FinderTestsPEP302
/third_party/node/test/common/
Dinternet.js26 NOT_FOUND: 'come.on.fhqwhgads.test', property
/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.h52 NOT_FOUND = 5, enumerator
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js47 NOT_FOUND: 404, property
/third_party/node/deps/v8/src/objects/
Dlookup.h63 NOT_FOUND, enumerator
/third_party/python/Lib/http/
D__init__.py79 NOT_FOUND = (404, 'Not Found', variable in HTTPStatus
/third_party/python/Objects/stringlib/
Dfastsearch.h290 #define NOT_FOUND ((1U<<(8*sizeof(SHIFT_TYPE))) - 1U) macro
/third_party/alsa-lib/src/control/
Dhcontrol.c57 #define NOT_FOUND 1000000000 macro
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp344 enum { NOT_FOUND = -1 }; enumerator