/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/layer_filters/ |
D | combinator.rs | 32 pub struct Or<A, B, S> { struct 33 a: A, 34 b: B, 35 _s: PhantomData<fn(S)>, 205 impl<A, B, S> Or<A, B, S> impl 293 impl<A, B, S> Filter<S> for Or<A, B, S> implementation 368 impl<A, B, S> Clone for Or<A, B, S> implementation 382 impl<A, B, S> fmt::Debug for Or<A, B, S> implementation
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | generic-selection.cpp | 30 template <unsigned Arg, unsigned... Args> struct Or { struct 31 enum { result = Arg | Or<Args...>::result }; argument 34 template <unsigned Arg> struct Or<Arg> { struct 40 result = Or<_Generic(Args(), int: 1, long: 2, short: 4, float: 8)...>::result argument
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/ |
H A D | CombiningEvaluator.java | 96 public static final class Or extends CombiningEvaluator { class in CombiningEvaluator 101 Or(Collection<Evaluator> evaluators) { in Or() method in CombiningEvaluator.Or 110 Or(Evaluator... evaluators) { this(Arrays.asList(evaluators)); } in Or() method in CombiningEvaluator.Or 112 Or() { in Or() method in CombiningEvaluator.Or
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/ |
D | type.go | 96 func (x *Int32) Or(mask int32) (old int32) { return OrInt32(&x.v, mask) } func 128 func (x *Int64) Or(mask int64) (old int64) { return OrInt64(&x.v, mask) } func 159 func (x *Uint32) Or(mask uint32) (old uint32) { return OrUint32(&x.v, mask) } func 191 func (x *Uint64) Or(mask uint64) (old uint64) { return OrUint64(&x.v, mask) } func 222 func (x *Uintptr) Or(mask uintptr) (old uintptr) { return OrUintptr(&x.v, mask) } func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 97 Value *Or = IRB.CreateOr(Cmp2, Cmp3); in getBoundsCheckCond() local 113 static void insertBoundsCheck(Value *Or, BuilderTy &IRB, GetTrapBBT GetTrapBB) { in insertBoundsCheck() 156 Value *Or = nullptr; in addBoundsChecking() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 99 Value *Or = IRB.CreateOr(Cmp2, Cmp3); in getBoundsCheckCond() local 115 static void insertBoundsCheck(Value *Or, BuilderTy IRB, GetTrapBBT GetTrapBB) { in insertBoundsCheck() 154 Value *Or = nullptr; in addBoundsChecking() local
|
/aosp_15_r20/external/easymock/src/org/easymock/internal/matchers/ |
H A D | Or.java | 24 public class Or implements IArgumentMatcher, Serializable { class 30 public Or(List<IArgumentMatcher> matchers) { in Or() method in Or
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/matchers/ |
H A D | Or.java | 13 public class Or implements ArgumentMatcher<Object>, Serializable { class 17 public Or(ArgumentMatcher<?> m1, ArgumentMatcher<?> m2) { in Or() method in Or
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/policy/contextrules/ |
D | Or.java | 9 public final class Or implements com.android.libraries.pcc.chronicle.api.policy.contextrules.Policy… class 19 public Or(@org.jetbrains.annotations.NotNull() in Or() method in Or
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/ |
D | internal.rs | 410 pub struct Or<F, G> { struct 415 impl<'a, I: Clone, O, E: crate::error::ParseError<I>, F: Parser<I, O, E>, G: Parser<I, O, E>> 416 Parser<I, O, E> for Or<F, G> argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/ |
H A D | internal.rs | 410 pub struct Or<F, G> { struct 415 impl<'a, I: Clone, O, E: crate::error::ParseError<I>, F: Parser<I, O, E>, G: Parser<I, O, E>> 416 Parser<I, O, E> for Or<F, G> argument
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRecordPattern.h | 126 struct Or { struct 128 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() argument
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/contextrules/ |
D | PolicyContextRule.kt | 60 class Or(private val lhs: PolicyContextRule, private val rhs: PolicyContextRule) : in or() class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 26 Or, enumerator 77 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or() function
|
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 27 Or, enumerator 78 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 26 Or, enumerator 77 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or() function
|
/aosp_15_r20/external/emboss/runtime/cpp/test/ |
H A D | emboss_arithmetic_test.cc | 303 TEST(Or, Or) { in TEST() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 26 Or, enumerator 77 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 26 Or, enumerator 77 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or() function
|
/aosp_15_r20/bionic/tests/ |
H A D | heap_tagging_level_test.cpp | 97 class Or { class 101 Or(Pred A, Pred B) : A(A), B(B) {} in Or() function in __anonf9b0765f0111::Or
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | 64bit.go | 196 func (a Uint64) Or(b Uint64) (c Uint64) { func 306 func (a Int64) Or(b Int64) (c Int64) { return a.Uint64().Or(b.Uint64()).Int64() } func
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestFmwkPlus.java | 180 public static class Or<T, U> extends TestRelation<T, U> { class in TestFmwkPlus 184 public Or(TestRelation<T, U>... others) { in Or() method in TestFmwkPlus.Or
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 169 Value *Or = Builder.CreateOr(Abs, ImplicitBit); in expandFPToI() local 409 Value *Or = Builder.CreateOr(Shr6, Conv11); in expandIToFP() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/ |
D | types.go | 152 func (u *Uint8) Or(value uint8) { func 279 func (u *Uint32) Or(value uint32) { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | choice.rs | 561 pub struct Or<P1, P2>(Choice<(P1, P2)>); struct 562 impl<Input, O, P1, P2> Parser<Input> for Or<P1, P2> implementation
|