Searched defs:mod (Results 151 - 175 of 395) sorted by relevance

1234567891011>>

/external/python/cpython3/Lib/
H A Dsymtable.py235 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec") variable
236 for ident in mod.get_identifiers():
237 info = mod.lookup(ident)
/external/python/cpython3/Lib/test/
H A Dtest_pdb.py471 mod = types.ModuleType('module_to_skip') variable
472 exec('def foo_pony(callback): x = 1; callback(); return None', mod.__dict__)
482 ... mod.foo_pony(callback)
495 -> mod.foo_pony(callback)
510 -> mod.foo_pony(callback)
/external/skia/bench/
H A DSortBench.cpp26 int mod = N / 10; local
28 array[i] = rand.nextU() % mod;
/external/skqp/bench/
H A DSortBench.cpp26 int mod = N / 10; local
28 array[i] = rand.nextU() % mod;
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOCodeGenerator.cpp91 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) argument
94 if(mod->getLLVVMModule()->MaterializeAllPermanently(&errMsg))
97 bool ret = _linker.LinkInModule(mod->getLLVVMModule(), &errMsg);
99 const std::vector<const char*> &undefs = mod->getAsmUndefinedRefs();
H A Dlto.cpp130 void lto_module_dispose(lto_module_t mod) argument
132 delete mod;
139 const char* lto_module_get_target_triple(lto_module_t mod) argument
141 return mod->getTargetTriple();
147 void lto_module_set_target_triple(lto_module_t mod, const char *triple) argument
149 return mod->setTargetTriple(triple);
156 unsigned int lto_module_get_num_symbols(lto_module_t mod) argument
158 return mod->getSymbolCount();
164 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) argument
166 return mod
173 lto_module_get_symbol_attribute(lto_module_t mod, unsigned int index) argument
209 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) argument
[all...]
/external/valgrind/coregrind/m_gdbserver/
H A Dregcache.c211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) argument
218 *mod = False;
220 *mod = True;
225 void supply_register (int n, const void *buf, Bool *mod) argument
229 buf, register_size (n), mod); local
231 *mod = True;
234 void supply_register_from_string (int n, const char *buf, Bool *mod) argument
240 bytes_register, register_size (n), mod); local
242 *mod = True;
245 void supply_register_by_name (const char *name, const void *buf, Bool *mod) argument
247 supply_register (find_regno (name), buf, mod); local
[all...]
H A Dvalgrind-low-mips32.c133 Bool mod; local
134 supply_register_by_name ("pc", &newpc, &mod);
135 if (mod)
252 transfer_direction dir, int size, Bool *mod)
257 *mod = False;
262 case 0: VG_(transfer) (&mips1->guest_r0, buf, dir, size, mod); break;
263 case 1: VG_(transfer) (&mips1->guest_r1, buf, dir, size, mod); break;
264 case 2: VG_(transfer) (&mips1->guest_r2, buf, dir, size, mod); break;
265 case 3: VG_(transfer) (&mips1->guest_r3, buf, dir, size, mod); break;
266 case 4: VG_(transfer) (&mips1->guest_r4, buf, dir, size, mod); brea
251 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]
H A Dvalgrind-low-mips64.c134 Bool mod; local
135 supply_register_by_name ("pc", &newpc, &mod);
136 if (mod)
253 transfer_direction dir, int size, Bool *mod)
258 *mod = False;
263 case 0: VG_(transfer) (&mips1->guest_r0, buf, dir, size, mod); break;
264 case 1: VG_(transfer) (&mips1->guest_r1, buf, dir, size, mod); break;
265 case 2: VG_(transfer) (&mips1->guest_r2, buf, dir, size, mod); break;
266 case 3: VG_(transfer) (&mips1->guest_r3, buf, dir, size, mod); break;
267 case 4: VG_(transfer) (&mips1->guest_r4, buf, dir, size, mod); brea
252 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java150 expr = mod(opPos); break;
411 * Compile a 'mod' operation.
419 protected Expression mod(int opPos) throws TransformerException method in class:Compiler
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp58 template<typename T> inline T mod (T a, T b) { return a % b; } function in namespace:tcu
59 template<> inline float mod (float x, float y) { return x - y * deFloatFloor(x / y); } function in namespace:tcu
417 TCU_DECLARE_VECTOR_BINARY_FUNC(mod, mod)
/external/elfutils/libdwfl/
H A Dcore-file.c171 core_file_read_eagerly (Dwfl_Module *mod, argument
226 if (whole > MAX_EAGER_COST && mod->build_id_len > 0)
576 Dwfl_Module *mod; local
577 mod = __libdwfl_report_elf (dwfl, basename (module->name), module->name,
581 if (mod == NULL)
588 if (mod->next != NULL)
590 if (*lastmodp != mod)
593 while (*lastmodp != mod)
596 *lastmodp = mod->next;
597 mod
[all...]
H A Dframe_unwind.c708 Dwfl_Module *mod = INTUSE(dwfl_addrmodule) (state->thread->process->dwfl, pc); local
709 if (mod == NULL)
714 Dwarf_CFI *cfi_eh = INTUSE(dwfl_module_eh_cfi) (mod, &bias);
721 Dwarf_CFI *cfi_dwarf = INTUSE(dwfl_module_dwarf_cfi) (mod, &bias);
H A Dlinux-proc-maps.c183 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, *plast_file, local
187 if (unlikely (mod == NULL))
351 dwfl_linux_proc_find_elf (Dwfl_Module *mod __attribute__ ((unused)),
368 pid = INTUSE(dwfl_pid) (mod->dwfl);
395 struct __libdwfl_pid_arg *pid_arg = __libdwfl_get_pid_arg (mod->dwfl);
H A Drelocate.c38 __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, size_t *shstrndx, argument
65 if ((*mod->dwfl->callbacks->section_address) (MODCB_ARGS (mod),
85 *value += dwfl_adjusted_address (mod, refshdr->sh_addr);
108 relocate_getsym (Dwfl_Module *mod, argument
114 if (mod->symfile == NULL || mod->symfile->elf != relocated)
160 if (unlikely (mod->symfile == NULL)
161 && unlikely (INTUSE(dwfl_module_getsymtab) (mod) < 0))
168 cache->symelf = mod
316 relocate(Dwfl_Module * const mod, Elf * const relocated, struct reloc_symtab_cache * const reloc_symtab, Elf_Data * const tdata, const GElf_Ehdr * const ehdr, GElf_Addr offset, const GElf_Sxword *addend, int rtype, int symndx) argument
463 check_badreltype(bool *first_badreltype, Dwfl_Module *mod, Dwfl_Error *result) argument
478 relocate_section(Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, size_t shstrndx, struct reloc_symtab_cache *reloc_symtab, Elf_Scn *scn, GElf_Shdr *shdr, Elf_Scn *tscn, bool debugscn, bool partial) argument
702 __libdwfl_relocate(Dwfl_Module *mod, Elf *debugfile, bool debug) argument
747 __libdwfl_relocate_section(Dwfl_Module *mod, Elf *relocated, Elf_Scn *relocscn, Elf_Scn *tscn, bool partial) argument
[all...]
/external/elfutils/tests/
H A Dbacktrace.c56 dump_modules (Dwfl_Module *mod, void **userdata __attribute__ ((unused)), argument
61 dwfl_module_info (mod, NULL, NULL, &end, NULL, NULL, NULL, NULL);
92 Dwfl_Module *mod; local
120 mod = dwfl_addrmodule (dwfl, pc - 1);
121 if (mod)
122 symname2 = dwfl_module_addrname (mod, pc - 1);
133 mod = dwfl_addrmodule (dwfl, pc);
134 if (mod)
135 symname2 = dwfl_module_addrname (mod, pc);
170 Dwfl_Module *mod local
232 Dwfl_Module *mod; member in struct:see_exec_module
237 see_exec_module(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr start __attribute__ ((unused)), void *arg) argument
[all...]
/external/javassist/src/main/javassist/
H A DCtBehavior.java143 public void setModifiers(int mod) { argument
145 methodInfo.setAccessFlags(AccessFlag.of(mod));
/external/libxml2/
H A Dgentest.py269 for mod in skipped_modules:
270 if mod == name:
516 mod = arg.xpathEval('string(../@file)') variable
518 if (mod not in skipped_modules) and (func not in skipped_functions):
527 mod = ret.xpathEval('string(../@file)') variable
529 if (mod not in skipped_modules) and (func not in skipped_functions):
/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp405 Module *mod = new Module("test-mem", Context); local
406 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
409 mod->setTargetTriple("x86_64-unknown-linux-gnu");
430 /*Name=*/"test1", mod);
438 /*Name=*/"test2", mod);
446 /*Name=*/"test3", mod);
454 /*Name=*/"test4", mod);
540 return mod;
/external/ltp/testcases/kernel/fs/inode/
H A Dinode02.c760 int ret_val, mod; local
766 mod = buf.st_mode;
767 return (mod);
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h40 unsigned mod:2; /* mod_REG if this is just a register */ member in struct:x86_reg
71 /* Values for mod field of modr/m byte
/external/mesa3d/src/mesa/main/
H A Datifragshader.c96 create_dst_mod_str(GLuint mod) argument
101 if (mod & GL_2X_BIT_ATI)
104 if (mod & GL_4X_BIT_ATI)
107 if (mod & GL_8X_BIT_ATI)
109 if (mod & GL_HALF_BIT_ATI)
111 if (mod & GL_QUARTER_BIT_ATI)
113 if (mod & GL_EIGHTH_BIT_ATI)
116 if (mod & GL_SATURATE_BIT_ATI)
/external/pdfium/third_party/agg23/
H A Dagg_rasterizer_scanline_aa.cpp170 int incr, lift, mod, rem; local
191 mod = p % dx;
192 if(mod < 0) {
194 mod += dx;
208 mod -= dx;
211 mod += rem;
212 if(mod >= 0) {
213 mod -= dx;
241 int rem, mod, lift, delta, first, incr; local
287 mod
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c535 VALUE mod = rb_define_module_id( local
550 rb_define_const(mod, name, INT2NUM(value));
553 rb_define_singleton_method(mod, "lookup", enum_lookup, 1);
554 rb_define_singleton_method(mod, "resolve", enum_resolve, 1);
555 rb_define_singleton_method(mod, "descriptor", enum_descriptor, 0);
556 rb_ivar_set(mod, descriptor_instancevar_interned,
559 return mod;
/external/python/cpython2/Modules/_ctypes/
H A Dcallbacks.c516 PyObject *mod, *func, *result; local
523 mod = PyImport_ImportModuleNoBlock("ctypes");
524 if (!mod) {
530 func = PyObject_GetAttrString(mod, "DllGetClassObject");
531 Py_DECREF(mod);
595 PyObject *mod, *func, *result; local
602 mod = PyImport_ImportModuleNoBlock("ctypes");
603 if (!mod) {
611 func = PyObject_GetAttrString(mod, "DllCanUnloadNow");
612 Py_DECREF(mod);
[all...]

Completed in 1084 milliseconds

1234567891011>>