/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/ |
D | with.rs | 24 impl<Si, Item, U, Fut, F> fmt::Debug for With<Si, Item, U, Fut, F> implementation 34 impl<Si, Item, U, Fut, F> With<Si, Item, U, Fut, F> implementation 49 impl<Si, Item, U, Fut, F> Clone for With<Si, Item, U, Fut, F> implementation 66 impl<S, Item, U, Fut, F> Stream for With<S, Item, U, Fut, F> implementation 77 impl<Si, Item, U, Fut, F, E> With<Si, Item, U, Fut, F> implementation 100 impl<Si, Item, U, Fut, F, E> Sink<U> for With<Si, Item, U, Fut, F> implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault() 130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault() 130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 118 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault() 132 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 118 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault() 132 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 118 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault() 132 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 118 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault() 132 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | tree_views.h | 1098 struct With : public Stmt { struct 1099 explicit With(const TreeRef& tree) : Stmt(tree) { in With() function 1103 List<WithItem> targets() const { in targets() argument 1111 static With create( in create() argument
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | With.java | 35 public final class With<V> implements Iterable<V>, Iterator<V> { class 284 private With() {} in With() method in With
|
/aosp_15_r20/external/rust/android-crates-io/crates/moveit/src/new/ |
D | mod.rs | 225 pub struct With<N, F>(N, F); struct 227 unsafe impl<N: New, F> New for With<N, F> implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/ |
D | logger.go | 127 func (l *Logger) With(args ...any) *Logger { func 160 func With(args ...any) *Logger { func
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/data/entries/ |
D | EntriesViewModel.java | 251 …public static final class With extends com.android.healthconnect.controller.data.entries.EntriesVi… class in EntriesViewModel.EntriesFragmentState 255 public With(@org.jetbrains.annotations.NotNull() in With() method in EntriesViewModel.EntriesFragmentState.With
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/ |
D | EntriesViewModel.kt | 345 data class With(val entries: List<FormattedEntry>) : EntriesFragmentState() in getNumOfEntries() class in com.android.healthconnect.controller.data.entries.EntriesFragmentState
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | sequence.rs | 509 pub struct With<P1, P2>((Ignore<P1>, P2)); struct 510 impl<Input, P1, P2> Parser<Input> for With<P1, P2> implementation
|
/aosp_15_r20/external/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 298 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function 910 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function 1551 MockSpec<F> With(Matcher<Args>... m) { in With() function
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 298 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function 910 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function 1551 MockSpec<F> With(Matcher<Args>... m) { in With() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 298 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function 910 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function 1551 MockSpec<F> With(Matcher<Args>... m) { in With() function
|
/aosp_15_r20/build/soong/android/ |
H A D | neverallow.go | 525 With(properties, value string) Rule methodSpec 604 func (r *rule) With(properties, value string) Rule { func
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | issue53087.go | 27 func (cm CloningMap[K, V]) With(key K, value V) CloningMap[K, V] { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/derive_arbitrary/src/ |
D | field_attributes.rs | 16 With(TokenStream), enumerator
|
/aosp_15_r20/external/vixl/src/ |
H A D | cpu-features.h | 346 CPUFeatures With(T... others) const { in With() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ |
H A D | OVERVIEW.md | 325 ### With ### subsection
|
/aosp_15_r20/external/rust/android-crates-io/crates/tinytemplate/src/ |
D | compiler.rs | 20 With, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/ |
D | xxh3.rs | 863 enum With { enum 869 impl Deref for With { implementation
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 74 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison() 2134 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
|