Searched defs:root (Results 226 - 250 of 1144) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrtest.c26 void addCStringTest(TestNode** root);
31 void addCStringTest(TestNode** root) { argument
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI");
33 addTest(root, &TestInvariant, "tsutil/cstrtest/TestInvariant");
34 addTest(root, &TestCompareInvEbcdicAsAscii, "tsutil/cstrtest/TestCompareInvEbcdicAsAscii");
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c54 Window root; local
66 root = RootWindow( graw.display, scrnum );
108 attr.colormap = XCreateColormap( graw.display, root, visinfo->visual, AllocNone);
113 win = XCreateWindow( graw.display, root, x, y, width, height,
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_surface.c50 Window root; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
/external/chromium_org/third_party/skia/src/views/
H A DSkViewInflate.cpp61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) argument
65 if (root == NULL)
67 root = this->createView(dom, node);
68 if (root == NULL)
74 this->rInflate(dom, node, root);
97 root->postInflate(fIDs);
98 return root;
101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) argument
106 return node ? this->inflate(dom, node, root) : NULL;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator_unittest.cc5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
34 PartitionTreeNode* root = local
36 EXPECT_TRUE(root->CreateChildren(kMaxSize));
37 ASSERT_TRUE(NULL != root->left_child());
38 ASSERT_TRUE(NULL != root->right_child());
39 EXPECT_EQ(3, root->left_child()->this_size());
40 EXPECT_EQ(2, root->right_child()->this_size());
41 EXPECT_EQ(11, root->right_child()->Cost(kPenalty));
42 EXPECT_FALSE(root
52 PartitionTreeNode* root = local
83 PartitionTreeNode* root = local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.h34 /* A sentinel is used for root and for nil. These sentinels are
35 * created when ITTreeCreate is called. root->left should always
36 * point to the node which is the root of the tree. nil points to a
39 * that the root and nil nodes do not require special cases in the code
41 IntervalTreeNode *root; member in struct:IntervalTree
/external/chromium_org/third_party/zlib/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/external/chromium_org/ui/accessibility/
H A Dax_tree_unittest.cc62 AXNodeData root; local
63 root.id = 1;
64 root.role = AX_ROLE_ROOT_WEB_AREA;
65 root.state = (1 << AX_STATE_FOCUSABLE) | (1 << AX_STATE_FOCUSED);
66 root.location = gfx::Rect(0, 0, 800, 600);
67 root.child_ids.push_back(2);
68 root.child_ids.push_back(3);
83 initial_state.nodes.push_back(root);
99 EXPECT_EQ(root.id, root_node->id());
100 EXPECT_EQ(root
158 AXNodeData root; local
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_targeter.cc21 ui::EventTarget* WindowTargeter::FindTargetForEvent(ui::EventTarget* root, argument
23 Window* window = static_cast<Window*>(root);
26 static_cast<Window*>(EventTargeter::FindTargetForEvent(root, event));
28 // |window| is the root window.
72 ui::EventTarget* root,
74 Window* window = static_cast<Window*>(root);
82 return EventTargeter::FindTargetForLocatedEvent(root, event);
136 // If the initial touch is outside the root window, target the root.
71 FindTargetForLocatedEvent( ui::EventTarget* root, ui::LocatedEvent* event) argument
H A Dwindow_targeter_unittest.cc25 ui::EventTarget* root,
45 Window* root = window->GetRootWindow(); local
47 CHECK(root->layer());
49 if (!window->layer()->GetTargetTransformRelativeTo(root->layer(), &transform))
94 ui::EventTarget* root = root_window(); local
95 ui::EventTargeter* targeter = root->GetEventTargeter();
101 EXPECT_EQ(child, targeter->FindTargetForEvent(root, &mouse));
111 EXPECT_EQ(window.get(), targeter->FindTargetForEvent(root, &mouse));
117 EXPECT_EQ(child, targeter->FindTargetForEvent(root, &mouse));
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree_base.h58 // parent is 1, etc. Note that in an R*-Tree, all branches from the root
63 // recursively on our parent so that ultimately all nodes up to the root
86 // A weak pointer to our parent Node in the RTree. The root node will have a
124 // this Node as its sole child. Valid to call only on root Nodes, meaning
291 const Node* root() const { return root_.get(); } function in class:gfx::RTreeBase
297 // A pointer to the root node in the RTree.
/external/chromium_org/ui/views/bubble/
H A Dbubble_window_targeter_unittest.cc88 ui::EventTarget* root = bubble_widget()->GetNativeWindow()->GetRootWindow(); local
89 ui::EventTargeter* targeter = root->GetEventTargeter();
97 EXPECT_EQ(bubble_window, targeter->FindTargetForEvent(root, &move1));
103 EXPECT_EQ(bubble_window, targeter->FindTargetForEvent(root, &move1));
112 EXPECT_NE(bubble_window, targeter->FindTargetForEvent(root, &move1));
/external/chromium_org/ui/views/focus/
H A Dfocus_search.cc12 FocusSearch::FocusSearch(View* root, bool cycle, bool accessibility_mode) argument
13 : root_(root),
46 // The starting view should be a direct or indirect child of the root.
124 bool FocusSearch::Contains(View* root, const View* v) { argument
125 return root->Contains(v);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client.cc75 aura::Window* root = window->GetRootWindow(); local
80 DesktopNativeWidgetAura::ForWindow(root);
86 // screen coordinate system. So we need to offset the root window's
90 aura::Window::ConvertPointToTarget(window->parent(), root, &origin);
92 gfx::Point host_origin = GetOrigin(root);
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc16 void CaptureController::Attach(aura::Window* root) { argument
17 DCHECK_EQ(0u, root_windows_.count(root));
18 root_windows_.insert(root);
19 aura::client::SetCaptureClient(root, this);
22 void CaptureController::Detach(aura::Window* root) { argument
23 root_windows_.erase(root);
24 aura::client::SetCaptureClient(root, NULL);
34 // Make sure window has a root window.
110 ScopedCaptureClient::ScopedCaptureClient(aura::Window* root) argument
111 : root_window_(root) {
[all...]
H A Dwindow_util.cc84 scoped_ptr<ui::LayerTreeOwner> RecreateLayers(ui::LayerOwner* root) { argument
86 new ui::LayerTreeOwner(root->RecreateLayer().release()));
87 if (old_layer->root())
88 CloneChildren(root->layer(), old_layer->root());
/external/chromium_org/v8/src/
H A Dsnapshot-common.cc112 Object* root; local
121 deserializer.DeserializePartial(isolate, &root);
122 CHECK(root->IsContext());
123 return Handle<Context>(Context::cast(root));
/external/chromium_org/webkit/browser/fileapi/
H A Drecursive_operation_delegate.cc34 const FileSystemURL& root,
43 root,
45 AsWeakPtr(), root));
56 const FileSystemURL& root,
69 pending_directory_stack_.top().push(root);
33 StartRecursiveOperation( const FileSystemURL& root, const StatusCallback& callback) argument
55 DidTryProcessFile( const FileSystemURL& root, base::File::Error error) argument
/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.cc84 const HKEY root = is_per_user ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE; local
88 base::win::RegKey key(root, reg_path_chrome_client.c_str(), KEY_QUERY_VALUE);
/external/deqp/modules/gles3/functional/
H A Des3fAttribLocationTests.cpp88 TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location tests"); local
94 root->addChild(bindAttributeGroup);
107 root->addChild(bindMaxAttributeGroup);
120 root->addChild(aliasingGroup);
145 root->addChild(holeGroup);
160 root->addChild(bindTimeGroup);
173 root->addChild(layoutAttributeGroup);
186 root->addChild(layoutMaxAttributeGroup);
199 root->addChild(holeGroup);
214 root
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dnamei.c24 static errcode_t open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base,
28 static errcode_t follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, argument
39 printf("follow_link: root=%lu, dir=%lu, inode=%lu, lc=%d\n",
40 root, dir, inode, link_count);
69 retval = open_namei(fs, root, dir, pathname, ei.i_size, 1,
78 * directory and the root directory, and returns the inode of the
82 static errcode_t dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, argument
95 dir = root;
110 retval = follow_link (fs, root, dir, inode,
120 static errcode_t open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_ argument
157 ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, const char *name, ext2_ino_t *inode) argument
176 ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, const char *name, ext2_ino_t *inode) argument
195 ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, ext2_ino_t inode, ext2_ino_t *res_inode) argument
[all...]
/external/fio/lib/
H A Dprio_tree.h26 struct prio_tree_root *root; member in struct:prio_tree_iter
32 struct prio_tree_root *root, uint64_t r_index, uint64_t h_index)
34 iter->root = root;
62 static inline int prio_tree_empty(const struct prio_tree_root *root) argument
64 return root->prio_tree_node == NULL;
83 struct prio_tree_node *prio_tree_replace(struct prio_tree_root *root,
85 struct prio_tree_node *prio_tree_insert(struct prio_tree_root *root,
87 void prio_tree_remove(struct prio_tree_root *root, struct prio_tree_node *node);
31 prio_tree_iter_init(struct prio_tree_iter *iter, struct prio_tree_root *root, uint64_t r_index, uint64_t h_index) argument
H A Drbtree.c25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) argument
44 root->rb_node = right;
48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) argument
67 root->rb_node = left;
71 void rb_insert_color(struct rb_node *node, struct rb_root *root) argument
96 __rb_rotate_left(parent, root);
104 __rb_rotate_right(gparent, root);
121 __rb_rotate_right(parent, root);
129 __rb_rotate_left(gparent, root);
133 rb_set_black(root
136 __rb_erase_color(struct rb_node *node, struct rb_node *parent, struct rb_root *root) argument
222 rb_erase(struct rb_node *node, struct rb_root *root) argument
292 rb_first(struct rb_root *root) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DBstOperations.java163 N root, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) {
164 checkNotNull(root);
167 if (root.hasChild(LEFT)) {
169 extractMin(root.getChild(LEFT), nodeFactory, balancePolicy);
170 return subResult.lift(root, LEFT, nodeFactory, balancePolicy);
173 root.getKey(), root, root.childOrNull(RIGHT),
174 BstModificationResult.rebalancingChange(root, null));
181 N root, BstNodeFactor
162 extractMin( N root, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) argument
180 extractMax( N root, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) argument
198 insertMin(@ullable N root, N entry, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) argument
216 insertMax(@ullable N root, N entry, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstTesting.java127 BstPathFactory<N, P> factory, N root, BstSide... sides) {
128 P path = factory.initialPath(root);
135 static void assertInOrderTraversalIs(@Nullable SimpleNode root, String order) { argument
136 if (root == null) {
139 BstInOrderPath<SimpleNode> path = pathFactory.initialPath(root);
126 extension( BstPathFactory<N, P> factory, N root, BstSide... sides) argument

Completed in 992 milliseconds

1234567891011>>