Searched defs:NOT_IMPLEMENTED (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/src/pdf/ | ||
| D | SkPDFUtils.h | 37 #define NOT_IMPLEMENTED(condition, assert) \ macro |
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ | ||
| D | ohos_net_http.js | 60 NOT_IMPLEMENTED: 501, property |
| /third_party/python/Lib/http/ | ||
| D | __init__.py | 135 NOT_IMPLEMENTED = (501, 'Not Implemented', variable in HTTPStatus |
| /third_party/python/Lib/test/ | ||
| D | test_httplib.py | 653 NOT_IMPLEMENTED = (501, 'Not Implemented', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |