Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 170) sorted by relevance

1234567

/external/javassist/src/main/javassist/
DModifier.java51 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 …]
DCtNewNestedClass.java34 public void setModifiers(int mod) { in setModifiers()
40 private static void updateInnerEntry(int mod, String name, CtClass clazz, boolean outer) { in updateInnerEntry()
DCtNewClass.java93 int mod = c.getModifiers(); in inheritAllConstructors() local
110 private boolean isInheritable(int mod, CtClass superclazz) { in isInheritable()
/external/v8/src/ia32/
Ddisasm-ia32.cc335 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/
Dcu.c57 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()
Ddwfl_module_build_id.c53 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()
Ddwfl_module_getdwarf.c59 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()
Dderelocate.c91 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()
Doffline.c60 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
Ddwfl_build_id_find_elf.c57 __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()
Ddwfl_module.c79 __libdwfl_module_free (Dwfl_Module *mod) in __libdwfl_module_free()
171 Dwfl_Module *mod = calloc (1, sizeof *mod); in INTDEF() local
Ddwfl_module_addrname.c53 dwfl_module_addrname (Dwfl_Module *mod, GElf_Addr addr) in dwfl_module_addrname()
Ddwfl_addrmodule.c55 Dwfl_Module *mod; in dwfl_addrmodule() local
Dfind-debuginfo.c93 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/
Derr.h153 #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/
Ddisasm-x64.cc395 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/
Dlto.cpp94 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/
Daddr2line.c228 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/
Dkeyset.c222 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/
Dvalgrind-low-s390x.c109 Bool mod; in set_pc() local
121 transfer_direction dir, int size, Bool *mod) in transfer_register()
Dvalgrind-low-ppc32.c168 Bool mod; in set_pc() local
180 transfer_direction dir, int size, Bool *mod) in transfer_register()
Dvalgrind-low-ppc64.c165 Bool mod; in set_pc() local
177 transfer_direction dir, int size, Bool *mod) in transfer_register()
Dvalgrind-low-arm.c118 Bool mod; in set_pc() local
181 transfer_direction dir, int size, Bool *mod) in transfer_register()
/external/llvm/examples/BrainF/
DBrainFDriver.cpp57 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/
DSDL_yuv_sw.c138 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 …]

1234567