/external/javassist/src/main/javassist/ |
D | Modifier.java | 52 public static boolean isPublic(int mod) { in isPublic() 60 public static boolean isPrivate(int mod) { in isPrivate() 68 public static boolean isProtected(int mod) { in isProtected() 76 public static boolean isPackage(int mod) { in isPackage() 84 public static boolean isStatic(int mod) { in isStatic() 92 public static boolean isFinal(int mod) { in isFinal() 100 public static boolean isSynchronized(int mod) { in isSynchronized() 108 public static boolean isVolatile(int mod) { in isVolatile() 116 public static boolean isTransient(int mod) { in isTransient() 124 public static boolean isNative(int mod) { in isNative() [all …]
|
/external/bcc/src/cc/ |
D | bcc_common.cc | 22 auto mod = new ebpf::BPFModule(flags, nullptr, true, "", allow_rlimit, dev_name); in bpf_module_create_c() local 32 auto mod = new ebpf::BPFModule(flags, nullptr, true, "", allow_rlimit, dev_name); in bpf_module_create_c_from_string() local 45 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_module_destroy() local 51 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_num_functions() local 57 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_name() local 63 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_start() local 69 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_start_id() local 75 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_size() local 81 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_size_id() local 87 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_module_license() local [all …]
|
/external/kmod/testsuite/ |
D | delete_module.c | 37 struct mod { struct 38 struct mod *next; argument 44 static struct mod *modules; argument 55 struct mod *mod; in parse_retcodes() local 104 struct mod *mod; in find_module() local 117 struct mod *mod; in init_retcodes() local 148 struct mod *mod; in delete_module() local 164 struct mod *mod = modules->next; in free_resources() local
|
D | init_module.c | 52 struct mod { struct 53 struct mod *next; argument 59 static struct mod *modules; argument 71 struct mod *mod; in parse_retcodes() local 168 struct mod *mod; in find_module() local 199 struct kmod_module *mod; in module_is_inkernel() local 240 struct mod *mod; in init_module() local 396 struct mod *mod = modules->next; in free_resources() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | EventBuilder.java | 44 EventMod mod = new EventMod(EventMod.ModKind.Count); in setCount() local 57 EventMod mod = new EventMod(EventMod.ModKind.ThreadOnly); in setThreadOnly() local 70 EventMod mod = new EventMod(EventMod.ModKind.ClassOnly); in setClassOnly() local 83 EventMod mod = new EventMod(EventMod.ModKind.ClassMatch); in setClassMatch() local 96 EventMod mod = new EventMod(EventMod.ModKind.ClassExclude); in setClassExclude() local 109 EventMod mod = new EventMod(EventMod.ModKind.LocationOnly); in setLocationOnly() local 125 EventMod mod = new EventMod(EventMod.ModKind.ExceptionOnly); in setExceptionOnly() local 141 EventMod mod = new EventMod(EventMod.ModKind.FieldOnly); in setFieldOnly() local 157 EventMod mod = new EventMod(EventMod.ModKind.Step); in setStep() local 172 EventMod mod = new EventMod(EventMod.ModKind.InstanceOnly); in setInstanceOnly() local [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
D | SimpleModuleArgCheckTest.java | 21 SimpleModule mod = new SimpleModule("test", Version.unknownVersion(), in testInvalidForDeserializers() local 47 SimpleModule mod = new SimpleModule("test", Version.unknownVersion(), in testInvalidForSerializers() local 83 SimpleModule mod = new SimpleModule("test", Version.unknownVersion(), in testInvalidAbstractTypeMapping() local 102 SimpleModule mod = new SimpleModule("test", Version.unknownVersion(), in testInvalidSubtypeMappings() local 121 SimpleModule mod = new SimpleModule("test", Version.unknownVersion()); in testInvalidValueInstantiator() local 139 SimpleModule mod = new SimpleModule("test", Version.unknownVersion()); in testInvalidMixIn() local
|
D | TestAbstractTypes.java | 90 SimpleModule mod = new SimpleModule("test", Version.unknownVersion()); in testCollectionDefaulting() local 102 SimpleModule mod = new SimpleModule("test", Version.unknownVersion()); in testMapDefaultingBasic() local 114 SimpleModule mod = new SimpleModule("test", Version.unknownVersion()); in testDefaultingRecursive() local 142 SimpleModule mod = new SimpleModule("test", Version.unknownVersion()); in testInterfaceDefaulting() local
|
/external/mesa3d/src/panfrost/bifrost/ |
D | gen_pack.py | 49 def mod_arg(mod): argument 56 def pack_widen(mod, opts, body, pack_exprs): argument 88 def pack_absneg(mod, opts, body, pack_exprs): argument 95 def pack_round(mod, opts, body, pack_exprs): argument 109 def pack_clamp(mod, opts, body, pack_exprs): argument 132 def pack_cmpf(mod, opts, body, pack_exprs): argument 145 def pack_extend(mod, opts, body, pack_exprs): argument 158 def pack_varying_name(mod, opts, body, pack_exprs): argument 162 def pack_not_src1(mod, opts, body, pack_exprs): argument 165 def pack_not_result(mod, opts, body, pack_exprs): argument [all …]
|
D | bi_print_common.c | 55 bi_output_mod_name(enum bifrost_outmod mod) in bi_output_mod_name() 67 bi_minmax_mode_name(enum bifrost_minmax_mode mod) in bi_minmax_mode_name() 79 bi_round_mode_name(enum bifrost_roundmode mod) in bi_round_mode_name()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | MutablePatternModifierTest.java | 28 MutablePatternModifier mod = new MutablePatternModifier(false); in basic() local 90 MutablePatternModifier mod = new MutablePatternModifier(false); in mutableEqualsImmutable() local 120 MutablePatternModifier mod = new MutablePatternModifier(false); in patternWithNoPlaceholder() local 144 private static String getPrefix(MutablePatternModifier mod) { in getPrefix() 150 private static String getSuffix(MutablePatternModifier mod) { in getSuffix()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | MutablePatternModifierTest.java | 31 MutablePatternModifier mod = new MutablePatternModifier(false); in basic() local 93 MutablePatternModifier mod = new MutablePatternModifier(false); in mutableEqualsImmutable() local 123 MutablePatternModifier mod = new MutablePatternModifier(false); in patternWithNoPlaceholder() local 147 private static String getPrefix(MutablePatternModifier mod) { in getPrefix() 153 private static String getSuffix(MutablePatternModifier mod) { in getSuffix()
|
/external/kmod/libkmod/ |
D | libkmod-module.c | 126 static inline bool module_is_inkernel(struct kmod_module *mod) in module_is_inkernel() 137 int kmod_module_parse_depline(struct kmod_module *mod, char *line) in kmod_module_parse_depline() 214 void kmod_module_set_visited(struct kmod_module *mod, bool visited) in kmod_module_set_visited() 219 void kmod_module_set_builtin(struct kmod_module *mod, bool builtin) in kmod_module_set_builtin() 225 void kmod_module_set_required(struct kmod_module *mod, bool required) in kmod_module_set_required() 230 bool kmod_module_is_builtin(struct kmod_module *mod) in kmod_module_is_builtin() 265 struct kmod_module **mod) in kmod_module_new() 331 struct kmod_module **mod) in kmod_module_new_from_name() 345 const char *name, struct kmod_module **mod) in kmod_module_new_from_alias() 389 struct kmod_module **mod) in kmod_module_new_from_path() [all …]
|
/external/elfutils/libdwfl/ |
D | cu.c | 40 dwar (Dwfl_Module *mod, unsigned int idx) in dwar() 47 addrarange (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_arange **arange) in addrarange() 148 less_lazy (Dwfl_Module *mod) in less_lazy() 174 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu() 245 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu() 295 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu() 313 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) in __libdwfl_addrcu()
|
D | dwfl_module_build_id.c | 36 found_build_id (Dwfl_Module *mod, bool set, in found_build_id() 61 __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf) in __libdwfl_find_build_id() 82 dwfl_module_build_id (Dwfl_Module *mod, in dwfl_module_build_id() 112 _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 | 77 open_elf (Dwfl_Module *mod, struct dwfl_file *file) in open_elf() 173 mod_verify_build_id (Dwfl_Module *mod) in mod_verify_build_id() 211 __libdwfl_getelf (Dwfl_Module *mod) in __libdwfl_getelf() 274 find_prelink_address_sync (Dwfl_Module *mod, struct dwfl_file *file) in find_prelink_address_sync() 529 find_debuginfo (Dwfl_Module *mod) in find_debuginfo() 555 find_debug_altlink (Dwfl_Module *mod, const char *filename) in find_debug_altlink() 704 Dwfl_Module *mod, size_t phnum, in translate_offs() 825 find_dynsym (Dwfl_Module *mod) in find_dynsym() 907 find_aux_address_sync (Dwfl_Module *mod) in find_aux_address_sync() 934 find_aux_sym (Dwfl_Module *mod __attribute__ ((unused)), in find_aux_sym() [all …]
|
D | derelocate.c | 80 cache_sections (Dwfl_Module *mod) in cache_sections() 237 dwfl_module_relocations (Dwfl_Module *mod) in dwfl_module_relocations() 259 dwfl_module_relocation_info (Dwfl_Module *mod, unsigned int idx, in dwfl_module_relocation_info() 297 check_module (Dwfl_Module *mod) in check_module() 331 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) in find_section() 368 __libdwfl_find_section_ndx (Dwfl_Module *mod, Dwarf_Addr *addr) in __libdwfl_find_section_ndx() 378 dwfl_module_relocate_address (Dwfl_Module *mod, Dwarf_Addr *addr) in dwfl_module_relocate_address()
|
D | offline.c | 43 dwfl_offline_section_address (Dwfl_Module *mod, in dwfl_offline_section_address() 134 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf, in process_elf() local 169 int fd, Elf *member, Dwfl_Module **mod) in process_archive_member() 250 Dwfl_Module *mod = NULL; in process_archive() local 287 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); in __libdwfl_report_offline() local
|
D | dwfl_module_dwarf_cfi.c | 38 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi) in __libdwfl_set_cfi() 58 dwfl_module_dwarf_cfi (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_dwarf_cfi()
|
D | dwfl_build_id_find_elf.c | 42 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name, in __libdwfl_open_by_build_id() 129 __libdwfl_open_mod_by_build_id (Dwfl_Module *mod, bool debug, char **file_name) in __libdwfl_open_mod_by_build_id() 144 dwfl_build_id_find_elf (Dwfl_Module *mod, in dwfl_build_id_find_elf()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_patternmodifier.cpp | 25 MutablePatternModifier mod(false); in testBasic() local 117 MutablePatternModifier mod(false); in testPatternWithNoPlaceholder() local 159 MutablePatternModifier mod(false); in testMutableEqualsImmutable() local 198 UnicodeString PatternModifierTest::getPrefix(const MutablePatternModifier &mod, UErrorCode &status)… in getPrefix() 205 UnicodeString PatternModifierTest::getSuffix(const MutablePatternModifier &mod, UErrorCode &status)… in getSuffix()
|
/external/libsrtp2/crypto/include/ |
D | err.h | 112 #define debug_print(mod, format, arg) \ argument 114 #define debug_print2(mod, format, arg1, arg2) \ argument 120 #define debug_print(mod, format, arg) \ argument 123 #define debug_print2(mod, format, arg1, arg2) \ argument
|
/external/kmod/tools/ |
D | depmod.c | 864 struct mod { struct 865 struct kmod_module *kmod; argument 867 const char *relpath; /* path relative to '$ROOT/lib/modules/$VER/' */ argument 869 struct kmod_list *info_list; argument 870 struct kmod_list *dep_sym_list; argument 873 size_t modnamesz; argument 874 int sort_idx; /* sort index using modules.order */ argument 876 uint16_t idx; /* index in depmod->modules.array */ argument 877 uint16_t users; /* how many modules depend on this one */ argument 880 char modname[]; argument [all …]
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 76 auto mod = (struct gralloc0_module const *)dev->common.module; in gralloc0_alloc() local 108 auto mod = (struct gralloc0_module const *)dev->common.module; in gralloc0_free() local 127 static int gralloc0_init(struct gralloc0_module *mod, bool initialize_alloc) in gralloc0_init() 152 static int gralloc0_open(const struct hw_module_t *mod, const char *name, struct hw_device_t **dev) in gralloc0_open() 177 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_register_buffer() local 189 auto mod = (struct gralloc0_module const *)module; in gralloc0_unregister_buffer() local 202 auto mod = (struct gralloc0_module const *)module; in gralloc0_unlock() local 227 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_perform() local 341 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_lock_async() local 377 auto mod = (struct gralloc0_module const *)module; in gralloc0_unlock_async() local [all …]
|
/external/python/cpython3/Include/internal/ |
D | pycore_moduleobject.h | 21 static inline PyModuleDef* _PyModule_GetDef(PyObject *mod) { in _PyModule_GetDef() 26 static inline void* _PyModule_GetState(PyObject* mod) { in _PyModule_GetState() 31 static inline PyObject* _PyModule_GetDict(PyObject *mod) { in _PyModule_GetDict()
|
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | bitcode.cpp | 55 emit_code(const ::llvm::Module &mod) { in emit_code() 64 clover::llvm::print_module_bitcode(const ::llvm::Module &mod) { in print_module_bitcode()
|