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

1 2 3 4 5 6 78 91011>>

  /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/elfutils/src/libdwfl/
link_map.c 176 Dwfl_Module *mod;
177 (void) INTUSE(dwfl_addrsegment) (dwfl, vaddr, &mod);
178 if (mod == NULL)
182 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias);
188 if (likely (mod->e_type != ET_REL) && mod->main.elf != NULL)
191 vaddr - mod->main.bias, minread, mod->main.elf);
387 Dwfl_Module *mod = NULL;
447 mod = __libdwfl_report_elf (dwfl, basename (name)
175 Dwfl_Module *mod; local
385 Dwfl_Module *mod = NULL; local
    [all...]
relocate.c 38 __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, size_t *shstrndx,
65 if ((*mod->dwfl->callbacks->section_address) (MODCB_ARGS (mod),
85 *value += dwfl_adjusted_address (mod, refshdr->sh_addr);
106 the symbol table in RELOCATED itself when it has one, not MOD->symfile. */
108 relocate_getsym (Dwfl_Module *mod,
114 if (mod->symfile == NULL || mod->symfile->elf != relocated)
151 if (unlikely (mod->symfile == NULL)
152 && unlikely (INTUSE(dwfl_module_getsymtab) (mod) < 0)
    [all...]
  /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
test_import.py 79 mod = __import__(TESTFN)
83 self.assertEqual(mod.a, a,
84 "module loaded (%s) but contents invalid" % mod)
85 self.assertEqual(mod.b, b,
86 "module loaded (%s) but contents invalid" % mod)
92 imp.reload(mod)
247 mod = __import__(TESTFN)
249 self.assertEqual(mod.a, 1, "module has wrong attribute values")
250 self.assertEqual(mod.b, 2, "module has wrong attribute values")
263 self.assertRaises(ZeroDivisionError, imp.reload, mod)
    [all...]
  /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
test_import.py 79 mod = __import__(TESTFN)
83 self.assertEqual(mod.a, a,
84 "module loaded (%s) but contents invalid" % mod)
85 self.assertEqual(mod.b, b,
86 "module loaded (%s) but contents invalid" % mod)
92 imp.reload(mod)
247 mod = __import__(TESTFN)
249 self.assertEqual(mod.a, 1, "module has wrong attribute values")
250 self.assertEqual(mod.b, 2, "module has wrong attribute values")
263 self.assertRaises(ZeroDivisionError, imp.reload, mod)
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 377 int* mod,
380 *mod = (data >> 6) & 3;
442 int mod, regop, rm; local
443 get_modrm(*modrmp, &mod, &regop, &rm);
444 RegisterNameMapping register_name = (mod == 3) ? direct_register_name :
446 switch (mod) {
463 // base == rbp means no base register (when mod == 0).
493 int disp = (mod == 2) ? *reinterpret_cast<int32_t*>(modrmp + 2)
508 return mod == 2 ? 6 : 3;
511 int disp = (mod == 2) ? *reinterpret_cast<int32_t*>(modrmp + 1
585 int mod, regop, rm; local
621 int mod, regop, rm; local
666 int mod, regop, rm; local
717 int mod, regop, rm; local
1007 int mod, regop, rm; local
1102 int mod, regop, rm; local
1113 int mod, regop, rm; local
1120 int mod, regop, rm; local
1127 int mod, regop, rm; local
1134 int mod, regop, rm; local
1140 int mod, regop, rm; local
1165 int mod, regop, rm; local
1176 int mod, regop, rm; local
1183 int mod, regop, rm; local
1191 int mod, regop, rm; local
1196 int mod, regop, rm; local
1205 int mod, regop, rm; local
1220 int mod, regop, rm; local
1227 int mod, regop, rm; local
1260 int mod, regop, rm; local
1269 int mod, regop, rm; local
1278 int mod, regop, rm; local
1299 int mod, regop, rm; local
1309 int mod, regop, rm; local
1492 int mod, regop, rm; local
1515 int mod, regop, rm; local
1526 int mod, regop, rm; local
1596 int mod, regop, rm; local
1665 int mod, regop, rm; local
    [all...]
  /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/elfutils/src/src/
addr2line.c 279 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr)
282 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias);
368 print_addrsym (Dwfl_Module *mod, GElf_Addr addr)
372 const char *name = dwfl_module_addrinfo (mod, addr, &off, &s,
377 int i = dwfl_module_relocate_address (mod, &addr);
379 name = dwfl_module_relocation_info (mod, i, NULL);
396 Elf_Scn *scn = dwfl_module_address_section (mod, &addr, &ebias);
403 Elf *elf = dwfl_module_getelf (mod, &ebias);
416 see_one_module (Dwfl_Module *mod,
425 *result = mod;
471 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/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/elfutils/src/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 121 mod = sys.modules[__name__]
122 return [getattr(mod, name) for name in dir(mod) if name.startswith('Test')]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 121 mod = sys.modules[__name__]
122 return [getattr(mod, name) for name in dir(mod) if name.startswith('Test')]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 170 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 p, rem, mod, lift, delta, first, incr; local
281 mod = p % dy
    [all...]
  /hardware/libhardware/modules/usbcamera/
CameraHAL.h 46 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
makesetup 230 for mod in $mods
233 *$mod.o*) base=$mod;;
234 *) base=${mod}module;;
261 for mod in $MODS
263 EXTDECLS="${EXTDECLS}extern void init$mod(void);$NL"
264 INITBITS="${INITBITS} {\"$mod\", init$mod},$NL"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
makesetup 230 for mod in $mods
233 *$mod.o*) base=$mod;;
234 *) base=${mod}module;;
261 for mod in $MODS
263 EXTDECLS="${EXTDECLS}extern void init$mod(void);$NL"
264 INITBITS="${INITBITS} {\"$mod\", init$mod},$NL"
  /external/google-breakpad/src/third_party/libdisasm/
ia32_invariant.c 25 #define MODRM_MOD_NODISP 0x00 /* mod == 00 */
26 #define MODRM_MOD_DISP8 0x01 /* mod == 01 */
27 #define MODRM_MOD_DISP32 0x02 /* mod == 10 */
28 #define MODRM_MOD_NOEA 0x03 /* mod == 11 */
51 unsigned int mod : 2; member in struct:modRM_byte
70 modrm->mod = b >> 6; /* top 2 bits */
95 modrm.mod != MODRM_MOD_NOEA ) {
105 if ( sib.base == SIB_BASE_EBP && ! modrm.mod ) {
112 if (! modrm.mod && modrm.rm == 101) {
120 } else if (modrm.mod && modrm.mod < 3)
    [all...]
  /external/toybox/toys/pending/
modprobe.c 65 static char *path2mod(char *file, char *mod)
71 if (!mod) mod = xmalloc(MODNAME_LEN);
78 mod[i] = (from[i] == '-') ? '_' : from[i];
79 mod[i] = '\0';
80 return mod;
145 * if add - create module entry, add it to data base and return the same mod.
147 static struct module_s *get_mod(char *mod, uint8_t add)
154 path2mod(mod, name);
319 struct module_s *mod; local
391 struct module_s *mod = get_mod(name, 1); local
    [all...]

Completed in 543 milliseconds

1 2 3 4 5 6 78 91011>>