/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()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 373 static void get_modrm(byte data, int* mod, int* regop, int* rm) { in get_modrm() 430 int mod, regop, rm; in PrintRightOperandHelper() local 538 int mod, regop, rm; in PrintOperands() local 566 int mod, regop, rm; in PrintImmediateOp() local 595 int mod, regop, rm; in F7Instruction() local 637 int mod, regop, rm; in D1D3C1Instruction() local 748 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local 820 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local 857 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local 894 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | EventBuilder.java | 44 EventMod mod = createModifier(EventMod.ModKind.Count); in setCount() local 57 EventMod mod = createModifier(EventMod.ModKind.ThreadOnly); in setThreadOnly() local 70 EventMod mod = createModifier(EventMod.ModKind.ClassMatch); in setClassMatch() local 83 EventMod mod = createModifier(EventMod.ModKind.LocationOnly); in setLocationOnly() local 99 EventMod mod = createModifier(EventMod.ModKind.ExceptionOnly); in setExceptionOnly() local 115 EventMod mod = createModifier(EventMod.ModKind.FieldOnly); in setFieldOnly() local 129 EventMod mod = createModifier(EventMod.ModKind.InstanceOnly); in setInstanceOnly() local 147 EventMod mod = new EventMod(); in createModifier() local
|
/external/v8/src/x87/ |
D | disasm-x87.cc | 310 static void get_modrm(byte data, int* mod, int* regop, int* rm) { in get_modrm() 366 int mod, regop, rm; in PrintRightOperandHelper() local 474 int mod, regop, rm; in PrintOperands() local 502 int mod, regop, rm; in PrintImmediateOp() local 531 int mod, regop, rm; in F7Instruction() local 573 int mod, regop, rm; in D1D3C1Instruction() local 1027 int mod, regop, rm; in InstructionDecode() local 1051 int mod, regop, rm; in InstructionDecode() local 1080 int mod, regop, rm; in InstructionDecode() local 1104 int mod, regop, rm; in InstructionDecode() local [all …]
|
/external/v8/src/x64/ |
D | disasm-x64.cc | 441 int* mod, in get_modrm() 507 int mod, regop, rm; in PrintRightOperandHelper() local 650 int mod, regop, rm; in PrintOperands() local 686 int mod, regop, rm; in PrintImmediateOp() local 731 int mod, regop, rm; in F6F7Instruction() local 785 int mod, regop, rm; in ShiftInstruction() local 883 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local 956 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local 969 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local 1036 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local [all …]
|
/external/elfutils/libdwfl/ |
D | cu.c | 36 dwar (Dwfl_Module *mod, unsigned int idx) in dwar() 43 addrarange (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_arange **arange) in addrarange() 141 less_lazy (Dwfl_Module *mod) in less_lazy() 172 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu() 246 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu() 296 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu() 314 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) in __libdwfl_addrcu()
|
D | dwfl_module_build_id.c | 32 found_build_id (Dwfl_Module *mod, bool set, in found_build_id() 57 __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf) in __libdwfl_find_build_id() 77 dwfl_module_build_id (Dwfl_Module *mod, in dwfl_module_build_id() 108 _compat_vaddr_at_end_dwfl_module_build_id (Dwfl_Module *mod, in _compat_vaddr_at_end_dwfl_module_build_id()
|
D | dwfl_module_getdwarf.c | 72 open_elf (Dwfl_Module *mod, struct dwfl_file *file) in open_elf() 168 mod_verify_build_id (Dwfl_Module *mod) in mod_verify_build_id() 206 __libdwfl_getelf (Dwfl_Module *mod) in __libdwfl_getelf() 269 find_prelink_address_sync (Dwfl_Module *mod, struct dwfl_file *file) in find_prelink_address_sync() 522 find_debuginfo (Dwfl_Module *mod) in find_debuginfo() 548 find_debug_altlink (Dwfl_Module *mod, const char *filename) in find_debug_altlink() 697 Dwfl_Module *mod, size_t phnum, in translate_offs() 818 find_dynsym (Dwfl_Module *mod) in find_dynsym() 900 find_aux_address_sync (Dwfl_Module *mod) in find_aux_address_sync() 927 find_aux_sym (Dwfl_Module *mod __attribute__ ((unused)), in find_aux_sym() [all …]
|
D | derelocate.c | 70 cache_sections (Dwfl_Module *mod) in cache_sections() 227 dwfl_module_relocations (Dwfl_Module *mod) in dwfl_module_relocations() 249 dwfl_module_relocation_info (Dwfl_Module *mod, unsigned int idx, in dwfl_module_relocation_info() 287 check_module (Dwfl_Module *mod) in check_module() 321 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) in find_section() 358 __libdwfl_find_section_ndx (Dwfl_Module *mod, Dwarf_Addr *addr) in __libdwfl_find_section_ndx() 368 dwfl_module_relocate_address (Dwfl_Module *mod, Dwarf_Addr *addr) in dwfl_module_relocate_address()
|
D | dwfl_module_dwarf_cfi.c | 34 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi) in __libdwfl_set_cfi() 54 dwfl_module_dwarf_cfi (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_dwarf_cfi()
|
D | offline.c | 39 dwfl_offline_section_address (Dwfl_Module *mod, in dwfl_offline_section_address() 130 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf, in process_elf() local 162 int fd, Elf *member, Dwfl_Module **mod) in process_archive_member() 243 Dwfl_Module *mod = NULL; in process_archive() local 280 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); in __libdwfl_report_offline() local
|
D | dwfl_build_id_find_elf.c | 37 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name, in __libdwfl_open_by_build_id() 121 __libdwfl_open_mod_by_build_id (Dwfl_Module *mod, bool debug, char **file_name) in __libdwfl_open_mod_by_build_id() 136 dwfl_build_id_find_elf (Dwfl_Module *mod, in dwfl_build_id_find_elf()
|
/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/drm_gralloc/ |
D | gralloc.cpp | 53 static int drm_mod_perform(const struct gralloc_module_t *mod, int op, ...) in drm_mod_perform() 81 static int drm_mod_register_buffer(const gralloc_module_t *mod, in drm_mod_register_buffer() 94 static int drm_mod_unregister_buffer(const gralloc_module_t *mod, in drm_mod_unregister_buffer() 100 static int drm_mod_lock(const gralloc_module_t *mod, buffer_handle_t handle, in drm_mod_lock() 113 static int drm_mod_lock_ycbcr(const gralloc_module_t *mod, buffer_handle_t bhandle, in drm_mod_lock_ycbcr() 153 static int drm_mod_unlock(const gralloc_module_t *mod, buffer_handle_t handle) in drm_mod_unlock() 241 static int drm_mod_open(const struct hw_module_t *mod, in drm_mod_open()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
D | module.c | 31 PyObject * mod = PyModule_Create(&moduledef); in PyInit_tracer() local 78 PyObject * mod; in inittracer() local
|
/external/mesa3d/src/egl/main/ |
D | egldriver.c | 197 _eglLoadModule(_EGLModule *mod) in _eglLoadModule() 239 _eglUnloadModule(_EGLModule *mod) in _eglUnloadModule() 269 _EGLModule *mod; in _eglAddModule() local 309 _EGLModule *mod = (_EGLModule *) module; in _eglFreeModule() local 497 _EGLModule *mod; in _eglAddUserDriver() local 542 _EGLModule *mod; in _eglAddBuiltInDrivers() local 600 _EGLModule *mod = (_EGLModule *) _eglModules->Elements[i]; in _eglMatchAndInitialize() local 675 _EGLModule *mod = (_EGLModule *) _eglModules->Elements[i]; in _eglGetDriverProc() local
|
/external/libnl/src/cls/ |
D | utils.c | 77 struct cls_module *mod; in lookup_cls_mod() local 87 void register_cls_module(struct cls_module *mod) in register_cls_module() 102 void unregister_cls_module(struct cls_module *mod) in unregister_cls_module()
|
/external/v8/test/mjsunit/asm/ |
D | int32modb.js | 9 var mod = (function Module(stdlib, foreign, heap) { function 11 function mod(dividend, divisor) { function
|
D | int32mod.js | 9 var mod = (function Module(stdlib, foreign, heap) { function 11 function mod(dividend, divisor) { function
|
D | uint32mod.js | 9 var mod = (function Module(stdlib, foreign, heap) { function 11 function mod(dividend, divisor) { function
|
/external/llvm/tools/lto/ |
D | lto.cpp | 270 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); } in lto_module_dispose() 272 const char* lto_module_get_target_triple(lto_module_t mod) { in lto_module_get_target_triple() 276 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { in lto_module_set_target_triple() 280 unsigned int lto_module_get_num_symbols(lto_module_t mod) { in lto_module_get_num_symbols() 284 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) { in lto_module_get_symbol_name() 288 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute() 293 const char* lto_module_get_linkeropts(lto_module_t mod) { in lto_module_get_linkeropts() 325 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_add_module() 329 void lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_set_module()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | invocation.cpp | 138 find_kernels(llvm::Module *mod, std::vector<llvm::Function *> &kernels) { in find_kernels() 148 link(llvm::Module *mod, const std::string &triple, in link() 190 build_module_llvm(llvm::Module *mod, in build_module_llvm()
|
/external/elfutils/tests/ |
D | backtrace.c | 56 dump_modules (Dwfl_Module *mod, void **userdata __attribute__ ((unused)), in dump_modules() 92 Dwfl_Module *mod; in callback_verify() local 170 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted); in frame_callback() local 232 Dwfl_Module *mod; member 237 see_exec_module (Dwfl_Module *mod, void **userdata __attribute__ ((unused)), in see_exec_module()
|
/external/elfutils/src/ |
D | addr2line.c | 323 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr) in print_dwarf_function() 426 print_addrsym (Dwfl_Module *mod, GElf_Addr addr) in print_addrsym() 475 see_one_module (Dwfl_Module *mod, in see_one_module() 489 find_symbol (Dwfl_Module *mod, in find_symbol() 530 Dwfl_Module *mod = NULL; in adjust_to_section() local 593 get_addr_width (Dwfl_Module *mod) in get_addr_width() 667 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr); in handle_address() local
|