Searched refs:new_tree (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/property_tree/json_parser/detail/ |
D | standard_callbacks.hpp | 67 new_tree(); in on_begin_array() 76 new_tree(); in on_begin_object() 105 Ptree& new_tree() { in new_tree() function in boost::property_tree::json_parser::detail::standard_callbacks 131 return new_tree(); in new_tree() 135 if (stack.empty()) return new_tree().data(); in new_value() 146 return new_tree().data(); in new_value()
|
/third_party/nghttp2/ |
D | git-clang-format | 144 new_tree = run_clang_format_and_save_to_tree(changed_lines, 149 print 'new tree:', new_tree 150 if old_tree == new_tree: 154 print_diff(old_tree, new_tree) 156 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 415 def print_diff(old_tree, new_tree): argument 420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--']) 423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument 429 new_tree).rstrip('\0').split('\0') 446 subprocess.check_call(['git', 'checkout', '--patch', new_tree]) [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/scripts/ |
D | git-clang-format | 157 new_tree = run_clang_format_and_save_to_tree(changed_lines, 163 new_tree = run_clang_format_and_save_to_tree(changed_lines, 168 print('new tree: %s' % new_tree) 169 if old_tree == new_tree: 173 print_diff(old_tree, new_tree) 175 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 479 def print_diff(old_tree, new_tree): argument 488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree, 492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument 499 new_tree).rstrip('\0').split('\0') [all …]
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_tree.c | 179 struct cil_tree *new_tree = cil_malloc(sizeof(*new_tree)); in cil_tree_init() local 181 cil_tree_node_init(&new_tree->root); in cil_tree_init() 183 *tree = new_tree; in cil_tree_init()
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | CilTest.c | 89 struct cil_tree *new_tree = malloc(sizeof(*new_tree)); in gen_test_tree() local 92 cil_tree_init(&new_tree); in gen_test_tree() 93 new_tree->root->flavor = CIL_ROOT; in gen_test_tree() 94 current = new_tree->root; in gen_test_tree() 129 *test_root = new_tree; in gen_test_tree()
|
/third_party/python/Doc/library/ |
D | ast.rst | 2129 new_tree = fix_missing_locations(RewriteName().visit(tree))
|