/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/xmlrpcpp/src/ |
D | XmlRpcException.h | 27 _message(message), _code(code) {} in _message() 33 int getCode() const { return _code; } in getCode() 37 int _code; variable
|
/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/v8/build/android/pylib/instrumentation/ |
D | instrumentation_parser.py | 44 self._code = None 74 self._code = int(value) 96 return self._code, self._bundle
|
/external/minijail/ |
D | bpf.h | 134 #define set_bpf_stmt(_block, _code, _k) \ argument 135 set_bpf_instr((_block), (_code), (_k), 0, 0) 137 #define set_bpf_jump(_block, _code, _k, _jt, _jf) \ argument 138 set_bpf_instr((_block), (_code), (_k), (_jt), (_jf))
|
D | syscall_filter_unittest.c | 21 #define EXPECT_EQ_BLOCK(_block, _code, _k, _jt, _jf) \ argument 23 EXPECT_EQ((_block)->code, _code); \ 29 #define EXPECT_EQ_STMT(_block, _code, _k) \ argument 30 EXPECT_EQ_BLOCK(_block, _code, _k, 0, 0)
|
/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 | 155 # define VKI_DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 156 struct __VKI_HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
|
/external/autotest/server/ |
D | lab_status_unittest.py | 91 self._code = code 104 return self._code
|
/external/chromium-trace/catapult/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/pdfium/third_party/libtiff/ |
D | tif_lzw.c | 176 #define NextCode(_tif, _sp, _bp, _code, _get) { \ argument 181 _code = CODE_EOI; \ 183 _get(_sp,_bp,_code); \
|
/external/chromium-trace/catapult/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:
|