HomeSort by relevance Sort by last modified time
    Searched defs:symLink (Results 1 - 4 of 4) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 66 private NestedMapData symLink = this;
195 * Set the value of this node. Any symlink that may have been set for this node will be replaced.
198 // Clearsilver behaviour is to replace any symlink that may already exist
199 // here with the new value, rather than following the symlink.
200 this.symLink = this;
370 for (current = this; current.symLink != current; current = current.symLink);
393 public void setSymlink(Data symLink) {
394 if (symLink instanceof NestedMapData) {
395 this.symLink = (NestedMapData) symLink
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 23 milliseconds