Searched refs:root (Results 76 - 100 of 2594) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/angle/src/compiler/translator/timing/
H A DRestrictVertexShaderTiming.h22 void enforceRestrictions(TIntermNode* root) { root->traverse(this); } argument
/external/chromium_org/third_party/skia/src/opts/
H A DSkMath_opts_SSE2.h23 __m128i root = _mm_setzero_si128(); local
29 root = _mm_slli_epi32(root, 1);
35 __m128i testDiv = _mm_slli_epi32(root, 1);
40 __m128i root1 = _mm_and_si128(cmp, root);
42 __m128i root2 = _mm_andnot_si128(cmp, _mm_add_epi32(root, one128));
45 root = _mm_or_si128(root1, root2);
48 return root;
/external/llvm/utils/
H A Dgetsrcs.sh25 TOPDIR=`llvm-config --src-root`
/external/skia/src/opts/
H A DSkMath_opts_SSE2.h23 __m128i root = _mm_setzero_si128(); local
29 root = _mm_slli_epi32(root, 1);
35 __m128i testDiv = _mm_slli_epi32(root, 1);
40 __m128i root1 = _mm_and_si128(cmp, root);
42 __m128i root2 = _mm_andnot_si128(cmp, _mm_add_epi32(root, one128));
45 root = _mm_or_si128(root1, root2);
48 return root;
/external/libcxx/test/containers/associative/
H A Dtree_left_rotate.pass.cpp32 Node root; local
35 root.__left_ = &x;
38 x.__parent_ = &root;
43 assert(root.__parent_ == 0);
44 assert(root.__left_ == &y);
45 assert(root.__right_ == 0);
46 assert(y.__parent_ == &root);
57 Node root; local
63 root.__left_ = &x;
66 x.__parent_ = &root;
[all...]
H A Dtree_right_rotate.pass.cpp32 Node root; local
35 root.__left_ = &x;
38 x.__parent_ = &root;
43 assert(root.__parent_ == 0);
44 assert(root.__left_ == &y);
45 assert(root.__right_ == 0);
46 assert(y.__parent_ == &root);
57 Node root; local
63 root.__left_ = &x;
66 x.__parent_ = &root;
[all...]
/external/chromium_org/testing/gtest/scripts/
H A Dcommon.py56 """Returns the project name and the current SVN workspace's root path."""
63 root = os.path.realpath(rel_path.count('/') * '../')
64 return project, root
70 """Returns the current SVN workspace's trunk root path."""
72 _, root = GetSvnInfo()
73 return root + '/trunk' if root else None
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeIterator.cpp50 bool NodeIterator::NodePointer::moveToNext(Node* root) argument
58 node = NodeTraversal::next(*node, root);
62 bool NodeIterator::NodePointer::moveToPrevious(Node* root) argument
70 node = NodeTraversal::previous(*node, root);
76 , m_referenceNode(root(), true)
78 root()->document().attachNodeIterator(this);
84 root()->document().detachNodeIterator(this);
93 while (m_candidateNode.moveToNext(root())) {
117 while (m_candidateNode.moveToPrevious(root())) {
149 ASSERT(root()
[all...]
H A DChildFrameDisconnector.h24 explicit ChildFrameDisconnector(Node& root) argument
25 : m_root(root)
35 Node& root() const { return *m_root; } function in class:blink::ChildFrameDisconnector
/external/libcap-ng/libcap-ng-0.7/
H A Dlibcap-ng.spec11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
90 %defattr(-,root,root,-)
92 %attr(0755,root,root) /%{_lib}/libcap-ng.so.*
95 %defattr(-,root,root,-)
96 %attr(0644,root,root) %{_mandir}/man3/*
97 %attr(0644,root,roo
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dexport-w3c-performance-wg-tests65 for root, dirs, files in os.walk(os.path.join(source_directory, directory_to_copy)):
66 root = os.path.relpath(root, source_directory) variable
68 destination_subdirectory = os.path.join(destination_directory, root, dirname)
74 with open(os.path.join(source_directory, root, filename), 'r') as in_file:
75 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
80 print 'Exported %s' % os.path.join(root, filename)
/external/chromium_org/mojo/examples/embedded_app/
H A Dembedded_app.cc34 Window(View* root, scoped_ptr<ServiceProvider> embedder_service_provider) argument
35 : root(root),
37 View* root; member in struct:mojo::examples::Window
65 View* root,
68 root->AddObserver(this);
69 windows_[root->id()] = new Window(root, imported_services.Pass());
70 root->SetColor(kColors[next_color_++ % arraysize(kColors)]);
/external/fio/lib/
H A Dprio_tree.c75 static struct prio_tree_node *prio_tree_expand(struct prio_tree_root *root, argument
80 if (max_heap_index > prio_tree_maxindex(root->index_bits))
81 root->index_bits++;
83 while (max_heap_index > prio_tree_maxindex(root->index_bits)) {
84 root->index_bits++;
86 if (prio_tree_empty(root))
90 first = root->prio_tree_node;
91 prio_tree_remove(root, root->prio_tree_node);
96 last = root
124 prio_tree_replace(struct prio_tree_root *root, struct prio_tree_node *old, struct prio_tree_node *node) argument
168 prio_tree_insert(struct prio_tree_root *root, struct prio_tree_node *node) argument
245 prio_tree_remove(struct prio_tree_root *root, struct prio_tree_node *node) argument
401 struct prio_tree_root *root; local
[all...]
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
/external/qemu/proxy/
H A Dproxy_http_rewriter.c323 /* root->socket is connected to the proxy server. while
348 ProxyConnection root[1]; member in struct:__anon29930
368 rewrite_connection_free( ProxyConnection* root )
370 RewriteConnection* conn = (RewriteConnection*)root;
377 proxy_connection_done(root);
385 HttpService* service = (HttpService*) conn->root->service;
386 ProxyConnection* root = conn->root; local
391 if (socket_connect( root->socket, &service->server_addr ) < 0) {
393 PROXY_LOG("%s: connecting", conn->root
413 ProxyConnection* root = conn->root; local
431 ProxyConnection* root = conn->root; local
477 ProxyConnection* root = conn->root; local
518 ProxyConnection* root = conn->root; local
565 ProxyConnection* root = conn->root; local
602 ProxyConnection* root = conn->root; local
622 ProxyConnection* root = conn->root; local
705 ProxyConnection* root = conn->root; local
902 ProxyConnection* root = conn->root; local
940 rewrite_connection_select( ProxyConnection* root, ProxySelect* sel ) argument
993 rewrite_connection_poll( ProxyConnection* root, ProxySelect* sel ) argument
[all...]
/external/chromium_org/chrome/installer/util/
H A Duninstall_metrics_unittest.cc49 scoped_ptr<base::Value> root(
51 ASSERT_TRUE(root.get());
55 ExtractUninstallMetrics(*static_cast<base::DictionaryValue*>(root.get()),
/external/chromium_org/third_party/icu/source/samples/uresb/
H A Dresources.mak4 TARGETS = en.res root.res sr.res
23 root.res : root.txt
/external/chromium_org/ui/views/
H A Dview_targeter.cc26 View* ViewTargeter::TargetForRect(View* root, const gfx::Rect& rect) const { argument
27 return delegate_->TargetForRect(root, rect);
30 ui::EventTarget* ViewTargeter::FindTargetForEvent(ui::EventTarget* root, argument
32 View* view = static_cast<View*>(root);
45 root->ConvertEventToTarget(gesture_target, gesture);
84 View* ViewTargeter::FindTargetForKeyEvent(View* root, const ui::KeyEvent& key) { argument
85 if (root->GetFocusManager())
86 return root->GetFocusManager()->GetFocusedView();
90 View* ViewTargeter::FindTargetForScrollEvent(View* root, argument
93 return root
96 FindTargetForGestureEvent(View* root, const ui::GestureEvent& gesture) argument
[all...]
/external/compiler-rt/test/msan/
H A Dtsearch.cc23 void *root = NULL; local
26 void *q = tsearch(p, &root, compare);
33 tdestroy(root, myfreenode);
/external/guava/guava/src/com/google/common/collect/
H A DBstRangeOps.java38 BstAggregate<? super N> aggregate, GeneralRange<K> range, @Nullable N root) {
41 if (root == null || range.isEmpty()) {
44 long total = aggregate.treeValue(root);
46 total -= totalBeyondRangeToSide(aggregate, range, LEFT, root);
49 total -= totalBeyondRangeToSide(aggregate, range, RIGHT, root);
56 BstAggregate<? super N> aggregate, GeneralRange<K> range, BstSide side, @Nullable N root) {
58 while (root != null) {
59 if (beyond(range, root.getKey(), side)) {
60 accum += aggregate.entryValue(root);
61 accum += aggregate.treeValue(root
37 totalInRange( BstAggregate<? super N> aggregate, GeneralRange<K> range, @Nullable N root) argument
55 totalBeyondRangeToSide( BstAggregate<? super N> aggregate, GeneralRange<K> range, BstSide side, @Nullable N root) argument
76 minusRange(GeneralRange<K> range, BstBalancePolicy<N> balancePolicy, BstNodeFactory<N> nodeFactory, @Nullable N root) argument
95 subTreeBeyondRangeToSide(GeneralRange<K> range, BstBalancePolicy<N> balancePolicy, BstNodeFactory<N> nodeFactory, BstSide side, @Nullable N root) argument
126 furthestPath( GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, @Nullable N root) argument
[all...]
/external/icu/icu4c/source/samples/uresb/
H A Dresources.mak4 TARGETS = en.res root.res sr.res
23 root.res : root.txt
/external/oprofile/module/
H A Dcompat.c30 struct dentry * root = current->fs->root; local
38 if (dentry == root)
/external/valgrind/main/coregrind/
H A Dm_oset.c121 AvlNode* root; // root node member in struct:_OSet
204 static void avl_swl ( AvlNode** root )
206 AvlNode* a = *root;
208 *root = b;
214 static void avl_swr ( AvlNode** root )
216 AvlNode* a = *root;
218 *root = b;
224 static void avl_nasty ( AvlNode* root )
226 switch (root
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.cpp101 static void parititonAllocBaseInit(PartitionRootBase* root) argument
103 ASSERT(!root->initialized);
114 root->initialized = true;
115 root->totalSizeOfCommittedPages = 0;
116 root->totalSizeOfSuperPages = 0;
117 root->nextSuperPage = 0;
118 root->nextPartitionPage = 0;
119 root->nextPartitionPageEnd = 0;
120 root->firstExtent = 0;
121 root
130 partitionBucketInitBase(PartitionBucket* bucket, PartitionRootBase* root) argument
138 partitionAllocInit(PartitionRoot* root, size_t numBuckets, size_t maxAllocation) argument
155 partitionAllocGenericInit(PartitionRootGeneric* root) argument
250 partitionAllocBaseShutdown(PartitionRootBase* root) argument
275 partitionAllocShutdown(PartitionRoot* root) argument
289 partitionAllocGenericShutdown(PartitionRootGeneric* root) argument
312 partitionDecommitSystemPages(PartitionRootBase* root, void* addr, size_t len) argument
319 partitionRecommitSystemPages(PartitionRootBase* root, void* addr, size_t len) argument
325 partitionAllocPartitionPages(PartitionRootBase* root, int flags, size_t numPartitionPages) argument
400 partitionUnusePage(PartitionRootBase* root, PartitionPage* page) argument
567 partitionDirectMap(PartitionRootBase* root, int flags, size_t size) argument
648 partitionAllocSlowPath(PartitionRootBase* root, int flags, size_t size, PartitionBucket* bucket) argument
711 partitionFreePage(PartitionRootBase* root, PartitionPage* page) argument
727 PartitionRootBase* root = partitionPageToRoot(page); local
817 partitionReallocDirectMappedInPlace(PartitionRootGeneric* root, PartitionPage* page, size_t newSize) argument
873 partitionReallocGeneric(PartitionRootGeneric* root, void* ptr, size_t newSize) argument
926 partitionDumpStats(const PartitionRoot& root) argument
[all...]
/external/chromium_org/sandbox/win/src/
H A Dregistry_dispatcher.cc22 // Builds a path using the root directory and the name.
23 bool GetCompletePath(HANDLE root, const base::string16& name, argument
25 if (root) {
26 if (!sandbox::GetPathFromHandle(root, complete_name))
78 IPCInfo* ipc, base::string16* name, DWORD attributes, HANDLE root,
83 // If there is a root directory, we need to duplicate the handle to make
85 if (root) {
86 if (!::DuplicateHandle(ipc->client_info->process, root,
87 ::GetCurrentProcess(), &root, 0, FALSE,
91 root_handle.Set(root);
77 NtCreateKey( IPCInfo* ipc, base::string16* name, DWORD attributes, HANDLE root, DWORD desired_access, DWORD title_index, DWORD create_options) argument
123 NtOpenKey(IPCInfo* ipc, base::string16* name, DWORD attributes, HANDLE root, DWORD desired_access) argument
[all...]

Completed in 2243 milliseconds

1234567891011>>