OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nodelist
(Results
151 - 175
of
1064
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.idl
28
readonly attribute
NodeList
labels;
HTMLShadowElement.idl
32
NodeList
getDistributedNodes();
RadioNodeList.idl
28
] interface RadioNodeList :
NodeList
{
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DrawableResourceLoader.java
13
import org.w3c.dom.
NodeList
;
72
NodeList
nodes = xmlDoc.getElementsByTagName("selector");
137
NodeList
items = document.getElementsByTagName("item");
163
NodeList
items = d.getElementsByTagName("item");
MenuLoader.java
12
import org.w3c.dom.
NodeList
;
36
NodeList
items = document.getChildNodes();
46
private void processChildren(
NodeList
childNodes, MenuNode parent) {
68
NodeList
children = node.getChildNodes();
/libcore/dom/src/test/java/org/w3c/domts/
DOMTestInnerClass.java
20
import org.w3c.dom.
NodeList
;
61
public void assertSize(String assertID, int expectedSize,
NodeList
collection) {
107
NodeList
actual) {
185
public int size(
NodeList
collection) {
/libcore/luni/src/test/java/tests/org/w3c/dom/
ElementSetAttributeNS.java
9
import org.w3c.dom.
NodeList
;
76
NodeList
elementList;
97
NodeList
elementList;
202
NodeList
elementList;
ElementSetAttributeNodeNS.java
28
import org.w3c.dom.
NodeList
;
116
NodeList
elementList;
140
NodeList
elementList;
210
NodeList
elementList;
RemoveAttributeNS.java
31
import org.w3c.dom.
NodeList
;
84
//
NodeList
genderList;
87
//
NodeList
gList;
118
//
NodeList
elementList;
/packages/apps/Mms/src/com/android/mms/dom/smil/
ElementParallelTimeContainerImpl.java
24
import org.w3c.dom.
NodeList
;
88
NodeList
children = getTimeChildren();
109
public
NodeList
getActiveChildrenAt(float instant) {
116
NodeList
children = getTimeChildren();
SmilDocumentImpl.java
23
import org.w3c.dom.
NodeList
;
58
public
NodeList
getActiveChildrenAt(float instant) {
62
public
NodeList
getTimeChildren() {
221
public
NodeList
getTimeChildren() {
SmilParElementImpl.java
23
import org.w3c.dom.
NodeList
;
53
public
NodeList
getTimeChildren() {
126
public
NodeList
getActiveChildrenAt(float instant) {
130
public
NodeList
getTimeChildren() {
/external/chromium_org/third_party/skia/src/core/
SkTLList.h
39
typedef SkTInternalLList<Node>
NodeList
;
54
typename
NodeList
::Iter iter;
188
class Iter : private
NodeList
::Iter {
190
typedef typename
NodeList
::Iter INHERITED;
292
typename
NodeList
::Iter iter;
360
NodeList
fList;
361
NodeList
fFreeList;
/external/skia/src/core/
SkTLList.h
39
typedef SkTInternalLList<Node>
NodeList
;
54
typename
NodeList
::Iter iter;
188
class Iter : private
NodeList
::Iter {
190
typedef typename
NodeList
::Iter INHERITED;
292
typename
NodeList
::Iter iter;
360
NodeList
fList;
361
NodeList
fFreeList;
/external/srec/tools/grxmlcompile/
sub_phon.cpp
360
int *
nodeList
= new int [numVertex];
362
nodeList
[ii]= NONE_LABEL;
369
nodeList
[currId]= DISCARD_LABEL;
370
else if (
nodeList
[currId] != DISCARD_LABEL) {
371
if (
nodeList
[currId] == NONE_LABEL)
372
nodeList
[currId]= arc[ii]->GetOutput();
373
else if (
nodeList
[currId] != arc[ii]->GetOutput())
374
nodeList
[currId]= DISCARD_LABEL;
382
if (
nodeList
[currId] >= 0 && arc[ii]->GetOutput() >= 0) // unique ones
405
delete []
nodeList
;
[
all
...]
sub_grph.h
227
void PullUpBegins (int currId, int baseId, int endId, int procLabel, int *
nodeList
, int currNum, int maxNum);
228
void ProcessBegins (int currId, int endId, int procLabel, int *
nodeList
, int currNum, int *visitMark, int maxNum);
229
void PullUpEnds (int currId, int baseId, int initialId, int procLabel, int *
nodeList
, int currNum, int maxNum);
230
void ProcessEnds (int currId, int initialId, int procLabel, int *
nodeList
, int currNum, int *visitMark, int maxNum);
231
bool PullUpTags (int currId, int baseId, int initialId, int outTag, int *
nodeList
, int currNum, int maxNum);
232
void ProcessTags (int currId, int initialId, int *
nodeList
, int currNum, int *visitMark, int maxNum);
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGenerator.java
23
import org.w3c.dom.
NodeList
;
202
NodeList
nodeList
= parent.getElementsByTagName(elem);
203
if (
nodeList
.getLength() > 0) {
204
Element element = (Element)
nodeList
.item(0);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java
62
import org.w3c.dom.
NodeList
;
88
NodeList
parameters = mDocument.getElementsByTagName(TAG_PARAMETER);
193
NodeList
formfactorDeclarations = mDocument.getElementsByTagName(TAG_FORMFACTOR);
208
NodeList
categories = mDocument.getElementsByTagName(TAG_CATEGORY);
229
NodeList
icons = mDocument.getElementsByTagName(TAG_ICONS);
323
NodeList
icons = mDocument.getElementsByTagName(TAG_ICONS);
358
NodeList
thumbs = mDocument.getElementsByTagName(TAG_THUMB);
401
NodeList
children = bestMatch.getChildNodes();
419
NodeList
elements = mDocument.getElementsByTagName(TAG_DEPENDENCY);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java
36
import org.w3c.dom.
NodeList
;
106
NodeList
nl = docEle.getElementsByTagName("light");
175
NodeList
nl = shape.getElementsByTagName("instance_material");
284
NodeList
nl = sampler.getElementsByTagName("source");
351
NodeList
nl = mat.getElementsByTagName("instance_effect");
372
NodeList
nl = fx.getElementsByTagName("newparam");
418
NodeList
nl = light.getElementsByTagName(knownTypes[i]);
502
NodeList
nl = elem.getElementsByTagName(name);
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
cdatasectionnormalize.java
64
NodeList
nameList;
66
NodeList
childNodes;
elementgetelementsbytagnameaccessnodelist.java
31
* Element.getElementsByTagName("employee") should return a
NodeList
whose length is
60
NodeList
elementList;
hc_attrchildnodes1.java
60
NodeList
acronymList;
66
NodeList
childNodes;
hc_attrchildnodes2.java
59
NodeList
acronymList;
65
NodeList
childNodes;
hc_nodeappendchild.java
62
NodeList
elementList;
64
NodeList
childList;
hc_nodeappendchildgetnodename.java
65
NodeList
elementList;
67
NodeList
childList;
Completed in 1291 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>