OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mathpreconditions
(Results
1 - 19
of
19
) sorted by null
/external/guava/guava-tests/test/com/google/common/math/
MathPreconditionsTest.java
26
* Unit tests for {@link
MathPreconditions
}.
35
MathPreconditions
.checkPositive("int", 0);
41
MathPreconditions
.checkPositive("int", Integer.MAX_VALUE);
46
MathPreconditions
.checkPositive("int", Integer.MIN_VALUE);
52
MathPreconditions
.checkPositive("int", 1);
57
MathPreconditions
.checkPositive("int", -1);
64
MathPreconditions
.checkPositive("long", 0L);
70
MathPreconditions
.checkPositive("long", Long.MAX_VALUE);
75
MathPreconditions
.checkPositive("long", Long.MIN_VALUE);
81
MathPreconditions
.checkPositive("long", 1)
[
all
...]
/external/guava/guava/src/com/google/common/math/
MathPreconditions.java
29
final class
MathPreconditions
{
97
private
MathPreconditions
() {}
DoubleMath.java
26
import static com.google.common.math.
MathPreconditions
.checkInRange;
27
import static com.google.common.math.
MathPreconditions
.checkNonNegative;
28
import static com.google.common.math.
MathPreconditions
.checkRoundingUnnecessary;
352
MathPreconditions
.checkNonNegative("tolerance", tolerance);
BigIntegerMath.java
21
import static com.google.common.math.
MathPreconditions
.checkNonNegative;
22
import static com.google.common.math.
MathPreconditions
.checkPositive;
23
import static com.google.common.math.
MathPreconditions
.checkRoundingUnnecessary;
IntMath.java
21
import static com.google.common.math.
MathPreconditions
.checkNoOverflow;
22
import static com.google.common.math.
MathPreconditions
.checkNonNegative;
23
import static com.google.common.math.
MathPreconditions
.checkPositive;
24
import static com.google.common.math.
MathPreconditions
.checkRoundingUnnecessary;
LongMath.java
21
import static com.google.common.math.
MathPreconditions
.checkNoOverflow;
22
import static com.google.common.math.
MathPreconditions
.checkNonNegative;
23
import static com.google.common.math.
MathPreconditions
.checkPositive;
24
import static com.google.common.math.
MathPreconditions
.checkRoundingUnnecessary;
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java
21
import static com.google.common.math.
MathPreconditions
.checkNonNegative;
22
import static com.google.common.math.
MathPreconditions
.checkPositive;
23
import static com.google.common.math.
MathPreconditions
.checkRoundingUnnecessary;
IntMath.java
20
import static com.google.common.math.
MathPreconditions
.checkNoOverflow;
21
import static com.google.common.math.
MathPreconditions
.checkNonNegative;
22
import static com.google.common.math.
MathPreconditions
.checkPositive;
23
import static com.google.common.math.
MathPreconditions
.checkRoundingUnnecessary;
DoubleMath.java
19
import static com.google.common.math.
MathPreconditions
.checkNonNegative;
137
MathPreconditions
.checkNonNegative("tolerance", tolerance);
LongMath.java
20
import static com.google.common.math.
MathPreconditions
.checkNonNegative;
21
import static com.google.common.math.
MathPreconditions
.checkPositive;
22
import static com.google.common.math.
MathPreconditions
.checkRoundingUnnecessary;
/external/owasp/sanitizer/lib/guava-libraries/
guava-src.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0-sources.jar
/prebuilts/tools/common/guava-tools/
src.zip
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1-sources.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0-sources.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0-sources.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/18.0/
guava-18.0-sources.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0/
guava-19.0-sources.jar
/prebuilts/tools/common/offline-m2/com/google/guava/guava/17.0/
guava-17.0-sources.jar
Completed in 352 milliseconds