Home
last modified time | relevance | path

Searched defs:checkNonNegative (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DMathPreconditions.java55 static int checkNonNegative(String role, int x) { in checkNonNegative() method in MathPreconditions
63 static long checkNonNegative(String role, long x) { in checkNonNegative() method in MathPreconditions
71 static BigInteger checkNonNegative(String role, BigInteger x) { in checkNonNegative() method in MathPreconditions
79 static double checkNonNegative(String role, double x) { in checkNonNegative() method in MathPreconditions
/external/guava/android/guava/src/com/google/common/math/
DMathPreconditions.java55 static int checkNonNegative(String role, int x) { in checkNonNegative() method in MathPreconditions
63 static long checkNonNegative(String role, long x) { in checkNonNegative() method in MathPreconditions
71 static BigInteger checkNonNegative(String role, BigInteger x) { in checkNonNegative() method in MathPreconditions
79 static double checkNonNegative(String role, double x) { in checkNonNegative() method in MathPreconditions
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTestImpl.java386 private void checkNonNegative(long[] in) throws IllegalArgumentException { in checkNonNegative() method in ChiSquareTestImpl
402 private void checkNonNegative(long[][] in) throws IllegalArgumentException { in checkNonNegative() method in ChiSquareTestImpl
/external/dagger2/java/dagger/example/atm/
DInMemoryDatabase.java63 private void checkNonNegative(BigDecimal amount, String action) { in checkNonNegative() method in InMemoryDatabase.InMemoryAccount
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DMathArrays.java586 public static void checkNonNegative(final long[] in) throws NotPositiveException { in checkNonNegative() method in MathArrays
601 public static void checkNonNegative(final long[][] in) throws NotPositiveException { in checkNonNegative() method in MathArrays
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DFragmentedMp4Extractor.java1071 private static int checkNonNegative(int value) throws ParserException { in checkNonNegative() method in FragmentedMp4Extractor
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DFragmentedMp4Extractor.java1057 private static int checkNonNegative(int value) throws ParserException { in checkNonNegative() method in FragmentedMp4Extractor