Home
last modified time | relevance | path

Searched defs:not (Results 1 – 25 of 1219) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/mockito/src/main/java/org/mockito/
H A DAdditionalMatchers.java904 public static <T> T not(T first) { in not() method in AdditionalMatchers
918 public static short not(short first) { in not() method in AdditionalMatchers
932 public static int not(int first) { in not() method in AdditionalMatchers
946 public static long not(long first) { in not() method in AdditionalMatchers
960 public static float not(float first) { in not() method in AdditionalMatchers
974 public static double not(double first) { in not() method in AdditionalMatchers
988 public static char not(char first) { in not() method in AdditionalMatchers
1002 public static boolean not(boolean first) { in not() method in AdditionalMatchers
1016 public static byte not(byte first) { in not() method in AdditionalMatchers
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A Dnot.json6 "not": {"type": "integer"} object
25 "not": {"type": ["integer", "boolean"]} object
49 "not": { object
82 "not": {} object
103 "not": {} object
157 "not": true boolean
211 "not": false boolean
265 "not": { "not": {} } object
279 "not": { object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A Dnot.json6 "not": {"type": "integer"} object
25 "not": {"type": ["integer", "boolean"]} object
49 "not": { object
82 "not": {} object
103 "not": {} object
157 "not": true boolean
211 "not": false boolean
265 "not": { "not": {} } object
279 "not": { object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A Dnot.json5 "not": {"type": "integer"} object
23 "not": {"type": ["integer", "boolean"]} object
46 "not": { object
78 "not": {} object
97 "schema": { "not": {} }, object
148 "schema": { "not": true }, boolean
199 "schema": { "not": false }, boolean
250 "schema": { "not": { "not": {} } }, object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A Dnot.json5 "not": {"type": "integer"} object
23 "not": {"type": ["integer", "boolean"]} object
46 "not": { object
78 "not": {} object
97 "schema": { "not": {} }, object
148 "schema": { "not": true }, boolean
199 "schema": { "not": false }, boolean
250 "schema": { "not": { "not": {} } }, object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A Dnot.json6 "not": {"type": "integer"} object
25 "not": {"type": ["integer", "boolean"]} object
49 "not": { object
82 "not": {} object
103 "not": true boolean
117 "not": false boolean
131 "not": { object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/
H A Dnot.json5 "not": {"type": "integer"} object
23 "not": {"type": ["integer", "boolean"]} object
46 "not": { object
78 "not": {} object
97 "schema": { "not": {} }, object
148 "schema": { "not": { "not": {} } }, object
/aosp_15_r20/external/easymock/src/org/easymock/
H A DEasyMock.java958 public static boolean not(boolean first) { in not() method in EasyMock
970 public static byte not(byte first) { in not() method in EasyMock
982 public static char not(char first) { in not() method in EasyMock
994 public static double not(double first) { in not() method in EasyMock
1006 public static float not(float first) { in not() method in EasyMock
1018 public static int not(int first) { in not() method in EasyMock
1030 public static long not(long first) { in not() method in EasyMock
1042 public static short not(short first) { in not() method in EasyMock
1056 public static <T> T not(T first) { in not() method in EasyMock
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DInternersTest.java38 String not = new String("a"); in testStrong_simplistic() local
60 String not = new String("a"); in testWeak_simplistic() local
84 Integer not = new Integer(5); in testWeak_afterGC() local
98 String not = new String("a"); in testAsFunction_simplistic() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DInternersTest.java38 String not = new String("a"); in testStrong_simplistic() local
60 String not = new String("a"); in testWeak_simplistic() local
84 Integer not = new Integer(5); in testWeak_afterGC() local
98 String not = new String("a"); in testAsFunction_simplistic() local
/aosp_15_r20/external/toybox/lib/
H A Dportability.c178 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init() local
188 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add()
202 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait()
225 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init() local
235 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add()
248 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait()
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DIsNot.java40 public static <T> Matcher<T> not(Matcher<T> matcher) { in not() method in IsNot
54 public static <T> Matcher<T> not(T value) { in not() method in IsNot
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
H A DIOBiFunctionTest.java40 private boolean not(final boolean value) throws IOException { in not() method in IOBiFunctionTest
52 final IOFunction<Boolean, Boolean> not = this::not; in testAndThenIOFunction() local
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
H A DElementMatcherTest.kt49 fun not() { in not() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
H A DBooleanFlowOperators.kt57 fun not(flow: Flow<Boolean>) = flow.map { !it } in <lambda>() method
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/
Dbigint_bitwise.rs112 let not = not.to_bigint().unwrap(); in test_not() localVariable
128 let not = (!prim_a).to_bigint().unwrap(); in test_not_i64() localVariable
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/contextrules/
DPolicyContextRule.kt68 fun not(rule: PolicyContextRule): PolicyContextRule = Not(rule) in not() method
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/optional/
H A DunknownKeyword.json9 "not": { object
23 "not": { object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/optional/
H A DunknownKeyword.json9 "not": { object
23 "not": { object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/optional/
H A DunknownKeyword.json8 "not": { object
22 "not": { object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/optional/
H A DunknownKeyword.json8 "not": { object
22 "not": { object
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/optional/
H A DunknownKeyword.json9 "not": { object
23 "not": { object
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCoreMatchers.java294 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { in not() method in CoreMatchers
308 public static <T> org.hamcrest.Matcher<T> not(T value) { in not() method in CoreMatchers
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/
H A Dbit.rs51 fn not(self) -> Self::Output; in not() method
75 fn not(self) -> ! { in not() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/
H A Dbit.rs51 fn not(self) -> Self::Output; in not() method
75 fn not(self) -> ! { in not() method

12345678910>>...49