HomeSort by relevance Sort by last modified time
    Searched refs:mod (Results 176 - 200 of 998) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 82 mod = sys.modules[self.__name__]
83 self.__dict__.update(mod.__dict__)
84 return getattr(mod, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 82 mod = sys.modules[self.__name__]
83 self.__dict__.update(mod.__dict__)
84 return getattr(mod, name)
  /system/media/camera/docs/
metadata-check-dependencies 79 local mod=$1
85 if python -c "import $mod" >& /dev/null
100 echo "Missing python module $mod, please install with '$(packager_install $pkg)'"
  /external/elfutils/src/
addr2line.c 323 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr)
326 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias);
426 print_addrsym (Dwfl_Module *mod, GElf_Addr addr)
430 const char *name = dwfl_module_addrinfo (mod, addr, &off, &s,
435 int i = dwfl_module_relocate_address (mod, &addr);
437 name = dwfl_module_relocation_info (mod, i, NULL);
455 Elf_Scn *scn = dwfl_module_address_section (mod, &addr, &ebias);
462 Elf *elf = dwfl_module_getelf (mod, &ebias);
475 see_one_module (Dwfl_Module *mod,
484 *result = mod;
530 Dwfl_Module *mod = NULL; local
    [all...]
stack.c 110 get_addr_width (Dwfl_Module *mod)
114 if (width == 0 && mod)
117 Elf *elf = dwfl_module_getelf (mod, &bias);
133 module_callback (Dwfl_Module *mod, void **userdata __attribute__((unused)),
139 Elf *elf = dwfl_module_getelf (mod, &bias);
140 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias);
145 const char *modname = dwfl_module_info (mod, NULL, NULL, &end, NULL,
149 int width = get_addr_width (mod);
155 int id_len = dwfl_module_build_id (mod, &id, &id_vaddr);
217 Dwarf_Addr pc_adjusted, Dwfl_Module *mod,
375 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted); local
432 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted); local
    [all...]
  /external/selinux/prebuilts/bin/
sediff.py 133 for name, mod in sorted(diff.modified_commons.items()):
135 if mod.added_perms:
136 change.append("{0} Added permissions".format(len(mod.added_perms)))
137 if mod.removed_perms:
138 change.append("{0} Removed permissions".format(len(mod.removed_perms)))
141 for p in sorted(mod.added_perms):
143 for p in sorted(mod.removed_perms):
161 for name, mod in sorted(diff.modified_classes.items()):
163 if mod.added_perms:
164 change.append("{0} Added permissions".format(len(mod.added_perms))
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 33 Dwfl_Module *mod; member in struct:search_state
76 state->addr_shndx = __libdwfl_find_section_ndx (state->mod, &v);
80 return state->addr_shndx == __libdwfl_find_section_ndx (state->mod, &v);
86 GElf_Addr mod_addr = dwfl_deadjust_st_value (state->mod, symelf,
157 resolved ? state->mod->main.elf : elf,
204 const char *name = __libdwfl_getsym (state->mod, i, &sym, &value,
219 if (resolved && state->mod->e_type != ET_REL)
222 adjusted_st_value = dwfl_adjusted_st_value (state->mod, elf,
248 .mod = _mod,
265 /* First go through global symbols. mod->first_global an
    [all...]
link_map.c 183 Dwfl_Module *mod;
184 (void) INTUSE(dwfl_addrsegment) (dwfl, vaddr, &mod);
185 if (mod == NULL)
189 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias);
195 if (likely (mod->e_type != ET_REL) && mod->main.elf != NULL)
198 vaddr - mod->main.bias, minread, mod->main.elf);
393 Dwfl_Module *mod = NULL;
453 mod = __libdwfl_report_elf (dwfl, basename (name)
182 Dwfl_Module *mod; local
391 Dwfl_Module *mod = NULL; local
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 441 int* mod,
444 *mod = (data >> 6) & 3;
507 int mod, regop, rm; local
508 get_modrm(*modrmp, &mod, &regop, &rm);
509 RegisterNameMapping register_name = (mod == 3) ? direct_register_name :
511 switch (mod) {
528 // base == rbp means no base register (when mod == 0).
558 int disp = (mod == 2) ? *reinterpret_cast<int32_t*>(modrmp + 2)
573 return mod == 2 ? 6 : 3;
576 int disp = (mod == 2) ? *reinterpret_cast<int32_t*>(modrmp + 1
650 int mod, regop, rm; local
686 int mod, regop, rm; local
731 int mod, regop, rm; local
785 int mod, regop, rm; local
883 int mod, regop, rm, vvvv = vex_vreg(); local
956 int mod, regop, rm, vvvv = vex_vreg(); local
975 int mod, regop, rm, vvvv = vex_vreg(); local
1042 int mod, regop, rm, vvvv = vex_vreg(); local
1119 int mod, regop, rm, vvvv = vex_vreg(); local
1163 int mod, regop, rm, vvvv = vex_vreg(); local
1186 int mod, regop, rm, vvvv = vex_vreg(); local
1204 int mod, regop, rm; local
1227 int mod, regop, rm, vvvv = vex_vreg(); local
1257 int mod, regop, rm, vvvv = vex_vreg(); local
1515 int mod, regop, rm; local
1671 int mod, regop, rm; local
1682 int mod, regop, rm; local
1689 int mod, regop, rm; local
1696 int mod, regop, rm; local
1703 int mod, regop, rm; local
1709 int mod, regop, rm; local
1734 int mod, regop, rm; local
1745 int mod, regop, rm; local
1752 int mod, regop, rm; local
1758 int mod, regop, rm; local
1764 int mod, regop, rm; local
1769 int mod, regop, rm; local
1775 int mod, regop, rm; local
1781 int mod, regop, rm; local
1788 int mod, regop, rm; local
1802 int mod, regop, rm; local
1814 int mod, regop, rm; local
1829 int mod, regop, rm; local
1836 int mod, regop, rm; local
1843 int mod, regop, rm; local
1864 int mod, regop, rm; local
1872 int mod, regop, rm; local
1882 int mod, regop, rm; local
1890 int mod, regop, rm; local
1911 int mod, regop, rm; local
1922 int mod, regop, rm; local
2164 int mod, regop, rm; local
2175 int mod, regop, rm; local
2247 int mod, regop, rm; local
2316 int mod, regop, rm; local
    [all...]
  /hardware/libhardware/modules/usbcamera/
CameraHAL.cpp 89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) {
94 ALOGV("%s: module=%p, name=%s, device=%p", __func__, mod, name, dev);
107 return mCameras[id]->open(mod, dev);
124 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev) {
125 return gCameraHAL.open(mod, name, dev);
  /packages/apps/Terminal/src/com/android/terminal/
TerminalKeys.java 75 int mod = 0; local
77 mod |= VTERM_MOD_CTRL;
80 mod |= VTERM_MOD_ALT;
83 mod |= VTERM_MOD_SHIFT;
85 return mod;
179 "mod=" + modifiers + ", " +
189 "mod=" + modifiers + ", " +
  /external/drm_gralloc/
gralloc.cpp 24 #define LOG_TAG "GRALLOC-MOD"
53 static int drm_mod_perform(const struct gralloc_module_t *mod, int op, ...)
55 struct drm_module_t *dmod = (struct drm_module_t *) mod;
81 static int drm_mod_register_buffer(const gralloc_module_t *mod,
84 struct drm_module_t *dmod = (struct drm_module_t *) mod;
94 static int drm_mod_unregister_buffer(const gralloc_module_t *mod,
100 static int drm_mod_lock(const gralloc_module_t *mod, buffer_handle_t handle,
113 static int drm_mod_lock_ycbcr(const gralloc_module_t *mod, buffer_handle_t bhandle,
153 static int drm_mod_unlock(const gralloc_module_t *mod, buffer_handle_t handle)
155 struct drm_module_t *dmod = (struct drm_module_t *) mod;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pkgutil.py 97 mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
98 mod.__file__ = "<%s>" % self.__class__.__name__
99 mod.__loader__ = self
101 mod.__path__ = []
103 mod.__dict__['loads'] = mod.__dict__.get('loads',0) + 1
104 return mod
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pkgutil.py 97 mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
98 mod.__file__ = "<%s>" % self.__class__.__name__
99 mod.__loader__ = self
101 mod.__path__ = []
103 mod.__dict__['loads'] = mod.__dict__.get('loads',0) + 1
104 return mod
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgutil.py 97 mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
98 mod.__file__ = "<%s>" % self.__class__.__name__
99 mod.__loader__ = self
101 mod.__path__ = []
103 mod.__dict__['loads'] = mod.__dict__.get('loads',0) + 1
104 return mod
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgutil.py 97 mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
98 mod.__file__ = "<%s>" % self.__class__.__name__
99 mod.__loader__ = self
101 mod.__path__ = []
103 mod.__dict__['loads'] = mod.__dict__.get('loads',0) + 1
104 return mod
  /external/selinux/libsepol/src/
module.c 372 static int module_package_read_offsets(sepol_module_package_t * mod,
399 mod->version = le32_to_cpu(buf[1]);
463 int sepol_module_package_read(sepol_module_package_t * mod,
472 if (module_package_read_offsets(mod, file, &offsets, &nsec))
511 mod->file_contexts_len = len - sizeof(uint32_t);
512 mod->file_contexts =
513 (char *)malloc(mod->file_contexts_len);
514 if (!mod->file_contexts) {
519 (mod->file_contexts, file,
520 mod->file_contexts_len))
652 sepol_module_package_t *mod = NULL; local
    [all...]
  /external/llvm/tools/lto/
lto.cpp 270 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); }
272 const char* lto_module_get_target_triple(lto_module_t mod) {
273 return unwrap(mod)->getTargetTriple().c_str();
276 void lto_module_set_target_triple(lto_module_t mod, const char *triple) {
277 return unwrap(mod)->setTargetTriple(triple);
280 unsigned int lto_module_get_num_symbols(lto_module_t mod) {
281 return unwrap(mod)->getSymbolCount();
284 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) {
285 return unwrap(mod)->getSymbolName(index)
    [all...]
  /external/fsck_msdos/
dir.c 536 int mod = FSOK; local
603 mod |= THISMOD|FSDIRMOD;
609 mod |= THISMOD|FSDIRMOD;
612 mod |= FSERROR;
714 mod |= removede(f, boot, fat,
753 mod |= k = removede(f, boot, fat,
757 if (mod & FSFATAL)
763 mod |= THISMOD;
779 mod |= THISMOD|FSDIRMOD|FSFATMOD;
781 mod |= FSERROR
980 int mod; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DSASigner.java 98 BigInteger r = params.getG().modPow(k, params.getP()).mod(q);
102 BigInteger s = k.mod(q);
134 BigInteger u1 = m.multiply(w).mod(q);
135 BigInteger u2 = r.multiply(w).mod(q);
141 BigInteger v = u1.multiply(u2).mod(p).mod(q);
  /external/javassist/src/main/javassist/
CtMember.java 43 public void setModifiers(int mod) {}
170 int mod = getModifiers(); local
171 if (Modifier.isPublic(mod))
173 else if (Modifier.isPrivate(mod))
184 if (!visible && Modifier.isProtected(mod))
205 public abstract void setModifiers(int mod);
CtArray.java 41 int mod = Modifier.FINAL; local
43 mod |= getComponentType().getModifiers()
47 return mod;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
common.py 101 quanta, mod = divmod(bit_size(number), 8)
102 if mod or number == 0:
111 # r = gcd(a,b) i = multiplicitive inverse of a mod b
112 # or j = multiplicitive inverse of b mod a
113 # Neg return values for i or j are made positive mod b or a respectively
132 '''Returns x^-1 (mod n)
151 Calculates x such that x = a[i] (mod m[i]) for each i.
155 :returns: x such that x = a[i] (mod m[i]) for each i
  /external/elfutils/tests/
vdsosyms.c 40 module_callback (Dwfl_Module *mod, void **userdata __attribute__((unused)),
48 vdso_syms = dwfl_module_getsymtab (mod);
57 const char *sname = dwfl_module_getsym_info (mod, i, &sym, &addr,
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 138 find_kernels(llvm::Module *mod, std::vector<llvm::Function *> &kernels) {
140 mod->getNamedMetadata("opencl.kernels");
148 link(llvm::Module *mod, const std::string &triple,
154 llvm::Linker linker("clover", mod);
158 mod = linker.releaseModule();
186 PM.run(*mod);
190 build_module_llvm(llvm::Module *mod,
199 llvm::WriteBitcodeToFile(mod, bitcode_ostream);
259 llvm::Module *mod = compile(source, "cl_input", triple); local
261 find_kernels(mod, kernels)
    [all...]

Completed in 696 milliseconds

1 2 3 4 5 6 78 91011>>