HomeSort by relevance Sort by last modified time
    Searched full:positive (Results 551 - 575 of 4422) sorted by null

<<21222324252627282930>>

  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 63 * positive value.
67 throw new IllegalArgumentException("Aspect ratio must be positive");
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 63 * positive value.
67 throw new IllegalArgumentException("Aspect ratio must be positive");
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java 63 * positive value.
67 throw new IllegalArgumentException("Aspect ratio must be positive");
  /device/google/marlin/dataservices/datatop/src/
datatop_opt.c 105 printf("Must be positive integer.\n");
115 printf("Must be positive integer.\n");
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 80 * null to represent infinity. Negative and positive infinity is implied by
81 * the boundary edge, ie. a maxX of null equals positive infinity while a
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomAdaptor.java 152 * positive.
155 * @throws IllegalArgumentException if n is not positive.
RandomGenerator.java 86 * positive.
89 * @throws IllegalArgumentException if n is not positive.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldFpTest.java 70 * Assertion: IllegalArgumentException if <code>p</code> is not positive
84 * Assertion: IllegalArgumentException if <code>p</code> is not positive
  /external/boringssl/src/crypto/bn/
kronecker.c 129 /* now B is positive and odd, so what remains to be done is to compute the
135 /* B is positive and odd */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA1.java 123 throw new InvalidKeySpecException("positive iteration count required: "
129 throw new InvalidKeySpecException("positive key length required: "
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_template.txt 31 >>> t = Template('{{if x > 0}}positive{{elif x < 0}}negative{{else}}zero{{endif}}')
33 ('positive', 'negative', 'zero')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
common.py 113 # Neg return values for i or j are made positive mod b or a respectively
128 return (a, lx, ly) #Return only positive values
  /external/clang/test/OpenMP/
critical_messages.cpp 62 #pragma omp critical (name) hint(N) // expected-error {{argument to 'hint' clause must be a strictly positive integer value}} expected-error {{constructs with the same name must have a 'hint' clause with the same value}} expected-note {{'hint' clause with value '4'}}
127 #pragma omp critical hint(-5) // expected-error {{argument to 'hint' clause must be a strictly positive integer value}}
  /external/compiler-rt/lib/builtins/i386/
umoddi3.S 63 jnc 1f // if positive, this is the result.
99 jnc 3f // if positive, this is the result.
  /external/deqp/framework/egl/
egluNativeWindow.hpp 59 int width; //!< Positive size, or SIZE_DONT_CARE
60 int height; //!< Positive size, or SIZE_DONT_CARE
  /external/dng_sdk/source/
dng_render.h 188 /// \param exposure Compensation value in stops, positive or negative.
196 /// \retval Compensation value in stops, positive or negative.
  /external/eigen/test/
umeyama.cpp 98 // MUST be positive because in any other case det(cR_t) may become negative for
131 // MUST be positive because in any other case det(cR_t) may become negative for
  /external/fdlibm/
e_atan2.c 17 * 1. Reduce y to positive by ieee_atan2(y,x)=-ieee_atan2(-y,x).
18 * 2. Reduce x to positive by (if x and y are unexceptional):
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrepParseException.java 98 * it should be a positive integer. The default value of this field
160 * it should be a positive integer. The default value of this field
  /external/icu/icu4c/source/i18n/
digitformatter.h 81 * positive. Default is FALSE.
183 * @param positiveValue the value to format must be positive.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrepParseException.java 112 * it should be a positive integer. The default value of this field
176 * it should be a positive integer. The default value of this field
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java 69 * In JSilver: Positive hex values are supported for both HDF and templates but negative values
139 // Unlike number parsing, we return a positive value when the
  /external/libopus/celt/
entcode.h 104 rounding error is in the positive direction).*/
114 rounding error is in the positive direction).*/
  /external/llvm/lib/Fuzzer/
FuzzerFlags.def 30 "Timeout in seconds (if positive). "
32 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
  /external/llvm/test/CodeGen/SystemZ/
vec-const-10.ll 53 ; Test a word-granularity replicate with the lowest useful positive value.
103 ; Test a doubleword-granularity replicate with the lowest useful positive

Completed in 1880 milliseconds

<<21222324252627282930>>