/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuEither.cpp | 86 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 D | tcuEither.hpp | 108 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 D | EitherTest.java | 39 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 D | discrim-union.cpp | 67 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/ |
D | either.rs | 208 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
|
D | lib.rs | 60 pub mod either; module
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/ |
D | lib.rs | 17 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 D | ResponseOrException.java | 80 ResponseOrException<?> either = (ResponseOrException<?>) o; in equals() local
|
/aosp_15_r20/external/junit/src/main/java/org/junit/matchers/ |
H A D | JUnitMatchers.java | 94 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/ |
D | mod.rs | 114 mod either; module
|
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/util/ |
H A D | Either.kt | 91 for (either in this) { in partitionEithers() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/either/ |
D | Cargo.toml | 15 name = "either" package
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/either-1.11.0/ |
H A D | Cargo.toml | 15 name = "either" package
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ |
D | lib.rs | 166 mod either; module
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/ |
H A D | Either.java | 74 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 D | CombinableMatcher.java | 69 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 D | Either.java | 157 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 D | lib.rs | 188 mod either; module
|
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
H A D | CoreMatchers.java | 59 …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 D | async_drop.rs | 243 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 D | async_drop.rs | 243 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 D | async_drop.rs | 243 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 D | async_drop.rs | 243 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 D | async_drop.rs | 243 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/ |
D | mod.rs | 7 mod either; module
|