OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_child
(Results
1 - 19
of
19
) sorted by null
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
573
size_t
first_child
= context_index_.Select0(node_rank) + 1;
local
574
if (context_index_.Get(
first_child
) == false) {
579
children = context_words_ + context_index_.Rank1(
first_child
);
580
loc = lower_bound(children, children + last_child -
first_child
+ 1,
582
if (loc == children + last_child -
first_child
+ 1 ||
586
node =
first_child
+ loc - children;
588
first_child
= context_index_.Select0(node_rank) + 1;
589
if (context_index_.Get(
first_child
) == false) break;
609
size_t
first_child
= context_index_.Select0(node_rank) + 1;
local
611
if (context_index_.Get(
first_child
) != false)
[
all
...]
/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)
main-common.c
339
AConfig *node = parts->
first_child
;
[
all
...]
/system/core/include/cutils/
config_utils.h
30
cnode *
first_child
;
member in struct:cnode
/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
;;
/cts/tests/res/layout/
scrollview_layout.xml
28
android:id="@+id/
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
...]
/frameworks/av/services/audioflinger/
AudioPolicyService.cpp
[
all
...]
/bootable/diskinstaller/
installer.c
66
if (root->
first_child
== NULL) {
466
for (img = images->
first_child
; img; img = img->next) {
/cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java
502
View firstChild = mScrollView.findViewById(R.id.
first_child
);
523
View child = mScrollView.findViewById(R.id.
first_child
);
/external/skia/legacy/src/views/
SkView.cpp
262
goto
FIRST_CHILD
;
269
FIRST_CHILD
:
/external/skia/src/views/
SkView.cpp
265
goto
FIRST_CHILD
;
272
FIRST_CHILD
:
/frameworks/av/media/libeffects/factory/
EffectsFactory.c
436
node = node->
first_child
;
514
node = node->
first_child
;
/system/core/libdiskconfig/
diskconfig.c
98
for (partnode = root->
first_child
; partnode; partnode = partnode->next) {
162
if (root->
first_child
== NULL) {
/external/android-clat/
config.c
239
if(root->
first_child
== NULL) {
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
Completed in 4292 milliseconds