/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/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_yuv_sw.c | 110 int rows, int cols, int mod ); 114 int rows, int cols, int mod ); 128 int rows, int cols, int mod ); 132 int rows, int cols, int mod ); 138 int rows, int cols, int mod ) 150 row2 = row1 + cols + mod; 153 mod += cols + mod; 200 row1 += mod; 201 row2 += mod; 1175 int mod; local [all...] |
/external/elfutils/libdwfl/ |
dwfl_module_addrsym.c | 56 dwfl_module_addrsym (Dwfl_Module *mod, GElf_Addr addr, 59 int syments = INTUSE(dwfl_module_getsymtab) (mod); 74 GElf_Addr mod_addr = addr - mod->symfile->bias; 77 while ((scn = elf_nextscn (mod->symfile->elf, scn)) != NULL) 112 const char *name = INTUSE(dwfl_module_getsym) (mod, i, &sym, &shndx);
|
relocate.c | 59 __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, size_t *shstrndx, 80 if ((*mod->dwfl->callbacks->section_address) (MODCB_ARGS (mod), 119 the symbol table in RELOCATED itself when it has one, not MOD->symfile. */ 121 relocate_getsym (Dwfl_Module *mod, 127 if (mod->symfile == NULL || mod->symfile->elf != relocated) 164 if (unlikely (mod->symfile == NULL) 165 && unlikely (INTUSE(dwfl_module_getsymtab) (mod) < 0)) 172 cache->symelf = mod->symfile->elf [all...] |
/hardware/libhardware/modules/camera/ |
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); 127 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev) 129 return gCameraHAL.open(mod, name, dev);
|
/external/oprofile/daemon/liblegacy/ |
opd_kernel.c | 154 struct opd_module * mod; local 206 mod = opd_find_module_by_name(modname); 229 mod->image = opd_get_kernel_image(filename, NULL, 0, 0); 230 mod->image->ref_count++; 243 sscanf(line, "%lx", &mod->start); 244 sscanf(cp2, "%lu", &mod->end); 245 mod->end += mod->start; 278 uint mod = 0; local 295 while (mod < nr_mods) [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
|
/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/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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
ConstructorTest.java | 100 int mod = 0; local 104 mod = ctor.getModifiers(); 106 ((mod & Modifier.PUBLIC) == Modifier.PUBLIC) 107 && ((mod & Modifier.PRIVATE) == 0)); 115 mod = ctor.getModifiers(); 117 ((mod & Modifier.PRIVATE) == Modifier.PRIVATE) 118 && ((mod & Modifier.PUBLIC) == 0)); 126 mod = ctor.getModifiers(); 128 ((mod & Modifier.PROTECTED) == Modifier.PROTECTED) 129 && ((mod & Modifier.PUBLIC) == 0)) [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 | 71 BigInteger r = params.getG().modPow(k, params.getP()).mod(params.getQ()); 76 BigInteger s = k.mod(params.getQ()); 112 BigInteger u1 = m.multiply(w).mod(params.getQ()); 113 BigInteger u2 = r.multiply(w).mod(params.getQ()); 118 BigInteger v = u1.multiply(u2).mod(params.getP()).mod(params.getQ());
|
/external/grub/docs/ |
kernel.c | 89 module_t *mod; local 94 for (i = 0, mod = (module_t *) mbi->mods_addr; 96 i++, mod++) 98 (unsigned) mod->mod_start, 99 (unsigned) mod->mod_end, 100 (char *) mod->string);
|
kernel.c.texi | 89 module_t *mod; 94 for (i = 0, mod = (module_t *) mbi->mods_addr; 96 i++, mod++) 98 (unsigned) mod->mod_start, 99 (unsigned) mod->mod_end, 100 (char *) mod->string);
|
/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_org/sandbox/linux/seccomp-bpf-helpers/ |
sigsys_handlers.cc | 51 uint32_t mod = 0; local 53 mod = rem % 10; 55 sysno_base10[i] = '0' + mod;
|
/external/chromium_org/third_party/mesa/src/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...] |
/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...] |
/external/qemu/android/skin/ |
keyset.h | 94 /* convert a (sym,mod) pair into a descriptive string. e.g. "Ctrl-K" or "Alt-A", etc.. 97 extern const char* skin_key_symmod_to_str ( int sym, int mod ); 99 /* convert a key binding description into a (sym,mod) pair. returns 0 on success, -1 119 int mod; // really a SDL key modifier member in struct:__anon24752 129 extern SkinKeyCommand skin_keyset_get_command( SkinKeyset* kset, int sym, int mod );
|
/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/chromium_org/sandbox/win/src/sidestep/ |
mini_disassembler.cpp | 224 case AM_R: // mod field of ModR/M may refer only to a general register 331 // We never care about the reg field, only the combination of the mod 335 unsigned char mod = modrm & 0xC0; // mask out top two bits to get mod field local 337 mod = mod >> 3; // shift the mod field to the right place 338 modrm = mod | modrm; // combine the r/m and mod fields as discussed 339 mod = mod >> 3; // shift the mod field to bits 2.. [all...] |
mini_disassembler.h | 103 // mod: The mod field from the ModR/M byte. 105 bool ProcessSib(unsigned char* start, unsigned char mod, unsigned int* size);
|