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

1 2 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/go/doc/
filter.go 81 // type name doesn't match, but we may have matching consts, vars, factories or methods
82 td.Consts = filterValues(td.Consts, f)
86 n += len(td.Consts) + len(td.Vars) + len(td.Funcs) + len(td.Methods)
100 p.Consts = filterValues(p.Consts, f)
doc.go 27 Consts []*Value
49 Consts []*Value // sorted list of constants of (mostly) this type
107 Consts: sortedValues(r.values, token.CONST),
  /prebuilts/go/linux-x86/src/go/doc/
filter.go 81 // type name doesn't match, but we may have matching consts, vars, factories or methods
82 td.Consts = filterValues(td.Consts, f)
86 n += len(td.Consts) + len(td.Vars) + len(td.Funcs) + len(td.Methods)
100 p.Consts = filterValues(p.Consts, f)
doc.go 27 Consts []*Value
49 Consts []*Value // sorted list of constants of (mostly) this type
107 Consts: sortedValues(r.values, token.CONST),
  /cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
Consts.java 18 public class Consts {
19 private Consts() {
  /cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
Consts.java 18 public class Consts {
19 private Consts() {
ShortcutManagerPostUpgradeTest.java 30 Log.i(Consts.TAG, "Post: ResIDs=" + R.drawable.black_32x32 + ", " + R.drawable.black_64x64);
41 s.getExtras().getInt(Consts.EXTRA_ICON_RES_ID));
46 s.getExtras().getInt(Consts.EXTRA_ICON_RES_ID));
ShortcutManagerPreUpgradeTest.java 33 Log.i(Consts.TAG, "Pre: ResIDs=" + R.drawable.black_32x32 + ", " + R.drawable.black_64x64);
41 b1.putInt(Consts.EXTRA_ICON_RES_ID, R.drawable.black_32x32);
50 b2.putInt(Consts.EXTRA_ICON_RES_ID, R.drawable.black_64x64);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
consts.py 17 # consts to be used in signal processing functions
playback_sample.py 17 from consts import *
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
template.txt 16 */}}{{with .Consts}}
42 {{range .Consts}} {{synopsis .Doc}}
  /prebuilts/go/linux-x86/src/go/doc/testdata/
template.txt 16 */}}{{with .Consts}}
42 {{range .Consts}} {{synopsis .Doc}}
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.h 19 // and make the bounds consts.
  /external/opencv3/3rdparty/jinja2/
meta.py 75 # a tuple with some non consts in there
79 # non-string consts that really just make no sense
93 # a tuple or list (latter *should* not happen) made of consts,
94 # yield the consts that are strings. We could warn here for
  /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
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/llvm/lib/Target/AMDGPU/
R600EmitClauseMarkers.cpp 125 const SmallVectorImpl<std::pair<MachineOperand *, int64_t> > &Consts =
129 for (unsigned i = 0, n = Consts.size(); i < n; ++i) {
130 if (Consts[i].first->getReg() != AMDGPU::ALU_CONST)
132 unsigned Sel = Consts[i].second;
160 for (unsigned i = 0, j = 0, n = Consts.size(); i < n; ++i) {
161 if (Consts[i].first->getReg() != AMDGPU::ALU_CONST)
165 Consts[i].first->setReg(
169 Consts[i].first->setReg(

Completed in 424 milliseconds

1 2 3 4 5 6 7 8