HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 976 - 1000 of 3111) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
uhid.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
76 __u16 code; member in struct:uhid_output_ev_req
    [all...]
v4l2-subdev.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
50 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
57 __u32 code; member in struct:v4l2_subdev_frame_size_enum
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
76 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
    [all...]
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cxxabi.h 7 // 1. Redistributions of source code must retain the above copyright
82 code() const { return CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__class_type_info
94 code() const { return SI_CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__si_class_type_info
147 code() const { return VMI_CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__vmi_class_type_info
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 24 # the values given in the W3C recommendation. Client code can
72 return self.code
76 code = INDEX_SIZE_ERR variable in class:IndexSizeErr
79 code = DOMSTRING_SIZE_ERR variable in class:DomstringSizeErr
82 code = HIERARCHY_REQUEST_ERR variable in class:HierarchyRequestErr
85 code = WRONG_DOCUMENT_ERR variable in class:WrongDocumentErr
88 code = INVALID_CHARACTER_ERR variable in class:InvalidCharacterErr
91 code = NO_DATA_ALLOWED_ERR variable in class:NoDataAllowedErr
94 code = NO_MODIFICATION_ALLOWED_ERR variable in class:NoModificationAllowedErr
97 code = NOT_FOUND_ER variable in class:NotFoundErr
100 code = NOT_SUPPORTED_ERR variable in class:NotSupportedErr
103 code = INUSE_ATTRIBUTE_ERR variable in class:InuseAttributeErr
106 code = INVALID_STATE_ERR variable in class:InvalidStateErr
109 code = SYNTAX_ERR variable in class:SyntaxErr
112 code = INVALID_MODIFICATION_ERR variable in class:InvalidModificationErr
115 code = NAMESPACE_ERR variable in class:NamespaceErr
118 code = INVALID_ACCESS_ERR variable in class:InvalidAccessErr
121 code = VALIDATION_ERR variable in class:ValidationErr
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 24 # the values given in the W3C recommendation. Client code can
72 return self.code
76 code = INDEX_SIZE_ERR variable in class:IndexSizeErr
79 code = DOMSTRING_SIZE_ERR variable in class:DomstringSizeErr
82 code = HIERARCHY_REQUEST_ERR variable in class:HierarchyRequestErr
85 code = WRONG_DOCUMENT_ERR variable in class:WrongDocumentErr
88 code = INVALID_CHARACTER_ERR variable in class:InvalidCharacterErr
91 code = NO_DATA_ALLOWED_ERR variable in class:NoDataAllowedErr
94 code = NO_MODIFICATION_ALLOWED_ERR variable in class:NoModificationAllowedErr
97 code = NOT_FOUND_ER variable in class:NotFoundErr
100 code = NOT_SUPPORTED_ERR variable in class:NotSupportedErr
103 code = INUSE_ATTRIBUTE_ERR variable in class:InuseAttributeErr
106 code = INVALID_STATE_ERR variable in class:InvalidStateErr
109 code = SYNTAX_ERR variable in class:SyntaxErr
112 code = INVALID_MODIFICATION_ERR variable in class:InvalidModificationErr
115 code = NAMESPACE_ERR variable in class:NamespaceErr
118 code = INVALID_ACCESS_ERR variable in class:InvalidAccessErr
121 code = VALIDATION_ERR variable in class:ValidationErr
    [all...]
  /system/core/include/diskconfig/
diskconfig.h 74 uint8_t code[440]; /* bytes 0-439 */ member in struct:pc_boot_record
  /system/core/libutils/
ProcessCallStack.cpp 161 int code; local
162 while ((code = readdir_r(dp, &entry, &ep)) == 0 && ep != NULL) {
197 if (code != 0) { // returns positive error value on error
199 __FUNCTION__, PATH_SELF_TASK, strerror(code));
  /toolchain/binutils/binutils-2.25/binutils/
sysdump.c 37 static int code; variable
130 sum = code + size + 2;
283 code = c;
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.h 84 int code; member in struct:seh_prologue_element
94 /* Initial code-segment. */
tc-moxie.c 1 /* tc-moxie.c -- Assemble code for moxie
171 /* Find the op code end. */
759 bfd_reloc_code_real_type code;
764 code = fixP->fx_r_type;
767 code = fixP->fx_r_type;
792 other offset than the assembly code shows; and since the symbol is
803 howto, and does not execute the code that needs to be undone. */
812 relP->howto = bfd_reloc_type_lookup (stdoutput, code);
820 as_fatal (_("Cannot generate relocation type for symbol %s, code %s"),
821 name, bfd_get_reloc_code_name (code));
758 bfd_reloc_code_real_type code; local
    [all...]
tc-or1k.c 303 bfd_reloc_code_real_type code = fx->fx_r_type; local
307 && (code == BFD_RELOC_OR1K_GOTPC_HI16
308 || code == BFD_RELOC_OR1K_GOTPC_LO16))
  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.h 34 // relocation code.
80 // Relocation code represented by this.
82 code() const function in class:gold::AArch64_reloc_property
85 // Name of the relocation code.
90 // Type of relocation code.
95 // Class of relocation code.
100 // Whether this code is implemented in gold.
105 // If code is a group relocation code, return the group number, otherwise -1.
135 AArch64_reloc_property(unsigned int code, const char* name, Reloc_type rtype
    [all...]
arm-reloc-property.h 29 // relocation code.
65 // Relocation code represented by this.
67 code() const function in class:gold::Arm_reloc_property
70 // Name of the relocation code.
75 // Type of relocation code.
80 // Whether this code is deprecated.
85 // Class of relocation code.
90 // Whether this code is implemented in gold.
95 // If code is a group relocation code, return the group number, otherwise -1
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.h 40 const char *code; member in struct:demangle_operator_info
  /toolchain/binutils/binutils-2.25/opcodes/
epiphany-asm.c 161 bfd_reloc_code_real_type code,
172 code = BFD_RELOC_NONE;
180 errmsg = cgen_parse_address (cd, strp, opindex, code, result_type, valuep);
199 bfd_reloc_code_real_type code ATTRIBUTE_UNUSED,
256 bfd_reloc_code_real_type code = BFD_RELOC_NONE;
262 code = BFD_RELOC_EPIPHANY_SIMM24;
266 code = BFD_RELOC_EPIPHANY_SIMM8;
274 errmsg = cgen_parse_address (cd, strp, opindex, code,
285 errmsg = cgen_parse_address (cd, &bufp, opindex, code, &result_type,
255 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
ip2k-asm.c 232 bfd_reloc_code_real_type code = BFD_RELOC_NONE;
236 code = BFD_RELOC_IP2K_HI8DATA;
238 code = BFD_RELOC_IP2K_LO8DATA;
246 errmsg = cgen_parse_address (cd, strp, opindex, code,
254 if (code == BFD_RELOC_IP2K_HI8DATA)
257 /* code = BFD_RELOC_IP2K_LOW8DATA. */
274 bfd_reloc_code_real_type code = BFD_RELOC_NONE;
278 code = BFD_RELOC_IP2K_ADDR16CJP;
280 code = BFD_RELOC_IP2K_PAGE3;
282 errmsg = cgen_parse_address (cd, strp, opindex, code,
231 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
273 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
317 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
    [all...]
m68hc11-dis.c 239 unsigned int code; local
253 code = (buffer[0] << 8) + buffer[1];
260 if ((opcode->opcode != (code & opcode->xg_mask)) || (opcode->arch != cpuxgate))
270 (*info->fprintf_func) (info->stream, " #0x%x", (code >> 8) & 0x7);
273 (code >> 8) & 0x7, (code >> 5) & 0x7);
276 (code >> 8) & 0x7, (code >> 5) & 0x7, (code >> 2) & 0x7);
279 (code >> 8) & 0x7, (code >> 5) & 0x7, (code >> 2) & 0x7)
331 (*info->fprintf_func) (info->stream, "Not yet handled TEST .byte\\t0x%04x", code); local
852 M6811_OPCODE_PAGE2, code); local
855 M6811_OPCODE_PAGE3, code); local
858 M6811_OPCODE_PAGE4, code); local
860 (*info->fprintf_func) (info->stream, ".byte\\t0x%02x", code); local
    [all...]
mt-asm.c 72 bfd_reloc_code_real_type code = BFD_RELOC_NONE;
79 code = BFD_RELOC_MT_PCINSN8;
80 errmsg = cgen_parse_address (cd, strp, opindex, code,
98 bfd_reloc_code_real_type code = BFD_RELOC_NONE;
104 code = BFD_RELOC_16_PCREL;
105 errmsg = cgen_parse_address (cd, strp, opindex, code,
123 code = BFD_RELOC_HI16;
128 code = BFD_RELOC_LO16;
134 if (code != BFD_RELOC_NONE)
137 errmsg = cgen_parse_address (cd, strp, opindex, code,
71 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
97 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
    [all...]

Completed in 1483 milliseconds

<<31323334353637383940>>