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

12 3 4 5 6 7 8

  /cts/suite/audio_quality/test_description/processing/
playback_thd.py 17 from consts import *
recording_thd.py 17 from consts import *
gen_random.py 17 from consts import *
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/
acctab.utf 22 ! these values match the consts in the Pico application
phrtab.utf 22 ! these values match the consts in the Pico application
  /external/mesa3d/src/gallium/drivers/nv30/
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/emma/core/data/com/vladium/app/
IAppVersion.java 33 // derived properties [must be compile-time consts]:
  /external/v8/tools/
gen-postmortem-metadata.py 485 consts = [];
571 def emit_set(out, consts):
575 for const in consts:
593 consts = [];
598 consts.append({
603 emit_set(out, consts);
606 consts = [];
617 consts.append({
622 emit_set(out, consts);
  /external/vulkan-validation-layers/libs/glm/detail/
intrinsic_exponential.hpp 45 const static __m128 three = { 3, 3, 3, 3 }; // aligned consts for fast load
  /prebuilts/go/darwin-x86/src/go/types/
package.go 41 // Consts, Vars, and Funcs).
  /prebuilts/go/linux-x86/src/go/types/
package.go 41 // Consts, Vars, and Funcs).
  /external/llvm/test/DebugInfo/X86/
dbg-value-const-byref.ll 29 ; consts 0x00000003
33 ; consts 0x00000007
  /external/v8/tools/turbolizer/
turbo-visualizer.js 148 var consts = Node.consts;
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 90 // Consts list for the package. This prevents
97 docPkg.Consts = append(docPkg.Consts, typ.Consts...)
222 pkg.valueSummary(pkg.doc.Consts)
373 values := pkg.findValues(symbol, pkg.doc.Consts)
415 if len(typ.Consts) > 0 || len(typ.Vars) > 0 || len(typ.Funcs) > 0 || len(typ.Methods) > 0 {
418 pkg.valueSummary(typ.Consts)
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 90 // Consts list for the package. This prevents
97 docPkg.Consts = append(docPkg.Consts, typ.Consts...)
222 pkg.valueSummary(pkg.doc.Consts)
373 values := pkg.findValues(symbol, pkg.doc.Consts)
415 if len(typ.Consts) > 0 || len(typ.Vars) > 0 || len(typ.Funcs) > 0 || len(typ.Methods) > 0 {
418 pkg.valueSummary(typ.Consts)
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 51 * Also collect string consts, although they can throw exceptions.
152 * sorted by most used first. Skips non-collectable consts, such as
316 * Updates all uses of various consts to use the values in the newly
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 51 * Also collect string consts, although they can throw exceptions.
152 * sorted by most used first. Skips non-collectable consts, such as
316 * Updates all uses of various consts to use the values in the newly
  /external/clang/test/SemaCXX/
const-cast.cpp 26 // Cast away deep consts and volatiles.
  /prebuilts/gdb/darwin-x86/include/python2.7/
code.h 101 PyAPI_FUNC(PyObject*) PyCode_Optimize(PyObject *code, PyObject* consts,
  /prebuilts/gdb/linux-x86/include/python2.7/
code.h 101 PyAPI_FUNC(PyObject*) PyCode_Optimize(PyObject *code, PyObject* consts,
  /prebuilts/go/darwin-x86/src/go/doc/
headscan.go 85 for _, d := range d.Consts {
  /prebuilts/go/linux-x86/src/go/doc/
headscan.go 85 for _, d := range d.Consts {
  /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,

Completed in 514 milliseconds

12 3 4 5 6 7 8