/external/libcxx/test/containers/associative/ |
D | tree_remove.pass.cpp | 36 Node root; in test1() local 101 Node root; in test1() local 166 Node root; in test1() local 242 Node root; in test1() local 321 Node root; in test2() local 386 Node root; in test2() local 451 Node root; in test2() local 516 Node root; in test2() local 581 Node root; in test2() local 646 Node root; in test2() local [all …]
|
D | tree_balance_after_insert.pass.cpp | 34 Node root; in test1() local 89 Node root; in test1() local 144 Node root; in test1() local 199 Node root; in test1() local 254 Node root; in test1() local 329 Node root; in test1() local 404 Node root; in test1() local 479 Node root; in test1() local 559 Node root; in test2() local 603 Node root; in test2() local [all …]
|
/external/chromium_org/cc/trees/ |
D | damage_tracker_unittest.cc | 25 void ExecuteCalculateDrawProperties(LayerImpl* root, in ExecuteCalculateDrawProperties() 48 void EmulateDrawingOneFrame(LayerImpl* root) { in EmulateDrawingOneFrame() 80 scoped_ptr<LayerImpl> root = in CreateTestTreeWithOneSurface() local 106 scoped_ptr<LayerImpl> root = in CreateTestTreeWithTwoSurfaces() local 159 scoped_ptr<LayerImpl> root = CreateTestTreeWithOneSurface(); in CreateAndSetUpTestTreeWithOneSurface() local 169 scoped_ptr<LayerImpl> root = CreateTestTreeWithTwoSurfaces(); in CreateAndSetUpTestTreeWithTwoSurfaces() local 188 scoped_ptr<LayerImpl> root = CreateAndSetUpTestTreeWithOneSurface(); in TEST_F() local 204 scoped_ptr<LayerImpl> root = CreateAndSetUpTestTreeWithTwoSurfaces(); in TEST_F() local 226 scoped_ptr<LayerImpl> root = CreateAndSetUpTestTreeWithOneSurface(); in TEST_F() local 266 scoped_ptr<LayerImpl> root = CreateAndSetUpTestTreeWithOneSurface(); in TEST_F() local [all …]
|
D | layer_tree_impl_unittest.cc | 47 scoped_ptr<LayerImpl> root = in TEST_F() local 97 scoped_ptr<LayerImpl> root = in TEST_F() local 164 scoped_ptr<LayerImpl> root = in TEST_F() local 235 scoped_ptr<LayerImpl> root = in TEST_F() local 289 scoped_ptr<LayerImpl> root = in TEST_F() local 351 scoped_ptr<LayerImpl> root = in TEST_F() local 425 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); in TEST_F() local 509 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); in TEST_F() local 598 scoped_ptr<LayerImpl> root = in TEST_F() local 752 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); in TEST_F() local [all …]
|
/external/chromium_org/tools/grit/grit/format/ |
D | resource_map.py | 25 def GetMapName(root): argument 48 def _FormatHeader(root, lang='en', output_dir='.'): argument 69 def _FormatSourceHeader(root): argument 96 def _FormatSourceFooter(root): argument 105 def _FormatSource(get_key, root, lang, output_dir): argument
|
D | rc_header.py | 14 def Format(root, lang='en', output_dir='.'): argument 38 def FormatDefines(root, output_all_resource_defines=True, argument 82 def GetIds(root): argument 96 def _ComputeIds(root): argument
|
/external/linux-tools-perf/perf-3.12.0/lib/ |
D | rbtree.c | 64 struct rb_root *root, int color) in __rb_rotate_set_parents() 73 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() 202 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() 364 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color() 386 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 392 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 408 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented() 418 struct rb_node *rb_first(const struct rb_root *root) in rb_first() 431 struct rb_node *rb_last(const struct rb_root *root) in rb_last() 506 struct rb_root *root) in rb_replace_node() [all …]
|
/external/blktrace/ |
D | rbtree.c | 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left() 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() 71 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 137 struct rb_root *root) in __rb_erase_color() 222 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 292 struct rb_node *rb_first(struct rb_root *root) in rb_first() 304 struct rb_node *rb_last(struct rb_root *root) in rb_last() 369 struct rb_root *root) in rb_replace_node()
|
/external/chromium_org/tools/ |
D | licenses.py | 244 def AbsolutePath(path, filename, root): argument 257 def ParseDir(path, root, require_license_file=True): argument 325 def ContainsFiles(path, root): argument 337 def FilterDirsWithFiles(dirs_list, root): argument 343 def FindThirdPartyDirs(prune_paths, root): argument 383 def ScanThirdPartyDirs(root=None): argument
|
/external/chromium_org/ui/compositor/ |
D | layer_tree_owner.h | 22 Layer* root = root_; in release() local 27 Layer* root() { return root_; } in root() function 28 const Layer* root() const { return root_; } in root() function
|
/external/lldb/examples/scripting/ |
D | tree_utils.py | 23 def DFS (root, word, cur_path): argument 78 def tree_size (root): argument 100 def print_tree (root): argument
|
/external/fio/lib/ |
D | rbtree.c | 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left() 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() 71 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 137 struct rb_root *root) in __rb_erase_color() 222 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 292 struct rb_node *rb_first(struct rb_root *root) in rb_first()
|
/external/chromium_org/ash/ |
D | root_window_settings.cc | 23 RootWindowSettings* InitRootWindowSettings(aura::Window* root) { in InitRootWindowSettings() 29 RootWindowSettings* GetRootWindowSettings(aura::Window* root) { in GetRootWindowSettings() 33 const RootWindowSettings* GetRootWindowSettings(const aura::Window* root) { in GetRootWindowSettings()
|
/external/e2fsprogs/lib/ext2fs/ |
D | rbtree.c | 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left() 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() 71 void ext2fs_rb_insert_color(struct rb_node *node, struct rb_root *root) in ext2fs_rb_insert_color() 137 struct rb_root *root) in __rb_erase_color() 216 void ext2fs_rb_erase(struct rb_node *node, struct rb_root *root) in ext2fs_rb_erase() 354 struct rb_node *ext2fs_rb_first(const struct rb_root *root) in ext2fs_rb_first() 366 struct rb_node *ext2fs_rb_last(const struct rb_root *root) in ext2fs_rb_last() 431 struct rb_root *root) in ext2fs_rb_replace_node()
|
/external/chromium_org/third_party/bintrees/bintrees/ |
D | ctrees.c | 53 ct_delete_tree(node_t *root) in ct_delete_tree() 99 ct_find_node(node_t *root, PyObject *key) in ct_find_node() 114 ct_get_item(node_t *root, PyObject *key) in ct_get_item() 130 ct_max_node(node_t *root) in ct_max_node() 141 ct_min_node(node_t *root) in ct_min_node() 258 rb_single(node_t *root, int dir) in rb_single() 271 rb_double(node_t *root, int dir) in rb_double() 282 node_t *root = *rootaddr; in rb_insert() local 372 node_t *root = *rootaddr; in rb_remove() local 465 avl_single(node_t *root, int dir) in avl_single() [all …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | PartitionAlloc.cpp | 101 static void parititonAllocBaseInit(PartitionRootBase* root) in parititonAllocBaseInit() 130 static void partitionBucketInitBase(PartitionBucket* bucket, PartitionRootBase* root) in partitionBucketInitBase() 138 void partitionAllocInit(PartitionRoot* root, size_t numBuckets, size_t maxAllocation) in partitionAllocInit() 155 void partitionAllocGenericInit(PartitionRootGeneric* root) in partitionAllocGenericInit() 250 static void partitionAllocBaseShutdown(PartitionRootBase* root) in partitionAllocBaseShutdown() 275 bool partitionAllocShutdown(PartitionRoot* root) in partitionAllocShutdown() 289 bool partitionAllocGenericShutdown(PartitionRootGeneric* root) in partitionAllocGenericShutdown() 312 static ALWAYS_INLINE void partitionDecommitSystemPages(PartitionRootBase* root, void* addr, size_t … in partitionDecommitSystemPages() 319 static ALWAYS_INLINE void partitionRecommitSystemPages(PartitionRootBase* root, void* addr, size_t … in partitionRecommitSystemPages() 325 static ALWAYS_INLINE void* partitionAllocPartitionPages(PartitionRootBase* root, int flags, size_t … in partitionAllocPartitionPages() [all …]
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | Compiler.cpp | 184 TIntermNode* root = parseContext.treeRoot; in compile() local 388 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth) in detectCallDepth() 414 bool TCompiler::validateOutputs(TIntermNode* root) in validateOutputs() 421 void TCompiler::rewriteCSSShader(TIntermNode* root) in rewriteCSSShader() 427 bool TCompiler::validateLimitations(TIntermNode* root) in validateLimitations() 434 bool TCompiler::enforceTimingRestrictions(TIntermNode* root, bool outputGraph) in enforceTimingRestrictions() 464 bool TCompiler::limitExpressionComplexity(TIntermNode* root) in limitExpressionComplexity() 496 bool TCompiler::enforceVertexShaderTimingRestrictions(TIntermNode* root) in enforceVertexShaderTimingRestrictions() 503 void TCompiler::collectVariables(TIntermNode* root) in collectVariables() 525 void TCompiler::initializeGLPosition(TIntermNode* root) in initializeGLPosition() [all …]
|
/external/chromium_org/base/json/ |
D | json_string_value_serializer.cc | 15 bool JSONStringValueSerializer::Serialize(const Value& root) { in Serialize() 20 const Value& root) { in SerializeAndOmitBinaryValues() 24 bool JSONStringValueSerializer::SerializeInternal(const Value& root, in SerializeInternal()
|
/external/chromium_org/ui/base/models/ |
D | tree_node_model_unittest.cc | 71 TestNode* root = new TestNode; in TEST_F() local 96 TestNode* root = new TestNode; in TEST_F() local 126 TestNode root; in TEST_F() local 164 TestNode root; in TEST_F() local 198 TestNode root; in TEST_F() local 248 TestNode root; in TEST_F() local 282 TestNode* root = new TestNode(ASCIIToUTF16("root"), 0); in TEST_F() local 293 TestNode root; in TEST_F() local 315 TestNode root; in TEST_F() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
D | ElementShadow.cpp | 153 for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) in addShadowRoot() local 192 for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { in attach() local 203 for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) in detach() local 218 ShadowRoot* root = youngestShadowRoot(); in hasSameStyles() local 261 for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { in distribute() local 282 ShadowRoot* root = shadowInsertionPoint->containingShadowRoot(); in distribute() local 310 for (ShadowRoot* root = oldestShadowRoot(); root; root = root->youngerShadowRoot()) in ensureSelectFeatureSet() local 316 void ElementShadow::collectSelectFeatureSetFrom(ShadowRoot& root) in collectSelectFeatureSetFrom() 354 for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) in clearDistribution() local
|
/external/chromium_org/ui/views/ |
D | view_targeter.cc | 26 View* ViewTargeter::TargetForRect(View* root, const gfx::Rect& rect) const { in TargetForRect() 30 ui::EventTarget* ViewTargeter::FindTargetForEvent(ui::EventTarget* root, in FindTargetForEvent() 84 View* ViewTargeter::FindTargetForKeyEvent(View* root, const ui::KeyEvent& key) { in FindTargetForKeyEvent() 90 View* ViewTargeter::FindTargetForScrollEvent(View* root, in FindTargetForScrollEvent() 96 View* ViewTargeter::FindTargetForGestureEvent(View* root, in FindTargetForGestureEvent()
|
/external/qemu/proxy/ |
D | proxy_http_connector.c | 33 ProxyConnection root[1]; member 39 connection_free( ProxyConnection* root ) in connection_free() 53 ProxyConnection* root = conn->root; in connection_init() local 82 connection_select( ProxyConnection* root, in connection_select() 106 connection_poll( ProxyConnection* root, in connection_poll()
|
/external/qemu/android/ |
D | config-file.c | 36 _aconfig_find(AConfig *root, const char *name, int create) in _aconfig_find() 61 aconfig_find(AConfig *root, const char *name) in aconfig_find() 67 aconfig_bool(AConfig *root, const char *name, int _default) in aconfig_bool() 85 aconfig_unsigned(AConfig *root, const char *name, unsigned _default) in aconfig_unsigned() 96 aconfig_int(AConfig *root, const char *name, int _default) in aconfig_int() 108 aconfig_str(AConfig *root, const char *name, const char *_default) in aconfig_str() 119 aconfig_set(AConfig *root, const char *name, const char *value) in aconfig_set() 319 aconfig_load(AConfig *root, char *data) in aconfig_load() 339 aconfig_load_file(AConfig *root, const char *fn) in aconfig_load_file() 458 aconfig_save_file(AConfig *root, const char *fn) in aconfig_save_file()
|
/external/chromium_org/content/browser/frame_host/ |
D | frame_tree_browsertest.cc | 48 FrameTreeNode* root = in IN_PROC_BROWSER_TEST_F() local 76 FrameTreeNode* root = wc->GetFrameTree()->root(); in IN_PROC_BROWSER_TEST_F() local 124 FrameTreeNode* root = wc->GetFrameTree()->root(); in IN_PROC_BROWSER_TEST_F() local 163 FrameTreeNode* root = wc->GetFrameTree()->root(); in IN_PROC_BROWSER_TEST_F() local 184 FrameTreeNode* root = static_cast<WebContentsImpl*>(shell()->web_contents()) in IN_PROC_BROWSER_TEST_F() local 228 FrameTreeNode* root = static_cast<WebContentsImpl*>(shell()->web_contents()) in IN_PROC_BROWSER_TEST_F() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | BstRangeOps.java | 38 BstAggregate<? super N> aggregate, GeneralRange<K> range, @Nullable N root) { in totalInRange() 56 BstAggregate<? super N> aggregate, GeneralRange<K> range, BstSide side, @Nullable N root) { in totalBeyondRangeToSide() 77 BstBalancePolicy<N> balancePolicy, BstNodeFactory<N> nodeFactory, @Nullable N root) { in minusRange() 97 @Nullable N root) { in subTreeBeyondRangeToSide() 127 GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, @Nullable N root) { in furthestPath()
|