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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 16 from test import inspect_fodder as mod namespace
32 modfile = mod.__file__
43 git = mod.StupidGit()
78 self.istest(inspect.iscode, 'mod.spam.func_code')
80 self.istest(inspect.isfunction, 'mod.spam')
81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
83 self.istest(inspect.ismodule, 'mod')
100 self.assertTrue(inspect.isroutine(mod.spam))
104 self.istest(inspect.isclass, 'mod.StupidGit')
157 self.istest(inspect.isframe, 'mod.fr'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 16 from test import inspect_fodder as mod namespace
32 modfile = mod.__file__
43 git = mod.StupidGit()
78 self.istest(inspect.iscode, 'mod.spam.func_code')
80 self.istest(inspect.isfunction, 'mod.spam')
81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
83 self.istest(inspect.ismodule, 'mod')
100 self.assertTrue(inspect.isroutine(mod.spam))
104 self.istest(inspect.isclass, 'mod.StupidGit')
157 self.istest(inspect.isframe, 'mod.fr'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 16 from test import inspect_fodder as mod namespace
32 modfile = mod.__file__
43 git = mod.StupidGit()
78 self.istest(inspect.iscode, 'mod.spam.func_code')
80 self.istest(inspect.isfunction, 'mod.spam')
81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
83 self.istest(inspect.ismodule, 'mod')
100 self.assertTrue(inspect.isroutine(mod.spam))
104 self.istest(inspect.isclass, 'mod.StupidGit')
157 self.istest(inspect.isframe, 'mod.fr'
    [all...]
  /external/elfutils/libdwfl/
linux-kernel-modules.c 226 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME, local
228 if (mod == NULL)
232 mod->e_type = ET_DYN;
512 /* Look for a build ID note in NOTESFILE and associate the ID with MOD. */
514 check_notes (Dwfl_Module *mod, const char *notesfile,
555 (mod, NULL, mod->name, 0, secname, 0, NULL, &vaddr) != 0
561 return INTUSE(dwfl_module_report_build_id) (mod, bits,
578 check_module_notes (Dwfl_Module *mod)
581 if (asprintf (&dirs[0], MODNOTESFMT, mod->name) < 0
656 Dwfl_Module *mod = report (); local
939 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, local
    [all...]
dwfl_module_getsrc_file.c 52 dwfl_module_getsrc_file (Dwfl_Module *mod,
56 if (mod == NULL)
59 if (mod->dw == NULL)
62 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
75 while ((error = __libdwfl_nextcu (mod, cu, &cu)) == DWFL_E_NOERROR
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdata.py 357 mod = __import__(name)
360 mod = getattr(mod, comp)
361 return mod
363 mod = _rdata_modules.get((rdclass, rdtype))
367 if not mod:
368 mod = _rdata_modules.get((dns.rdatatype.ANY, rdtype))
369 if not mod:
371 mod = import_module('.'.join([_module_prefix,
373 _rdata_modules[(rdclass, rdtype)] = mod
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 496 i->src(0).mod = Modifier(0);
497 i->src(1).mod = Modifier(0);
508 i->src(1).mod = i->src(2).mod;
547 i->src(0).mod = Modifier(0);
565 if (!mul2->src(t).mod && insn->op == OP_MUL && insn->dType == TYPE_F32)
576 mul1->src(s1).mod = Modifier(0);
585 mul1->src(0).mod *= Modifier(NV50_IR_MOD_NEG);
603 if (!insn->src(s2).mod && !insn->src(t2).getImmediate(imm1))
609 mul2->src(s2).mod *= Modifier(NV50_IR_MOD_NEG)
842 Modifier mod; local
1005 Modifier mod[4]; local
1087 Modifier mod = rcp->src(0).mod * si->src(0).mod; local
    [all...]
  /external/elfutils/tests/
dwflsyms.c 108 list_syms (struct Dwfl_Module *mod,
113 int syms = dwfl_module_getsymtab (mod);
126 const char *name = dwfl_module_getsym (mod, ndx, &sym, &shndxp);
136 name = dwfl_module_getsym_info (mod, ndx, &isym, &value, &shndxp,
162 const char *aname = dwfl_module_addrinfo (mod, addr, &off, &asym,
177 int res = dwfl_module_relocate_address (mod, &addr);
190 Elf_Scn *scn = dwfl_module_address_section (mod, &addr, &ebias);
193 Elf *melf = dwfl_module_getelf (mod, &ebias);
allregs.c 51 first_module (Dwfl_Module *mod,
58 if (dwfl_module_getelf (mod, &bias) == NULL) /* Not really a module. */
61 *(Dwfl_Module **) arg = mod;
158 Dwfl_Module *mod = NULL; local
159 if (dwfl_getmodules (dwfl, &first_module, &mod, 0) < 0)
165 int result = dwfl_module_register_names (mod, &one_register, &state);
194 int result = dwfl_module_register_names (mod, &match_register, &regno);
backtrace-data.c 60 find_elf (Dwfl_Module *mod __attribute__ ((unused)),
148 Dwfl_Module *mod = dwfl_report_elf (dwfl, long_name, long_name, -1, local
150 assert (mod);
152 assert (dwfl_addrmodule (dwfl, addr) == mod);
153 return mod;
232 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted); local
233 if (mod == NULL)
234 mod = report_module (dwfl, dwfl_pid (dwfl), pc_adjusted);
236 symname = dwfl_module_addrname (mod, pc_adjusted);
  /external/llvm/test/Bindings/OCaml/
transform_utils.ml 15 let m = create_module context "mod" in
  /external/llvm/test/MC/Mips/
set-arch.s 26 mod $2, $4, $6
38 mod $2, $4, $6
58 # CHECK: mod $2, $4, $6
64 # CHECK: mod $2, $4, $6
set-mips-directives-bad.s 23 mod $2, $4, $6 # CHECK: error:instruction requires a CPU feature not currently enabled
35 mod $2, $4, $6 # CHECK: error: instruction requires a CPU feature not currently enabled
38 mod $2, $4, $6 # CHECK: error: instruction requires a CPU feature not currently enabled
41 mod $2, $4, $6 # CHECK: error: instruction requires a CPU feature not currently enabled
  /external/toybox/toys/other/
insmod.c 20 #define init_module(mod, len, opts) syscall(SYS_init_module, mod, len, opts)
  /external/valgrind/coregrind/m_gdbserver/
target.h 234 differs. If no difference, no copy is done, *mod set to False.
235 If different; copy is done, *mod set to True. */
236 extern void* VG_(dmemcpy) ( void *d, const void *s, SizeT sz, Bool *mod );
246 // sets *mod to True otherwise set *mod to False.
251 Bool *mod);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
intel-expr.s 12 .long 8 mod 5
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
xcoff-br16-1.d 8 vaddr sgn mod sz type symndx symbol
xcoff-br16-2.d 8 vaddr sgn mod sz type symndx symbol
  /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);
162 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev)
164 return gCameraHAL.open(mod, name, dev);
  /toolchain/binutils/binutils-2.25/include/
os9k.h 97 #define MODNAME(mod) ((u_char*)((u_char*)mod + ((Mh_com)mod)->m_name))
101 #define MODSIZE(mod) ((u_int32)((Mh_com)mod)->m_size)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerTest.java 368 BigInteger a = zero, mod, inv; local
370 mod = BigInteger.valueOf(j);
374 inv = a.modInverse(mod);
375 assertTrue("bad inverse: " + a + " inv mod " + mod
376 + " equals " + inv, one.equals(a.multiply(inv).mod(
377 mod)));
379 + " inv mod " + mod + " equals " + inv, inv
380 .compareTo(mod) < 0)
930 BigInteger mod = i1.mod(i2); local
    [all...]
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.c 95 assert(reg.mod == mod_REG);
97 val |= regmem.mod << 6; /* mod field */
110 switch (regmem.mod) {
146 switch (dst.mod) {
154 assert(src.mod == mod_REG);
179 reg.mod = mod_REG;
190 if (reg.mod == mod_REG)
196 reg.mod = mod_INDIRECT;
198 reg.mod = mod_DISP8
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
misc.py 20 def isolate_module(mod):
28 if mod not in ISOLATED_MODULES:
29 new_mod = types.ModuleType(mod.__name__)
30 ISOLATED_MODULES[mod] = new_mod
31 for name in dir(mod):
32 value = getattr(mod, name)
36 return ISOLATED_MODULES[mod]
  /external/javassist/src/main/javassist/tools/rmi/
StubGenerator.java 203 int mod = m.getModifiers(); local
205 && !Modifier.isFinal(mod))
206 if (Modifier.isPublic(mod)) {
208 if (Modifier.isStatic(mod))
221 wmethod.setModifiers(mod);
224 else if (!Modifier.isProtected(mod)
225 && !Modifier.isPrivate(mod))
  /external/srtp/crypto/kernel/
crypto_kernel.c 223 printf(" %s ", dm->mod->name);
224 if (dm->mod->on)
241 printf(" %s ", dm->mod->name);
242 if (dm->mod->on)
286 kdm->mod->name);
479 if (strncmp(new_dm->name, kdm->mod->name, 64) == 0)
491 new->mod = new_dm;
507 if (strncmp(name, kdm->mod->name, 64) == 0) {
508 kdm->mod->on = on;

Completed in 2806 milliseconds

1 2 3 4 5 6 7 8 91011>>