/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/iteration/detail/preprocessed/ |
D | fold.hpp | 124 fold(Seq& seq, State& state, F& f) in fold() function 141 struct fold struct 152 fold(Seq& seq, State const& state, F f) in fold() function 163 fold(Seq const& seq, State const& state, F f) in fold() function 174 fold(Seq& seq, State& state, F f) in fold() function 185 fold(Seq const& seq, State& state, F f) in fold() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
H A D | tfl_ops.cc | 701 OpFoldResult AddOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::AddOp 887 OpFoldResult ConcatenationOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::ConcatenationOp 1066 LogicalResult FullyConnectedOp::fold(ArrayRef<Attribute> operands, in fold() function in mlir::TFL::FullyConnectedOp 1502 OpFoldResult MulOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::MulOp 1542 OpFoldResult DivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::DivOp 1720 OpFoldResult ReshapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::ReshapeOp 2143 OpFoldResult SqueezeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::SqueezeOp 2156 OpFoldResult SubOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::SubOp 2714 OpFoldResult AbsOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::AbsOp 2727 OpFoldResult NegOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::NegOp [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | gen_helper.rs | 2 pub mod fold { module 42 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self; in fold() method 46 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method 52 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method 58 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method 64 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/ |
D | mod.rs | 78 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() function 201 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() function 340 fn fold<Acc, G>(mut self, init: Acc, mut f: G) -> Acc in fold() function 434 fn fold<Acc, G>(self, mut accum: Acc, mut f: G) -> Acc in fold() function 592 fn fold<B, F>(mut self, acc: B, mut f: F) -> B in fold() function 661 fn fold<B, F>(self, init: B, f: F) -> B in fold() function 702 fn fold<B, F>(self, init: B, f: F) -> B in fold() method 906 fn fold<Acc, Fold>(self, init: Acc, fold_f: Fold) -> Acc in fold() function 987 fn fold<Acc, Fold>(self, init: Acc, fold_f: Fold) -> Acc in fold() function 1060 fn fold<B, G>(self, init: B, mut func: G) -> B in fold() function [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/ |
D | fold.hpp | 86 struct fold : transform<fold<Sequence, State0, Fun> > struct 89 struct impl : transform_impl<Expr, State, Data> 212 struct fold<_, State0, Fun> : transform<fold<_, State0, Fun> > struct 215 struct impl
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | FoldTest.java | 55 MethodHandle fold = MethodHandles.foldArguments(Fold.MH_multer, 0, Fold.MH_adder); in testFold0a() local 63 MethodHandle fold = MethodHandles.foldArguments(Fold.MH_multer, 1, Fold.MH_adder1); in testFold1a() local 71 MethodHandle fold = MethodHandles.foldArguments(Fold.MH_str, 0, Fold.MH_comb); in testFold0b() local 79 MethodHandle fold = MethodHandles.foldArguments(Fold.MH_str, 1, Fold.MH_comb2); in testFold1b() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | array_chunks.rs | 102 fn fold<B, F>(self, init: B, f: F) -> B in fold() function 199 fn fold<B, F>(self, init: B, f: F) -> B in fold() method 210 default fn fold<B, F>(mut self, init: B, f: F) -> B in fold() function 224 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | array_chunks.rs | 102 fn fold<B, F>(self, init: B, f: F) -> B in fold() function 199 fn fold<B, F>(self, init: B, f: F) -> B in fold() method 210 default fn fold<B, F>(mut self, init: B, f: F) -> B in fold() function 224 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | array_chunks.rs | 102 fn fold<B, F>(self, init: B, f: F) -> B in fold() function 199 fn fold<B, F>(self, init: B, f: F) -> B in fold() method 210 default fn fold<B, F>(mut self, init: B, f: F) -> B in fold() function 224 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | array_chunks.rs | 102 fn fold<B, F>(self, init: B, f: F) -> B in fold() function 199 fn fold<B, F>(self, init: B, f: F) -> B in fold() method 210 default fn fold<B, F>(mut self, init: B, f: F) -> B in fold() function 224 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | array_chunks.rs | 102 fn fold<B, F>(self, init: B, f: F) -> B in fold() function 199 fn fold<B, F>(self, init: B, f: F) -> B in fold() method 210 default fn fold<B, F>(mut self, init: B, f: F) -> B in fold() function 224 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
H A D | LaunchSequence.java | 82 LaunchSequenceExecutionInfo fold(); in fold() method 194 public LaunchSequenceExecutionInfo fold() { in fold() method in LaunchSequence.ConsecutiveLaunch 232 public LaunchSequenceExecutionInfo fold() { in fold() method in LaunchSequence.RootLaunch
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
H A D | tf_ops_n_z.cc | 234 OpFoldResult PackOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::PackOp 505 OpFoldResult PowOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::PowOp 646 OpFoldResult RangeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RangeOp 703 OpFoldResult RankOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RankOp 726 OpFoldResult RealDivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RealDivOp 888 OpFoldResult ReshapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ReshapeOp 1080 OpFoldResult ShapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ShapeOp 1212 OpFoldResult SizeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SizeOp 1672 OpFoldResult SubOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SubOp 1687 OpFoldResult SumOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SumOp [all …]
|
H A D | tf_ops_a_m.cc | 101 OpFoldResult AddNOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::AddNOp 152 OpFoldResult AddV2Op::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::AddV2Op 614 OpFoldResult BroadcastToOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::BroadcastToOp 733 LogicalResult BroadcastGradientArgsOp::fold( in fold() function in mlir::TF::BroadcastGradientArgsOp 988 OpFoldResult CastOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::CastOp 1452 LogicalResult ConcatOffsetOp::fold(ArrayRef<Attribute> operands, in fold() function in mlir::TF::ConcatOffsetOp 1520 OpFoldResult ConstOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ConstOp 2187 OpFoldResult DivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::DivOp 2307 OpFoldResult EmptyOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::EmptyOp 2401 OpFoldResult EnsureShapeOp::fold(llvm::ArrayRef<mlir::Attribute>) { in fold() function in mlir::TF::EnsureShapeOp [all …]
|
/aosp_15_r20/external/python/dateutil/dateutil/tz/ |
D | _common.py | 37 def enfold(dt, fold=1): argument 99 def fold(self): member in _DatetimeWithFold 102 def enfold(dt, fold=1): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
D | fold.hpp | 31 struct fold struct 39 >::state type;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
H A D | hlo_ops.cc | 1847 OpFoldResult GetDimensionSizeOp::fold(ArrayRef<Attribute> attrs) { in fold() function in mlir::mhlo::GetDimensionSizeOp 1910 OpFoldResult IotaOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::mhlo::IotaOp 2096 OpFoldResult DynamicUpdateSliceOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::mhlo::DynamicUpdateSliceOp 2573 OpFoldResult ConvertOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::mhlo::ConvertOp 2665 OpFoldResult GetTupleElementOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::mhlo::GetTupleElementOp 3086 OpFoldResult BroadcastOp::fold(ArrayRef<Attribute> attrs) { in fold() function in mlir::mhlo::BroadcastOp 3243 OpFoldResult BroadcastInDimOp::fold(ArrayRef<Attribute> attrs) { in fold() function in mlir::mhlo::BroadcastInDimOp 3586 OpFoldResult ComplexOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::mhlo::ComplexOp 3618 OpFoldResult ImagOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::mhlo::ImagOp 3662 OpFoldResult RealOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::mhlo::RealOp [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/immutability/ImmutabilityAnnotationProcessorHostLibrary/linux_glibc_common/kotlin/ |
D | ImmutabilityAnnotationProcessorHostLibrary.jar | ... finalityError
boolean isFinal
int $i$a$-fold |
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
H A D | fold.h | 11 inline Tensor fold( in fold() function 45 inline Tensor fold(const Tensor& input, const FoldFuncOptions& options) { in fold() function
|
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/ |
H A D | ClockAnimations.kt | 29 fun fold(fraction: Float) method
|