HomeSort by relevance Sort by last modified time
    Searched refs:first_child (Results 1 - 17 of 17) sorted by null

  /system/core/include/cutils/
config_utils.h 30 cnode *first_child; member in struct:cnode
  /external/selinux/libsepol/cil/src/
cil_tree.h 68 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(struct cil_tree_node *node, void *extra_args), void *extra_args);
cil_tree.c 166 first_child: Function to call before entering list of children
176 int (*first_child)(struct cil_tree_node *node, void *extra_args),
198 rc = cil_tree_walk(node, process_node, first_child, last_child, extra_args);
212 int (*first_child)(struct cil_tree_node *node, void *extra_args),
222 if (first_child != NULL) {
223 rc = (*first_child)(node->cl_head, extra_args);
230 rc = cil_tree_walk_core(node->cl_head, process_node, first_child, last_child, extra_args);
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 138 node = node->first_child;
150 node = node->first_child;
162 node = node->first_child;
192 node = node->first_child;
218 node = node->first_child;
HwModule.cpp 49 cnode *node = root->first_child;
96 cnode *node = root->first_child;
142 cnode *node = root->first_child;
160 node = root->first_child;
AudioPort.cpp 290 cnode *node = root->first_child;
336 cnode *node = root->first_child;
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 450 param = root->first_child;
469 param = param->first_child;
484 value = value->first_child;
504 cnode *node = root->first_child;
522 cnode *node = root->first_child;
563 node = node->first_child;
590 node = node->first_child;
630 node = node->first_child;
  /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...]
  /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/e2fsprogs/e2fsck/
profile.c 142 struct profile_node *first_child; member in struct:profile_node
1039 * or more child nodes, pointed to by first_child.
1042 * containing a string. Its first_child pointer must be null.
1059 for (child=node->first_child; child; child = next) {
1124 if (node->value && node->first_child)
1128 for (p = node->first_child; p; last = p, p = p->next) {
1164 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
1183 section->first_child = new;
1214 p = section->first_child;
1392 for (p=section->first_child; p; p = p->next)
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 144 for (node = root->first_child; node != NULL; node = node->next) {
209 for (node = root->first_child; node != NULL; node = node->next) {
249 for (node = node->first_child; node != NULL; node = node->next) {
  /external/lldb/scripts/Python/interface/
SBBlock.i 152 __swig_getmethods__["first_child"] = GetFirstChild
153 if _newclass: first_child = property(GetFirstChild, None, doc='''A read only property that returns the same result as GetFirstChild().''')
  /system/core/libdiskconfig/
diskconfig.c 99 for (partnode = root->first_child; partnode; partnode = partnode->next) {
163 if (root->first_child == NULL) {
  /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/android-clat/
config.c 314 if(root->first_child == NULL) {
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 500 node = node->first_child;
653 node = node->first_child;
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 279 milliseconds