/external/libpng/contrib/pngminim/ |
README | 5 See the individual README and pngusr.dfa files for more explanation.
|
/art/test/800-smali/smali/ |
b_21869691C.smali | 2 # the wrong opcode. See b_21869691A.smali for explanation.
|
b_21869691B.smali | 2 # the wrong opcode. See b_21869691A.smali for explanation.
|
/external/gemmlowp/ |
AUTHORS.txt | 3 # See the latter for an explanation.
|
/external/hamcrest/src/org/hamcrest/ |
BaseMatcher.java | 16 // See Matcher interface for an explanation of this method.
|
/external/libweave/ |
AUTHORS | 3 # See the latter for an explanation.
|
/frameworks/volley/ |
rules.gradle | 1 // See build.gradle for an explanation of what this file is.
|
/device/google/contexthub/firmware/ |
symcheck.sh | 36 explanation=$(echo "$var" | sed 's/\([^=]*\)=/ /g') 38 explanation="" 41 explanation="Forbidden function '$look_for' found. This is a build error.$explanation" 46 echo $explanation >&2
|
/build/kati/ |
AUTHORS | 3 # See the latter for an explanation.
|
/external/libgdx/ |
AUTHORS | 4 # See the latter for an explanation.
|
/external/regex-re2/ |
AUTHORS | 3 # See the latter for an explanation.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ResultException.java | 57 public ResultException(ResultCode result, String explanation) { 59 mExplanation = explanation; 73 public ResultException(ResultCode result, int additionalInfo, String explanation) { 75 mExplanation = explanation; 90 public String explanation() { method in class:ResultException
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
exc.py | 87 4. Each exception has a default explanation, but those who 101 ``explanation`` 102 a plain-text explanation of the error message that is 104 it is accessible in the template via %(explanation)s 114 the explanation and further detail provided in the 131 that frames the explanation and further detail 134 explanation, one must subclass the given exception; or customize it 136 into explanation, detail and template allows both the creation of 221 # explanation = 'why this happens' 225 explanation = ' variable in class:WSGIHTTPException 396 explanation = 'The request is accepted for processing.' variable in class:HTTPAccepted 470 explanation = 'The resource has been moved to' variable in class:_HTTPMove 541 explanation = 'The resource was found at' variable in class:HTTPFound 585 explanation = ( variable in class:HTTPUseProxy 617 explanation = ('The server could not comply with the request since\\r\\n' variable in class:HTTPClientError 633 explanation = ( variable in class:HTTPUnauthorized 647 explanation = ('Access was denied for financial reasons.') variable in class:HTTPPaymentRequired 660 explanation = ('Access was denied to this resource.') variable in class:HTTPForbidden 673 explanation = ('The resource could not be found.') variable in class:HTTPNotFound 721 explanation = ('Authentication with a local proxy is needed.') variable in class:HTTPProxyAuthenticationRequired 734 explanation = ('The server has waited too long for the request to ' variable in class:HTTPRequestTimeout 748 explanation = ('There was a conflict when trying to complete ' variable in class:HTTPConflict 762 explanation = ('This resource is no longer available. No forwarding ' variable in class:HTTPGone 776 explanation = ('Content-Length header required.') variable in class:HTTPLengthRequired 790 explanation = ('Request precondition failed.') variable in class:HTTPPreconditionFailed 804 explanation = ('The body of your request was too large for this server.') variable in class:HTTPRequestEntityTooLarge 818 explanation = ('The request URI was too long for this server.') variable in class:HTTPRequestURITooLong 852 explanation = ('The Range requested is not available.') variable in class:HTTPRequestRangeNotSatisfiable 865 explanation = ('Expectation failed.') variable in class:HTTPExpectationFailed 879 explanation = 'Unable to process the contained instructions' variable in class:HTTPUnprocessableEntity 892 explanation = ('The resource is locked') variable in class:HTTPLocked 906 explanation = ( variable in class:HTTPFailedDependency 921 explanation = ('This request is required to be conditional') variable in class:HTTPPreconditionRequired 936 explanation = ( variable in class:HTTPTooManyRequests 953 explanation = ( variable in class:HTTPRequestHeaderFieldsTooLarge 973 explanation = ('The resource is not available due to legal reasons.') variable in class:HTTPUnavailableForLegalReasons 997 explanation = ( variable in class:HTTPServerError 1031 explanation = ('Bad gateway.') variable in class:HTTPBadGateway 1044 explanation = ('The server is currently unavailable. ' variable in class:HTTPServiceUnavailable 1060 explanation = ('The gateway has timed out.') variable in class:HTTPGatewayTimeout 1074 explanation = ('The HTTP version is not supported.') variable in class:HTTPVersionNotSupported 1087 explanation = ('There was not enough space to save the resource') variable in class:HTTPInsufficientStorage 1100 explanation = ('Network authentication is required') variable in class:HTTPNetworkAuthenticationRequired [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/ |
httpexceptions.py | 117 4. Each exception has a default explanation, but those who 128 ``explanation`` 129 a plain-text explanation of the error message that is 131 it is accessible in the template via %(explanation)s 141 the explanation and further detail provided in the 161 explanation, one must subclass the given exception; or customize it 163 into explanation, detail and template allows both the creation of 170 explanation = '' variable in class:HTTPException 173 template = "%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->" 196 self.code, self.title, self.explanation, self.detail) 316 explanation = 'The resource has been moved to' variable in class:_HTTPMove 367 explanation = 'The resource was found at' variable in class:HTTPFound 394 explanation = ( variable in class:HTTPUseProxy 424 explanation = ('The server could not comply with the request since\\r\\n' variable in class:HTTPClientError 433 explanation = ( variable in class:HTTPUnauthorized 442 explanation = ('Access was denied for financial reasons.') variable in class:HTTPPaymentRequired 447 explanation = ('Access was denied to this resource.') variable in class:HTTPForbidden 452 explanation = ('The resource could not be found.') variable in class:HTTPNotFound 473 explanation = ('Authentication \/w a local proxy is needed.') variable in class:HTTPProxyAuthenticationRequired 478 explanation = ('The server has waited too long for the request to ' variable in class:HTTPRequestTimeout 484 explanation = ('There was a conflict when trying to complete ' variable in class:HTTPConflict 490 explanation = ('This resource is no longer available. No forwarding ' variable in class:HTTPGone 496 explanation = ('Content-Length header required.') variable in class:HTTPLengthRequired 501 explanation = ('Request precondition failed.') variable in class:HTTPPreconditionFailed 506 explanation = ('The body of your request was too large for this server.') variable in class:HTTPRequestEntityTooLarge 511 explanation = ('The request URI was too long for this server.') variable in class:HTTPRequestURITooLong 523 explanation = ('The Range requested is not available.') variable in class:HTTPRequestRangeNotSatisfiable 528 explanation = ('Expectation failed.') variable in class:HTTPExpectationFailed 533 explanation = ('The client has sent too many requests to the server.') variable in class:HTTPTooManyRequests 558 explanation = ( variable in class:HTTPServerError 575 explanation = ('Bad gateway.') variable in class:HTTPBadGateway 580 explanation = ('The server is currently unavailable. ' variable in class:HTTPServiceUnavailable 586 explanation = ('The gateway has timed out.') variable in class:HTTPGatewayTimeout 591 explanation = ('The HTTP version is not supported.') variable in class:HTTPVersionNotSupported [all...] |
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/find_contours/ |
find_contours.markdown | 22 Explanation
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/hull/ |
hull.markdown | 22 Explanation
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/moments/ |
moments.markdown | 23 Explanation
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/point_polygon_test/ |
point_polygon_test.markdown | 21 Explanation
|
/external/skia/gyp/ |
everything.gyp | 7 # left out of "most". See most.gyp for an explanation of which targets are
|
/frameworks/base/core/java/android/service/notification/ |
Adjustment.java | 49 * @param explanation A human-readable justification for the adjustment. 51 * explanation, such as a 56 CharSequence explanation, Uri reference, int user) { 61 mExplanation = explanation;
|
/prebuilts/go/darwin-x86/src/internal/testenv/ |
testenv.go | 44 // If not, MustHaveGoBuild calls t.Skip with an explanation. 58 // If not, MustHaveGoRun calls t.Skip with an explanation. 81 // If not, MustHaveExec calls t.Skip with an explanation. 96 // If not, MustHaveExternalNetwork calls t.Skip with an explanation.
|
/prebuilts/go/linux-x86/src/internal/testenv/ |
testenv.go | 44 // If not, MustHaveGoBuild calls t.Skip with an explanation. 58 // If not, MustHaveGoRun calls t.Skip with an explanation. 81 // If not, MustHaveExec calls t.Skip with an explanation. 96 // If not, MustHaveExternalNetwork calls t.Skip with an explanation.
|
/system/webservd/libwebserv/ |
export.h | 18 // See detailed explanation of the purpose of LIBWEBSERV_EXPORT in
|
/external/eigen/doc/ |
FixedSizeVectorizable.dox | 24 \section explanation Explanation
|
/external/libvpx/libvpx/vpx_dsp/ |
ssim.h | 44 // ssim consistency error metric ( see code for explanation ) 50 // revised ssim ( see code for explanation)
|