Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/external/libxml2/
Dxmlunicode.c976 xmlUCSIsAegeanNumbers(int code) { in xmlUCSIsAegeanNumbers()
989 xmlUCSIsAlphabeticPresentationForms(int code) { in xmlUCSIsAlphabeticPresentationForms()
1002 xmlUCSIsArabic(int code) { in xmlUCSIsArabic()
1015 xmlUCSIsArabicPresentationFormsA(int code) { in xmlUCSIsArabicPresentationFormsA()
1028 xmlUCSIsArabicPresentationFormsB(int code) { in xmlUCSIsArabicPresentationFormsB()
1041 xmlUCSIsArmenian(int code) { in xmlUCSIsArmenian()
1054 xmlUCSIsArrows(int code) { in xmlUCSIsArrows()
1067 xmlUCSIsBasicLatin(int code) { in xmlUCSIsBasicLatin()
1080 xmlUCSIsBengali(int code) { in xmlUCSIsBengali()
1093 xmlUCSIsBlockElements(int code) { in xmlUCSIsBlockElements()
[all …]
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dexc.py223 code = 500 variable in WSGIHTTPException
366 code = 200 variable in HTTPOk
382 code = 201 variable in HTTPCreated
394 code = 202 variable in HTTPAccepted
408 code = 203 variable in HTTPNonAuthoritativeInformation
421 code = 204 variable in HTTPNoContent
435 code = 205 variable in HTTPResetContent
448 code = 206 variable in HTTPPartialContent
514 code = 300 variable in HTTPMultipleChoices
527 code = 301 variable in HTTPMovedPermanently
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py168 code = None variable in HTTPException
357 code = 300 variable in HTTPMultipleChoices
361 code = 301 variable in HTTPMovedPermanently
365 code = 302 variable in HTTPFound
372 code = 303 variable in HTTPSeeOther
379 code = 304 variable in HTTPNotModified
392 code = 305 variable in HTTPUseProxy
399 code = 307 variable in HTTPTemporaryRedirect
422 code = 400 variable in HTTPClientError
431 code = 401 variable in HTTPUnauthorized
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java901 public void write(byte[] code, int offset) in write()
930 protected abstract void readInfo(byte[] code, int offset); in readInfo()
936 protected abstract void writeInfo(byte[] code, int offset); in writeInfo()
1010 protected static int readByte(byte[] code, int offset) in readByte()
1015 protected static int readShort(byte[] code, int offset) in readShort()
1021 protected static int readInt(byte[] code, int offset) in readInt()
1029 protected static int readValue(byte[] code, int offset, int valueSize) in readValue()
1041 protected static int readSignedByte(byte[] code, int offset) in readSignedByte()
1046 protected static int readSignedShort(byte[] code, int offset) in readSignedShort()
1052 protected static int readSignedValue(byte[] code, int offset, int valueSize) in readSignedValue()
[all …]
/external/jpeg/
Djerror.h27 #define JMESSAGE(code,string) argument
35 #define JMESSAGE(code,string) code , argument
205 #define ERREXIT(cinfo,code) \ argument
208 #define ERREXIT1(cinfo,code,p1) \ argument
212 #define ERREXIT2(cinfo,code,p1,p2) \ argument
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
230 #define ERREXITS(cinfo,code,str) \ argument
238 #define WARNMS(cinfo,code) \ argument
241 #define WARNMS1(cinfo,code,p1) \ argument
[all …]
/external/pdfium/core/src/fxcodec/libjpeg/
Djerror.h27 #define JMESSAGE(code,string) argument
35 #define JMESSAGE(code,string) code , argument
205 #define ERREXIT(cinfo,code) \ argument
208 #define ERREXIT1(cinfo,code,p1) \ argument
212 #define ERREXIT2(cinfo,code,p1,p2) \ argument
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
230 #define ERREXITS(cinfo,code,str) \ argument
238 #define WARNMS(cinfo,code) \ argument
241 #define WARNMS1(cinfo,code,p1) \ argument
[all …]
/external/pdfium/core/include/thirdparties/libjpeg/
Djerror.h27 #define JMESSAGE(code,string) argument
35 #define JMESSAGE(code,string) code , argument
205 #define ERREXIT(cinfo,code) \ argument
208 #define ERREXIT1(cinfo,code,p1) \ argument
212 #define ERREXIT2(cinfo,code,p1,p2) \ argument
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
230 #define ERREXITS(cinfo,code,str) \ argument
238 #define WARNMS(cinfo,code) \ argument
241 #define WARNMS1(cinfo,code,p1) \ argument
[all …]
/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c53 static const UCDRecord *get_ucd_record(uint32_t code) in get_ucd_record()
70 static const unsigned short *get_decomp_record(uint32_t code) in get_decomp_record()
88 static int get_comp_index(uint32_t code, const Reindex *idx) in get_comp_index()
111 static int hangul_pair_decompose(uint32_t code, uint32_t *a, uint32_t *b) in hangul_pair_decompose()
131 static int hangul_pair_compose(uint32_t *code, uint32_t a, uint32_t b) in hangul_pair_compose()
155 const unsigned short *code = *code_ptr; in decode_utf16() local
172 int ucdn_get_combining_class(uint32_t code) in ucdn_get_combining_class()
177 int ucdn_get_east_asian_width(uint32_t code) in ucdn_get_east_asian_width()
182 int ucdn_get_general_category(uint32_t code) in ucdn_get_general_category()
187 int ucdn_get_bidi_class(uint32_t code) in ucdn_get_bidi_class()
[all …]
/external/v8/test/cctest/
Dtest-utils-arm64.h58 inline int32_t wreg(unsigned code) const { in wreg()
66 inline int64_t xreg(unsigned code) const { in xreg()
75 inline uint32_t sreg_bits(unsigned code) const { in sreg_bits()
80 inline float sreg(unsigned code) const { in sreg()
84 inline uint64_t dreg_bits(unsigned code) const { in dreg_bits()
89 inline double dreg(unsigned code) const { in dreg()
122 bool RegAliasesMatch(unsigned code) const { in RegAliasesMatch()
135 bool FPRegAliasesMatch(unsigned code) const { in FPRegAliasesMatch()
/external/vixl/test/
Dtest-utils-a64.h79 inline int32_t wreg(unsigned code) const { in wreg()
87 inline int64_t xreg(unsigned code) const { in xreg()
96 inline uint32_t sreg_bits(unsigned code) const { in sreg_bits()
101 inline float sreg(unsigned code) const { in sreg()
105 inline uint64_t dreg_bits(unsigned code) const { in dreg_bits()
110 inline double dreg(unsigned code) const { in dreg()
114 inline vec128_t qreg(unsigned code) const { in qreg()
147 bool RegAliasesMatch(unsigned code) const { in RegAliasesMatch()
160 bool FPRegAliasesMatch(unsigned code) const { in FPRegAliasesMatch()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java90 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
109 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
110 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
111 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
112 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
121 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
131 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
138 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
151 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
153 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
[all …]
/external/libunwind/src/ia64/
Dunwind_decoder.h107 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1()
124 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2()
142 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3()
162 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4()
183 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1()
194 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2()
209 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3()
219 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1()
228 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5()
277 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6()
[all …]
/external/javassist/src/main/javassist/bytecode/
DByteArray.java25 public static int readU16bit(byte[] code, int index) { in readU16bit()
32 public static int readS16bit(byte[] code, int index) { in readS16bit()
39 public static void write16bit(int value, byte[] code, int index) { in write16bit()
47 public static int read32bit(byte[] code, int index) { in read32bit()
55 public static void write32bit(int value, byte[] code, int index) { in write32bit()
/external/apache-http/src/org/apache/http/message/
DBasicHttpResponse.java112 final int code, in BasicHttpResponse()
147 public void setStatusLine(final ProtocolVersion ver, final int code) { in setStatusLine()
153 public void setStatusLine(final ProtocolVersion ver, final int code, in setStatusLine()
160 public void setStatusCode(int code) { in setStatusCode()
190 final int code = this.statusline.getStatusCode(); in setLocale() local
204 protected String getReason(int code) { in getReason()
/external/android-clat/
Dicmp.c63 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) { in icmp_to_icmp6_type()
91 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code) { in icmp_to_icmp6_code()
126 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code) { in icmp6_to_icmp_type()
151 uint8_t icmp6_to_icmp_code(uint8_t type, uint8_t code) { in icmp6_to_icmp_code()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowUriMatcher.java17 public int code = UriMatcher.NO_MATCH; field in ShadowUriMatcher.MatchNode
22 public MatchNode(int code) { in MatchNode()
29 public void __constructor__(int code) { in __constructor__()
34 public void addURI(String authority, String path, int code) { in addURI()
82 private void addNodes(MatchNode baseNode, List<String> segments, int code) { in addNodes()
/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c100 GLubyte * const code = (GLubyte *) u_execmem_alloc(DISPATCH_FUNCTION_SIZE); in generate_entrypoint() local
119 GLubyte * const code = (GLubyte *) entrypoint; in fill_in_entrypoint_offset() local
195 unsigned int *code = &__glapi_sparc_tls_stub; in init_glapi_relocs() local
199 unsigned int *code = &__glapi_sparc_pthread_stub; in init_glapi_relocs() local
283 unsigned int *code = (unsigned int *) u_execmem_alloc(sizeof(template)); in generate_entrypoint() local
302 unsigned int *code = (unsigned int *) entrypoint; in fill_in_entrypoint_offset() local
/external/v8/src/ic/
Dic-compiler.cc111 Handle<Code> code = in ComputeKeyedLoadMonomorphic() local
139 Handle<Code> code = in ComputeKeyedStoreMonomorphic() local
156 Object* code = dictionary->ValueAt(entry); in FindPreMonomorphic() local
163 static void FillCache(Isolate* isolate, Handle<Code> code) { in FillCache()
180 Handle<Code> code; in ComputeLoad() local
203 Handle<Code> code; in ComputeStore() local
261 Handle<Code> code = ic_compiler.CompilePolymorphic( in ComputeKeyedLoadPolymorphic() local
301 Handle<Code> code = in ComputeKeyedStorePolymorphic() local
310 Handle<Code> code = GetCodeWithFlags(flags, "CompileLoadInitialize"); in CompileLoadInitialize() local
318 Handle<Code> code = GetCodeWithFlags(flags, "CompileLoadPreMonomorphic"); in CompileLoadPreMonomorphic() local
[all …]
/external/strace/
Dioctl.c51 ioctl_lookup(const unsigned int code) in ioctl_lookup()
70 const unsigned int code = iop->code; in ioctl_next_match() local
78 ioctl_print_code(const unsigned int code) in ioctl_print_code()
225 ioctl_decode(struct tcb *tcp, unsigned int code, long arg) in ioctl_decode()
/external/v8/src/arm64/
Dassembler-arm64-inl.h39 inline unsigned CPURegister::code() const { in code() function
194 inline void CPURegList::Combine(int code) { in Combine()
201 inline void CPURegList::Remove(int code) { in Remove()
208 inline Register Register::XRegFromCode(unsigned code) { in XRegFromCode()
218 inline Register Register::WRegFromCode(unsigned code) { in WRegFromCode()
228 inline FPRegister FPRegister::SRegFromCode(unsigned code) { in SRegFromCode()
234 inline FPRegister FPRegister::DRegFromCode(unsigned code) { in DRegFromCode()
/external/freetype/src/cff/
Dcffparse.c40 FT_UInt code, in cff_parser_init()
684 #define CFF_FIELD_NUM( code, name, id ) \ argument
686 #define CFF_FIELD_FIXED( code, name, id ) \ argument
688 #define CFF_FIELD_FIXED_1000( code, name, id ) \ argument
690 #define CFF_FIELD_STRING( code, name, id ) \ argument
692 #define CFF_FIELD_BOOL( code, name, id ) \ argument
709 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
718 #define CFF_FIELD( code, name, id, kind ) \ argument
727 #define CFF_FIELD_DELTA( code, name, max, id ) \ argument
751 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
[all …]
/external/pdfium/third_party/freetype/src/cff/
Dcffparse.c40 FT_UInt code, in cff_parser_init()
664 #define CFF_FIELD_NUM( code, name, id ) \ argument
666 #define CFF_FIELD_FIXED( code, name, id ) \ argument
668 #define CFF_FIELD_FIXED_1000( code, name, id ) \ argument
670 #define CFF_FIELD_STRING( code, name, id ) \ argument
672 #define CFF_FIELD_BOOL( code, name, id ) \ argument
689 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
698 #define CFF_FIELD( code, name, id, kind ) \ argument
707 #define CFF_FIELD_DELTA( code, name, max, id ) \ argument
731 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
[all …]
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java91 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance() local
120 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod() local
139 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic() local
158 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull() local
184 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual() local
222 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeDirect() local
277 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeInterface() local
301 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVoidMethodIgnoresTargetLocal() local
320 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testParameterMismatch() local
340 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeTypeSafety() local
[all …]
/external/v8/src/
Dtype-info.cc22 Handle<Code> code, Handle<TypeFeedbackVector> feedback_vector, in TypeFeedbackOracle()
69 Handle<Code> code = Handle<Code>::cast(maybe_code); in LoadIsUninitialized() local
79 Handle<Code> code = Handle<Code>::cast(maybe_code); in StoreIsUninitialized() local
87 Handle<Code> code = Handle<Code>::cast(maybe_code); in StoreIsKeyedPolymorphic() local
122 Handle<Code> code = Handle<Code>::cast(maybe_code); in GetStoreMode() local
186 Handle<Code> code = Handle<Code>::cast(info); in CompareType() local
228 Handle<Code> code = Handle<Code>::cast(object); in BinaryType() local
250 Handle<Code> code = Handle<Code>::cast(object); in CountType() local
310 Handle<Code> code(Handle<Code>::cast(object)); in CollectReceiverTypes() local
361 Handle<Code> code = Handle<Code>::cast(object); in CollectReceiverTypes() local
[all …]
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DWebSocketException.java8 private CloseCode code; field in WebSocketException
15 public WebSocketException(CloseCode code, String reason) { in WebSocketException()
19 public WebSocketException(CloseCode code, String reason, Exception cause) { in WebSocketException()

12345678910>>...46