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

1 2 3 4 5

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapinuseattributeerr.java 68 Element firstNode;
76 firstNode = (Element) elementList.item(0);
79 setAttr = firstNode.setAttributeNode(domesticAttr);
namednodemapinuseattributeerr.java 69 Element firstNode;
77 firstNode = (Element) elementList.item(0);
80 setAttr = firstNode.setAttributeNode(domesticAttr);
  /external/libdrm/amdgpu/
util_hash.c 155 struct util_node *firstNode = oldBuckets[i];
156 while (firstNode != e) {
157 unsigned h = firstNode->key;
158 struct util_node *lastNode = firstNode;
170 *beforeFirstNode = firstNode;
171 firstNode = afterLastNode;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 152 struct cso_node *firstNode = oldBuckets[i];
153 while (firstNode != e) {
154 unsigned h = firstNode->key;
155 struct cso_node *lastNode = firstNode;
167 *beforeFirstNode = firstNode;
168 firstNode = afterLastNode;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 184 INode firstNode = null;
188 firstNode = mDraggedNodes.iterator().next();
189 firstBounds = firstNode.getBounds();
227 if (firstNode != null) {
228 int baseline = firstNode.getBaseline();
231 edge = new Segment(b.y + baseline, b.x, b.x2(), firstNode, null, BASELINE,
  /external/guava/guava/src/com/google/common/collect/
LinkedListMultimap.java 147 KeyList(Node<K, V> firstNode) {
148 this.head = firstNode;
149 this.tail = firstNode;
150 firstNode.previousSibling = null;
151 firstNode.nextSibling = null;
TreeMultiset.java 356 @Nullable private AvlNode<E> firstNode() {
403 AvlNode<E> current = firstNode();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 143 KeyList(Node<K, V> firstNode) {
144 this.head = firstNode;
145 this.tail = firstNode;
146 firstNode.previousSibling = null;
147 firstNode.nextSibling = null;
TreeMultiset.java 352 @Nullable private AvlNode<E> firstNode() {
399 AvlNode<E> current = firstNode();
  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedBlockingDeque.java 1038 abstract Node<E> firstNode();
1046 next = firstNode();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 200 INode firstNode = selectedNodes.get(0);
224 ? (isStyle ? firstNode.getStringAttr(ATTR_STYLE, actionId)
225 : firstNode.getStringAttr(ANDROID_URI, actionId))
237 v = inputAttributeValue(firstNode, actionId);
    [all...]
  /external/libxml2/include/libxml/
parserInternals.h 590 * @firstNode: the fist node in the chunk
597 xmlNodePtr firstNode,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /external/libxml2/
parser.c 288 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 

Completed in 1263 milliseconds

1 2 3 4 5