Home
last modified time | relevance | path

Searched defs:out_root (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/build/android/pylib/output/
H A Dlocal_output_manager.py38 def __init__(self, out_filename, out_subdir, datatype, out_root): argument
/aosp_15_r20/external/cronet/build/android/pylib/output/
H A Dlocal_output_manager.py38 def __init__(self, out_filename, out_subdir, datatype, out_root): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpytree.cc587 auto& out_root = out->traversal_.back(); in Compose() local
/aosp_15_r20/external/trusty/lk/kernel/vm/
Dvmm.c756 struct bst_root** out_root) { in alloc_region()
/aosp_15_r20/external/kmod/tools/
H A Ddepmod.c2911 _cleanup_free_ char *out_root = NULL; in do_depmod() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs250 let out_root = out_tree.root.as_mut().unwrap(); in clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs250 let out_root = out_tree.root.as_mut().unwrap(); in clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs250 let out_root = out_tree.root.as_mut().unwrap(); in clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs250 let out_root = out_tree.root.as_mut().unwrap(); in clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs250 let out_root = out_tree.root.as_mut().unwrap(); in clone() localVariable
/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc_unittest.cc2826 scoped_refptr<X509Certificate>* out_root) { in CreateSimpleChainWithAIA()