OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:children
(Results
1101 - 1125
of
2686
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodelisttraverselist.java
33
* Create a list of all the
children
elements of the third
hc_noderemovechild.java
32
* indicated by "oldChild" from the list of
children
and
hc_noderemovechildnode.java
36
*
children
and the first child should now be the child
nodehaschildnodesfalse.java
32
* does not have any
children
.
nodeinsertbeforerefchildnull.java
33
* node "newChild" at the end of the list of
children
.
nodelistindexgetlengthofemptylist.java
34
* Create a list of all the
children
of the Text node
nodelistindexnotzero.java
31
* Create a list of all the
children
elements of the third
noderemovechild.java
32
* indicated by "oldChild" from the list of
children
and
noderemovechildnode.java
33
*
children
and the first child should now be the child
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementgetelementsbytagnamens04.java
38
* Test 1: invoke getElementsByTagNameNS to retrieve one of the
children
.
importNode05.java
42
* and whose
children
are not imported. The returned node should
/libcore/luni/src/main/java/java/net/
NetworkInterface.java
49
private final List<NetworkInterface>
children
= new LinkedList<NetworkInterface>();
field in class:NetworkInterface
286
// Checks whether the following interfaces are
children
.
292
interfaces[counter].
children
.add(interfaces[counter2]);
378
return Collections.enumeration(
children
);
/libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializerFilter.java
25
* , and
children
of <code>Attr</code> nodes are not passed to the filter.
/libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java
46
* ownerElement is set to null. Specified flag is set to true.
Children
is
184
NodeList
children
;
local
193
children
= aNode.getChildNodes();
194
assertEquals("throw_Size", 1,
children
.getLength());
/ndk/sources/host-tools/make-3.81/
job.h
67
extern struct child *
children
;
/packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java
125
// only allow collapsing if we are one of several
children
/packages/apps/Contacts/src/com/android/contacts/widget/
ProportionalLayout.java
112
// Do a second pass so that all
children
are informed of the new size
/packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java
28
// This is a layout which makes the
children
even spaced.
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java
47
// Cancel long press for all
children
/packages/apps/Settings/res/layout/
master_clear.xml
55
<!-- Do not add any
children
here as they will be removed in the MasterClear.java
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java
47
* 2 bits, 00 = no
children
: FLAG_GROUP_ADDRESS_TYPE_NOADDRESS
71
* l |
children
address, 1 byte
73
* r |
children
address, 2 bytes
75
* n |
children
address, 3 bytes
422
size += GROUP_MAX_ADDRESS_SIZE; // For
children
address
448
* Helper method to hide the actual value of the no
children
address.
457
* This can be used either for
children
addresses (which are always positive) or for
526
* Computes the actual node size, based on the cached addresses of the
children
nodes.
530
* on the address of the
children
because the number of bytes necessary to store an
603
* nodes can be given the addresses of its
children
and attributes, and store that int
1297
Node
children
= reverseNodeMap.get(info.mChildrenAddress);
local
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-dump.h
81
/* Dump the CHILD and its
children
. */
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h
81
/* Dump the CHILD and its
children
. */
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-dump.h
81
/* Dump the CHILD and its
children
. */
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h
81
/* Dump the CHILD and its
children
. */
Completed in 555 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>