/aosp_15_r20/external/pdfium/third_party/bigint/ |
H A D | BigInteger.cc | 20 BigInteger::BigInteger(const Blk *b, Index blen, Sign s) : mag(b, blen) { in BigInteger() function in BigInteger 39 BigInteger::BigInteger(const BigUnsigned &x, Sign s) : mag(x) { in BigInteger() function in BigInteger 63 BigInteger::BigInteger(unsigned long x) : mag(x) { sign = mag.isZero() ? zero : positive; } in BigInteger() function in BigInteger 64 BigInteger::BigInteger(unsigned int x) : mag(x) { sign = mag.isZero() ? zero : positive; } in BigInteger() function in BigInteger 65 BigInteger::BigInteger(unsigned short x) : mag(x) { sign = mag.isZero() ? zero : positive; } in BigInteger() function in BigInteger 84 BigInteger::BigInteger(long x) : sign(signOf(x)), mag(magOf<long , unsigned long >(x)) {} in BigInteger() function in BigInteger 85 BigInteger::BigInteger(int x) : sign(signOf(x)), mag(magOf<int , unsigned int >(x)) {} in BigInteger() function in BigInteger 86 BigInteger::BigInteger(short x) : sign(signOf(x)), mag(magOf<short, unsigned short>(x)) {} in BigInteger() function in BigInteger
|
H A D | BigInteger.hh | 19 class BigInteger { class 38 BigInteger() : sign(zero), mag() {} in BigInteger() function in BigInteger 41 BigInteger(const BigInteger &x) : sign(x.sign), mag(x.mag) {} in BigInteger() function in BigInteger 50 BigInteger(const Blk *b, Index blen) : mag(b, blen) { in BigInteger() function in BigInteger 58 BigInteger(const BigUnsigned &x) : mag(x) { in BigInteger() function in BigInteger
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/math/ |
H A D | BigInteger.annotated.java | 29 public class BigInteger extends java.lang.Number implements java.lang.Comparable<java.math.BigInteg… class 31 public BigInteger(byte[] val, int off, int len) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger 33 public BigInteger(byte[] val) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger 35 …public BigInteger(int signum, byte[] magnitude, int off, int len) { throw new RuntimeException("St… in BigInteger() method in BigInteger 37 public BigInteger(int signum, byte[] magnitude) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger 39 …public BigInteger(@libcore.util.NonNull java.lang.String val, int radix) { throw new RuntimeExcept… in BigInteger() method in BigInteger 41 …public BigInteger(@libcore.util.NonNull java.lang.String val) { throw new RuntimeException("Stub!"… in BigInteger() method in BigInteger 43 …public BigInteger(int numBits, @libcore.util.NonNull java.util.Random rnd) { throw new RuntimeExce… in BigInteger() method in BigInteger 45 …public BigInteger(int bitLength, int certainty, @libcore.util.NonNull java.util.Random rnd) { thro… in BigInteger() method in BigInteger
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/ |
D | BigInteger.java | 133 public class BigInteger extends Number implements Comparable<BigInteger> { class 309 public BigInteger(byte[] val, int off, int len) { in BigInteger() method in BigInteger 338 public BigInteger(byte[] val) { in BigInteger() method in BigInteger 350 private BigInteger(int[] val) { in BigInteger() method in BigInteger 395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger() method in BigInteger 434 public BigInteger(int signum, byte[] magnitude) { in BigInteger() method in BigInteger 445 private BigInteger(int signum, int[] magnitude) { in BigInteger() method in BigInteger 480 public BigInteger(String val, int radix) { in BigInteger() method in BigInteger 564 BigInteger(char[] val, int sign, int len) { in BigInteger() method in BigInteger 674 public BigInteger(String val) { in BigInteger() method in BigInteger [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/ |
H A D | BigInteger.java | 133 public class BigInteger extends Number implements Comparable<BigInteger> { class 309 public BigInteger(byte[] val, int off, int len) { in BigInteger() method in BigInteger 338 public BigInteger(byte[] val) { in BigInteger() method in BigInteger 350 private BigInteger(int[] val) { in BigInteger() method in BigInteger 395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger() method in BigInteger 434 public BigInteger(int signum, byte[] magnitude) { in BigInteger() method in BigInteger 445 private BigInteger(int signum, int[] magnitude) { in BigInteger() method in BigInteger 480 public BigInteger(String val, int radix) { in BigInteger() method in BigInteger 564 BigInteger(char[] val, int sign, int len) { in BigInteger() method in BigInteger 674 public BigInteger(String val) { in BigInteger() method in BigInteger [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/ |
D | BigInteger.java | 133 public class BigInteger extends Number implements Comparable<BigInteger> { class 309 public BigInteger(byte[] val, int off, int len) { in BigInteger() method in BigInteger 338 public BigInteger(byte[] val) { in BigInteger() method in BigInteger 350 private BigInteger(int[] val) { in BigInteger() method in BigInteger 395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger() method in BigInteger 434 public BigInteger(int signum, byte[] magnitude) { in BigInteger() method in BigInteger 445 private BigInteger(int signum, int[] magnitude) { in BigInteger() method in BigInteger 480 public BigInteger(String val, int radix) { in BigInteger() method in BigInteger 564 BigInteger(char[] val, int sign, int len) { in BigInteger() method in BigInteger 674 public BigInteger(String val) { in BigInteger() method in BigInteger [all …]
|
/aosp_15_r20/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/targetprep/ |
D | AggregateImgdiagOutput.java | 227 Map<BigInteger, Set<String>> sortKeys, Map<String, Set<String>> dirtyObjects) { in sortDirtyObjects()
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | ognl-2.6.7.jar | META-INF/
META-INF/MANIFEST.MF
ognl/
ognl/ASTAdd.class
ASTAdd ... |
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-ojtests-public.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/guice/lib/build/ |
HD | spring-core.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
HD | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/aosp_15_r20/external/guice/extensions/struts2/lib/ |
HD | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.module_lib.from-text/android_common/art.module.public.api.stubs.module_lib.from-text/ |
D | art.module.public.api.stubs.module_lib.from-text.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/compat/
android/ ... |
/aosp_15_r20/prebuilts/sdk/extensions/13/public/ |
HD | art.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICES.txt
android ... |
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.exportable.system/android_common/combined/ |
D | art.module.public.api.stubs.exportable.system.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICES.txt
android ... |
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/sdk_library/public/ |
D | art-stubs.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICES.txt
android ... |
/aosp_15_r20/prebuilts/sdk/32/system/ |
HD | art.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICE
NOTICES/ojluni ... |
/aosp_15_r20/prebuilts/sdk/35/system/ |
HD | art.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICES.txt
android ... |
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.system.from-text/android_common/metalava/ |
D | stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/crypto/
android/ ... |
/aosp_15_r20/prebuilts/sdk/31/public/ |
HD | art.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICE
NOTICES/ojluni ... |
/aosp_15_r20/prebuilts/sdk/33/public/ |
HD | art.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICE
NOTICES/ojluni ... |
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs/android_common/turbine-combined/ |
D | art.module.public.api.stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/crypto/
android/ ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/sdk_library/public/ |
D | legacy.art.module.platform.api-stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/compat/
android/ ... |
/aosp_15_r20/prebuilts/sdk/extensions/7/public/ |
HD | art.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICES.txt
android ... |
/aosp_15_r20/prebuilts/sdk/current/public/ |
HD | art-coreplatform-stable.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/compat/
android/ ... |