/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 559 * @param vars List of QNames that correspond to variables. This list 566 public void fixupVariables(java.util.Vector vars, int globalsSize) 576 part.fixupVariables(vars, globalsSize);
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
varsub.bat | 56 # Don't substitute UnicodeSet vars
|
/external/mesa3d/src/glsl/ |
opt_array_splitting.cpp | 246 ir_array_splitting_visitor(exec_list *vars) 248 this->variable_list = vars;
|
opt_structure_splitting.cpp | 190 ir_structure_splitting_visitor(exec_list *vars) 192 this->variable_list = vars;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_vector_splitting.cpp | 204 ir_vector_splitting_visitor(exec_list *vars) 206 this->variable_list = vars;
|
/frameworks/base/packages/InputDevices/ |
Android.mk | 47 # Reset temp vars.
|
/packages/inputmethods/LatinIME/native/dicttoolkit/ |
Android.mk | 58 #################### Clean up the tmp vars
|
UnitTests.mk | 62 #################### Clean up the tmp vars
|
/packages/inputmethods/LatinIME/native/jni/ |
HostUnitTests.mk | 61 #################### Clean up the tmp vars
|
TargetUnitTests.mk | 49 #################### Clean up the tmp vars
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
extension.py | 146 vars = parse_makefile(filename) 168 line = expand_makefile_vars(line, vars)
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
extension.py | 146 vars = parse_makefile(filename) 168 line = expand_makefile_vars(line, vars)
|
/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 83 td.Vars = filterValues(td.Vars, f) 86 n += len(td.Consts) + len(td.Vars) + len(td.Funcs) + len(td.Methods) 101 p.Vars = filterValues(p.Vars, f)
|
/prebuilts/go/darwin-x86/src/go/types/ |
typestring.go | 240 for i, v := range tup.vars { 249 if variadic && i == len(tup.vars)-1 { 288 if n == 1 && sig.results.vars[0].name == "" { 290 writeType(buf, sig.results.vars[0].typ, qf, visited)
|
/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 83 td.Vars = filterValues(td.Vars, f) 86 n += len(td.Consts) + len(td.Vars) + len(td.Funcs) + len(td.Methods) 101 p.Vars = filterValues(p.Vars, f)
|
/prebuilts/go/linux-x86/src/go/types/ |
typestring.go | 240 for i, v := range tup.vars { 249 if variadic && i == len(tup.vars)-1 { 288 if n == 1 && sig.results.vars[0].name == "" { 290 writeType(buf, sig.results.vars[0].typ, qf, visited)
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pythonkw.swg | 115 PYTHONBN(vars);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 146 vars = parse_makefile(filename) 168 line = expand_makefile_vars(line, vars)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 146 vars = parse_makefile(filename) 168 line = expand_makefile_vars(line, vars)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
cfi-x86_64.s | 10 #; alocate space for local vars 17 #; release space of local vars and return 61 #; alocate space for local vars
|
/prebuilts/go/darwin-x86/src/text/template/parse/ |
parse.go | 30 vars []string // variables defined at the moment. 212 t.vars = []string{"$"} 220 t.vars = nil 403 t.vars = append(t.vars, v.val) 454 defer t.popVars(len(t.vars)) 720 t.vars = t.vars[:n] 727 for _, varName := range t.vars {
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
parse.go | 30 vars []string // variables defined at the moment. 212 t.vars = []string{"$"} 220 t.vars = nil 403 t.vars = append(t.vars, v.val) 454 defer t.popVars(len(t.vars)) 720 t.vars = t.vars[:n] 727 for _, varName := range t.vars {
|
/external/compiler-rt/lib/asan/ |
asan_report.cc | 423 InternalMmapVector<StackVarDescr> *vars) { 442 vars->push_back(var); 485 InternalMmapVector<StackVarDescr> vars(16); 486 if (!ParseFrameDescription(access.frame_descr, &vars)) { 492 uptr n_objects = vars.size(); 498 uptr prev_var_end = i ? vars[i - 1].beg + vars[i - 1].size : 0; 499 uptr next_var_beg = i + 1 < n_objects ? vars[i + 1].beg : ~(0UL); 500 PrintAccessAndVarIntersection(vars[i], access.offset, access_size, [all...] |
/tools/repohooks/rh/ |
hooks.py | 37 """Holder class for replacing ${vars} in arg lists. 65 all_vars = set(self.vars()) 94 def vars(cls): member in class:Placeholders
|
hooks_unittest.py | 78 """Verify placeholder replacement vars are documented.""" 80 for var in rh.hooks.Placeholders.vars(): 101 """Light test for the vars inspection generator.""" 102 ret = list(self.replacer.vars()) 121 # Unknown vars should be left alone. 135 for var in self.replacer.vars():
|