/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/layer_filters/ |
D | combinator.rs | 48 pub struct Not<A, S> { struct 49 a: A, 50 _s: PhantomData<fn(S)>, 397 impl<A, S> Not<A, S> implementation 467 impl<A, S> Filter<S> for Not<A, S> implementation 523 impl<A, S> Clone for Not<A, S> implementation 535 impl<A, S> fmt::Debug for Not<A, S> implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 34 pub trait Not { trait 57 impl Not for $t { impl 71 impl Not for ! { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 34 pub trait Not { trait 57 impl Not for $t { impl 71 impl Not for ! { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 34 pub trait Not { interface 57 impl Not for $t { impl 71 impl Not for ! { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 34 pub trait Not { trait 57 impl Not for $t { impl 71 impl Not for ! { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 34 pub trait Not { trait 57 impl Not for $t { impl 71 impl Not for ! { impl
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/matchers/ |
H A D | Not.java | 13 public class Not implements ArgumentMatcher<Object>, Serializable { class 17 public Not(ArgumentMatcher<?> matcher) { in Not() method in Not
|
/aosp_15_r20/external/easymock/src/org/easymock/internal/matchers/ |
H A D | Not.java | 22 public class Not implements IArgumentMatcher, Serializable { class 28 public Not(IArgumentMatcher first) { in Not() method in Not
|
/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 | Not.java | 9 public final class Not implements com.android.libraries.pcc.chronicle.api.policy.contextrules.Polic… class 17 public Not(@org.jetbrains.annotations.NotNull() in Not() method in Not
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/ |
H A D | Not.java | 19 public class Not extends SingleArgFn { class 23 public Not(FnNode fnNode) { in Not() method in Not
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deMeta.hpp | 45 struct Not struct 48 {
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRecordPattern.h | 119 struct Not { struct 121 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/contextrules/ |
D | PolicyContextRule.kt | 71 class Not(private val inner: PolicyContextRule) : PolicyContextRule { in not() class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 27 Not enumerator 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
|
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 28 Not enumerator 87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 27 Not enumerator 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 27 Not enumerator 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 27 Not enumerator 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 419 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { in getRegForI1Value() 890 bool Not; in selectSelect() local 1073 bool Not = false; in selectFCmp() local 1280 bool Not; in selectBr() local
|
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 365 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { in getRegForI1Value() 719 bool Not; in selectSelect() local 891 bool Not = false; in selectFCmp() local 1095 bool Not; in selectBr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 424 bool &Not) { in getRegForI1Value() 912 bool Not; in selectSelect() local 1100 bool Not = false; in selectFCmp() local 1313 bool Not; in selectBr() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm64_sve.cc | 389 __ Not(dst.VnB(), p_reg, src.VnB()); in VisitVecNot() local 393 __ Not(dst.VnH(), p_reg, src.VnH()); in VisitVecNot() local 396 __ Not(dst.VnS(), p_reg, src.VnS()); in VisitVecNot() local 399 __ Not(dst.VnD(), p_reg, src.VnD()); in VisitVecNot() local 1344 __ Not(output_p_reg.VnB(), control_p_reg.Zeroing(), input_p_reg.VnB()); in VisitVecPredNot() local
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/ |
H A D | StructuralEvaluator.java | 115 static class Not extends StructuralEvaluator { class in StructuralEvaluator 116 public Not(Evaluator evaluator) { in Not() method in StructuralEvaluator.Not
|
/aosp_15_r20/external/guice/core/src/com/google/inject/matcher/ |
H A D | Matchers.java | 67 private static class Not<T> extends AbstractMatcher<T> implements Serializable { class in Matchers 70 private Not(Matcher<? super T> delegate) { in Not() method in Matchers.Not
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1188 Value *Not = Builder->CreateNot(LogicOp); in matchDeMorgansLaws() local 2366 Value *Not = Builder->CreateNot(B, B->getName()+".not"); in visitOr() local 2370 Value *Not = Builder->CreateNot(A, A->getName()+".not"); in visitOr() local 2384 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); in visitOr() local
|