Home
last modified time | relevance | path

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

12345678910>>...58

/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/catapult/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/catapult/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/libjpeg-turbo/
Djerror.h30 #define JMESSAGE(code,string) argument
38 #define JMESSAGE(code,string) code , argument
230 #define ERREXIT(cinfo,code) \ argument
233 #define ERREXIT1(cinfo,code,p1) \ argument
237 #define ERREXIT2(cinfo,code,p1,p2) \ argument
242 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
248 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
255 #define ERREXITS(cinfo,code,str) \ argument
263 #define WARNMS(cinfo,code) \ argument
266 #define WARNMS1(cinfo,code,p1) \ argument
[all …]
/external/pdfium/third_party/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/v8/test/unittests/wasm/
Dcontrol-transfer-unittest.cc109 byte code[] = { in TEST_F() local
120 byte code[] = { in TEST_F() local
132 byte code[] = { in TEST_F() local
145 byte code[] = { in TEST_F() local
158 byte code[] = { in TEST_F() local
173 byte code[] = { in TEST_F() local
188 byte code[] = { in TEST_F() local
205 byte code[] = { in TEST_F() local
223 byte code[] = { in TEST_F() local
231 byte code[] = { in TEST_F() local
[all …]
Dloop-assignment-analysis-unittest.cc36 byte code[] = { 0 }; in TEST_F() local
42 byte code[] = {kExprLoop, 0}; in TEST_F() local
55 byte code[] = {WASM_LOOP(1, WASM_SET_ZERO(i))}; in TEST_F() local
66 byte code[] = {WASM_LOOP(1, WASM_SET_ZERO(i)), WASM_SET_ZERO(1)}; in TEST_F() local
78 byte code[] = {WASM_LOOP(2, WASM_SET_ZERO(i), WASM_SET_ZERO(j))}; in TEST_F() local
91 byte code[] = {WASM_LOOP( in TEST_F() local
110 byte code[] = {kExprLoop, in TEST_F() local
130 byte code[] = { in TEST_F() local
143 byte code[] = { in TEST_F() local
162 byte code[] = {WASM_BLOCK( in TEST_F() local
[all …]
/external/v8/test/cctest/compiler/
Dtest-jump-threading.cc44 InstructionCode code = 119 | FlagsModeField::encode(kFlags_branch) | in Branch() local
108 void VerifyForwarding(TestCode& code, int count, int* expected) { in VerifyForwarding()
122 TestCode code; in TEST() local
138 TestCode code; in TEST() local
155 TestCode code; in TEST() local
166 TestCode code; in TEST() local
178 TestCode code; in TEST() local
192 TestCode code; in TEST() local
206 TestCode code; in TEST() local
220 TestCode code; in TEST() 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()
87 evdev_decode_number(const unsigned int code) in evdev_decode_number()
149 hiddev_decode_number(const unsigned int code) in hiddev_decode_number()
187 const unsigned int code = tcp->u_arg[1]; in ioctl_decode_command_number() local
229 const unsigned int code = tcp->u_arg[1]; in ioctl_decode() local
/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/libweave/src/
Derror.cc14 const std::string& code, in LogError()
29 const std::string& code, in Create()
35 const std::string& code, in Create()
44 const std::string& code, in AddTo()
59 const std::string& code, in AddToPrintf()
88 const std::string& code, in Error()
95 const std::string& code, in Error()
104 const std::string& code) { in FindError()
/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/libbrillo/brillo/errors/
Derror.cc16 const std::string& code, in LogError()
31 const std::string& code, in Create()
38 const std::string& code, in Create()
49 const std::string& code, in AddTo()
63 const std::string& code, in AddToPrintf()
96 const std::string& code, in Error()
108 const std::string& code, in Error()
130 const std::string& code) { in FindError()
/external/v8/src/
Dcode-events.h123 #define CODE_EVENT_DISPATCH(code) \ argument
126 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, in CodeCreateEvent()
130 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, Name* name) { in CodeCreateEvent()
133 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, in CodeCreateEvent()
137 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, in CodeCreateEvent()
143 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, in CodeCreateEvent()
156 void RegExpCodeCreateEvent(AbstractCode* code, String* source) { in RegExpCodeCreateEvent()
166 void CodeDisableOptEvent(AbstractCode* code, SharedFunctionInfo* shared) { in CodeDisableOptEvent()
169 void CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta) { in CodeDeoptEvent()
/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/ImageMagick/coders/
Dmiff.c1315 code; in ReadMIFFImage() local
1331 code; in ReadMIFFImage() local
1348 code; in ReadMIFFImage() local
1389 code; in ReadMIFFImage() local
1428 code; in ReadMIFFImage() local
1466 code; in ReadMIFFImage() local
1541 code; in ReadMIFFImage() local
1563 code; in ReadMIFFImage() local
1577 code; in ReadMIFFImage() local
2413 code; in WriteMIFFImage() local
[all …]
/external/robolectric/v1/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/libchrome/sandbox/linux/system_headers/
Dlinux_filter.h13 uint16_t code; member
25 #define BPF_CLASS(code) ((code) & 0x07) argument
45 #define BPF_SIZE(code) ((code) & 0x18) argument
53 #define BPF_MODE(code) ((code) & 0xe0) argument
61 #define BPF_OP(code) ((code) & 0xf0) argument
129 #define BPF_SRC(code) ((code) & 0x08) argument

12345678910>>...58