HomeSort by relevance Sort by last modified time
    Searched refs:mod (Results 201 - 225 of 1341) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
syscall_windows.go 16 mod := syscall.MustLoadDLL("kernel32.dll")
17 proc := mod.MustFindProc("RaiseException")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
future.c 58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
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)
132 if (!future_parse(ff, mod, filename)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
future.c 58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
69 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind))
81 for (i = 0; i < asdl_seq_LEN(mod->v.Module.body); i++) {
82 stmt_ty s = (stmt_ty)asdl_seq_GET(mod->v.Module.body, i);
125 PyFuture_FromAST(mod_ty mod, const char *filename)
137 if (!future_parse(ff, mod, filename)) {
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 64 find_elf_build_id (Dwfl_Module *mod, int e_type, Elf *elf,
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,
137 // MOD->E_TYPE is zero here.
138 assert (ehdr->e_type != ET_REL || mod != NULL);
140 return find_elf_build_id (mod, ehdr->e_type, elf,
  /external/swiftshader/third_party/LLVM/include/llvm-c/
lto.h 146 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/toybox/toys/other/
modinfo.c 27 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]);
  /development/vndk/tools/definition-tool/assets/
insight.js 79 Module.prototype.createModuleLinkDom = function (mod) {
80 let dom = domNewElem('a', mod.path);
81 dom.setAttribute('href', '#mod_' + mod.id);
82 dom.setAttribute('data-mod-id', mod.id);
88 this.linkDoms[mod.id] = dom;
178 for (let mod of mods) {
179 for (let tag of mod.tagIds) {
338 for (let mod of mods) {
339 mod.createDom()
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 362 static void get_modrm(byte data, int* mod, int* regop, int* rm) {
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 == 2 ? 5 : 2
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
domreg.py 54 mod = well_known_implementations.get(name)
55 if mod:
56 mod = __import__(mod, {}, {}, ['getDOMImplementation'])
57 return mod.getDOMImplementation()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
domreg.py 54 mod = well_known_implementations.get(name)
55 if mod:
56 mod = __import__(mod, {}, {}, ['getDOMImplementation'])
57 return mod.getDOMImplementation()
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
domreg.py 54 mod = well_known_implementations.get(name)
55 if mod:
56 mod = __import__(mod, {}, {}, ['getDOMImplementation'])
57 return mod.getDOMImplementation()
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
domreg.py 54 mod = well_known_implementations.get(name)
55 if mod:
56 mod = __import__(mod, {}, {}, ['getDOMImplementation'])
57 return mod.getDOMImplementation()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 54 mod = well_known_implementations.get(name)
55 if mod:
56 mod = __import__(mod, {}, {}, ['getDOMImplementation'])
57 return mod.getDOMImplementation()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 54 mod = well_known_implementations.get(name)
55 if mod:
56 mod = __import__(mod, {}, {}, ['getDOMImplementation'])
57 return mod.getDOMImplementation()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py 63 mod = __import__(TESTFN)
67 self.assertEqual(mod.a, a,
68 "module loaded (%s) but contents invalid" % mod)
69 self.assertEqual(mod.b, b,
70 "module loaded (%s) but contents invalid" % mod)
75 imp.reload(mod)
191 mod = __import__(TESTFN)
193 self.assertEqual(mod.a, 1, "module has wrong attribute values")
194 self.assertEqual(mod.b, 2, "module has wrong attribute values")
207 self.assertRaises(ZeroDivisionError, imp.reload, mod)
    [all...]
test_pdb.py 184 mod = imp.new_module('module_to_skip') variable
185 exec 'def foo_pony(callback): x = 1; callback(); return None' in mod.__dict__
195 ... mod.foo_pony(callback)
208 -> mod.foo_pony(callback)
223 -> mod.foo_pony(callback)
  /prebuilts/go/darwin-x86/misc/cgo/test/
align.go 27 SDLMod mod;
48 int same(SDL_KeyboardEvent* e, Uint8 typ, Uint8 which, Uint8 state, Uint8 scan, SDLKey sym, SDLMod mod, Uint16 uni) {
49 return e->typ == typ && e->which == which && e->state == state && e->keysym.scancode == scan && e->keysym.sym == sym && e->keysym.mod == mod && e->keysym.unicode == uni;
54 event->keysym.scancode, event->keysym.sym, event->keysym.mod, event->keysym.unicode);
68 if C.same(&evt, evt.typ, evt.which, evt.state, evt.keysym.scancode, evt.keysym.sym, evt.keysym.mod, evt.keysym.unicode) == 0 {
73 evt.keysym.sym, evt.keysym.mod, evt.keysym.unicode)
  /prebuilts/go/linux-x86/misc/cgo/test/
align.go 27 SDLMod mod;
48 int same(SDL_KeyboardEvent* e, Uint8 typ, Uint8 which, Uint8 state, Uint8 scan, SDLKey sym, SDLMod mod, Uint16 uni) {
49 return e->typ == typ && e->which == which && e->state == state && e->keysym.scancode == scan && e->keysym.sym == sym && e->keysym.mod == mod && e->keysym.unicode == uni;
54 event->keysym.scancode, event->keysym.sym, event->keysym.mod, event->keysym.unicode);
68 if C.same(&evt, evt.typ, evt.which, evt.state, evt.keysym.scancode, evt.keysym.sym, evt.keysym.mod, evt.keysym.unicode) == 0 {
73 evt.keysym.sym, evt.keysym.mod, evt.keysym.unicode)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
checkextensions.py 18 for mod in unknown:
21 if not mods.has_key(mod):
23 modules.append(mod)
35 files = files + select(e, mods, vars, mod, 0)
39 def select(e, mods, vars, mod, skipofiles):
41 for w in mods[mod]:
  /external/deqp/scripts/khr_util/
format.py 41 def nextMod (val, mod):
42 if val % mod == 0:
43 return val + mod
45 return int(val/mod)*mod + mod
  /device/asus/fugu/power/
power.c 96 struct intel_power_module *mod = (struct intel_power_module *) module; local
109 mod->pulse_duration = atoi(boostpulse_duration);
111 clock_gettime(CLOCK_MONOTONIC, &mod->last_boost_time);
114 boost_freq, mod->pulse_duration);
142 struct intel_power_module *mod = (struct intel_power_module *) module; local
152 timespec_sub(&diff_time, &curr_time, &mod->last_boost_time);
157 if (diff > mod->pulse_duration) {
159 mod->last_boost_time = curr_time;
  /external/elfutils/libdwfl/
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)
160 if (unlikely (mod->symfile == NULL)
161 && unlikely (INTUSE(dwfl_module_getsymtab) (mod) < 0)
    [all...]
  /external/kmod/libkmod/python/kmod/
kmod.pyx 69 mod = _module.Module()
70 mod.from_mod_list_item(item)
71 yield mod
85 mod = _module.Module()
86 mod.from_mod_list_item(item)
87 yield mod
91 cdef _module.Module mod = _module.Module()
95 self._kmod_ctx, name, &mod.module)
98 return mod
102 for mod in self.loaded()
    [all...]
  /external/llvm/test/MC/Mips/
set-mips-directives.s 27 mod $2, $4, $6
39 mod $2, $4, $6
63 # CHECK: mod $2, $4, $6
75 # CHECK: mod $2, $4, $6
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 32 Module * mod = M.get(); local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1);

Completed in 716 milliseconds

1 2 3 4 5 6 7 891011>>