Home
last modified time | relevance | path

Searched defs:is_leaf (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/trusty/user/app/storage/
Dblock_tree.c79 uint64_t is_leaf; member
220 bool is_leaf = block_tree_node_is_leaf(node_rw); in block_tree_node_shift() local
367 bool is_leaf = block_tree_node_is_leaf(node_rw); in block_tree_node_merge_entries() local
517 bool is_leaf = block_tree_node_is_leaf(node_ro); in block_tree_node_get_child_data() local
792 bool is_leaf; in block_tree_node_check() local
882 bool is_leaf; in block_tree_check_sub_tree() local
1214 bool is_leaf = block_tree_node_is_leaf(node_ro); in block_tree_node_find_block() local
1930 bool is_leaf; in block_tree_node_split() local
2411 bool is_leaf; in block_tree_node_merge() local
/aosp_15_r20/external/libxkbcommon/src/compose/
H A Dtable.h92 bool is_leaf:1; member
96 bool is_leaf:1; member
103 bool is_leaf:1; member
/aosp_15_r20/external/icing/icing/index/iterator/
H A Ddoc-hit-info-iterator.h218 virtual bool is_leaf() { return false; } in is_leaf() function
286 bool is_leaf() override { return true; } in is_leaf() function
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.h80 bool is_leaf() const { return is_leaf_; } in is_leaf() function
81 void set_is_leaf(bool is_leaf) { is_leaf_ = is_leaf; } in set_is_leaf()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/callstacks/
H A Dstack_profile.sql55 s.id IS f.max_symbol_id AS is_leaf field
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DVariableMethodStubs.cpp39 bool is_leaf(const Tensor& self) { in is_leaf() function
/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/internal/
H A Dtest_record_trie.h161 bool is_leaf = false; member
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DTensor.cpp108 bool TensorBase::is_leaf() const { in is_leaf() function in at::TensorBase
/aosp_15_r20/system/extras/simpleperf/
H A DCallChainJoiner.h38 uint32_t is_leaf : 1; member
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DVariableTypeUtils.h37 is_leaf, enumerator
H A Dvariable.cpp457 bool VariableHooks::is_leaf(const at::TensorBase& self) const { in is_leaf() function in torch::autograd::VariableHooks
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/
H A Dah_tree.py26 def is_leaf(self) -> bool: member in DecisionTreeNode
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dmath.rs20 fn is_leaf(&self) -> bool; in is_leaf() method
Dnode.rs249 pub fn is_leaf(&self, index: NodeIndex) -> bool { in is_leaf() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dliteral_trie.rs389 fn is_leaf(&self) -> bool { in is_leaf() method
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorUtils.h232 inline bool is_leaf() const { in is_leaf() function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddebug_utils.py556 is_leaf=None, argument
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/src/
Dinode.rs214 let is_leaf = iter.peek().is_none(); in from_zip() localVariable
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dmeta_utils.py465 is_leaf: bool = False variable in MetaTensorDesc
/aosp_15_r20/external/pytorch/torch/export/
H A Ddynamic_shapes.py458 def is_leaf(t): function
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dpass2.c1067 int is_leaf = 1; in check_dir_block() local
H A Dpass1.c2840 int is_dir, is_leaf; in scan_extent_node() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dfunction.h442 bool is_leaf; member
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dgraph.hh334 bool is_leaf () const in is_leaf() function
/aosp_15_r20/external/pytorch/torch/utils/
H A D_pytree.py717 def is_leaf(self) -> bool: member in TreeSpec

12