OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checknonnegative
(Results
1 - 15
of
15
) sorted by null
/external/guava/guava/src/com/google/common/math/
MathPreconditions.java
53
static int
checkNonNegative
(String role, int x) {
60
static long
checkNonNegative
(String role, long x) {
67
static BigInteger
checkNonNegative
(String role, BigInteger x) {
IntMath.java
22
import static com.google.common.math.MathPreconditions.
checkNonNegative
;
168
checkNonNegative
("exponent", k);
208
checkNonNegative
("x", x);
339
checkNonNegative
("a", a);
340
checkNonNegative
("b", b);
393
checkNonNegative
("exponent", k);
439
checkNonNegative
("n", n);
466
checkNonNegative
("n", n);
467
checkNonNegative
("k", k);
LongMath.java
22
import static com.google.common.math.MathPreconditions.
checkNonNegative
;
203
checkNonNegative
("exponent", k);
244
checkNonNegative
("x", x);
406
checkNonNegative
("a", a);
407
checkNonNegative
("b", b);
489
checkNonNegative
("exponent", k);
536
checkNonNegative
("n", n);
571
checkNonNegative
("n", n);
572
checkNonNegative
("k", k);
BigIntegerMath.java
21
import static com.google.common.math.MathPreconditions.
checkNonNegative
;
183
checkNonNegative
("x", x);
285
checkNonNegative
("n", n);
369
checkNonNegative
("n", n);
370
checkNonNegative
("k", k);
DoubleMath.java
29
import static com.google.common.math.MathPreconditions.
checkNonNegative
;
272
checkNonNegative
("n", n);
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java
20
import static com.google.common.math.MathPreconditions.
checkNonNegative
;
115
checkNonNegative
("a", a);
116
checkNonNegative
("b", b);
/external/guava/guava/src/com/google/common/collect/
Multisets.java
416
checkNonnegative
(count, "count");
773
checkNonnegative
(count, "count");
792
checkNonnegative
(oldCount, "oldCount");
793
checkNonnegative
(newCount, "newCount");
942
static void
checkNonnegative
(int count, String name) {
AbstractMapBasedMultiset.java
22
import static com.google.common.collect.Multisets.
checkNonnegative
;
277
checkNonnegative
(count, "count");
ConcurrentHashMultiset.java
21
import static com.google.common.collect.Multisets.
checkNonnegative
;
349
checkNonnegative
(count, "count");
403
checkNonnegative
(expectedOldCount, "oldCount");
404
checkNonnegative
(newCount, "newCount");
Iterators.java
832
checkNonnegative
(position);
847
private static void
checkNonnegative
(int position) {
871
checkNonnegative
(position);
[
all
...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultiset.java
22
import static com.google.common.collect.Multisets.
checkNonnegative
;
274
checkNonnegative
(count, "count");
Iterators.java
796
checkNonnegative
(position);
811
private static void
checkNonnegative
(int position) {
835
checkNonnegative
(position);
[
all
...]
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 144 milliseconds