HomeSort by relevance Sort by last modified time
    Searched full:first_child (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/cc/output/
bsp_tree.h 63 const BspNode* first_child,
67 if (first_child) {
68 WalkInOrderRecursion(action_handler, first_child);
  /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/chromium_org/mojo/examples/wm_flow/wm/
wm.cc 97 mojo::View* first_child = view->children().front(); local
98 first_child->Destroy();
  /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-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)
config-file.h 25 AConfig* first_child; member in struct:AConfig
  /system/core/include/cutils/
config_utils.h 30 cnode *first_child; member in struct:cnode
  /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/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().''')
  /frameworks/av/services/audiopolicy/
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/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;;
  /cts/tests/tests/view/res/layout/
scrollview_layout.xml 28 android:id="@+id/first_child"
  /cts/tests/tests/widget/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
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/droiddriver/src/com/google/android/droiddriver/scroll/
SentinelStrategy.java 88 return "FIRST_CHILD";
  /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/chromium_org/content/renderer/accessibility/
renderer_accessibility_browsertest.cc 285 const WebAXObject& first_child = root_obj.childAt(0); local
287 first_child,
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 262 goto FIRST_CHILD;
269 FIRST_CHILD:
  /external/skia/src/views/
SkView.cpp 262 goto FIRST_CHILD;
269 FIRST_CHILD:
  /system/core/libdiskconfig/
diskconfig.c 99 for (partnode = root->first_child; partnode; partnode = partnode->next) {
163 if (root->first_child == NULL) {
  /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;

Completed in 2445 milliseconds

1 2