Home
last modified time | relevance | path

Searched defs:fuse (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/aosp_15_r20/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp259 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 …]
DFuseDaemon.h146 struct ::fuse* fuse; variable
DReaddirHelper.cpp23 namespace fuse { namespace
DFuseUtils.cpp28 namespace fuse { namespace
DFuseUtilsTest.cpp23 namespace mediaprovider::fuse { namespace
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dpasses.cpp80 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 Dgroup_batch_fusion.py111 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/
Dpanic_fuse.rs128 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 Dfuse.c107 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/
DDataFusers.java39 public Optional<RangingData> fuse( in fuse() method in DataFusers.PassthroughDataFuser
67 public Optional<RangingData> fuse( in fuse() method in DataFusers.PreferentialDataFuser
DFusionEngine.java45 Optional<RangingData> fuse( in fuse() method
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dfuse_handler.py36 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/
Dmod.rs26 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 DShare.kt371 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 DChannelFlow.kt26 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/
Dqbuf.rs71 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/
Dstream_ext.rs25 mod fuse; module
539 fn fuse(self) -> Fuse<Self> in fuse() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dfuture_fuse.rs6 fn fuse() { in fuse() function
/aosp_15_r20/external/erofs-utils/
H A DMakefile.am7 SUBDIRS += fuse subdir
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/thlo/IR/
H A Dthlo_ops.cc362 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 DGpuKernelComponentGraph.cpp52 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/
DCargo.toml8 fuse = { path = "../../../../external/crosvm/fuse" } qkey
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dfuse.go29 func fuse(f *Func, typ fuseType) { func
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DUniverse.kt374 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 DCargo.toml2 name = "fuse" package

12345678910>>...16