OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child
(Results
701 - 725
of
1967
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementreplaceexistingattribute.java
36
* Retrieve the last
child
of the third employee and add a
hc_nodeattributenodetype.java
34
* Retrieve the first attribute from the last
child
of
hc_nodeattributenodevalue.java
35
*
child
of the first "p" and check the string returned
hc_nodegetlastchild.java
31
* The "getLastChild()" method returns the last
child
hc_nodegetnextsibling.java
34
* Retrieve the first
child
of the second employee and
hc_nodegetnextsiblingnull.java
34
* Retrieve the first
child
of the second employee and
hc_nodegetprevioussibling.java
34
* Retrieve the second
child
of the second employee and
hc_nodegetprevioussiblingnull.java
34
* Retrieve the first
child
of the second employee and
hc_nodetextnodetype.java
34
* Retrieve the Text node from the last
child
of
nodeattributenodetype.java
34
* Retrieve the first attribute from the last
child
of
nodegetfirstchild.java
31
* The "getFirstChild()" method returns the first
child
nodegetlastchild.java
31
* The "getLastChild()" method returns the last
child
nodegetnextsiblingnull.java
34
* Retrieve the first
child
of the second employee and
nodegetprevioussiblingnull.java
34
* Retrieve the first
child
of the second employee and
nodetextnodename.java
34
* Retrieve the Text Node from the last
child
of the
nodetextnodetype.java
34
* Retrieve the Text node from the last
child
of
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS08.java
34
* Element.getElementsByTagNameNS('*','*') should return all
child
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java
568
ThreadGroup
child
= subgroups.elementAt(i);
local
569
assertEquals("Destroyed
child
can't have children", 0,
child
573
child
.destroy();
578
assertTrue("Destroyed
child
can't be destroyed again", passed);
584
ThreadGroup
child
= new ThreadGroup(testRoot, "daemon
child
");
local
586
// If we destroy the last daemon's
child
, the daemon should get destroyed
588
child
.destroy();
592
child
.destroy()
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java
422
Node
child
;
local
423
while ((
child
= getFirstChild()) != null) {
424
removeChild(
child
);
537
* element. Since
child
elements can redefine prefixes, this check is
615
for (Node
child
= node.getFirstChild();
child
!= null;
child
=
child
.getNextSibling()) {
616
values.add(
child
);
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemCallTemplate.java
317
* Add a
child
to the
child
list.
324
* @param newChild
Child
to add to this node's children list
326
* @return The
child
that was just added the children list
ElemValueOf.java
259
* Add a
child
to the
child
list.
261
* @param newChild
Child
to add to children list
263
* @return
Child
just added to children list
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
AttributeIterator.java
65
* @return Axis.
CHILD
, etc., or -1 if the axis is not known or is of multiple
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
OpMap.java
325
* Go to the first
child
of a given operation.
329
* @return The position of the first
child
of the operation.
361
* Get the first
child
position of a given location step.
365
* @return The first
child
position of the step.
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
NameList.java
45
* valid
child
node indices is 0 to <code>length-1</code> inclusive.
/dalvik/vm/native/
dalvik_system_Zygote.c
249
/*
child
process */
328
* Utility routine to fork zygote and specialize the
child
process.
359
/* The
child
process */
442
/* The zygote process checks whether the
child
process has died or not. */
Completed in 244 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>