Home
last modified time | relevance | path

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

1234567891011

/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()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventBuilder.java44 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/chromium_org/v8/src/x87/
Ddisasm-x87.cc312 static void get_modrm(byte data, int* mod, int* regop, int* rm) { in get_modrm()
368 int mod, regop, rm; in PrintRightOperandHelper() local
476 int mod, regop, rm; in PrintOperands() local
504 int mod, regop, rm; in PrintImmediateOp() local
533 int mod, regop, rm; in F7Instruction() local
575 int mod, regop, rm; in D1D3C1Instruction() local
1012 int mod, regop, rm; in InstructionDecode() local
1036 int mod, regop, rm; in InstructionDecode() local
1065 int mod, regop, rm; in InstructionDecode() local
1089 int mod, regop, rm; in InstructionDecode() local
[all …]
/external/chromium_org/v8/src/ia32/
Ddisasm-ia32.cc312 static void get_modrm(byte data, int* mod, int* regop, int* rm) { in get_modrm()
368 int mod, regop, rm; in PrintRightOperandHelper() local
476 int mod, regop, rm; in PrintOperands() local
504 int mod, regop, rm; in PrintImmediateOp() local
533 int mod, regop, rm; in F7Instruction() local
575 int mod, regop, rm; in D1D3C1Instruction() local
991 int mod, regop, rm; in InstructionDecode() local
1015 int mod, regop, rm; in InstructionDecode() local
1044 int mod, regop, rm; in InstructionDecode() local
1068 int mod, regop, rm; in InstructionDecode() local
[all …]
/external/elfutils/0.153/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()
187 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu()
253 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu()
302 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu()
320 __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()
155 dwfl_module_build_id (Dwfl_Module *mod, in dwfl_module_build_id()
186 _compat_vaddr_at_end_dwfl_module_build_id (Dwfl_Module *mod, in _compat_vaddr_at_end_dwfl_module_build_id()
Ddwfl_module_dwarf_cfi.c55 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi) in __libdwfl_set_cfi()
75 dwfl_module_dwarf_cfi (mod, bias) in dwfl_module_dwarf_cfi() argument
Dderelocate.c91 cache_sections (Dwfl_Module *mod) in cache_sections()
228 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()
Ddwfl_module_getdwarf.c60 open_elf (Dwfl_Module *mod, struct dwfl_file *file) in open_elf()
167 __libdwfl_getelf (Dwfl_Module *mod) in __libdwfl_getelf()
306 find_prelink_address_sync (Dwfl_Module *mod) in find_prelink_address_sync()
545 find_debuginfo (Dwfl_Module *mod) in find_debuginfo()
650 find_dynsym (Dwfl_Module *mod) in find_dynsym()
837 find_symtab (Dwfl_Module *mod) in find_symtab()
939 __libdwfl_module_getebl (Dwfl_Module *mod) in __libdwfl_module_getebl()
956 load_dw (Dwfl_Module *mod, struct dwfl_file *debugfile) in load_dw()
1005 find_dw (Dwfl_Module *mod) in find_dw()
1053 dwfl_module_getdwarf (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_getdwarf()
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
298 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); in __libdwfl_report_offline() local
DlibdwflP.h216 Dwfl_Module *mod; /* Pointer back to containing module. */ member
250 dwfl_adjusted_address (Dwfl_Module *mod, GElf_Addr addr) in dwfl_adjusted_address()
256 dwfl_deadjust_address (Dwfl_Module *mod, GElf_Addr addr) in dwfl_deadjust_address()
262 dwfl_adjusted_dwarf_addr (Dwfl_Module *mod, Dwarf_Addr addr) in dwfl_adjusted_dwarf_addr()
270 dwfl_deadjust_dwarf_addr (Dwfl_Module *mod, Dwarf_Addr addr) in dwfl_deadjust_dwarf_addr()
278 dwfl_adjusted_st_value (Dwfl_Module *mod, GElf_Addr addr) in dwfl_adjusted_st_value()
286 dwfl_deadjust_st_value (Dwfl_Module *mod, GElf_Addr addr) in dwfl_deadjust_st_value()
504 #define MODCB_ARGS(mod) (mod), &(mod)->userdata, (mod)->name, (mod)->low_addr argument
/external/chromium_org/third_party/libsrtp/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/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/chromium_org/v8/src/x64/
Ddisasm-x64.cc377 int* mod, in get_modrm()
442 int mod, regop, rm; in PrintRightOperandHelper() local
585 int mod, regop, rm; in PrintOperands() local
621 int mod, regop, rm; in PrintImmediateOp() local
666 int mod, regop, rm; in F6F7Instruction() local
717 int mod, regop, rm; in ShiftInstruction() local
1007 int mod, regop, rm; in TwoByteOpcodeInstruction() local
1102 int mod, regop, rm; in TwoByteOpcodeInstruction() local
1113 int mod, regop, rm; in TwoByteOpcodeInstruction() local
1120 int mod, regop, rm; in TwoByteOpcodeInstruction() local
[all …]
/external/llvm/tools/lto/
Dlto.cpp149 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); } in lto_module_dispose()
151 const char* lto_module_get_target_triple(lto_module_t mod) { in lto_module_get_target_triple()
155 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { in lto_module_set_target_triple()
159 unsigned int lto_module_get_num_symbols(lto_module_t mod) { in lto_module_get_num_symbols()
163 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) { in lto_module_get_symbol_name()
167 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
172 unsigned int lto_module_get_num_deplibs(lto_module_t mod) { in lto_module_get_num_deplibs()
176 const char* lto_module_get_deplib(lto_module_t mod, unsigned int index) { in lto_module_get_deplib()
180 unsigned int lto_module_get_num_linkeropts(lto_module_t mod) { in lto_module_get_num_linkeropts()
184 const char* lto_module_get_linkeropt(lto_module_t mod, unsigned int index) { in lto_module_get_linkeropt()
[all …]
/external/chromium_org/third_party/mesa/src/src/egl/main/
Degldriver.c197 _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/mesa3d/src/egl/main/
Degldriver.c197 _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/
Dutils.c77 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/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/elfutils/0.153/src/
Daddr2line.c246 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr) in print_dwarf_function()
335 print_addrsym (Dwfl_Module *mod, GElf_Addr addr) in print_addrsym()
358 see_one_module (Dwfl_Module *mod, in see_one_module()
372 find_symbol (Dwfl_Module *mod, in find_symbol()
410 Dwfl_Module *mod = NULL; in adjust_to_section() local
499 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr); in handle_address() local
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp138 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp138 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/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 …]
/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low-arm64.c129 Bool mod; in set_pc() local
141 transfer_direction dir, int size, Bool *mod) in transfer_register()

1234567891011