/prebuilts/go/darwin-x86/src/syscall/ |
mksyscall_solaris.pl | 70 my @vars = (); 120 push @vars, $sysvarname; 280 my $vardecls = "\t" . join(",\n\t", @vars);
|
/prebuilts/go/linux-x86/src/syscall/ |
mksyscall_solaris.pl | 70 my @vars = (); 120 push @vars, $sysvarname; 280 my $vardecls = "\t" . join(",\n\t", @vars);
|
/external/skia/infra/bots/recipes/ |
swarm_ct_skps.py | 22 'vars', 78 infrabots_dir = api.vars.skia_dir.join('infra', 'bots') 122 skps_dir = api.vars.checkout_root.join('skps', buildername) 140 blacklists_dir = api.vars.skia_dir.join('infra', 'bots', 'ct', 'blacklists') 164 'GIT_HASH': api.vars.got_revision, 165 'CONFIGURATION': api.vars.configuration,
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 508 map<string, string> vars; local 510 vars[var1] = val1; 513 vars[var2] = val2; 516 vars, file, options, printer, with_static_init, without_static_init); 519 void PrintHandlingOptionalStaticInitializers(const map<string, string>& vars, 526 printer->Print(vars, with_static_init); 528 printer->Print(vars, (string(
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ConfigParser.py | 55 get(section, option, raw=False, vars=None) 59 provided using the `vars' argument, which must be a dictionary whose 73 items(section, raw=False, vars=None) 564 pylookup = _Chainmap(locals(), globals(), vars(__builtin__)) 590 def get(self, section, option, raw=False, vars=None): 593 If `vars' is provided, it must be a dictionary. The option is looked up 594 in `vars' (if provided), `section', and in `defaults' in that order. 610 if vars: 611 for key, value in vars.items(): 625 def items(self, section, raw=False, vars=None) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
ConfigParser.py | 55 get(section, option, raw=False, vars=None) 59 provided using the `vars' argument, which must be a dictionary whose 73 items(section, raw=False, vars=None) 564 pylookup = _Chainmap(locals(), globals(), vars(__builtin__)) 590 def get(self, section, option, raw=False, vars=None): 593 If `vars' is provided, it must be a dictionary. The option is looked up 594 in `vars' (if provided), `section', and in `defaults' in that order. 610 if vars: 611 for key, value in vars.items(): 625 def items(self, section, raw=False, vars=None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ConfigParser.py | 55 get(section, option, raw=False, vars=None) 59 provided using the `vars' argument, which must be a dictionary whose 73 items(section, raw=False, vars=None) 564 pylookup = _Chainmap(locals(), globals(), vars(__builtin__)) 590 def get(self, section, option, raw=False, vars=None): 593 If `vars' is provided, it must be a dictionary. The option is looked up 594 in `vars' (if provided), `section', and in `defaults' in that order. 610 if vars: 611 for key, value in vars.items(): 625 def items(self, section, raw=False, vars=None) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ConfigParser.py | 55 get(section, option, raw=False, vars=None) 59 provided using the `vars' argument, which must be a dictionary whose 73 items(section, raw=False, vars=None) 564 pylookup = _Chainmap(locals(), globals(), vars(__builtin__)) 590 def get(self, section, option, raw=False, vars=None): 593 If `vars' is provided, it must be a dictionary. The option is looked up 594 in `vars' (if provided), `section', and in `defaults' in that order. 610 if vars: 611 for key, value in vars.items(): 625 def items(self, section, raw=False, vars=None) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
ssa.go | 93 s.vars[&memVar] = s.startmem 134 s.vars[n] = v 212 vars map[*Node]*ssa.Value 309 s.vars = map[*Node]*ssa.Value{} 326 s.defvars[b.ID] = s.vars 328 s.vars = nil 947 s.vars[&memVar] = s.newValue1A(ssa.OpVarKill, ssa.TypeMem, n.Left, s.mem()) 955 s.vars[&memVar] = s.newValue1A(ssa.OpVarLive, ssa.TypeMem, n.Left, s.mem()) 985 s.vars[&memVar] = s.newValue1A(ssa.OpVarDef, ssa.TypeMem, n, s.mem()) 986 s.vars[&memVar] = s.newValue3I(ssa.OpStore, ssa.TypeMem, n.Type.Size(), addr, val, s.mem() [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
ssa.go | 93 s.vars[&memVar] = s.startmem 134 s.vars[n] = v 212 vars map[*Node]*ssa.Value 309 s.vars = map[*Node]*ssa.Value{} 326 s.defvars[b.ID] = s.vars 328 s.vars = nil 947 s.vars[&memVar] = s.newValue1A(ssa.OpVarKill, ssa.TypeMem, n.Left, s.mem()) 955 s.vars[&memVar] = s.newValue1A(ssa.OpVarLive, ssa.TypeMem, n.Left, s.mem()) 985 s.vars[&memVar] = s.newValue1A(ssa.OpVarDef, ssa.TypeMem, n, s.mem()) 986 s.vars[&memVar] = s.newValue3I(ssa.OpStore, ssa.TypeMem, n.Type.Size(), addr, val, s.mem() [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 410 * @param vars List of QNames that correspond to variables. This list 417 public void fixupVariables(java.util.Vector vars, int globalsSize) 419 super.fixupVariables(vars, globalsSize); 425 m_predicates[i].fixupVariables(vars, globalsSize);
|
/build/make/core/ |
dumpvar.mk | 111 .PHONY: dump-many-vars 112 dump-many-vars :
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
StepPattern.java | 150 * @param vars List of QNames that correspond to variables. This list 158 public void fixupVariables(java.util.Vector vars, int globalsSize) 161 super.fixupVariables(vars, globalsSize); 167 m_predicates[i].fixupVariables(vars, globalsSize); 173 m_relativePathPattern.fixupVariables(vars, globalsSize);
|
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/ |
accessibility_ChromeVoxSound.py | 74 return vars(stat_output)['rms']
|
/external/compiler-rt/lib/asan/ |
asan_report.h | 47 InternalMmapVector<StackVarDescr> *vars);
|
/external/guava/guava/src/com/google/common/reflect/ |
TypeResolver.java | 332 TypeVariable<?>[] vars = rawClass.getTypeParameters(); local 334 checkState(vars.length == typeArgs.length); 335 for (int i = 0; i < vars.length; i++) { 336 map(new TypeVariableKey(vars[i]), typeArgs[i]);
|
/external/libmojo/third_party/jinja2/ |
environment.py | [all...] |
/external/skia/src/gpu/glsl/ |
GrGLSLVarying.h | 179 void appendDecls(const VarArray& vars, SkString* out) const;
|
/external/webrtc/tools/python_charts/webrtc/ |
main.py | 142 print page_template % vars()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
mips16-intermix-1.s | 7 .frame $sp,56,$31 # vars= 0, regs= 3/2, args= 24, gp= 0
|
/build/kati/ |
bootstrap.go | 35 # TODO: Add more builtin vars.
|
query.go | 86 for k, v := range g.vars {
|
/device/google/dragon/DragonKeyboard/ |
Android.mk | 47 # Reset temp vars.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
extension.py | 146 vars = parse_makefile(filename)
168 line = expand_makefile_vars(line, vars)
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Token.js | 2 // constructor is defined in CommonToken. All methods and vars of Token are
|