Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 47) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerNotTest.java117 BigInteger result = aNumber.not(); in testNotZero()
132 BigInteger result = aNumber.not(); in testNotOne()
149 BigInteger result = aNumber.not(); in testNotPos()
166 BigInteger result = aNumber.not(); in testNotNeg()
184 BigInteger result = aNumber.not(); in testNotSpecialCase()
DBigIntegerOrTest.java414 BigInteger r1 = x.and((BigInteger.ZERO.not()).shiftLeft(32)); in testRegression()
415 BigInteger r3 = x.and((BigInteger.ZERO.not().shiftLeft(32) ).not()); in testRegression()
/libcore/expectations/
Dvirtualdeviceknownfailures.txt6 description: "IPv6 connectivity not yet supported in virtual device testing infra",
12 …description: "Virtual devices do not implement the SELinux policy (forbid hard link) asserted by t…
17 description: "multicast not supported in virtual device testing infra",
Dknownfailures.txt73 description: "HTTPS connections should not be pooled.",
78 description: "We fake support for these by substituting similar (but not identical) charsets",
92 …description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. M…
93 to change URLClassLoader to allow this? It's not specified.",
108 description: "not supported",
125 description: "Wildcard operator does not seem to work correctly.",
135 description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
153 description: "Keys are not supported: Ticket 91",
166 …description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. Whe…
172 description: "Ticket 91 : relies on not supported features: getCatalog, keys",
[all …]
/libcore/
DLICENSE9 document, but changing it is not allowed.
22 When we speak of free software, we are referring to freedom, not price. Our
46 know that what they have is not the original, so that any problems introduced
47 by others will not reflect on the original authors' reputations.
53 everyone's free use or not licensed at all.
70 Activities other than copying, distribution and modification are not covered by
72 not restricted, and the output from the Program is covered only if its contents
106 not normally print such an announcement, your work based on the Program is
107 not required to print an announcement.)
110 sections of that work are not derived from the Program, and can be reasonably
[all …]
Dnullability_annotated_classes.txt4 # should also be validated, but are not listed here.)
DJavaLibrary.bp4 // you may not use this file except in compliance with the License.
59 // OpenJDK source is not annotated with @hide so we need this separate
75 // Some parts of libart are not annotated with @hide so we need this separate
177 // It does not contain other parts of core library like conscrypt, bouncycastle,
227 // Contains parts of core library not associated with OpenJDK. Contains not
288 // The build system may or may not strip the core-oj and core-libart jars,
289 // but these will not be stripped. See b/24535627.
368 // core library internals. It should not be generally used; most of the
384 // This one is not on device but it's needed when javac compiles code
558 // packages not from java.base; if this becomes a problem
[all …]
Dknown_oj_tags.txt4 # you may not use this file except in compliance with the License.
DNativeCode.bp4 // you may not use this file except in compliance with the License.
205 // memcpy calls that are not really aligned.
/libcore/luni/src/test/resources/META-INF/services/
Dlibcore.java.util.ServiceLoaderTestInterfaceMissingClass1 this.class.does.not.Exist
Dlibcore.java.util.ServiceLoaderTestInterfaceParseError1 this is not a valid class name!
/libcore/luni/src/test/java/tests/security/
Dspecial-test-cases.txt2 CertPath.CertPathRep.class, but this class is protected and thus not visible
/libcore/benchmarks/libs/
Dcaliper.jar.txt28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
45 of this License, Derivative Works shall not include works that remain
56 to the Licensor or its representatives, including but not limited to
104 excluding those notices that do not pertain to any part of
110 within such NOTICE file, excluding those notices that do not
118 do not modify the License. You may add Your own attribution
139 6. Trademarks. This License does not grant permission to use the trade
161 Work (including but not limited to damages for loss of goodwill,
171 on Your own behalf and on Your sole responsibility, not on behalf
[all …]
/libcore/ojluni/
DNOTICE19 US and International patents. This notice and attribution to IBM may not *
31 US and International patents. This notice and attribution to IBM may not *
43 US and International patents. This notice and attribution to IBM may not *
48 * tab size: 8 (not used)
106 US and International patents. This notice and attribution to IBM may not *
123 patents. This notice and attribution to IBM may not be removed.
136 This notice and attribution to Taligent may not be removed.
148 patents. This notice and attribution to Taligent may not be removed.
160 patents. This notice and attribution to Taligent may not be removed.
172 patents. This notice and attribution to Taligent may not be removed.
[all …]
/libcore/metrictests/memory/apps/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/libcore/mmodules/core_platform_api/
DAndroid.bp4 // you may not use this file except in compliance with the License.
70 // This one is not on device but it's needed when javac compiles code
/libcore/metrictests/memory/host/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/libcore/mmodules/intracoreapi/
DAndroid.bp4 // you may not use this file except in compliance with the License.
16 // each other: public SDK APIs and "intra-core" APIs. Intra-core APIs are not
/libcore/tools/upstream/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/libcore/harmony-tests/src/test/resources/resources/
Dtest.rtf6 * (the "License"); you may not use this file except in compliance with
Dtest.doc6 * (the "License"); you may not use this file except in compliance with
/libcore/luni/src/main/java/java/math/
DLogical.java39 static BigInteger not(BigInteger val) { in not() method in Logical
226 return that.not(); in andNot()
577 return val.not(); in xor()
580 return that.not(); in xor()
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_ja.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_pt_BR.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_de.properties18 # 2 along with this work; if not, write to the Free Software Foundation,

12