Searched refs:mod (Results 101 - 125 of 781) sorted by relevance

1234567891011>>

/external/python/cpython2/Lib/lib2to3/tests/
H A D__init__.py23 mod = globals()[t] variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
/external/toybox/toys/other/
H A Drmmod.c23 #define delete_module(mod, flags) syscall(__NR_delete_module, mod, flags)
H A Dmodinfo.c27 long mod;
82 for (s = toys.optargs[TT.mod]; *s; s++) {
105 for(TT.mod = 0; TT.mod<toys.optc; TT.mod++) {
106 char *s = strstr(toys.optargs[TT.mod], ".ko");
108 if (s && !s[3]) modinfo_file(toys.optargs[TT.mod]);
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java228 int mod = f.getModifiers();
229 if ((mod & Modifier.PUBLIC) != 0 && (mod & Modifier.FINAL) == 0) {
281 int mod = m.getModifiers();
282 if (Modifier.isPublic(mod) && !Modifier.isAbstract(mod))
283 processMethods0(mod, clazz, m, i, dontSearch);
287 private void processMethods0(int mod, CtClass clazz, argument
299 if (Modifier.isNative(mod))
303 if (Modifier.isFinal(mod)) {
[all...]
/external/python/cpython3/Python/
H A Dfuture.c61 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) argument
66 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind))
69 if (asdl_seq_LEN(mod->v.Module.body) == 0)
81 first = (stmt_ty)asdl_seq_GET(mod->v.Module.body, i);
89 for (; i < asdl_seq_LEN(mod->v.Module.body); i++) {
90 stmt_ty s = (stmt_ty)asdl_seq_GET(mod->v.Module.body, i);
129 PyFuture_FromASTObject(mod_ty mod, PyObject *filename) argument
141 if (!future_parse(ff, mod, filename)) {
150 PyFuture_FromAST(mod_ty mod, cons argument
[all...]
H A Dimport.c381 #define STORE_MODULE_WEAKREF(name, mod) \
383 PyObject *wr = PyWeakref_NewRef(mod, NULL); \
442 PyObject *mod = PyWeakref_GET_OBJECT(PyTuple_GET_ITEM(tup, 1)); local
443 if (mod == Py_None)
445 assert(PyModule_Check(mod));
446 dict = PyModule_GetDict(mod);
449 Py_INCREF(mod);
452 _PyModule_Clear(mod);
453 Py_DECREF(mod);
527 _PyImport_FixupExtensionObject(PyObject *mod, PyObjec argument
579 _PyImport_FixupBuiltin(PyObject *mod, const char *name) argument
594 PyObject *mod, *mdict, *key; local
1039 PyObject *mod; local
1496 PyObject *mod = NULL; local
1677 PyObject *nameobj, *mod; local
1933 exec_builtin_or_dynamic(PyObject *mod) argument
1971 PyObject *mod, *name, *path; local
2023 _imp_exec_dynamic_impl(PyObject *module, PyObject *mod) argument
2042 _imp_exec_builtin_impl(PyObject *module, PyObject *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...]
/external/v8/src/x87/
H A Ddisasm-x87.cc299 static void get_modrm(byte data, int* mod, int* regop, int* rm) { argument
300 *mod = (data >> 6) & 3;
354 int mod, regop, rm; local
355 get_modrm(*modrmp, &mod, &regop, &rm);
356 RegisterNameMapping register_name = (mod == 3) ? direct_register_name :
358 switch (mod) {
401 int disp = mod == 2 ? *reinterpret_cast<int32_t*>(modrmp + 2)
416 return mod == 2 ? 6 : 3;
419 int disp = mod == 2 ? *reinterpret_cast<int32_t*>(modrmp + 1)
425 return mod
462 int mod, regop, rm; local
490 int mod, regop, rm; local
519 int mod, regop, rm; local
561 int mod, regop, rm; local
1039 int mod, regop, rm; local
1063 int mod, regop, rm; local
1092 int mod, regop, rm; local
1116 int mod, regop, rm; local
1124 int mod, regop, rm; local
1133 int mod, regop, rm; local
1155 int mod, regop, rm; local
1165 int mod, regop, rm; local
1177 int mod, regop, rm; local
1187 int mod, regop, rm; local
1193 int mod, regop, rm; local
1205 int mod, regop, rm; local
1216 int mod, regop, rm; local
1254 int mod, regop, rm; local
1273 int mod, regop, rm; local
1307 int mod, regop, rm; local
1313 int mod, regop, rm; local
1343 int mod, regop, rm; local
1359 int mod, regop, rm; local
1369 int mod, regop, rm; local
1379 int mod, regop, rm; local
1389 int mod, regop, rm; local
1403 int mod, regop, rm; local
1416 int mod, regop, rm; local
1424 int mod, regop, rm; local
1432 int mod, regop, rm; local
1440 int mod, regop, rm; local
1448 int mod, regop, rm; local
1454 int mod, regop, rm; local
1460 int mod, regop, rm; local
1470 int mod, regop, rm; local
1481 int mod, regop, rm; local
1489 int mod, regop, rm; local
1500 int mod, regop, rm; local
1509 int mod, regop, rm; local
1515 int mod, regop, rm; local
1522 int mod, regop, rm; local
1530 int mod, regop, rm; local
1540 int mod, regop, rm; local
1548 int mod, regop, rm; local
1567 int mod, regop, rm; local
1625 int mod, regop, rm; local
1631 int mod, regop, rm; local
1637 int mod, regop, rm; local
1654 int mod, regop, rm; local
1695 int mod, regop, rm; local
1701 int mod, regop, rm; local
1707 int mod, regop, rm; local
1713 int mod, regop, rm; local
1719 int mod, regop, rm; local
1726 int mod, regop, rm; local
[all...]
/external/kmod/libkmod/python/kmod/
H A D_libkmod_h.pxd61 kmod_ctx *ctx, const_char_ptr name, kmod_module **mod)
66 kmod_module *kmod_module_ref(kmod_module *mod)
67 kmod_module *kmod_module_unref(kmod_module *mod)
81 kmod_module *mod, unsigned int flags)
83 kmod_module *mod, unsigned int flags, const_char_ptr options)
85 kmod_module *mod, unsigned int flags, const_char_ptr extra_options,
93 const_char_ptr kmod_module_get_name(const_kmod_module_ptr mod)
94 const_char_ptr kmod_module_get_path(const_kmod_module_ptr mod)
95 const_char_ptr kmod_module_get_options(const_kmod_module_ptr mod)
96 const_char_ptr kmod_module_get_install_commands(const_kmod_module_ptr mod)
[all...]
/external/kmod/tools/
H A Dmodprobe.c210 struct kmod_module *mod; local
211 int err = kmod_module_new_from_path(ctx, filename, &mod);
217 err = kmod_module_get_versions(mod, &list);
221 kmod_module_unref(mod);
231 kmod_module_unref(mod);
290 static int rmmod_do_remove_module(struct kmod_module *mod) argument
292 const char *modname = kmod_module_get_name(mod);
296 SHOW("rmmod %s\n", kmod_module_get_name(mod));
304 err = kmod_module_remove_module(mod, flags);
312 deps = kmod_module_get_dependencies(mod);
344 rmmod_do_module(struct kmod_module *mod, bool do_dependencies) argument
434 struct kmod_module *mod = kmod_module_get_module(l); local
520 struct kmod_module *mod = kmod_module_get_module(l); local
[all...]
H A Dinsert.c107 struct kmod_module *mod = kmod_module_get_module(l); local
109 err = kmod_module_probe_insert_module(mod, KMOD_PROBE_APPLY_BLACKLIST, NULL, NULL, NULL, NULL);
112 ERR("Could not insert '%s': %s\n", kmod_module_get_name(mod), mod_strerror(err));
115 kmod_module_unref(mod);
/external/elfutils/libdwfl/
H A Dsegment.c159 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next)
160 if (! mod->gc)
162 const GElf_Addr start = __libdwfl_segment_start (dwfl, mod->low_addr);
163 const GElf_Addr end = __libdwfl_segment_end (dwfl, mod->high_addr);
213 mod->segment = idx;
217 dwfl->lookup_module[idx++] = mod;
220 assert (dwfl->lookup_module[mod
241 dwfl_addrsegment(Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod) argument
[all...]
H A Ddwfl_dwarf_line.c41 *bias = dwfl_adjusted_dwarf_addr (cu->mod, 0);
/external/elfutils/tests/
H A Ddwfl-report-elf-align.c56 Dwfl_Module *mod = dwfl_report_elf (dwfl, argv[1], argv[1], -1, base, false); local
57 assert (mod != NULL);
63 assert (mod_found == mod);
65 const char *symname = dwfl_module_addrname (mod, funcaddr);
/external/llvm/test/MC/ARM/
H A Darm-branch-errors.s4 @ Branch targets destined for ARM mode must == 0 (mod 4), otherwise (mod 2).
H A Darm-branches.s4 @ Branch targets destined for ARM mode must == 0 (mod 4), otherwise (mod 2).
H A Dmisaligned-blx.s29 blx _misaligned @ PC=0 (mod 4)
31 blx _misaligned @ PC=2 (mod 4)
33 blx _aligned @ PC=0 (mod 4)
35 blx _aligned @ PC=2 (mod 4)
/external/llvm/test/MC/Mips/
H A Dset-mips0-directive.s8 mod $2, $4, $6
20 # CHECK: mod $2, $4, $6
/external/ltp/testcases/kdump/lib/
H A Dverify.sh33 mod
34 mod -S
/external/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c64 find_elf_build_id (Dwfl_Module *mod, int e_type, Elf *elf, argument
79 if (mod != NULL)
109 else if (mod == NULL || e_type != ET_REL)
111 else if (__libdwfl_relocate_value (mod, elf, &shstrndx,
127 __libdwfl_find_elf_build_id (Dwfl_Module *mod, Elf *elf, argument
138 assert (ehdr->e_type != ET_REL || mod != NULL);
140 return find_elf_build_id (mod, ehdr->e_type, elf,
/external/python/cpython2/Python/
H A Dfuture.c58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename) argument
62 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind))
74 for (i = 0; i < asdl_seq_LEN(mod->v.Module.body); i++) {
75 stmt_ty s = (stmt_ty)asdl_seq_GET(mod->v.Module.body, i);
120 PyFuture_FromAST(mod_ty mod, const char *filename) argument
132 if (!future_parse(ff, mod, filename)) {
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A Dlto.h146 lto_module_dispose(lto_module_t mod);
153 lto_module_get_target_triple(lto_module_t mod);
159 lto_module_set_target_triple(lto_module_t mod, const char *triple);
166 lto_module_get_num_symbols(lto_module_t mod);
173 lto_module_get_symbol_name(lto_module_t mod, unsigned int index);
180 lto_module_get_symbol_attribute(lto_module_t mod, unsigned int index);
205 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
H A Dumodarith.lisp32 (include-book "arithmetic-2/floor-mod/floor-mod" :dir :system)
45 (defthm elim-mod-m<x<2*m
49 (equal (mod x m)
55 (equal (mod (- x) m)
61 (equal (mod x m)
69 (equal (mod x m)
75 (< (mod (+ b x) m) b))
76 (equal (mod (+ (- m) b x) m)
77 (+ (- m) b (mod
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dcompat.hpp122 create_linker(::llvm::Module &mod) { argument
124 return std::unique_ptr<::llvm::Linker>(new ::llvm::Linker(mod));
126 return std::unique_ptr<::llvm::Linker>(new ::llvm::Linker(&mod));
132 std::unique_ptr<::llvm::Module> mod) {
134 return linker.linkInModule(std::move(mod));
136 return linker.linkInModule(mod.get());
168 handle_module_error(M &mod, const F &f) { argument
170 if (::llvm::Error err = mod.takeError())
175 if (!mod)
176 f(mod
131 link_in_module(::llvm::Linker &linker, std::unique_ptr<::llvm::Module> mod) argument
[all...]
/external/v8/src/ia32/
H A Ddisasm-ia32.cc362 static void get_modrm(byte data, int* mod, int* regop, int* rm) { argument
363 *mod = (data >> 6) & 3;
418 int mod, regop, rm; local
419 get_modrm(*modrmp, &mod, &regop, &rm);
420 RegisterNameMapping register_name = (mod == 3) ? direct_register_name :
422 switch (mod) {
465 int disp = mod == 2 ? *reinterpret_cast<int32_t*>(modrmp + 2)
480 return mod == 2 ? 6 : 3;
483 int disp = mod == 2 ? *reinterpret_cast<int32_t*>(modrmp + 1)
489 return mod
526 int mod, regop, rm; local
554 int mod, regop, rm; local
583 int mod, regop, rm; local
625 int mod, regop, rm; local
736 int mod, regop, rm, vvvv = vex_vreg(); local
808 int mod, regop, rm, vvvv = vex_vreg(); local
845 int mod, regop, rm, vvvv = vex_vreg(); local
882 int mod, regop, rm, vvvv = vex_vreg(); local
923 int mod, regop, rm, vvvv = vex_vreg(); local
945 int mod, regop, rm, vvvv = vex_vreg(); local
962 int mod, regop, rm; local
975 int mod, regop, rm, vvvv = vex_vreg(); local
992 int mod, regop, rm, vvvv = vex_vreg(); local
1366 int mod, regop, rm; local
1390 int mod, regop, rm; local
1419 int mod, regop, rm; local
1429 int mod, regop, rm; local
1441 int mod, regop, rm; local
1463 int mod, regop, rm; local
1471 int mod, regop, rm; local
1480 int mod, regop, rm; local
1502 int mod, regop, rm; local
1512 int mod, regop, rm; local
1524 int mod, regop, rm; local
1534 int mod, regop, rm; local
1540 int mod, regop, rm; local
1552 int mod, regop, rm; local
1563 int mod, regop, rm; local
1601 int mod, regop, rm; local
1620 int mod, regop, rm; local
1654 int mod, regop, rm; local
1660 int mod, regop, rm; local
1690 int mod, regop, rm; local
1706 int mod, regop, rm; local
1714 int mod, regop, rm; local
1724 int mod, regop, rm; local
1734 int mod, regop, rm; local
1744 int mod, regop, rm; local
1758 int mod, regop, rm; local
1771 int mod, regop, rm; local
1779 int mod, regop, rm; local
1787 int mod, regop, rm; local
1795 int mod, regop, rm; local
1803 int mod, regop, rm; local
1809 int mod, regop, rm; local
1815 int mod, regop, rm; local
1825 int mod, regop, rm; local
1832 int mod, regop, rm; local
1839 int mod, regop, rm; local
1850 int mod, regop, rm; local
1858 int mod, regop, rm; local
1867 int mod, regop, rm; local
1878 int mod, regop, rm; local
1887 int mod, regop, rm; local
1893 int mod, regop, rm; local
1900 int mod, regop, rm; local
1908 int mod, regop, rm; local
1918 int mod, regop, rm; local
1926 int mod, regop, rm; local
1945 int mod, regop, rm; local
2003 int mod, regop, rm; local
2009 int mod, regop, rm; local
2015 int mod, regop, rm; local
2054 int mod, regop, rm; local
2095 int mod, regop, rm; local
2101 int mod, regop, rm; local
2107 int mod, regop, rm; local
2113 int mod, regop, rm; local
2120 int mod, regop, rm; local
2126 int mod, regop, rm; local
2132 int mod, regop, rm; local
2138 int mod, regop, rm; local
2177 int mod, regop, rm; local
[all...]

Completed in 3886 milliseconds

1234567891011>>