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

<<11121314151617181920>>

  /prebuilts/go/linux-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...]
  /external/svox/pico/lib/
picopr.c 340 pr_OutItemVarPtr vars,
    [all...]
  /external/mksh/src/
exec.c 94 t->vars[0] != NULL && t->vars[1] == NULL &&
101 (ccp = skip_wdvarname(t->vars[0], true)) != t->vars[0] &&
110 dp = shf_smprintf(Tf_ss, evalstr(t->vars[0],
320 ap = (t->vars == NULL) ? e->loc->argv + 1 :
321 (const char **)eval((const char **)t->vars,
388 for (ap = (const char **)t->vars; *ap; ap++) {
637 for (i = 0; t->vars[i]; i++) {
640 cp = evalstr(t->vars[i], DOASNTILDE | DOSCALAR)
    [all...]
var.c 80 ktinit(&l->area, &l->vars, 0);
94 struct tbl *vp, **vpp = l->vars.tbls, *vq;
99 i = 1 << (l->vars.tshift);
154 if ((vp = ktsearch(&l->vars, vn, h)) != NULL)
299 vp = ktenter(&l->vars, vn, h);
337 vp = ktenter(&l->vars, vn, h);
1129 vpp = l->vars.tbls;
1130 i = 1 << (l->vars.tshift);
1140 vp2 = ktsearch(&l2->vars, vp->name, h);
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
call.go 77 x.typ = sig.results.vars[0].typ // unpack tuple
234 typ = sig.params.vars[i].typ
236 typ = sig.params.vars[n-1].typ
239 check.dump("%s: expected unnamed slice type, got %s", sig.params.vars[n-1].Pos(), typ)
370 params = sig.params.vars
  /prebuilts/go/linux-x86/src/go/types/
call.go 77 x.typ = sig.results.vars[0].typ // unpack tuple
234 typ = sig.params.vars[i].typ
236 typ = sig.params.vars[n-1].typ
239 check.dump("%s: expected unnamed slice type, got %s", sig.params.vars[n-1].Pos(), typ)
370 params = sig.params.vars
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 2251 ArrayList<Variable> vars = new ArrayList<Variable>(slots); local
2739 List<Variable> vars = getVariableTable(frame.getLocation().classID, frame local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 49 vars map[string]*asmVar
168 if fn != nil && fn.vars["ret"] != nil && !haveRetArg && len(retLine) > 0 {
169 v := fn.vars["ret"]
335 v := fn.vars[name]
522 if vo := fn.vars[outer]; vo != nil {
525 fn.vars[v.name] = &v
539 vars: make(map[string]*asmVar),
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 49 vars map[string]*asmVar
168 if fn != nil && fn.vars["ret"] != nil && !haveRetArg && len(retLine) > 0 {
169 v := fn.vars["ret"]
335 v := fn.vars[name]
522 if vo := fn.vars[outer]; vo != nil {
525 fn.vars[v.name] = &v
539 vars: make(map[string]*asmVar),
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 85 vars(curTable)[metric] = metricObj
193 metricObj = vars(curTable)[metric]
292 vars(self)[direction] = metricObj
294 vars(self)[name] = safeEval(attrs['value'])
317 vars(self)[name] = safeEval(attrs['value'])
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 384 extern char *getvar(char *vars, const char *name);
385 extern int getintvar(char *vars, const char *name);
386 extern int getintvararray(char *vars, const char *name, int index);
387 extern int getintvararraysize(char *vars, const char *name);
388 extern uint getgpiopin(char *vars, char *pin_name, uint def_pin);
416 uint16 minlen; /* min length for buffer vars */
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go 567 // It also writes child DIEs for each variable in vars.
568 func PutFunc(ctxt Context, s Sym, name string, external bool, startPC Sym, size int64, vars *Var) {
579 for v := vars; v != nil; v = v.Link {
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go 567 // It also writes child DIEs for each variable in vars.
568 func PutFunc(ctxt Context, s Sym, name string, external bool, startPC Sym, size int64, vars *Var) {
579 for v := vars; v != nil; v = v.Link {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
sysconfig.py 331 def expand_makefile_vars(s, vars):
333 'string' according to 'vars' (a dictionary mapping variable names to
334 values). Variables not present in 'vars' are silently expanded to the
335 empty string. The variable values in 'vars' should not contain further
336 variable expansions; if 'vars' is the output of 'parse_makefile()',
340 # This algorithm does multiple expansion, so if vars['foo'] contains
342 # ${bar}... and so forth. This is fine as long as 'vars' comes from
350 s = s[0:beg] + vars.get(m.group(1)) + s[end:]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imputil.py 33 def install(self, namespace=vars(__builtin__)):
37 namespace = vars(namespace)
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 142 /* Monkey patch Token static vars that depend on CommonToken. */
  /external/mockito/
Android.mk 111 # Clean up temp vars
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 96 #################### Clean up the tmp vars
  /platform_testing/build/tasks/
continuous_instrumentation_tests.mk 88 # Reset temp vars
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 172 # config vars on OS X now that we know we need a compiler.
374 def expand_makefile_vars(s, vars):
376 'string' according to 'vars' (a dictionary mapping variable names to
377 values). Variables not present in 'vars' are silently expanded to the
378 empty string. The variable values in 'vars' should not contain further
379 variable expansions; if 'vars' is the output of 'parse_makefile()',
383 # This algorithm does multiple expansion, so if vars['foo'] contains
385 # ${bar}... and so forth. This is fine as long as 'vars' comes from
393 s = s[0:beg] + vars.get(m.group(1)) + s[end:]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imputil.py 33 def install(self, namespace=vars(__builtin__)):
37 namespace = vars(namespace)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
sysconfig.py 172 # config vars on OS X now that we know we need a compiler.
374 def expand_makefile_vars(s, vars):
376 'string' according to 'vars' (a dictionary mapping variable names to
377 values). Variables not present in 'vars' are silently expanded to the
378 empty string. The variable values in 'vars' should not contain further
379 variable expansions; if 'vars' is the output of 'parse_makefile()',
383 # This algorithm does multiple expansion, so if vars['foo'] contains
385 # ${bar}... and so forth. This is fine as long as 'vars' comes from
393 s = s[0:beg] + vars.get(m.group(1)) + s[end:]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imputil.py 33 def install(self, namespace=vars(__builtin__)):
37 namespace = vars(namespace)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
phi.go 72 var vars []*Node
99 vars = append(vars, var_)
168 s.insertVarPhis(n, vars[n], defs[n], vartypes[n])

Completed in 1205 milliseconds

<<11121314151617181920>>