/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
nodehaschildnodesfalse.java | 73 child = elementList.item(1); 75 employeeNode = employeeIdList.item(1);
|
nodelistindexequalzero.java | 68 employeeNode = elementList.item(2); 70 child = employeeList.item(0);
|
nodelistindexgetlengthofemptylist.java | 73 employeeNode = elementList.item(2); 75 childNode = employeeList.item(1);
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
nodehasattributes01.java | 69 element = (Element) elementList.item(0); 73 element = (Element) elementList.item(0);
|
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPath.java | 39 * of a context item, an empty document node will be used for the context. 186 * <p>See <a href="#XPath-evaluation">Evaluation of XPath Expressions</a> for context item evaluation, 198 * <code>item</code>, an empty document will be used for the 204 * @param item The starting context (node or node list, for example). 213 public Object evaluate(String expression, Object item, QName returnType) 219 * <p>This method calls {@link #evaluate(String expression, Object item, QName returnType)} with a <code>returnType</code> of 222 * <p>See <a href="#XPath-evaluation">Evaluation of XPath Expressions</a> for context item evaluation, 226 * <code>item</code>, an empty document will be used for the 231 * @param item The starting context (node or node list, for example). 239 public String evaluate(String expression, Object item) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeList.java | 99 * Returns the <code>index</code>th item in the collection. If 107 public Node item(int index) method in class:DTMNodeList 110 int handle=m_iter.item(index);
|
/external/openssl/crypto/pqueue/ |
pqueue.h | 81 void pitem_free(pitem *item); 86 pitem *pqueue_insert(pqueue pq, pitem *item);
|
/external/openssl/include/openssl/ |
pqueue.h | 81 void pitem_free(pitem *item); 86 pitem *pqueue_insert(pqueue pq, pitem *item);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.3.2.js | 43 var item = 0; 44 array[item++] = new TestCase( SECTION, "Array.length", 1, Array.length );
|
15.4.3.js | 44 var item = 0; 46 array[item++] = new TestCase( SECTION, "Array.__proto__", Function.prototype, Array.__proto__ );
|
15.4.4.1.js | 43 var item = 0; 44 array[item++] = new TestCase( SECTION, "Array.prototype.constructor == Array", true, Array.prototype.constructor == Array);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.3.1-1.js | 51 var item = 0; 53 array[item++] = new TestCase( SECTION,
|
15.6.3.1-2.js | 49 var item = 0; 51 array[item++] = new TestCase( SECTION,
|
15.6.3.1-3.js | 49 var item = 0; 51 array[item++] = new TestCase( SECTION,
|
15.6.3.1-5.js | 44 var item = 0; 45 array[item++] = new TestCase( SECTION, "Function.prototype == Boolean.__proto__", true, Function.prototype == Boolean.__proto__ );
|
15.6.4-2.js | 49 var item = 0; 51 array[item++] = new TestCase( SECTION, "Boolean.prototype.__proto__", Object.prototype, Boolean.prototype.__proto__ );
|
15.6.4.1.js | 44 var item = 0; 46 array[item++] = new TestCase( SECTION,
|
15.6.4.2-4-n.js | 47 var item = 0; 49 array[item++] = new TestCase( SECTION,
|
15.6.4.3-3.js | 50 var item = 0; 52 array[item++] = new TestCase( SECTION,
|
15.6.4.3-4-n.js | 48 var item = 0; 50 array[item++] = new TestCase( SECTION,
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.4-1.js | 91 var item = 0; 93 array[item++] = new TestCase( "SECTION", "with MyObject, eval should return square of " );
|
10.1.4-10.js | 89 var item = 0; 91 array[item++] = new TestCase( "SECTION", "MYOBJECT.toString()" );
|
10.1.4-2.js | 93 var item = 0; 95 array[item++] = new TestCase( "SECTION", "with MyObject, eval should return square of " );
|
10.1.4-3.js | 89 var item = 0; 91 array[item++] = new TestCase( "SECTION", "with MyObject, eval should be [object Global].eval " );
|
10.1.4-4.js | 92 var item = 0; 94 array[item++] = new TestCase( "SECTION", "with MyObject, eval should be [object Global].eval " );
|