HomeSort by relevance Sort by last modified time
    Searched refs:mod (Results 76 - 100 of 717) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/compiler/llvm/generated/
art_module.cc 24 Module* makeLLVMModuleContents(Module *mod) {
26 mod->setModuleIdentifier("art_module.ll");
30 StructType *StructTy_JavaObject = mod->getTypeByName("JavaObject");
32 StructTy_JavaObject = StructType::create(mod->getContext(), "JavaObject");
42 StructType *StructTy_ShadowFrame = mod->getTypeByName("ShadowFrame");
44 StructTy_ShadowFrame = StructType::create(mod->getContext(), "ShadowFrame");
47 StructTy_ShadowFrame_fields.push_back(IntegerType::get(mod->getContext(), 32));
52 StructTy_ShadowFrame_fields.push_back(IntegerType::get(mod->getContext(), 32));
60 /*Result=*/Type::getVoidTy(mod->getContext()),
81 /*Result=*/Type::getVoidTy(mod->getContext())
    [all...]
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 57 void addMainFunction(Module *mod) {
59 Function *main_func = cast<Function>(mod->
60 getOrInsertFunction("main", IntegerType::getInt32Ty(mod->getContext()),
61 IntegerType::getInt32Ty(mod->getContext()),
63 IntegerType::getInt8Ty(mod->getContext()))), NULL));
73 BasicBlock *bb = BasicBlock::Create(mod->getContext(), "main.0", main_func);
77 CallInst *brainf_call = CallInst::Create(mod->getFunction("brainf"),
83 ReturnInst::Create(mod->getContext(),
84 ConstantInt::get(mod->getContext(), APInt(32, 0)), bb);
127 Module *mod = bf.parse(in, 65536, cf, Context); //64 Ki local
    [all...]
  /external/javassist/src/main/javassist/
CtNewNestedClass.java 34 public void setModifiers(int mod) {
35 mod = mod & ~Modifier.STATIC;
36 super.setModifiers(mod);
37 updateInnerEntry(mod, getName(), this, true);
40 private static void updateInnerEntry(int mod, String name, CtClass clazz, boolean outer) {
51 ica.setAccessFlags(i, mod | acc);
56 updateInnerEntry(mod, name, parent, false);
  /external/llvm/tools/lto/
lto.cpp 92 void lto_module_dispose(lto_module_t mod) {
93 delete mod;
98 const char* lto_module_get_target_triple(lto_module_t mod) {
99 return mod->getTargetTriple();
104 void lto_module_set_target_triple(lto_module_t mod, const char *triple) {
105 return mod->setTargetTriple(triple);
110 unsigned int lto_module_get_num_symbols(lto_module_t mod) {
111 return mod->getSymbolCount();
116 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) {
117 return mod->getSymbolName(index)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.c 197 _eglLoadModule(_EGLModule *mod)
203 if (mod->Driver)
206 if (mod->BuiltIn) {
208 mainFunc = mod->BuiltIn;
211 mainFunc = _eglOpenLibrary(mod->Path, &lib);
224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path);
228 mod->Handle = (void *) lib;
229 mod->Driver = drv;
239 _eglUnloadModule(_EGLModule *mod)
243 if (mod->Driver && mod->Driver->Unload
269 _EGLModule *mod; local
309 _EGLModule *mod = (_EGLModule *) module; local
497 _EGLModule *mod; local
542 _EGLModule *mod; local
600 _EGLModule *mod = (_EGLModule *) _eglModules->Elements[i]; local
675 _EGLModule *mod = (_EGLModule *) _eglModules->Elements[i]; local
    [all...]
  /external/mesa3d/src/egl/main/
egldriver.c 197 _eglLoadModule(_EGLModule *mod)
203 if (mod->Driver)
206 if (mod->BuiltIn) {
208 mainFunc = mod->BuiltIn;
211 mainFunc = _eglOpenLibrary(mod->Path, &lib);
224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path);
228 mod->Handle = (void *) lib;
229 mod->Driver = drv;
239 _eglUnloadModule(_EGLModule *mod)
243 if (mod->Driver && mod->Driver->Unload
269 _EGLModule *mod; local
309 _EGLModule *mod = (_EGLModule *) module; local
497 _EGLModule *mod; local
542 _EGLModule *mod; local
600 _EGLModule *mod = (_EGLModule *) _eglModules->Elements[i]; local
675 _EGLModule *mod = (_EGLModule *) _eglModules->Elements[i]; local
    [all...]
  /ndk/build/core/
definitions-graph.mk 22 # All internal functions in this file begin with '-ndk-mod-'
29 # Use $(call -ndk-mod-debug,<message>) to print a debug message only
34 -ndk-mod-debug = $(info $1)
36 -ndk-mod-debug := $(empty)
52 -ndk-mod-filter = $(strip \
57 -test-ndk-mod-filter = \
59 $(call test-expect,,$(call -ndk-mod-filter,,-local-func))\
60 $(call test-expect,foo,$(call -ndk-mod-filter,foo,-local-func))\
61 $(call test-expect,foo,$(call -ndk-mod-filter,foo bar,-local-func))\
62 $(call test-expect,foo foo,$(call -ndk-mod-filter,aaa foo bar foo,-local-func))
    [all...]
  /external/elfutils/libdwfl/
offline.c 60 dwfl_offline_section_address (Dwfl_Module *mod,
69 assert (mod->e_type == ET_REL);
73 if (mod->debug.elf == NULL)
81 Elf_Scn *ourscn = elf_getscn (mod->debug.elf, shndx);
84 while ((scn = elf_nextscn (mod->debug.elf, scn)) != ourscn)
96 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL)
150 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf, local
152 if (mod != NULL)
160 if ((dwfl->offline_next_address >= mod->low_addr
161 || mod->low_addr - dwfl->offline_next_address < OFFLINE_REDZONE
261 Dwfl_Module *mod = NULL; local
292 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); local
    [all...]
dwfl_module_register_names.c 54 dwfl_module_register_names (mod, func, arg)
55 Dwfl_Module *mod;
61 if (unlikely (mod == NULL))
64 if (unlikely (mod->ebl == NULL))
66 Dwfl_Error error = __libdwfl_module_getebl (mod);
74 int nregs = ebl_register_info (mod->ebl, -1, NULL, 0,
84 ssize_t len = ebl_register_info (mod->ebl, regno, name, sizeof name,
libdwfl.h 68 int (*find_elf) (Dwfl_Module *mod, void **userdata,
72 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata,
83 int (*section_address) (Dwfl_Module *mod, void **userdata,
207 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata,
231 *MOD is always set to the module containing ADDRESS, or to null. */
232 extern int dwfl_addrsegment (Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod);
242 extern int dwfl_module_report_build_id (Dwfl_Module *mod,
255 extern int dwfl_module_build_id (Dwfl_Module *mod,
375 extern int dwfl_linux_proc_find_elf (Dwfl_Module *mod, void **userdata,
388 extern int dwfl_module_relocations (Dwfl_Module *mod);
    [all...]
dwfl_build_id_find_elf.c 57 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name)
62 if (mod->build_id_len <= 0)
65 const size_t id_len = mod->build_id_len;
66 const uint8_t *id = mod->build_id_bits;
85 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
145 dwfl_build_id_find_elf (Dwfl_Module *mod,
152 int fd = __libdwfl_open_by_build_id (mod, false, file_name);
156 if (__libdwfl_find_build_id (mod, false, *elfp) == 2)
158 mod->main.valid = true;
dwfl_getdwarf.c 61 module_callback (Dwfl_Module *mod, void **userdata,
66 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias);
67 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_mmx.c 83 int rows, int cols, int mod )
91 row2 = (Uint32 *)out+cols+mod; // start of second row
92 mod = (mod+cols+mod)*4; // increment for row1 in byte
224 "addl %8,%3\n" // row1+= mod
225 "addl %8,%5\n" // row2+= mod
234 "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod),
244 int rows, int cols, int mod )
252 row2 = (Uint16 *)out+cols+mod; /* start of second row *
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.h 63 /* *mod set to True if *buf provides a new value. */
64 void supply_register (int n, const void *buf, Bool *mod);
68 *mod set to True if *buf provides a new value. */
69 void supply_register_from_string (int n, const char *buf, Bool *mod);
71 /* *mod set to True if *buf provides a new value. */
72 void supply_register_by_name (const char *name, const void *buf, Bool *mod);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_copy_reg.py 46 mod, func, code = 'junk1 ', ' junk2', 0xabcd
51 mod, func, code)
52 copy_reg.add_extension(mod, func, code)
54 self.assertTrue(copy_reg._extension_registry[mod, func] == code)
55 self.assertTrue(copy_reg._inverted_registry[code] == (mod, func))
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
62 mod, func, code + 1)
64 mod, func, code + 1)
67 mod[1:], func, code )
69 mod[1:], func, code
    [all...]
test_whichdb.py 43 mod = test.test_support.import_module(name, deprecated=True)
47 def test_whichdb_name(self, name=name, mod=mod):
49 # for databases opened with module mod.
51 f = mod.open(_fname, 'c')
55 f = mod.open(_fname, 'w')
test_scriptpackages.py 13 mod = __import__(package)
15 klass = getattr(mod, package)
20 obj = mod.application(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_copy_reg.py 46 mod, func, code = 'junk1 ', ' junk2', 0xabcd
51 mod, func, code)
52 copy_reg.add_extension(mod, func, code)
54 self.assertTrue(copy_reg._extension_registry[mod, func] == code)
55 self.assertTrue(copy_reg._inverted_registry[code] == (mod, func))
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
62 mod, func, code + 1)
64 mod, func, code + 1)
67 mod[1:], func, code )
69 mod[1:], func, code
    [all...]
test_whichdb.py 43 mod = test.test_support.import_module(name, deprecated=True)
47 def test_whichdb_name(self, name=name, mod=mod):
49 # for databases opened with module mod.
51 f = mod.open(_fname, 'c')
55 f = mod.open(_fname, 'w')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 99 mod = __import__('encodings.' + modname, fromlist=_import_tail,
106 mod = None
109 getregentry = mod.getregentry
112 mod = None
114 if mod is None:
125 (mod.__name__, mod.__file__)
134 (mod.__name__, mod.__file__)
136 entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 99 mod = __import__('encodings.' + modname, fromlist=_import_tail,
106 mod = None
109 getregentry = mod.getregentry
112 mod = None
114 if mod is None:
125 (mod.__name__, mod.__file__)
134 (mod.__name__, mod.__file__)
136 entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],
    [all...]
  /external/elfutils/tests/
dwfl-bug-addr-overflow.c 71 Dwfl_Module *mod = dwfl_addrmodule (dwfl, UINT64_C (0xffffffff00010123)); local
72 assert (mod == high);
73 mod = dwfl_addrmodule (dwfl, UINT64_C (0x00010123));
74 assert (mod == low);
75 mod = dwfl_addrmodule (dwfl, UINT64_C (0xffff00010123));
76 assert (mod == middle);
  /external/v8/src/ia32/
disasm-ia32.cc 335 static void get_modrm(byte data, int* mod, int* regop, int* rm) {
336 *mod = (data >> 6) & 3;
391 int mod, regop, rm; local
392 get_modrm(*modrmp, &mod, &regop, &rm);
393 RegisterNameMapping register_name = (mod == 3) ? direct_register_name :
395 switch (mod) {
438 mod == 2 ? *reinterpret_cast<int32_t*>(modrmp + 2) : *(modrmp + 2);
448 return mod == 2 ? 6 : 3;
452 mod == 2 ? *reinterpret_cast<int32_t*>(modrmp + 1) : *(modrmp + 1);
454 return mod == 2 ? 5 : 2
491 int mod, regop, rm; local
519 int mod, regop, rm; local
548 int mod, regop, rm; local
581 int mod, regop, rm; local
961 { int mod, regop, rm; local
975 int mod, regop, rm; local
998 int mod, regop, rm; local
1027 int mod, regop, rm; local
1035 int mod, regop, rm; local
1056 int mod, regop, rm; local
1073 int mod, regop, rm; local
1084 int mod, regop, rm; local
1122 int mod, regop, rm; local
1141 int mod, regop, rm; local
1167 int mod, regop, rm; local
1178 int mod, regop, rm; local
1187 int mod, regop, rm; local
1198 int mod, regop, rm; local
1208 int mod, regop, rm; local
1218 int mod, regop, rm; local
1228 int mod, regop, rm; local
1242 int mod, regop, rm; local
1255 int mod, regop, rm; local
1263 int mod, regop, rm; local
1271 int mod, regop, rm; local
1279 int mod, regop, rm; local
1285 int mod, regop, rm; local
1291 int mod, regop, rm; local
1304 int mod, regop, rm; local
1312 int mod, regop, rm; local
1323 int mod, regop, rm; local
1332 int mod, regop, rm; local
1338 int mod, regop, rm; local
1345 int mod, regop, rm; local
1353 int mod, regop, rm; local
1364 int mod, regop, rm; local
1372 int mod, regop, rm; local
1388 int mod, regop, rm; local
1445 int mod, regop, rm; local
1451 int mod, regop, rm; local
1457 int mod, regop, rm; local
1473 int mod, regop, rm; local
1514 int mod, regop, rm; local
1520 int mod, regop, rm; local
1526 int mod, regop, rm; local
1532 int mod, regop, rm; local
1538 int mod, regop, rm; local
1545 int mod, regop, rm; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 77 mod = _defaultmod
84 mod = __import__(result)
85 return mod.open(file, flag, mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 77 mod = _defaultmod
84 mod = __import__(result)
85 return mod.open(file, flag, mode)

Completed in 713 milliseconds

1 2 34 5 6 7 8 91011>>