OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_child
(Results
1 - 12
of
12
) sorted by null
/system/core/include/cutils/
config_utils.h
30
cnode *
first_child
;
member in struct:cnode
/external/qemu/android/
config.h
25
AConfig*
first_child
;
member in struct:AConfig
config.c
39
for(node = root->
first_child
; node; node = node->next) {
51
root->
first_child
= node;
454
for (child = node->
first_child
; child; child = child->next)
472
for (child = root->
first_child
; child; child = child->next)
/system/core/libcutils/
config_utils.c
44
for(node = root->
first_child
; node; node = node->next)
60
root->
first_child
= node;
321
cnode *cur = root->
first_child
;
/external/qemu/android/skin/
file.c
333
for (node = node->
first_child
; node != NULL; node = node->next)
384
for (node = node->
first_child
; node != NULL; node = node->next)
534
for (node = root->
first_child
; node; node = node->next)
643
for (node = node->
first_child
; node != NULL; node = node->next)
666
for (node = node->
first_child
; node != NULL; node = node->next)
keyset.c
386
AConfig* node = root->
first_child
;;
/external/e2fsprogs/e2fsck/
profile.c
142
struct profile_node *
first_child
;
member in struct:profile_node
1034
* or more child nodes, pointed to by
first_child
.
1037
* containing a string. Its
first_child
pointer must be null.
1054
for (child=node->
first_child
; child; child = next) {
1119
if (node->value && node->
first_child
)
1123
for (p = node->
first_child
; p; last = p, p = p->next) {
1159
for (p=section->
first_child
, last = 0; p; last = p, p = p->next) {
1178
section->
first_child
= new;
1209
p = section->
first_child
;
1387
for (p=section->
first_child
; p; p = p->next)
[
all
...]
/bootable/diskinstaller/
installer.c
66
if (root->
first_child
== NULL) {
466
for (img = images->
first_child
; img; img = img->next) {
/system/core/libdiskconfig/
diskconfig.c
98
for (partnode = root->
first_child
; partnode; partnode = partnode->next) {
162
if (root->
first_child
== NULL) {
/frameworks/base/services/audioflinger/
AudioPolicyService.cpp
[
all
...]
/frameworks/base/media/libeffects/factory/
EffectsFactory.c
436
node = node->
first_child
;
514
node = node->
first_child
;
/cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java
638
View firstChild = mScrollView.findViewById(R.id.
first_child
);
664
View child = mScrollView.findViewById(R.id.
first_child
);
Completed in 187 milliseconds