HomeSort by relevance Sort by last modified time
    Searched refs:consts (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/v8/tools/
gen-postmortem-metadata.py 389 consts = [];
475 def emit_set(out, consts):
479 for const in consts:
497 consts = [];
502 consts.append({
507 emit_set(out, consts);
510 consts = [];
518 consts.append({
523 emit_set(out, consts);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
  /cts/suite/audio_quality/test_description/processing/
example.py 17 from consts import *
28 # consts from consts.py
30 # element 0 : execution result value as defined as RESULT_XXX in consts.py
playback_sample.py 17 from consts import *
playback_thd.py 17 from consts import *
recording_thd.py 17 from consts import *
gen_random.py 17 from consts import *
check_spectrum_playback.py 17 from consts import *
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.h 92 struct nv30_vertprog_data *consts; member in struct:nv30_vertprog
118 struct nv30_fragprog_data *consts; member in struct:nv30_fragprog
nv30_fragprog.c 85 unsigned off = fp->consts[i].offset;
86 unsigned idx = fp->consts[i].index * 4;
98 /* FP_ACTIVE_PROGRAM needs to be done again even if only the consts
nv30_vertprog.c 45 FREE(vp->consts);
46 vp->consts = NULL;
175 struct nv30_vertprog_data *data = &vp->consts[i];
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 92 struct nv30_vertprog_data *consts; member in struct:nv30_vertprog
118 struct nv30_fragprog_data *consts; member in struct:nv30_fragprog
nv30_fragprog.c 85 unsigned off = fp->consts[i].offset;
86 unsigned idx = fp->consts[i].index * 4;
98 /* FP_ACTIVE_PROGRAM needs to be done again even if only the consts
nv30_vertprog.c 45 FREE(vp->consts);
46 vp->consts = NULL;
175 struct nv30_vertprog_data *data = &vp->consts[i];
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 101 PyAPI_FUNC(PyObject*) PyCode_Optimize(PyObject *code, PyObject* consts,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 101 PyAPI_FUNC(PyObject*) PyCode_Optimize(PyObject *code, PyObject* consts,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 346 consts = co.co_consts
356 yield "import", (consts[oparg_1], names[oparg_2])
370 consts = co.co_consts
381 level = consts[oparg_1]
383 yield "import", (consts[oparg_2], names[oparg_3])
385 yield "absolute_import", (consts[oparg_2], names[oparg_3])
387 yield "relative_import", (level, consts[oparg_2], names[oparg_3])
596 consts = list(co.co_consts)
597 for i in range(len(consts)):
598 if isinstance(consts[i], type(co))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 346 consts = co.co_consts
356 yield "import", (consts[oparg_1], names[oparg_2])
370 consts = co.co_consts
381 level = consts[oparg_1]
383 yield "import", (consts[oparg_2], names[oparg_3])
385 yield "absolute_import", (consts[oparg_2], names[oparg_3])
387 yield "relative_import", (level, consts[oparg_2], names[oparg_3])
596 consts = list(co.co_consts)
597 for i in range(len(consts)):
598 if isinstance(consts[i], type(co))
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp 1569 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
2020 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
2386 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 59 float (*consts)[4],
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 339 consts = self.switch_constants[desc.name]
342 if (consts[attr] is not None and
343 consts[attr] != getattr(desc, attr)):
345 consts[attr] = getattr(desc, attr)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 59 float (*consts)[4],
  /external/mesa3d/src/mesa/main/
APIspec.py 339 consts = self.switch_constants[desc.name]
342 if (consts[attr] is not None and
343 consts[attr] != getattr(desc, attr)):
345 consts[attr] = getattr(desc, attr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 8 from compiler.consts \
269 self.consts = []
408 self.consts.insert(0, self.docstring)
453 return self._lookupName(arg, self.consts)
553 for elt in self.consts:

Completed in 427 milliseconds

1 2 3