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

  /system/core/include/cutils/
config_utils.h 30 cnode *first_child; member in struct:cnode
  /external/chromium_org/base/json/
json_value_converter_unittest.cc 166 const SimpleMessage* first_child = message.children[0]; local
167 ASSERT_TRUE(first_child);
168 EXPECT_EQ(2, first_child->foo);
169 EXPECT_EQ("foobar", first_child->bar);
170 EXPECT_TRUE(first_child->baz);
171 EXPECT_TRUE(first_child->bstruct);
172 ASSERT_EQ(1U, first_child->string_values.size());
173 EXPECT_EQ("value_1", *first_child->string_values[0]);
  /external/qemu/android/
config-file.h 25 AConfig* first_child; member in struct:AConfig
config-file.c 40 for(node = root->first_child; node; node = node->next) {
52 root->first_child = node;
448 for (child = node->first_child; child; child = child->next)
466 for (child = root->first_child; child; child = child->next)
main-common-ui.c 301 AConfig *node = parts->first_child;
  /frameworks/av/services/audiopolicy/
AudioPolicyEffects.cpp 445 param = root->first_child;
464 param = param->first_child;
479 value = value->first_child;
499 cnode *node = root->first_child;
517 cnode *node = root->first_child;
558 node = node->first_child;
585 node = node->first_child;
625 node = node->first_child;
AudioPolicyManager.cpp     [all...]
  /external/chromium_org/extensions/common/features/
base_feature_provider.cc 159 const FeatureMap::const_iterator first_child = features_.lower_bound(prefix); local
167 result.reserve(std::distance(first_child, after_children));
168 for (FeatureMap::const_iterator it = first_child; it != after_children;
  /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)
551 for (node = root->first_child; node; node = node->next)
660 for (node = node->first_child; node != NULL; node = node->next)
683 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
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...]
  /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) {
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_browsertest.cc 283 const WebAXObject& first_child = root_obj.childAt(0); local
285 first_child,
  /external/android-clat/
config.c 236 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);
  /system/core/fastbootd/commands/
partitions.c 653 for (i = 0, current = node->first_child; current; current = current->next, ++i) {
689 for (i = 0, current = node->first_child; current; current = current->next, ++i)
738 if (root->first_child == NULL) {
  /external/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 564 scoped_ptr<RTreeNodeBase> first_child(
645 scoped_ptr<RTreeNodeBase> first_child(
647 EXPECT_EQ(child, first_child.get());
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 491 node = node->first_child;
628 node = node->first_child;
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /external/chromium_org/cc/layers/
layer_unittest.cc 1057 scoped_refptr<Layer> first_child = Layer::Create(); local
    [all...]

Completed in 1298 milliseconds