HomeSort by relevance Sort by last modified time
    Searched full:nonnegative (Results 1 - 25 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/jsr305/ri/src/main/java/javax/annotation/
CheckForSigned.java 11 * Used to annotate a value that may be either negative or nonnegative, and
14 * nonnegative, and check for it being nonnegative before using it in a way that
20 @Nonnegative(when = When.MAYBE)
Nonnegative.java 11 /** Used to annotate a value that should only contain nonnegative values */
15 public @interface Nonnegative {
18 class Checker implements TypeQualifierValidator<Nonnegative> {
20 public When forConstantValue(Nonnegative annotation, Object v) {
Signed.java 14 @Nonnegative(when = When.UNKNOWN)
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 23 Number NONNEGATIVE - Positive number (including zero)
34 %apply Number NONNEGATIVE { double nonneg };
55 double sqrt(double NONNEGATIVE);
62 Real sqrt(Real NONNEGATIVE);
138 // Nonnegative numbers
141 int NONNEGATIVE,
142 short NONNEGATIVE,
143 long NONNEGATIVE,
144 unsigned int NONNEGATIVE,
145 unsigned short NONNEGATIVE,
    [all...]
  /external/jsr305/javadoc/javax/annotation/
Nonnegative.Checker.html 7 Nonnegative.Checker
10 <META NAME="keywords" CONTENT="javax.annotation.Nonnegative.Checker class">
17 parent.document.title="Nonnegative.Checker";
54 &nbsp;<A HREF="../../javax/annotation/Nonnegative.html" title="annotation in javax.annotation"><B>PREV CLASS</B></A>&nbsp;
57 <A HREF="../../index.html?javax/annotation/Nonnegative.Checker.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Nonnegative.Checker.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
89 Class Nonnegative.Checker</H2>
92 <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>javax.annotation.Nonnegative.Checker</B>
95 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/Nonnegative.html" title="annotation in javax.annotation">Nonnegative</A>&gt;</DD
    [all...]
Nonnegative.html 7 Nonnegative
10 <META NAME="keywords" CONTENT="javax.annotation.Nonnegative class">
17 parent.document.title="Nonnegative";
55 &nbsp;<A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
57 <A HREF="../../index.html?javax/annotation/Nonnegative.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Nonnegative.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
89 Annotation Type Nonnegative</H2>
95 </FONT>public @interface <B>Nonnegative</B></DL>
99 Used to annotate a value that should only contain nonnegative values
117 <TD><CODE><B><A HREF="../../javax/annotation/Nonnegative.html#when()">when</A></B></CODE
    [all...]
package-frame.html 28 <A HREF="Nonnegative.Checker.html" title="class in javax.annotation" target="classFrame">Nonnegative.Checker</A>
53 <A HREF="Nonnegative.html" title="annotation in javax.annotation" target="classFrame">Nonnegative</A>
CheckForSigned.html 94 <A HREF="../../javax/annotation/Nonnegative.html" title="annotation in javax.annotation">@Nonnegative</A>(<A HREF="../../javax/annotation/Nonnegative.html#when()">when</A>=<A HREF="../../javax/annotation/meta/When.html#MAYBE">MAYBE</A>)
100 Used to annotate a value that may be either negative or nonnegative, and
103 nonnegative, and check for it being nonnegative before using it in a way that
package-summary.html 92 <TD WIDTH="15%"><B><A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation">Nonnegative.Checker</A></B></TD>
119 <TD>Used to annotate a value that may be either negative or nonnegative, and
122 nonnegative, and check for it being nonnegative before using it in a way that
138 <TD WIDTH="15%"><B><A HREF="../../javax/annotation/Nonnegative.html" title="annotation in javax.annotation">Nonnegative</A></B></TD>
139 <TD>Used to annotate a value that should only contain nonnegative values</TD>
  /frameworks/base/core/java/android/hardware/camera2/params/
MeteringRectangle.java 92 mX = checkArgumentNonnegative(x, "x must be nonnegative");
93 mY = checkArgumentNonnegative(y, "y must be nonnegative");
94 mWidth = checkArgumentNonnegative(width, "width must be nonnegative");
95 mHeight = checkArgumentNonnegative(height, "height must be nonnegative");
116 mX = checkArgumentNonnegative(xy.x, "x must be nonnegative");
117 mY = checkArgumentNonnegative(xy.y, "y must be nonnegative");
118 mWidth = checkArgumentNonnegative(dimensions.getWidth(), "width must be nonnegative");
119 mHeight = checkArgumentNonnegative(dimensions.getHeight(), "height must be nonnegative");
120 mWeight = checkArgumentNonnegative(meteringWeight, "meteringWeight must be nonnegative");
137 mX = checkArgumentNonnegative(rect.left, "rect.left must be nonnegative");
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/math/
IntMathBenchmark.java 40 private static final int[] nonnegative = new int[ARRAY_SIZE]; field in class:IntMathBenchmark
50 nonnegative[i] = randomNonNegativeBigInteger(Integer.SIZE - 1).intValue();
77 tmp += IntMath.gcd(nonnegative[j], positive[j]);
LongMathBenchmark.java 40 private static final long[] nonnegative = new long[ARRAY_SIZE]; field in class:LongMathBenchmark
48 nonnegative[i] = randomNonNegativeBigInteger(Long.SIZE - 1).longValue();
80 tmp += LongMath.mod(nonnegative[j], positive[j]);
  /external/jsr305/javadoc/
allclasses-frame.html 43 <A HREF="javax/annotation/Nonnegative.html" title="annotation in javax.annotation" target="classFrame">Nonnegative</A>
45 <A HREF="javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation" target="classFrame">Nonnegative.Checker</A>
allclasses-noframe.html 43 <A HREF="javax/annotation/Nonnegative.html" title="annotation in javax.annotation">Nonnegative</A>
45 <A HREF="javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation">Nonnegative.Checker</A>
index-all.html 80 <DT><A HREF="./javax/annotation/CheckForNull.html" title="annotation in javax.annotation"><B>CheckForNull</B></A> - Annotation Type in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A><DD>&nbsp;<DT><A HREF="./javax/annotation/CheckForSigned.html" title="annotation in javax.annotation"><B>CheckForSigned</B></A> - Annotation Type in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A><DD>Used to annotate a value that may be either negative or nonnegative, and
83 nonnegative, and check for it being nonnegative before using it in a way that
108 <DT><A HREF="./javax/annotation/Nonnegative.Checker.html#forConstantValue(javax.annotation.Nonnegative, java.lang.Object)"><B>forConstantValue(Nonnegative, Object)</B></A> -
109 Method in class javax.annotation.<A HREF="./javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation">Nonnegative.Checker</A>
151 <DT><A HREF="./javax/annotation/Nonnegative.html" title="annotation in javax.annotation"><B>Nonnegative</B></A> - Annotation Type in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A (…)
    [all...]
  /external/owasp/sanitizer/distrib/lib/
jsr305.jar 
  /external/owasp/sanitizer/lib/jsr305/
jsr305.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jsr305.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/1.3.9/
jsr305-1.3.9.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.2/
jsr305-2.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.3/
jsr305-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/3.0.0/
jsr305-3.0.0.jar 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
AbstractLinearOptimizer.java 62 protected boolean nonNegative;
113 this.nonNegative = restrictToNonNegative;
  /external/bison/src/
location.h 31 /* If nonnegative, the (origin-1) line that contains the boundary.
38 /* If nonnegative, the (origin-1) column just after the boundary.

Completed in 294 milliseconds

1 2 3 4 5 6 7 8 91011