/aosp12/art/test/083-compiler-regressions/src/ |
H A D | ZeroTests.java | 29 private static void longTest(String name, boolean divide) throws Exception { in longTest() argument 31 if (divide) { in longTest()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | DictionaryStats.java | 64 BigDecimal kb = bytes.divide(new BigDecimal(1024), 2, BigDecimal.ROUND_HALF_UP); in getFileSizeString() 68 BigDecimal mb = kb.divide(new BigDecimal(1024), 2, BigDecimal.ROUND_HALF_UP); in getFileSizeString()
|
/aosp12/build/make/core/clang/ |
H A D | config.mk | 13 integer-divide-by-zero \
|
/aosp12/system/libbase/ |
H A D | expected_test.cpp | 566 auto divide = [](int x, int y) -> expected<QR,E> { in TEST() local 574 EXPECT_FALSE(divide(10, 0).ok()); in TEST() 575 EXPECT_EQ("divide by zero", divide(10, 0).error().message); in TEST() 576 EXPECT_EQ(-1, divide(10, 0).error().cause); in TEST() 578 EXPECT_TRUE(divide(10, 3).ok()); in TEST() 579 EXPECT_EQ(QR(3, 1), *divide(10, 3)); in TEST()
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | kmeans.h | 56 inline void divide(T dst[], N divisor, int dimension) { in divide() function 167 divide<N, int>(tmp + x, popularities[x / stride], dimension); in calculateNewCentroids()
|
/aosp12/system/security/keystore/ |
H A D | Android.bp | 26 "integer-divide-by-zero",
|
/aosp12/art/libartbase/base/metrics/ |
H A D | README.md | 39 Histograms divide a range into several buckets and count how many times a value
|
/aosp12/art/runtime/interpreter/mterp/x86/ |
H A D | arithmetic.S | 18 jz .L${opcode}_8 # Do 8-bit divide 21 jz .L${opcode}_16 # Do 16-bit divide 36 div %cl # 8-bit divide otherwise. 46 xorl %edx, %edx # Clear %edx before divide
|
/aosp12/system/libziparchive/ |
H A D | Android.bp | 53 "integer-divide-by-zero",
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_emoji.combined.gz | ... 138 shortcut=⚅,f=14
139 word=divide,f=109,not_a_word=true
140 shortcut ... |
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/hardware/interfaces/keymaster/4.0/ |
H A D | IKeymasterDevice.hal | 123 * or imported, the caller specifies an authorization list. The IKeymasterDevice must divide the
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 2775 * divide the channel dimension into num_groups groups, and reorganize the 4259 * splits along given axis. Must evenly divide axis size.
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 2949 * divide the channel dimension into num_groups groups, and reorganize the 4500 * splits along given axis. Must evenly divide axis size.
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 3816 * divide the channel dimension into num_groups groups, and reorganize the
|
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 2845 HSPLjava/math/BigDecimal;->divide(JIJIII)Ljava/math/BigDecimal; 2846 HSPLjava/math/BigDecimal;->divide(Ljava/math/BigDecimal;II)Ljava/math/BigDecimal; 2847 HSPLjava/math/BigDecimal;->divide(Ljava/math/BigDecimal;ILjava/math/RoundingMode;)Ljava/math/BigDec… 2936 HSPLjava/math/MutableBigInteger;->divide(Ljava/math/MutableBigInteger;Ljava/math/MutableBigInteger;… 2937 HSPLjava/math/MutableBigInteger;->divide(Ljava/math/MutableBigInteger;Ljava/math/MutableBigInteger;…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 42576 method public java.math.BigDecimal divide(java.math.BigDecimal, int, int); 42577 method public java.math.BigDecimal divide(java.math.BigDecimal, int, java.math.RoundingMode); 42578 method public java.math.BigDecimal divide(java.math.BigDecimal, int); 42579 method public java.math.BigDecimal divide(java.math.BigDecimal, java.math.RoundingMode); 42580 method public java.math.BigDecimal divide(java.math.BigDecimal); 42581 method public java.math.BigDecimal divide(java.math.BigDecimal, java.math.MathContext); 42655 method public java.math.BigInteger divide(java.math.BigInteger);
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 25451 HSPLjava/math/BigDecimal;->divide(JIJIII)Ljava/math/BigDecimal; 25452 HSPLjava/math/BigDecimal;->divide(Ljava/math/BigDecimal;II)Ljava/math/BigDecimal; 25453 HSPLjava/math/BigDecimal;->divide(Ljava/math/BigDecimal;ILjava/math/RoundingMode;)Ljava/math/BigDec… 25542 HSPLjava/math/MutableBigInteger;->divide(Ljava/math/MutableBigInteger;Ljava/math/MutableBigInteger;… 25543 HSPLjava/math/MutableBigInteger;->divide(Ljava/math/MutableBigInteger;Ljava/math/MutableBigInteger;…
|