Home
last modified time | relevance | path

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

12345678910>>...65

/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_org/third_party/libxml/src/
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_org/third_party/WebKit/Source/devtools/front_end/ui/
DKeyboardShortcut.js64 Backspace: { code: 8, name: "\u21a4" }, property
65 Tab: { code: 9, name: { mac: "\u21e5", other: "Tab" } }, property
66 Enter: { code: 13, name: { mac: "\u21a9", other: "Enter" } }, property
67 Shift: { code: 16, name: { mac: "\u21e7", other: "Shift" } }, property
68 Ctrl: { code: 17, name: "Ctrl" }, property
69 Esc: { code: 27, name: { mac: "\u238b", other: "Esc" } }, property
70 Space: { code: 32, name: "Space" }, property
71 PageUp: { code: 33, name: { mac: "\u21de", other: "PageUp" } }, // also NUM_NORTH_EAST property
72 PageDown: { code: 34, name: { mac: "\u21df", other: "PageDown" } }, // also NUM_SOUTH_EAST property
73 End: { code: 35, name: { mac: "\u2197", other: "End" } }, // also NUM_SOUTH_WEST property
[all …]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DModuleNode.py498 def generate_type_definitions(self, env, modules, vtab_list, vtabslot_list, code): argument
546 def generate_module_preamble(self, env, cimported_modules, code): argument
662 def generate_extern_c_macro_definition(self, code): argument
672 def generate_includes(self, env, cimported_modules, code): argument
683 def generate_filename_table(self, code): argument
696 def generate_type_predeclarations(self, env, code): argument
699 def generate_type_header_code(self, type_entries, code): argument
729 def generate_gcc33_hack(self, env, code): argument
743 def generate_typedef(self, entry, code): argument
763 def generate_struct_union_predeclaration(self, entry, code): argument
[all …]
DNodes.py236 def generate_code(self, code): argument
240 def annotate(self, code): argument
337 def generate_function_definitions(self, env, code): argument
345 def generate_execution_code(self, code): argument
351 def annotate(self, code): argument
360 def generate_cached_builtins_decls(self, env, code): argument
366 def generate_lambda_definitions(self, env, code): argument
391 def generate_function_definitions(self, env, code): argument
396 def generate_execution_code(self, code): argument
402 def annotate(self, code): argument
[all …]
DUtilNodes.py50 def generate_result_code(self, code): argument
53 def generate_assignment_code(self, rhs, code): argument
66 def generate_assignment_code(self, rhs, code): argument
69 def generate_execution_code(self, code): argument
92 def generate_execution_code(self, code): argument
112 def generate_function_definitions(self, env, code): argument
115 def annotate(self, code): argument
191 def generate_evaluation_code(self, code): argument
194 def generate_result_code(self, code): argument
197 def generate_disposal_code(self, code): argument
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java693 public void write(byte[] code, int offset) in write()
722 protected abstract void readInfo(byte[] code, int offset); in readInfo()
728 protected abstract void writeInfo(byte[] code, int offset); in writeInfo()
793 protected static int readByte(byte[] code, int offset) in readByte()
798 protected static int readShort(byte[] code, int offset) in readShort()
804 protected static int readInt(byte[] code, int offset) in readInt()
812 protected static int readValue(byte[] code, int offset, int valueSize) in readValue()
824 protected static int readSignedByte(byte[] code, int offset) in readSignedByte()
829 protected static int readSignedShort(byte[] code, int offset) in readSignedShort()
835 protected static int readSignedValue(byte[] code, int offset, int valueSize) in readSignedValue()
[all …]
/external/qemu/distrib/jpeg-6b/
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/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/chromium_org/third_party/libjpeg_turbo/
Djerror.h28 #define JMESSAGE(code,string) argument
36 #define JMESSAGE(code,string) code , argument
228 #define ERREXIT(cinfo,code) \ argument
231 #define ERREXIT1(cinfo,code,p1) \ argument
235 #define ERREXIT2(cinfo,code,p1,p2) \ argument
240 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
246 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
253 #define ERREXITS(cinfo,code,str) \ argument
261 #define WARNMS(cinfo,code) \ argument
264 #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/chromium_org/chrome/test/chromedriver/chrome/
Dstatus.cc12 const char* DefaultMessageForStatusCode(StatusCode code) { in DefaultMessageForStatusCode()
69 Status::Status(StatusCode code) in Status()
72 Status::Status(StatusCode code, const std::string& details) in Status()
77 Status::Status(StatusCode code, const Status& cause) in Status()
82 Status::Status(StatusCode code, in Status()
104 StatusCode Status::code() const { in code() function in Status
/external/chromium_org/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.h61 inline int32_t wreg(unsigned code) const { in wreg()
69 inline int64_t xreg(unsigned code) const { in xreg()
78 inline uint32_t sreg_bits(unsigned code) const { in sreg_bits()
83 inline float sreg(unsigned code) const { in sreg()
87 inline uint64_t dreg_bits(unsigned code) const { in dreg_bits()
92 inline double dreg(unsigned code) const { in dreg()
125 bool RegAliasesMatch(unsigned code) const { in RegAliasesMatch()
138 bool FPRegAliasesMatch(unsigned code) const { in FPRegAliasesMatch()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DActivityLoggerTest.cpp108 const char* code = in TEST_F() local
127 const char* code = in TEST_F() local
152 const char* code = in TEST_F() local
178 const char* code = in TEST_F() local
201 const char* code = in TEST_F() local
228 const char* code = in TEST_F() local
252 const char* code = in TEST_F() local
277 const char* code = in TEST_F() local
301 const char* code = in TEST_F() local
325 const char* code = in TEST_F() local
[all …]
/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/chromium_org/net/spdy/
Dhpack_huffman_table_test.cc128 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); in TEST_F() local
137 HpackHuffmanSymbol code[] = { in TEST_F() local
151 HpackHuffmanSymbol code[] = { in TEST_F() local
166 HpackHuffmanSymbol code[] = { in TEST_F() local
176 HpackHuffmanSymbol code[] = { in TEST_F() local
187 HpackHuffmanSymbol code[] = { in TEST_F() local
198 HpackHuffmanSymbol code[] = { in TEST_F() local
209 HpackHuffmanSymbol code[] = { in TEST_F() local
220 HpackHuffmanSymbol code[] = { in TEST_F() local
231 HpackHuffmanSymbol code[] = { in TEST_F() local
[all …]
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_database_error.h16 explicit IndexedDBDatabaseError(uint16 code) : code_(code) {} in IndexedDBDatabaseError()
17 IndexedDBDatabaseError(uint16 code, const char* message) in IndexedDBDatabaseError()
19 IndexedDBDatabaseError(uint16 code, const base::string16& message) in IndexedDBDatabaseError()
23 uint16 code() const { return code_; } in code() function
/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/chromium_org/chrome/test/chromedriver/net/
Dwebsocket.cc89 int code = socket_->Connect(base::Bind( in Connect() local
118 void WebSocket::OnSocketConnect(int code) { in OnSocketConnect()
148 void WebSocket::OnWrite(int code) { in OnWrite()
172 int code = in ContinueWritingIfNecessary() local
181 int code = in Read() local
189 void WebSocket::OnRead(int code) { in OnRead()
249 void WebSocket::InvokeConnectCallback(int code) { in InvokeConnectCallback()
256 void WebSocket::Close(int code) { in Close()
/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()

12345678910>>...65