/aosp_15_r20/trusty/user/app/storage/ |
D | block_tree.c | 79 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 D | table.h | 92 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 D | doc-hit-info-iterator.h | 218 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 D | icing-dynamic-trie.h | 80 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 D | stack_profile.sql | 55 s.id IS f.max_symbol_id AS is_leaf field
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | VariableMethodStubs.cpp | 39 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 D | test_record_trie.h | 161 bool is_leaf = false; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | Tensor.cpp | 108 bool TensorBase::is_leaf() const { in is_leaf() function in at::TensorBase
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | CallChainJoiner.h | 38 uint32_t is_leaf : 1; member
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | VariableTypeUtils.h | 37 is_leaf, enumerator
|
H A D | variable.cpp | 457 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 D | ah_tree.py | 26 def is_leaf(self) -> bool: member in DecisionTreeNode
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/ |
D | math.rs | 20 fn is_leaf(&self) -> bool; in is_leaf() method
|
D | node.rs | 249 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 D | literal_trie.rs | 389 fn is_leaf(&self) -> bool { in is_leaf() method
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/ |
H A D | NestedTensorUtils.h | 232 inline bool is_leaf() const { in is_leaf() function
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | debug_utils.py | 556 is_leaf=None, argument
|
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/src/ |
D | inode.rs | 214 let is_leaf = iter.peek().is_none(); in from_zip() localVariable
|
/aosp_15_r20/external/pytorch/torch/_subclasses/ |
H A D | meta_utils.py | 465 is_leaf: bool = False variable in MetaTensorDesc
|
/aosp_15_r20/external/pytorch/torch/export/ |
H A D | dynamic_shapes.py | 458 def is_leaf(t): function
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | pass2.c | 1067 int is_leaf = 1; in check_dir_block() local
|
H A D | pass1.c | 2840 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/ |
D | function.h | 442 bool is_leaf; member
|
/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | graph.hh | 334 bool is_leaf () const in is_leaf() function
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | _pytree.py | 717 def is_leaf(self) -> bool: member in TreeSpec
|