/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ADataCommand.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setData(TData node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._data_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
ADecNumberVariable.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setDecNumber(TDecNumber node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._decNumber_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
ADecimalExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setValue(TDecNumber node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._value_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
AExistsExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setExpression(PExpression node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._expression_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
AHexExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setValue(THexNumber node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._value_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
AHexNumberVariable.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setHexNumber(THexNumber node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._hexNumber_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
ANameVariable.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setWord(TWord node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._word_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
ANegativeExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setExpression(PExpression node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._expression_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
ANotExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setExpression(PExpression node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._expression_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
ANumericExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setExpression(PExpression node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._expression_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
AStringExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setValue(TString node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._value_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
AVariableExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 42 public void setVariable(PVariable node) 49 if(node != null) 51 if(node.parent() != null) 53 node.parent().removeChild(node); 56 node.parent(this); 59 this._variable_ = node; 70 void removeChild(@SuppressWarnings("unused") Node child) 83 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild [all...] |
AAddExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 47 public void setLeft(PExpression node) 54 if(node != null) 56 if(node.parent() != null) 58 node.parent().removeChild(node); 61 node.parent(this); 64 this._left_ = node; 72 public void setRight(PExpression node) 79 if(node != null [all...] |
AAltCommand.java | 3 package com.google.clearsilver.jsilver.syntax.node; 52 public void setPosition(PPosition node) 59 if(node != null) 61 if(node.parent() != null) 63 node.parent().removeChild(node); 66 node.parent(this); 69 this._position_ = node; 77 public void setExpression(PExpression node) 84 if(node != null [all...] |
AAndExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 47 public void setLeft(PExpression node) 54 if(node != null) 56 if(node.parent() != null) 58 node.parent().removeChild(node); 61 node.parent(this); 64 this._left_ = node; 72 public void setRight(PExpression node) 79 if(node != null [all...] |
AAutoescapeCommand.java | 3 package com.google.clearsilver.jsilver.syntax.node; 52 public void setPosition(PPosition node) 59 if(node != null) 61 if(node.parent() != null) 63 node.parent().removeChild(node); 66 node.parent(this); 69 this._position_ = node; 77 public void setExpression(PExpression node) 84 if(node != null [all...] |
ACommaExpression.java | 3 package com.google.clearsilver.jsilver.syntax.node; 47 public void setLeft(PExpression node) 54 if(node != null) 56 if(node.parent() != null) 58 node.parent().removeChild(node); 61 node.parent(this); 64 this._left_ = node; 72 public void setRight(PExpression node) 79 if(node != null [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/commands/ |
GetCertData.java | 42 for (XMLNode node : commandNode.getChildren()) { 43 values.put(node.getStrippedTag(), node.getText());
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
PolicyNodeImpl.java | 55 // every node has one parent, and zero or more children 73 * parent in the Policy Tree to this node. If null, this is the 75 * for this node, as found in the certificate. It also takes a boolean 76 * argument specifying whether this node is being created as a result 80 * node is the tree's root node 81 * @param validPolicy a String representing this node's valid policy OID 87 * node was generated by a policy mapping 125 * Alternate constructor which makes a new node with the policy data 128 * @param parent a PolicyNode that's the new parent of the node, o 255 PolicyNodeImpl node = it.next(); local [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 119 var node = new Object(); 120 node.children = Array(); 121 node.children_data = children_data; 122 node.depth = mom.depth + 1; 124 node.li = document.createElement("li"); 125 mom.get_children_ul().appendChild(node.li); 127 node.label_div = document.createElement("div"); 128 node.label_div.className = "label"; 130 $(node.label_div).addClass("api"); 131 $(node.label_div).addClass("api-level-"+api_level) [all...] |
/frameworks/opt/setupwizard/tools/docs/ |
jsilver.jar | |
/prebuilts/devtools/tools/lib/ |
jsilver-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/ |
jsilver-1.0.0.jar | |
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
ClassPageTest.java | 30 private ClassCoverageImpl node; field in class:ClassPageTest 38 node = new ClassCoverageImpl("org/jacoco/example/Foo", 123, false, 40 node.addMethod(new MethodCoverageImpl("a", "()V", null)); 41 node.addMethod(new MethodCoverageImpl("b", "()V", null)); 42 node.addMethod(new MethodCoverageImpl("c", "()V", null)); 47 page = new ClassPage(node, null, null, rootFolder, context); 63 page = new ClassPage(node, null, null, rootFolder, context); 77 page = new ClassPage(node, null, null, rootFolder, context);
|
MethodItemTest.java | 30 private MethodCoverageImpl node; field in class:MethodItemTest 34 node = new MethodCoverageImpl("test", "()V", null); 39 final MethodItem item = new MethodItem(node, "test()", null); 40 assertSame(node, item.getNode()); 45 final MethodItem item = new MethodItem(node, "test()", null); 51 final MethodItem item = new MethodItem(node, "test()", null); 57 final MethodItem item = new MethodItem(node, "test()", null); 63 final MethodItem item = new MethodItem(node, "test()", new SourceLink()); 69 node.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 15); 70 final MethodItem item = new MethodItem(node, "test()", new SourceLink()) [all...] |