Home
last modified time | relevance | path

Searched defs:new_tree (Results 1 – 13 of 13) sorted by relevance

/external/clang/tools/clang-format/
Dgit-clang-format458 def print_diff(old_tree, new_tree): argument
471 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
/external/bcc/scripts/
Dgit-clang-format480 def print_diff(old_tree, new_tree): argument
493 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
/external/libchrome/libchrome_tools/uprev/
Dgenerate_filtered_tree.py117 def verify_commit(original_commit, new_tree): argument
/external/selinux/libsepol/cil/test/unit/
DCilTest.c89 struct cil_tree *new_tree = malloc(sizeof(*new_tree)); in gen_test_tree() local
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp105 Ptree& new_tree() { in new_tree() function in boost::property_tree::json_parser::detail::standard_callbacks
/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dtree_kem.rs178 let new_tree = &mut group.provisional_public_state.unwrap().public_tree; in tree_kem() localVariable
/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dfiltering_lite.rs96 let mut new_tree = self.original_tree.clone(); in apply_tree_changes() localVariable
Dfiltering_common.rs65 pub(crate) new_tree: TreeKemPublic, field
Dfiltering.rs139 let mut new_tree = self.original_tree.clone(); in apply_tree_changes() localVariable
/external/selinux/libsepol/cil/src/
Dcil_tree.c170 struct cil_tree *new_tree = cil_malloc(sizeof(*new_tree)); in cil_tree_init() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb372 def replace_children( start, stop, new_tree ) argument
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dcommit.rs1285 let new_tree = group.export_tree(); in commit_includes_tree_if_no_ratchet_tree_ext() localVariable
Dproposal_cache.rs772 async fn new_tree(name: &str) -> (LeafIndex, TreeKemPublic) { in new_tree() function