OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child
(Results
551 - 575
of
1967
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/docs/html/guide/topics/ui/
index.jd
61
that its
child
nodes draw themselves — in turn, each view group node is responsible for calling
62
upon each of its own
child
views to draw themselves.
64
decision on where how big each
child
can be. Android parses
118
you can structure
child
views and view groups in an infinite number of ways.
121
positions of
child
views and layout structure.</p>
163
whether the event should be passed on to some other
child
View. Again, these are callbacks to the View class,
207
your view group and each
child
View is initialized and populated with data from the Adapter.</p>
208
<p>The AdapterView object is an implementation of ViewGroup that determines its
child
views
/frameworks/base/tools/aapt/
XMLNode.h
111
status_t addChild(const sp<XMLNode>&
child
);
113
status_t insertChildAt(const sp<XMLNode>&
child
, size_t index);
/frameworks/base/tools/preload/
Operation.java
85
for (Operation
child
: subops) {
86
exclusive -=
child
.inclusiveTimeNanos();
/ndk/docs/system/libc/
SYSV-IPC.TXT
60
/* in the
child
*/
76
fprintf(stderr, "
child
%d FAIL at counter=%d: %d\n", ret,
/packages/apps/Settings/src/com/android/settings/vpn/
Util.java
74
for (File
child
: f.listFiles()) deleteFile(
child
, true);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java
91
// Try to find an existing text
child
to update.
104
// If we didn't find a text
child
to update, we need to create one.
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Package.java
224
for(Node
child
= archivesNode.getFirstChild();
225
child
!= null;
226
child
=
child
.getNextSibling()) {
228
if (
child
.getNodeType() == Node.ELEMENT_NODE &&
229
nsUri.equals(
child
.getNamespaceURI()) &&
230
SdkRepository.NODE_ARCHIVE.equals(
child
.getLocalName())) {
231
archives.add(parseArchive(
child
));
/system/core/libctest/
ctest.c
92
//
Child
process. Runs test case.
101
// Parent process. Wait for
child
.
/external/e2fsprogs/e2fsck/
dict.c
78
* its right
child
C are rearranged so that the P instead becomes the left
79
*
child
of C. The left subtree of C is inherited as the new right subtree
618
/* rotation between parent and
child
preserves grandpa */
661
dnode_t *nil = dict_nil(dict), *
child
, *delparent = delete->parent;
local
691
* moving up its right
child
into its place.
694
child
= next->right;
695
child
->parent = nextparent;
698
nextparent->left =
child
;
701
nextparent->right =
child
;
728
child
= (delete->left != nil) ? delete->left : delete->right
[
all
...]
/external/kernel-headers/original/linux/
sched.h
14
#define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the
child
too */
15
#define CLONE_VFORK 0x00004000 /* set if the parent wants the
child
to wake it up on mm_release */
20
#define CLONE_SETTLS 0x00080000 /* create a new TLS for the
child
*/
22
#define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the
child
*/
25
#define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the
child
*/
428
* and for reaped dead
child
processes forked by this group.
823
* pointers to (original) parent process, youngest
child
, younger sibling,
[
all
...]
/bionic/libc/kernel/common/linux/
ioport.h
23
struct resource *parent, *sibling, *
child
;
member in struct:resource
/dalvik/libcore/nio/src/main/java/java/nio/
BaseByteBuffer.java
21
* methods that can be shared by
child
classes.
/dalvik/libcore/prefs/src/main/java/org/apache/harmony/prefs/internal/nls/
messages.properties
29
prefs.B=Enumerate
child
nodes error\!
/dalvik/libcore/prefs/src/test/resources/prefs/java/util/prefs/
userprefs-badencoding.xml
42
<node name="
child
">
userprefs-higherversion.xml
42
<node name="
child
">
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemAttribute.java
107
// // warn(templateChild, sourceNode, "Trying to add attribute after element
child
has been added, ignoring...");
208
* Add a
child
to the
child
list.
216
* @param newChild
Child
to append to the list of this node's children
ElemWithParam.java
240
* Add a
child
to the
child
list. If the select attribute
246
*
child
just added to the
child
list
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementationList.java
39
* of valid
child
node indices is 0 to <code>length-1</code> inclusive.
DOMStringList.java
38
*
child
node indices is 0 to <code>length-1</code> inclusive.
NodeList.java
36
* The number of nodes in the list. The range of valid
child
node indices
/development/samples/ApiDemos/res/layout/
linear_layout_3.xml
19
children stacked from the top. The middle
child
gets allocated any extra
/external/bluetooth/glib/gio/
gfilemonitor.h
89
GFile *
child
,
/external/clearsilver/python/examples/base/
hdfhelp.py
161
hdf = hdf.
child
()
183
o = o.
child
()
195
o = o.
child
()
207
self.node = self.hdf.
child
()
/external/dbus/bus/
expirelist.h
48
/* embed this in a
child
expire item struct */
/external/dropbear/
chansession.h
43
pid_t pid; /*
child
process pid */
Completed in 230 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>