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

  /system/core/include/cutils/
config_utils.h 30 cnode *first_child; member in struct:cnode
  /external/libchrome/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]);
  /toolchain/binutils/binutils-2.25/bfd/
dwarf1.c 81 bfd_byte *first_child; member in struct:dwarf1_unit
340 The first child die of 'aUnit' should be in 'aUnit->first_child',
349 if (aUnit->first_child)
350 for (eachDie = aUnit->first_child;
545 aUnit->first_child = stash->currentDie + aDieInfo.length;
547 aUnit->first_child = 0;
  /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...]

Completed in 195 milliseconds