Home
last modified time | relevance | path

Searched defs:either (Results 1 – 25 of 153) sorted by relevance

1234567

/aosp_15_r20/external/deqp/framework/common/
H A DtcuEither.cpp86 const Either<int, float> either(intValue); in Either_selfTest() local
101 const Either<int, float> either(floatValue); in Either_selfTest() local
117 Either<int, float> either(floatValue); in Either_selfTest() local
135 Either<int, float> either(intValue); in Either_selfTest() local
153 Either<int, float> either(floatValue); in Either_selfTest() local
172 Either<int, float> either(intValue); in Either_selfTest() local
190 const Either<TestClassWithConstructor, int> either(testObject); in Either_selfTest() local
205 const Either<int, TestClassWithConstructor> either(testObject); in Either_selfTest() local
221 Either<TestClassWithConstructor, int> either(intValue); in Either_selfTest() local
239 Either<int, TestClassWithConstructor> either(intValue); in Either_selfTest() local
[all …]
H A DtcuEither.hpp108 const Type &get(const Either<First, Second> &either) in get()
135 bool is(const Either<First, Second> &either) in is()
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
H A DEitherTest.java39 final Either<String, Integer> either = Either.left("left val"); in mapWhenLeftValuePresent_OnlyCallsLeftFunction() local
50 final Either<String, Integer> either = Either.right(42); in mapWhenRightValuePresent_OnlyCallsRightFunction() local
62 final Either<String, Integer> either = Either.left(value); in mapLeftWhenLeftValuePresent_OnlyMapsLeftValue() local
71 final Either<String, Integer> either = Either.right(value); in mapLeftWhenLeftValueNotPresent_DoesNotMapValue() local
80 final Either<String, Integer> either = Either.right(value); in mapRightWhenRightValuePresent_OnlyMapsLeftValue() local
89 final Either<String, Integer> either = Either.left(value); in mapRightWhenRightValueNotPresent_DoesNotMapValue() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddiscrim-union.cpp67 class either { class
74 constexpr either(a<U> &&t) : in either() function in either
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/
Deither.rs208 let mut either: Either<Once<u32>, Once<u32>> = Either::Left(once(1)); in either_is_stream() localVariable
216 let mut either: Either<Repeat, Repeat> = Either::Right(repeat(0b101)); in either_is_async_read() localVariable
Dlib.rs60 pub mod either; module
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dlib.rs17 mod either; module
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/waiters/
H A DResponseOrException.java80 ResponseOrException<?> either = (ResponseOrException<?>) o; in equals() local
/aosp_15_r20/external/junit/src/main/java/org/junit/matchers/
H A DJUnitMatchers.java94 public static <T> CombinableEitherMatcher<T> either(Matcher<? super T> matcher) { in either() method in JUnitMatchers
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/
Dmod.rs114 mod either; module
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/util/
H A DEither.kt91 for (either in this) { in partitionEithers() constant
/aosp_15_r20/external/rust/android-crates-io/crates/either/
DCargo.toml15 name = "either" package
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/either-1.11.0/
H A DCargo.toml15 name = "either" package
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/
Dlib.rs166 mod either; module
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/
H A DEither.java74 Either<A, B> either = (Either<A, B>) obj; in equals() local
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DCombinableMatcher.java69 public static <LHS> CombinableEitherMatcher<LHS> either(Matcher<? super LHS> matcher) { in either() method in CombinableMatcher
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DEither.java157 Either<?, ?> either = (Either<?, ?>) o; in equals() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/
H A Dlib.rs188 mod either; module
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCoreMatchers.java59 …public static <LHS> org.hamcrest.core.CombinableMatcher.CombinableEitherMatcher<LHS> either(org.ha… in either() method in CoreMatchers
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/future/
H A Dasync_drop.rs243 async unsafe fn either<O: IntoFuture<Output = ()>, M: IntoFuture<Output = ()>, T>( in either() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/future/
H A Dasync_drop.rs243 async unsafe fn either<O: IntoFuture<Output = ()>, M: IntoFuture<Output = ()>, T>( in either() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/future/
H A Dasync_drop.rs243 async unsafe fn either<O: IntoFuture<Output = ()>, M: IntoFuture<Output = ()>, T>( in either() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/future/
H A Dasync_drop.rs243 async unsafe fn either<O: IntoFuture<Output = ()>, M: IntoFuture<Output = ()>, T>( in either() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/future/
H A Dasync_drop.rs243 async unsafe fn either<O: IntoFuture<Output = ()>, M: IntoFuture<Output = ()>, T>( in either() function
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/
Dmod.rs7 mod either; module

1234567