Home
last modified time | relevance | path

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

12345678910>>...67

/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/python/cpython2/Lib/
Dstringprep.py12 def in_table_a1(code): argument
20 def in_table_b1(code): argument
189 def map_table_b3(code): argument
206 def in_table_c11(code): argument
210 def in_table_c12(code): argument
213 def in_table_c11_c12(code): argument
217 def in_table_c21(code): argument
221 def in_table_c22(code): argument
227 def in_table_c21_c22(code): argument
232 def in_table_c3(code): argument
[all …]
/external/syslinux/com32/gpllib/dmi/
Ddmi_memory.c32 void dmi_memory_array_error_handle(uint16_t code, char *array) in dmi_memory_array_error_handle()
42 void dmi_memory_device_width(uint16_t code, char *width) in dmi_memory_device_width()
54 void dmi_memory_device_size(uint16_t code, char *size) in dmi_memory_device_size()
68 const char *dmi_memory_device_form_factor(uint8_t code) in dmi_memory_device_form_factor()
94 void dmi_memory_device_set(uint8_t code, char *set) in dmi_memory_device_set()
104 const char *dmi_memory_device_type(uint8_t code) in dmi_memory_device_type()
140 void dmi_memory_device_type_detail(uint16_t code, char *type_detail, int sizeof_type_detail) in dmi_memory_device_type_detail()
169 void dmi_memory_device_speed(uint16_t code, char *speed) in dmi_memory_device_speed()
181 void dmi_memory_module_types(uint16_t code, const char *sep, char *type, int sizeof_type) in dmi_memory_module_types()
209 void dmi_memory_module_connections(uint8_t code, char *connection, int sizeof_connection) in dmi_memory_module_connections()
[all …]
Ddmi_cache.c26 const char *dmi_cache_mode(uint8_t code) in dmi_cache_mode()
38 const char *dmi_cache_location(uint8_t code) in dmi_cache_location()
52 uint16_t dmi_cache_size(uint16_t code) in dmi_cache_size()
60 void dmi_cache_types(uint16_t code, const char *sep, char *array) in dmi_cache_types()
84 const char *dmi_cache_ec_type(uint8_t code) in dmi_cache_ec_type()
101 const char *dmi_cache_type(uint8_t code) in dmi_cache_type()
117 const char *dmi_cache_associativity(uint8_t code) in dmi_cache_associativity()
Ddmi_processor.c32 const char *dmi_processor_type(uint8_t code) in dmi_processor_type()
49 const char *dmi_processor_family(uint8_t code, char *manufacturer) in dmi_processor_family()
329 const char *dmi_processor_status(uint8_t code) in dmi_processor_status()
349 const char *dmi_processor_upgrade(uint8_t code) in dmi_processor_upgrade()
385 void dmi_processor_cache(uint16_t code, const char *level, uint16_t ver, in dmi_processor_cache()
Ddmi_chassis.c32 const char *dmi_chassis_type(uint8_t code) in dmi_chassis_type()
72 const char *dmi_chassis_lock(uint8_t code) in dmi_chassis_lock()
82 const char *dmi_chassis_state(uint8_t code) in dmi_chassis_state()
99 const char *dmi_chassis_security_status(uint8_t code) in dmi_chassis_security_status()
Ddmi_battery.c31 const char *dmi_battery_chemistry(uint8_t code) in dmi_battery_chemistry()
50 void dmi_battery_capacity(uint16_t code, uint8_t multiplier, char *capacity) in dmi_battery_capacity()
58 void dmi_battery_voltage(uint16_t code, char *voltage) in dmi_battery_voltage()
66 void dmi_battery_maximum_error(uint8_t code, char *error) in dmi_battery_maximum_error()
/external/python/cpython2/Lib/xml/dom/
D__init__.py76 code = INDEX_SIZE_ERR variable in IndexSizeErr
79 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
82 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
85 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
88 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
91 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
94 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
97 code = NOT_FOUND_ERR variable in NotFoundErr
100 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
103 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[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/r8/src/test/java/com/android/tools/r8/smali/
DIfSimplificationTest.java56 DexCode code = method.getCode().asDexCode(); in ifZeroNeqZero() local
76 DexCode code = method.getCode().asDexCode(); in ifTwoEqZero() local
100 DexCode code = method.getCode().asDexCode(); in b() local
124 DexCode code = method.getCode().asDexCode(); in c() local
155 DexCode code = method.getCode().asDexCode(); in d() local
182 DexCode code = method.getCode().asDexCode(); in e() local
200 DexCode code = method.getCode().asDexCode(); in f() local
258 DexCode code = method.getCode().asDexCode(); in simplifyNonZeroTests() local
288 DexCode code = method.getCode().asDexCode(); in runRewriteIfWithConstZeroTest() local
392 DexCode code = method.getCode().asDexCode(); in x() local
[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/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code,string) argument
39 #define JMESSAGE(code,string) code , argument
231 #define ERREXIT(cinfo,code) \ argument
234 #define ERREXIT1(cinfo,code,p1) \ argument
238 #define ERREXIT2(cinfo,code,p1,p2) \ argument
243 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
249 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
256 #define ERREXITS(cinfo,code,str) \ argument
264 #define WARNMS(cinfo,code) \ argument
267 #define WARNMS1(cinfo,code,p1) \ argument
[all …]
/external/flatbuffers/src/
Didl_gen_php.cpp67 std::string &code = *code_ptr; in BeginFile() local
86 std::string code = ""; in SaveType() local
98 std::string &code = *code_ptr; in BeginClass() local
108 std::string &code = *code_ptr; in EndClass() local
114 std::string &code = *code_ptr; in BeginEnum() local
120 std::string &code = *code_ptr; in EnumMember() local
129 std::string &code = *code_ptr; in EndEnum() local
136 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local
157 std::string &code = *code_ptr; in InitializeExisting() local
175 std::string &code = *code_ptr; in GetVectorLen() local
[all …]
Didl_gen_go.cpp58 std::string &code = *code_ptr; in BeginClass() local
70 std::string &code = *code_ptr; in BeginEnum() local
77 std::string &code = *code_ptr; in EnumMember() local
87 std::string &code = *code_ptr; in EndEnum() local
93 std::string &code = *code_ptr; in BeginEnumNames() local
102 std::string &code = *code_ptr; in EnumNameMember() local
113 std::string &code = *code_ptr; in EndEnumNames() local
120 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local
137 std::string &code = *code_ptr; in InitializeExisting() local
150 std::string &code = *code_ptr; in GenTableAccessor() local
[all …]
Didl_gen_python.cpp54 std::string &code = *code_ptr; in BeginClass() local
62 std::string &code = *code_ptr; in BeginEnum() local
68 std::string &code = *code_ptr; in EnumMember() local
77 std::string &code = *code_ptr; in EndEnum() local
84 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local
103 std::string &code = *code_ptr; in InitializeExisting() local
115 std::string &code = *code_ptr; in GetVectorLen() local
128 std::string &code = *code_ptr; in GetScalarFieldOfStruct() local
141 std::string &code = *code_ptr; in GetScalarFieldOfTable() local
157 std::string &code = *code_ptr; in GetStructFieldOfStruct() local
[all …]
/external/strace/
Dioctl.c52 ioctl_lookup(const unsigned int code) in ioctl_lookup()
71 const unsigned int code = iop->code; in ioctl_next_match() local
79 ioctl_print_code(const unsigned int code) in ioctl_print_code()
88 evdev_decode_number(const unsigned int code) in evdev_decode_number()
150 hiddev_decode_number(const unsigned int code) in hiddev_decode_number()
188 const unsigned int code = tcp->u_arg[1]; in ioctl_decode_command_number() local
230 const unsigned int code = tcp->u_arg[1]; in ioctl_decode() local
/external/chromium-trace/catapult/common/eslint/tests/
Dcatapult-camelcase.js51 code: "var o = {key: 1}", property
55 code: "var o = {bar_baz: 1}", property
59 code: "obj.a_b = 2;", property
63 code: "var obj = {\n a_a: 1 \n};\n obj.a_b = 2;", property
67 code: "obj.foo_bar = function(){};", property
71 code: "var { category_id: category } = query;", property
75 code: "var { category_id: category } = query;", property
80 code: "import { camelCased } from \"external module\";", property
84 code: "import { no_camelcased as camelCased } from \"external-module\";", property
88code: "import { no_camelcased as camelCased, anoterCamelCased } from \"external-module\";", property
[all …]
/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c59 static const UCDRecord *get_ucd_record(uint32_t code) in get_ucd_record()
76 static const unsigned short *get_decomp_record(uint32_t code) in get_decomp_record()
94 static int get_comp_index(uint32_t code, const Reindex *idx) in get_comp_index()
124 static BracketPair *search_bp(uint32_t code) in search_bp()
135 static int hangul_pair_decompose(uint32_t code, uint32_t *a, uint32_t *b) in hangul_pair_decompose()
155 static int hangul_pair_compose(uint32_t *code, uint32_t a, uint32_t b) in hangul_pair_compose()
179 const unsigned short *code = *code_ptr; in decode_utf16() local
196 int ucdn_get_combining_class(uint32_t code) in ucdn_get_combining_class()
201 int ucdn_get_east_asian_width(uint32_t code) in ucdn_get_east_asian_width()
206 int ucdn_get_general_category(uint32_t code) in ucdn_get_general_category()
[all …]
/external/vixl/test/aarch64/
Dtest-utils-aarch64.h81 inline int32_t wreg(unsigned code) const { in wreg()
89 inline int64_t xreg(unsigned code) const { in xreg()
98 inline uint32_t sreg_bits(unsigned code) const { in sreg_bits()
103 inline float sreg(unsigned code) const { in sreg()
107 inline uint64_t dreg_bits(unsigned code) const { in dreg_bits()
112 inline double dreg(unsigned code) const { in dreg()
116 inline vec128_t qreg(unsigned code) const { return dump_.q_[code]; } in qreg()
145 bool RegAliasesMatch(unsigned code) const { in RegAliasesMatch()
158 bool FPRegAliasesMatch(unsigned code) const { in FPRegAliasesMatch()
/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/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/r8/src/main/java/com/android/tools/r8/ir/code/
DInstructionListIterator.java100 BasicBlock split(IRCode code, ListIterator<BasicBlock> blockIterator); in split()
103 default BasicBlock split(IRCode code) { in split()
125 BasicBlock split(int instructions, IRCode code, ListIterator<BasicBlock> blockIterator); in split()
130 default BasicBlock split(int instructions, IRCode code) { in split()
167 BasicBlock inlineInvoke(IRCode code, IRCode inlinee, ListIterator<BasicBlock> blockIterator, in inlineInvoke()
173 default BasicBlock inlineInvoke(IRCode code, IRCode inlinee) { in inlineInvoke()
/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/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/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()

12345678910>>...67