/external/javassist/src/main/javassist/ |
D | Modifier.java | 51 public static boolean isPublic(int mod) { in isPublic() 59 public static boolean isPrivate(int mod) { in isPrivate() 67 public static boolean isProtected(int mod) { in isProtected() 75 public static boolean isPackage(int mod) { in isPackage() 83 public static boolean isStatic(int mod) { in isStatic() 91 public static boolean isFinal(int mod) { in isFinal() 99 public static boolean isSynchronized(int mod) { in isSynchronized() 107 public static boolean isVolatile(int mod) { in isVolatile() 115 public static boolean isTransient(int mod) { in isTransient() 123 public static boolean isNative(int mod) { in isNative() [all …]
|
D | CtNewNestedClass.java | 34 public void setModifiers(int mod) { in setModifiers() 40 private static void updateInnerEntry(int mod, String name, CtClass clazz, boolean outer) { in updateInnerEntry()
|
D | CtNewClass.java | 93 int mod = c.getModifiers(); in inheritAllConstructors() local 110 private boolean isInheritable(int mod, CtClass superclazz) { in isInheritable()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 335 static void get_modrm(byte data, int* mod, int* regop, int* rm) { in get_modrm() 391 int mod, regop, rm; in PrintRightOperandHelper() local 491 int mod, regop, rm; in PrintOperands() local 519 int mod, regop, rm; in PrintImmediateOp() local 548 int mod, regop, rm; in F7Instruction() local 581 int mod, regop, rm; in D1D3C1Instruction() local 961 { int mod, regop, rm; in InstructionDecode() local 975 int mod, regop, rm; in InstructionDecode() local 998 int mod, regop, rm; in InstructionDecode() local 1027 int mod, regop, rm; in InstructionDecode() local [all …]
|
/external/elfutils/libdwfl/ |
D | cu.c | 57 dwar (Dwfl_Module *mod, unsigned int idx) in dwar() 64 addrarange (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_arange **arange) in addrarange() 162 less_lazy (Dwfl_Module *mod) in less_lazy() 186 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu() 252 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu() 301 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu() 319 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) in __libdwfl_addrcu()
|
D | dwfl_module_build_id.c | 53 found_build_id (Dwfl_Module *mod, bool set, in found_build_id() 79 check_notes (Dwfl_Module *mod, bool set, Elf_Data *data, GElf_Addr data_vaddr) in check_notes() 98 __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf) in __libdwfl_find_build_id() 149 dwfl_module_build_id (Dwfl_Module *mod, in dwfl_module_build_id()
|
D | dwfl_module_getdwarf.c | 59 open_elf (Dwfl_Module *mod, struct dwfl_file *file) in open_elf() 122 find_file (Dwfl_Module *mod) in find_file() 207 find_debuginfo (Dwfl_Module *mod) in find_debuginfo() 308 find_dynsym (Dwfl_Module *mod) in find_dynsym() 491 find_symtab (Dwfl_Module *mod) in find_symtab() 589 __libdwfl_module_getebl (Dwfl_Module *mod) in __libdwfl_module_getebl() 606 load_dw (Dwfl_Module *mod, struct dwfl_file *debugfile) in load_dw() 655 find_dw (Dwfl_Module *mod) in find_dw() 704 dwfl_module_getelf (Dwfl_Module *mod, GElf_Addr *loadbase) in dwfl_module_getelf()
|
D | derelocate.c | 91 cache_sections (Dwfl_Module *mod) in cache_sections() 224 dwfl_module_relocations (Dwfl_Module *mod) in dwfl_module_relocations() 250 dwfl_module_relocation_info (Dwfl_Module *mod, unsigned int idx, in dwfl_module_relocation_info() 288 check_module (Dwfl_Module *mod) in check_module() 319 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) in find_section() 355 dwfl_module_relocate_address (Dwfl_Module *mod, Dwarf_Addr *addr) in dwfl_module_relocate_address()
|
D | offline.c | 60 dwfl_offline_section_address (Dwfl_Module *mod, in dwfl_offline_section_address() 150 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf, in process_elf() local 181 int fd, Elf *member, Dwfl_Module **mod) in process_archive_member() 261 Dwfl_Module *mod = NULL; in process_archive() local 292 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); in __libdwfl_report_offline() local
|
D | dwfl_build_id_find_elf.c | 57 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name) in __libdwfl_open_by_build_id() 145 dwfl_build_id_find_elf (Dwfl_Module *mod, in dwfl_build_id_find_elf()
|
D | dwfl_module.c | 79 __libdwfl_module_free (Dwfl_Module *mod) in __libdwfl_module_free() 171 Dwfl_Module *mod = calloc (1, sizeof *mod); in INTDEF() local
|
D | dwfl_module_addrname.c | 53 dwfl_module_addrname (Dwfl_Module *mod, GElf_Addr addr) in dwfl_module_addrname()
|
D | dwfl_addrmodule.c | 55 Dwfl_Module *mod; in dwfl_addrmodule() local
|
D | find-debuginfo.c | 93 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) in validate() 120 find_debuginfo_in_path (Dwfl_Module *mod, const char *file_name, in find_debuginfo_in_path() 253 dwfl_standard_find_debuginfo (Dwfl_Module *mod, in dwfl_standard_find_debuginfo()
|
/external/srtp/crypto/include/ |
D | err.h | 153 #define debug_on(mod) (mod).on = 1 argument 155 #define debug_off(mod) (mod).on = 0 argument 158 #define debug_print(mod, format, arg) \ argument 160 #define debug_print2(mod, format, arg1,arg2) \ argument 166 #define debug_print(mod, format, arg) argument 168 #define debug_on(mod) argument 170 #define debug_off(mod) argument
|
/external/v8/src/x64/ |
D | disasm-x64.cc | 395 int* mod, in get_modrm() 460 int mod, regop, rm; in PrintRightOperandHelper() local 610 int mod, regop, rm; in PrintOperands() local 646 int mod, regop, rm; in PrintImmediateOp() local 690 int mod, regop, rm; in F6F7Instruction() local 735 int mod, regop, rm; in ShiftInstruction() local 1022 int mod, regop, rm; in TwoByteOpcodeInstruction() local 1112 int mod, regop, rm; in TwoByteOpcodeInstruction() local 1123 int mod, regop, rm; in TwoByteOpcodeInstruction() local 1130 int mod, regop, rm; in TwoByteOpcodeInstruction() local [all …]
|
/external/llvm/tools/lto/ |
D | lto.cpp | 94 void lto_module_dispose(lto_module_t mod) { in lto_module_dispose() 100 const char* lto_module_get_target_triple(lto_module_t mod) { in lto_module_get_target_triple() 106 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { in lto_module_set_target_triple() 112 unsigned int lto_module_get_num_symbols(lto_module_t mod) { in lto_module_get_num_symbols() 118 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) { in lto_module_get_symbol_name() 124 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute() 144 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_add_module()
|
/external/elfutils/src/ |
D | addr2line.c | 228 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr) in print_dwarf_function() 297 print_addrsym (Dwfl_Module *mod, GElf_Addr addr) in print_addrsym() 320 see_one_module (Dwfl_Module *mod, in see_one_module() 334 find_symbol (Dwfl_Module *mod, in find_symbol() 382 Dwfl_Module *mod = NULL; in handle_address() local 444 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr); in handle_address() local
|
/external/qemu/android/skin/ |
D | keyset.c | 222 skin_key_symmod_to_str( int sym, int mod ) in skin_key_symmod_to_str() 266 int mod = 0; in skin_key_symmod_from_str() local 270 static const struct { const char* prefix; int mod; } mods[] = in skin_key_symmod_from_str() member 325 int mod; member 338 skin_keyset_add( SkinKeyset* kset, int sym, int mod, SkinKeyCommand command ) in skin_keyset_add() 394 int sym, mod; in skin_keyset_new() local 492 skin_keyset_get_command( SkinKeyset* kset, int sym, int mod ) in skin_keyset_get_command()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | valgrind-low-s390x.c | 109 Bool mod; in set_pc() local 121 transfer_direction dir, int size, Bool *mod) in transfer_register()
|
D | valgrind-low-ppc32.c | 168 Bool mod; in set_pc() local 180 transfer_direction dir, int size, Bool *mod) in transfer_register()
|
D | valgrind-low-ppc64.c | 165 Bool mod; in set_pc() local 177 transfer_direction dir, int size, Bool *mod) in transfer_register()
|
D | valgrind-low-arm.c | 118 Bool mod; in set_pc() local 181 transfer_direction dir, int size, Bool *mod) in transfer_register()
|
/external/llvm/examples/BrainF/ |
D | BrainFDriver.cpp | 57 void addMainFunction(Module *mod) { in addMainFunction() 127 Module *mod = bf.parse(in, 65536, cf, Context); //64 KiB in main() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_yuv_sw.c | 138 int rows, int cols, int mod ) in Color16DitherYV12Mod1X() 208 int rows, int cols, int mod ) in Color24DitherYV12Mod1X() 292 int rows, int cols, int mod ) in Color32DitherYV12Mod1X() 367 int rows, int cols, int mod ) in Color16DitherYV12Mod2X() 440 int rows, int cols, int mod ) in Color24DitherYV12Mod2X() 538 int rows, int cols, int mod ) in Color32DitherYV12Mod2X() 615 int rows, int cols, int mod ) in Color16DitherYUY2Mod1X() 659 int rows, int cols, int mod ) in Color24DitherYUY2Mod1X() 709 int rows, int cols, int mod ) in Color32DitherYUY2Mod1X() 757 int rows, int cols, int mod ) in Color16DitherYUY2Mod2X() [all …]
|