HomeSort by relevance Sort by last modified time
    Searched refs:setVariable (Results 1 - 25 of 32) sorted by null

1 2

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
ForeachStmt.java 48 setVariable(var);
57 setVariable(var);
70 setVariable(var);
111 public ForeachStmt setVariable(final VariableDeclarationExpr var) {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
ForeachStmt.java 45 setVariable(var);
55 setVariable(var);
92 public void setVariable(final VariableDeclarationExpr var) {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AVariableExpression.java 21 setVariable(_variable_);
42 public void setVariable(PVariable node)
88 setVariable((PVariable) newChild);
ANameCommand.java 25 setVariable(_variable_);
72 public void setVariable(PVariable node)
131 setVariable((PVariable) newChild);
AEachCommand.java 29 setVariable(_variable_);
82 public void setVariable(PVariable node)
205 setVariable((PVariable) newChild);
ALoopToCommand.java 29 setVariable(_variable_);
82 public void setVariable(PVariable node)
205 setVariable((PVariable) newChild);
ASetCommand.java 27 setVariable(_variable_);
77 public void setVariable(PVariable node)
168 setVariable((PVariable) newChild);
AWithCommand.java 29 setVariable(_variable_);
82 public void setVariable(PVariable node)
205 setVariable((PVariable) newChild);
ALoopCommand.java 31 setVariable(_variable_);
87 public void setVariable(PVariable node)
242 setVariable((PVariable) newChild);
ALoopIncCommand.java 33 setVariable(_variable_);
92 public void setVariable(PVariable node)
279 setVariable((PVariable) newChild);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorGlobalVariableDecl.java 74 handler.getStylesheet().setVariable(v);
  /art/tools/checker/match/
line.py 40 def setVariable(name, value, variables, pos):
65 variables = setVariable(expression.name, stringWord[:match.end()], variables, pos)
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
ForeachStmt.java 70 setVariable(variable);
136 public ForeachStmt setVariable(final VariableDeclarationExpr variable) {
183 setVariable((VariableDeclarationExpr) replacementNode);
  /build/soong/androidmk/cmd/androidmk/
android.go 359 err = setVariable(ctx.file, ctx.append, ctx.prefix, name, component, true)
387 setVariable(ctx.file, false, ctx.prefix, "compile_multilib", thirtyTwo, true)
400 err = setVariable(ctx.file, ctx.append, ctx.prefix, attribute, paths, true)
416 err = setVariable(ctx.file, ctx.append, ctx.prefix, attribute, &bpparser.List{}, true)
418 err = setVariable(ctx.file, ctx.append, ctx.prefix, attribute, pathList.Values[0], true)
468 return setVariable(ctx.file, ctx.append, ctx.prefix, varName, val, true)
495 err = setVariable(ctx.file, ctx.append, "target.windows", "enabled", trueValue, true)
499 err = setVariable(ctx.file, ctx.append, "target.linux_glibc", "enabled", falseValue, true)
503 err = setVariable(ctx.file, ctx.append, "target.darwin", "enabled", falseValue, true)
532 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+v.Value, bpTrue, true
    [all...]
androidmk.go 320 err = setVariable(file, appendVariable, prefix, name, val, false)
344 err = setVariable(file, false, disabledPrefix, "enabled", val, true)
390 func setVariable(file *bpFile, plusequals bool, prefix, name string, value bpparser.Expression, local bool) error {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
NodeWithVariables.java 48 default N setVariable(int i, VariableDeclarator variableDeclarator) {
  /build/blueprint/
ninja_defs.go 276 setVariable := func(name string, value *ninjaString) {
324 setVariable("depfile", value)
328 setVariable("deps", simpleNinjaString(params.Deps.String()))
336 setVariable("description", value)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 914 public void setVariable(ElemVariable v)
1016 setVariable(v);
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
ModifierVisitorAdapter.java 583 n.setVariable((VariableDeclarationExpr) n.getVariable().accept(this, arg));
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
ModifierVisitorAdapter.java 540 n.setVariable((VariableDeclarationExpr) n.getVariable().accept(this, arg));
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
ModifierVisitor.java 499 n.setVariable(variable);
    [all...]
  /external/kotlinc/lib/
kotlin-main-kts.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 510 milliseconds

1 2