Searched refs:_code (Results 1 – 12 of 12) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpStatus.java | 676 codeMap[code._code] = code; 812 private final int _code; field in HttpStatus.Code 817 this._code = code; in Code() 823 return _code; in getCode() 834 return (this._code == code); in equals() 840 return String.format("[%03d %s]",this._code,this.getMessage()); in toString() 855 return HttpStatus.isInformational(this._code); in isInformational() 870 return HttpStatus.isSuccess(this._code); in isSuccess() 885 return HttpStatus.isRedirection(this._code); in isRedirection() 900 return HttpStatus.isClientError(this._code); in isClientError() [all …]
|
/external/libunwind/doc/ |
D | unw_strerror.tex | 15 \Type{const char *} \Func{unw\_strerror}(\Type{int} \Var{err\_code});\\ 19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code} 24 The message that corresponds to \Var{err\_code} or, if the 25 \Var{err\_code} has no corresponding message, the text "invalid error
|
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 94 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument 96 { _code; } 97 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument 98 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
|
/external/valgrind/include/vki/ |
D | vki-xen-x86.h | 128 # define VKI_DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 129 struct __VKI_HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
|
/external/chromium-trace/trace-viewer/third_party/webapp2/ |
D | webapp2.py | 610 def redirect_to(self, _name, _permanent=False, _abort=False, _code=None, argument 618 code=_code, body=_body) 1795 def redirect_to(_name, _permanent=False, _abort=False, _code=None, argument 1813 return redirect(uri, permanent=_permanent, abort=_abort, code=_code,
|
D | CHANGES | 337 becomes `_permanent`. A parameter `_code` was added to set status code.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | misc_test.py | 123 rsp = webapp2.redirect_to('home', _code=301, _body='Weee')
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrFormats.td | 192 bits<6> _code; // code is a keyword in tablegen 198 let Inst{10-5} = _code;
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 109 .. _code generator bugs:
|
D | Bugpoint.rst | 81 .. _code generator debugger:
|
D | DeveloperPolicy.rst | 123 .. _code review:
|
D | CodeGenerator.rst | 320 .. _code being generated: 708 .. _code generation algorithm:
|