HomeSort by relevance Sort by last modified time
    Searched refs:vars (Results 251 - 275 of 738) sorted by null

<<11121314151617181920>>

  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 285 vg_assert(arange->vars);
286 for (j = 0; j < VG_(sizeXA)( arange->vars ); j++) {
287 DiVariable* var = (DiVariable*)VG_(indexXA)(arange->vars,j);
293 VG_(deleteXA)(arange->vars);
3597 XArray* vars; local
3695 XArray* vars; local
4038 XArray* vars; local
    [all...]
storage.c     [all...]
  /build/kati/
var.h 180 class Vars : public unordered_map<Symbol, Var*> {
182 ~Vars();
201 ScopedVar(Vars* vars, Symbol name, Var* var);
205 Vars* vars_;
207 Vars::iterator iter_;
  /build/soong/cmd/multiproduct_kati/
main.go 108 vars, err := build.DumpMakeVars(buildCtx, config, nil, nil, []string{"all_named_products"})
112 products := strings.Fields(vars["all_named_products"])
  /external/ImageMagick/PerlMagick/
Magick.pm 22 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD);
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 21 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD);
  /external/autotest/site_utils/autoupdate/lib/
test_params.py 30 omaha_host = vars(args).get('omaha_host')
  /external/curl/tests/
serverhelp.pm 33 use vars qw(
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 208 print(vars(i2))
  /external/skia/infra/bots/recipe_modules/run/
api.py 83 env.update(self.m.vars.default_env)
  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.h 168 void appendDecls(const VarArray& vars, SkString* out) const;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FileList.py 15 self.vars = {} # For EditorWindow.getrawvar (shared Tcl variables)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FileList.py 15 self.vars = {} # For EditorWindow.getrawvar (shared Tcl variables)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 15 self.vars = {} # For EditorWindow.getrawvar (shared Tcl variables)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 15 self.vars = {} # For EditorWindow.getrawvar (shared Tcl variables)
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
check_setup_cleanup.py 95 cls=self.__class__.__name__, props=vars(self))
  /build/make/core/
aux_executable.mk 82 # Define PRIVATE_ variables from global vars
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 59 def initialize( template, vars = {} )
61 vars.each do |var, value|
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 79 * @param vars List of QNames that correspond to variables. This list
86 public void fixupVariables(java.util.Vector vars, int globalsSize)
88 m_mainExp.fixupVariables(vars, globalsSize);
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 708 public void fixupVariables(Vector vars, int globalsSize)
710 super.fixupVariables(vars, globalsSize);
UnionPathIterator.java 446 * @param vars List of QNames that correspond to variables. This list
453 public void fixupVariables(java.util.Vector vars, int globalsSize)
457 m_exprs[i].fixupVariables(vars, globalsSize);
  /external/harfbuzz_ng/win32/
introspection-msvc.mak 6 # Can override with env vars as needed
  /external/toolchain-utils/binary_search_tool/
bisect.py 72 options = vars(self.options)
385 overrides = vars(overrides)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 131 IEnvironmentVariable[] vars = mngr.getVariables(cfgDes, true); local
132 for (IEnvironmentVariable var : vars) {
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 31 vars []variable // push-down stack of variable values.
43 s.vars = append(s.vars, variable{name, value})
48 return len(s.vars)
53 s.vars = s.vars[0:mark]
58 s.vars[len(s.vars)-n].value = value
64 if s.vars[i].name == name {
65 return s.vars[i].valu
    [all...]

Completed in 714 milliseconds

<<11121314151617181920>>