Home
last modified time | relevance | path

Searched refs:child_tree (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_bound_branches.py45 return base_tree, child_tree
98 child_tree.commit(message='child')
120 child_tree.update()
123 child_tree.commit(message='child')
154 child_tree = child_tree.controldir.open_workingtree()
155 child_tree.commit(message='child')
203 child_branch = child_tree.branch
208 child_tree = child_tree.controldir.open_workingtree()
220 child_tree = child_tree.controldir.open_workingtree()
222 child_tree.update()
[all …]
H A Dtest_link_tree.py44 self.child_tree = child_controldir.open_workingtree()
48 child_stat = os.lstat(self.child_tree.abspath('foo'))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_tree_combiner_unittest.cc61 AXTreeUpdate child_tree; in TEST() local
62 child_tree.root_id = 1; in TEST()
66 child_tree.nodes.resize(3); in TEST()
67 child_tree.nodes[0].id = 1; in TEST()
70 child_tree.nodes[1].id = 2; in TEST()
72 child_tree.nodes[2].id = 3; in TEST()
187 AXTreeUpdate child_tree; in TEST() local
192 child_tree.root_id = 1; in TEST()
193 child_tree.nodes.resize(3); in TEST()
194 child_tree.nodes[0].id = 1; in TEST()
[all …]
H A Dax_tree_combiner.cc129 const AXTreeUpdate* child_tree = nullptr; in ProcessTree() local
131 child_tree = tree_id_map_.find(child_tree_id)->second; in ProcessTree()
132 if (child_tree->tree_data.parent_tree_id != tree_id) in ProcessTree()
133 child_tree = nullptr; in ProcessTree()
134 if (child_tree && child_tree->nodes.empty()) in ProcessTree()
135 child_tree = nullptr; in ProcessTree()
136 if (child_tree) { in ProcessTree()
138 child_tree->nodes[0].id)); in ProcessTree()
146 if (child_tree) in ProcessTree()
147 ProcessTree(child_tree); in ProcessTree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_tree_combiner_unittest.cc61 AXTreeUpdate child_tree; in TEST() local
62 child_tree.root_id = 1; in TEST()
66 child_tree.nodes.resize(3); in TEST()
67 child_tree.nodes[0].id = 1; in TEST()
70 child_tree.nodes[1].id = 2; in TEST()
72 child_tree.nodes[2].id = 3; in TEST()
187 AXTreeUpdate child_tree; in TEST() local
192 child_tree.root_id = 1; in TEST()
193 child_tree.nodes.resize(3); in TEST()
194 child_tree.nodes[0].id = 1; in TEST()
[all …]
H A Dax_tree_combiner.cc134 const AXTreeUpdate* child_tree = nullptr; in ProcessTree() local
136 child_tree = tree_id_map_.find(child_tree_id)->second; in ProcessTree()
137 if (child_tree->tree_data.parent_tree_id != tree_id) in ProcessTree()
138 child_tree = nullptr; in ProcessTree()
139 if (child_tree && child_tree->nodes.empty()) in ProcessTree()
140 child_tree = nullptr; in ProcessTree()
141 if (child_tree) { in ProcessTree()
143 child_tree->nodes[0].id)); in ProcessTree()
151 if (child_tree) in ProcessTree()
152 ProcessTree(child_tree); in ProcessTree()
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_branch/
H A Dtest_update.py42 child_tree = self.make_branch_and_tree('child')
44 child_tree.branch.bind(master_tree.branch)
49 child_tree.commit('foo', rev_id=b'foo', allow_pointless=True)
54 self.assertEqual(None, child_tree.branch.update())
60 child_tree = self.make_branch_and_tree('child')
62 child_tree.branch.bind(master_tree.branch)
67 child_tree.commit('foo', rev_id=b'foo',
71 self.assertEqual(b'foo', child_tree.branch.update())
72 self.assertEqual(b'bar', child_tree.branch.last_revision())
/dports/devel/brz/breezy-3.2.0/breezy/plugins/email/tests/
H A Dtestemail.py203 child_tree = master_tree.controldir.sprout('child').open_workingtree()
204 child_tree.branch.bind(master_tree.branch)
207 child_tree.add(['b'])
208 revision_id = child_tree.commit('b')
212 local_branch=child_tree.branch)
216 self.assertIs(child_tree.branch.repository, sender.repository)
224 child_tree = master_tree.controldir.sprout('child').open_workingtree()
225 child_tree.branch.bind(master_tree.branch)
232 child_tree.branch.repository.has_revision(revision_id))
235 local_branch=child_tree.branch)
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/fuzzer/
H A Dbrowser_accessibility_fuzzer.cc136 ui::AXTreeUpdate child_tree; in LLVMFuzzerTestOneInput() local
137 child_tree.root_id = 1; in LLVMFuzzerTestOneInput()
138 child_tree.tree_data.tree_id = child_tree_id; in LLVMFuzzerTestOneInput()
139 child_tree.has_tree_data = true; in LLVMFuzzerTestOneInput()
140 child_tree.nodes.resize(1); in LLVMFuzzerTestOneInput()
142 child_tree.nodes[0].id = 1; in LLVMFuzzerTestOneInput()
143 child_tree.nodes[0].role = ax::mojom::Role::kRootWebArea; in LLVMFuzzerTestOneInput()
145 VLOG(1) << child_tree.ToString(); in LLVMFuzzerTestOneInput()
151 BrowserAccessibilityManager::Create(child_tree, &delegate)); in LLVMFuzzerTestOneInput()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/devel/py-thrift/thrift-0.14.0/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/devel/thrift/thrift-0.14.0/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/devel/thrift-c_glib/thrift-0.14.0/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/devel/thrift-cpp/thrift-0.14.0/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/devel/node-thrift/thrift-0.14.0/test/rb/generation/
H A Dtest_recursive.rb29 child_tree = RecTree.new
30 child_tree.item = CHILD_ITEM
34 parent_tree.children = [child_tree]
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_missing.py71 child_tree = base_tree.controldir.sprout('child').open_workingtree()
74 child_tree.add(['b'], [b'b-id'])
75 child_tree.commit('adding b', rev_id=b'c-2')
77 child_tree.remove(['a'])
78 child_tree.commit('removing a', rev_id=b'c-3')
81 child_tree.commit('modifying b', rev_id=b'c-4')
83 child_tree.rename_one('b', 'c')
84 child_tree.commit('rename b=>c', rev_id=b'c-5')
87 child_tree.branch)
94 child_tree.branch.repository,
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dmeta.cpp151 auto child_tree = FileFinder::CreateDirectoryTree(child_full_path); in BuildImportCandidateList()
153 if (child_tree != nullptr) { in BuildImportCandidateList()
155 std::string lmtPath = child_tree->FindFile(TREEMAP_NAME); in BuildImportCandidateList()
162 std::string ldbPath = child_tree->FindFile(DATABASE_NAME); in BuildImportCandidateList()
179 std::string file = child_tree->FindFile(ss.str()); in BuildImportCandidateList()
/dports/lang/ruby26/ruby-2.6.9/tool/
H A Dtranscode-tblgen.rb98 def initialize(byte_min, byte_max, child_tree) argument
101 @child_tree = child_tree
102 @hash = byte_min.hash ^ byte_max.hash ^ child_tree.hash
111 @child_tree == other.child_tree
314 child_tree = expand_rec(prefix2, r_rects2, &block)
315 tree << Branch.new(byte_min, byte_max, child_tree)
413 max_input_length_rec(branch.child_tree)
601 byte_min, byte_max, child_tree = branch.byte_min, branch.byte_max, branch.child_tree
602 rest = ActionMap.new(child_tree)
/dports/databases/py-peewee/peewee-3.14.4/examples/
H A Dadjacency_list.py40 for child_tree in children:
41 stack.insert(0, (node, child_tree))
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Daccessibility_bridge.cc306 ui::AXSerializableTree* child_tree = nullptr; in UpdateTreeConnections() local
309 child_tree = it->second.get(); in UpdateTreeConnections()
329 if (!child_tree && (!parent_tree || !ax_node)) { in UpdateTreeConnections()
336 if (!child_tree || (!parent_tree || !ax_node)) { in UpdateTreeConnections()
354 child_tree->GetAXTreeID(), child_tree->root()->id(), false); in UpdateTreeConnections()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A Dutil.py454 child_tree = child._render(tree.deeper())
466 head(child_tree.pop(0))
467 for child_data in child_tree:
517 child_tree = trees[ob]
519 trees[ob] = child_tree = cls(ob)
520 parent_tree.add_child(child_tree)
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A D__init__.py324 def _convert_element_tree_to_member(self, child_tree):
326 child_tree))
477 def _convert_element_tree_to_member(self, child_tree):
479 if child_tree.tag in self.__class__.c_children:
480 member_name = self.__class__.c_children[child_tree.tag][0]
481 member_class = self.__class__.c_children[child_tree.tag][1]
489 create_class_from_element_tree(member_class[0], child_tree))
493 child_tree))
495 ExtensionContainer._convert_element_tree_to_member(self, child_tree)

123