Home
last modified time | relevance | path

Searched defs:With (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/
Dwith.rs24 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 DSimplifyLibCalls.h116 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 DSimplifyLibCalls.h116 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/
DSimplifyLibCalls.h118 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/
DSimplifyLibCalls.h118 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/
DSimplifyLibCalls.h118 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/
DSimplifyLibCalls.h118 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 Dtree_views.h1098 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 DWith.java35 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/
Dmod.rs225 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/
Dlogger.go127 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/
DEntriesViewModel.java251 …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/
DEntriesViewModel.kt345 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/
Dsequence.rs509 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 Dgmock-spec-builders.h298 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 Dgmock-spec-builders.h298 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 Dgmock-spec-builders.h298 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 Dneverallow.go525 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/
Dissue53087.go27 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/
Dfield_attributes.rs16 With(TokenStream), enumerator
/aosp_15_r20/external/vixl/src/
H A Dcpu-features.h346 CPUFeatures With(T... others) const { in With() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A DOVERVIEW.md325 ### With ### subsection
/aosp_15_r20/external/rust/android-crates-io/crates/tinytemplate/src/
Dcompiler.rs20 With, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Dxxh3.rs863 enum With { enum
869 impl Deref for With { implementation
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp74 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
2134 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()

123