/aosp_15_r20/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 259 struct fuse { struct 260 explicit fuse(const std::string& _path, const ino_t _ino, const bool _uncached_mode, in fuse() argument 281 if (android::base::StartsWith(path, mediaprovider::fuse::PRIMARY_VOLUME_PREFIX)) { in GetEffectiveRootPath() argument 290 // because fuse_lowlevel_ops documents that the root inode is always one argument 293 inline node* FromInode(__u64 inode) { in FromInode() 301 inline node* FromInodeNoThrow(__u64 inode) { in FromInodeNoThrow() 309 inline __u64 ToInode(node* node) const { in ToInode() 317 inline bool IsTranscodeSupportedPath(const string& path) { in IsTranscodeSupportedPath() 355 … if (!android::base::StartsWithIgnoreCase(path, mediaprovider::fuse::PRIMARY_VOLUME_PREFIX)) { in ShouldNotCache() argument 371 mediaprovider::fuse::NodeTracker tracker; argument [all …]
|
D | FuseDaemon.h | 146 struct ::fuse* fuse; variable
|
D | ReaddirHelper.cpp | 23 namespace fuse { namespace
|
D | FuseUtils.cpp | 28 namespace fuse { namespace
|
D | FuseUtilsTest.cpp | 23 namespace mediaprovider::fuse { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | passes.cpp | 80 SubgraphRewriter fuse; in ConcatAddMulReplaceNaNClip() local 107 SubgraphRewriter fuse; in CastedBatchOneHotLengths() local 139 SubgraphRewriter fuse; in ConcatBatchMatMulBatchGather() local 187 SubgraphRewriter fuse; in ClipRangesGatherRangesLengthsToOffsets() local 204 SubgraphRewriter fuse; in ClipRangesGather() local 222 SubgraphRewriter fuse; in PrecomputeMultiplierShiftForSigridHash() local 239 SubgraphRewriter fuse; in ClipRangesToGatherToOffsets() local 267 SubgraphRewriter fuse; in ToLengthsToOffsets() local 296 SubgraphRewriter fuse; in ClipRangesGatherSigridHash() local 314 SubgraphRewriter fuse; in ClipRangesGatherRangesSigridHash() local [all …]
|
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/ |
H A D | group_batch_fusion.py | 111 def fuse(self, graph, subset): member in GroupBatchFusionBase 218 def fuse(self, graph: torch.fx.GraphModule, subset: List[torch.fx.Node]): member in PostGradBatchLinearFusion 344 def fuse(self, graph: torch.fx.GraphModule, subset: List[torch.fx.Node]): member in GroupLinearFusion 442 def fuse(self, graph: torch.fx.GraphModule, subset: List[torch.fx.Node]): member in BatchPointwiseMathOpsPostGradFusion 505 def fuse(self, graph: torch.fx.GraphModule, subset: List[torch.fx.Node]): member in BatchLinearLHSFusion 649 def fuse(self, graph: torch.fx.GraphModule, subset: List[torch.fx.Node]): member in PreGradBatchLinearFusion 773 def fuse(self, graph: torch.fx.GraphModule, subset: List[torch.fx.Node]): member in BatchLayernormFusion 935 def fuse(self, graph: torch.fx.GraphModule, subset: List[torch.fx.Node]): member in BatchPointwiseOpsPreGradFusion 1012 def fuse(self, graph: torch.fx.GraphModule, subset: List[torch.fx.Node]): member in BatchPointwiseOpsPostGradFusion
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | panic_fuse.rs | 128 fuse: Fuse<'a>, field 180 fuse: Fuse<'a>, field 229 fuse: Fuse<'a>, field 291 fuse: Fuse<'a>, field 314 let fuse = &self.fuse; in consume_iter() localVariable
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | fuse.c | 107 struct fuse { struct 108 struct fuse_session *se; argument 112 fuse_ino_t ctr; argument 116 struct fuse_config conf; argument 118 struct fuse_fs *fs; argument 138 fuse_ino_t nodeid; argument 172 struct fuse *fuse; member 4863 static void *fuse_prune_nodes(void *fuse) in fuse_prune_nodes()
|
/aosp_15_r20/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/fusion/ |
D | DataFusers.java | 39 public Optional<RangingData> fuse( in fuse() method in DataFusers.PassthroughDataFuser 67 public Optional<RangingData> fuse( in fuse() method in DataFusers.PreferentialDataFuser
|
D | FusionEngine.java | 45 Optional<RangingData> fuse( in fuse() method
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/ |
H A D | fuse_handler.py | 36 def fuse( member in FuseHandler 55 def fuse( member in DefaultFuseHandler
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/future/ |
D | mod.rs | 26 mod fuse; module 365 fn fuse(self) -> Fuse<Self> in fuse() method
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
H A D | Share.kt | 371 override fun fuse(context: CoroutineContext, capacity: Int, onBufferOverflow: BufferOverflow) = in asSharedFlow() method 380 override fun fuse(context: CoroutineContext, capacity: Int, onBufferOverflow: BufferOverflow) = in fuse() method
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
H A D | ChannelFlow.kt | 26 public fun fuse( in <lambda>() method 69 …public override fun fuse(context: CoroutineContext, capacity: Int, onBufferOverflow: BufferOverflo… in dropChannelOperators() method in kotlinx.coroutines.flow.internal.ChannelFlow
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/queue/ |
D | qbuf.rs | 71 fuse: BufferStateFuse<Q>, field 81 let fuse = BufferStateFuse::new(Arc::downgrade(buffer_info)); in new() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/ |
D | stream_ext.rs | 25 mod fuse; module 539 fn fuse(self) -> Fuse<Self> in fuse() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | future_fuse.rs | 6 fn fuse() { in fuse() function
|
/aosp_15_r20/external/erofs-utils/ |
H A D | Makefile.am | 7 SUBDIRS += fuse subdir
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/thlo/IR/ |
H A D | thlo_ops.cc | 362 Value ConcatenateOp::fuse(Location loc, Value subset, OpBuilder &builder) { in fuse() function in mlir::thlo::ConcatenateOp 402 Value DynamicBroadcastInDimOp::fuse(Location loc, Value subset, in fuse() function in mlir::thlo::DynamicBroadcastInDimOp
|
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/ |
H A D | GpuKernelComponentGraph.cpp | 52 GpuKernelComponentStream GpuKernelComponentGraph::fuse(const MemoryDescriptorMap &mem_map) const in fuse() function in arm_compute::experimental::dynamic_fusion::GpuKernelComponentGraph
|
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/ |
D | Cargo.toml | 8 fuse = { path = "../../../../external/crosvm/fuse" } qkey
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | fuse.go | 29 func fuse(f *Func, typ fuseType) { func
|
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
H A D | Universe.kt | 374 private val fuse: Fuse = Fuse(LANDING_REMOVAL_TIME) constant in Landing 395 val fuse: Fuse = Fuse(ttl) constant
|
/aosp_15_r20/external/crosvm/fuse/ |
H A D | Cargo.toml | 2 name = "fuse" package
|