HomeSort by relevance Sort by last modified time
    Searched refs:limits (Results 51 - 75 of 711) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/simulator/app/
executablepath_linux.cpp 20 #include <limits.h>
  /device/samsung/crespo/alsa-lib/src/
names.c 34 #include <limits.h>
  /external/bison/lib/
strerror.c 24 #include <limits.h>
  /external/srec/srec/crec/
rec_norm.c 25 #include <limits.h>
  /external/stlport/stlport/
limits 35 # include_next <limits>
37 # include _STLP_NATIVE_HEADER(limits)
  /external/stlport/test/unit/
math_aux.h 4 #include <limits>
strstream_test.cpp 5 # include <limits>
  /external/webkit/JavaScriptCore/runtime/
WeakRandom.h 53 #include <limits.h>
  /external/webkit/WebCore/page/
DragActions.h 29 #include <limits.h>
  /external/webkit/WebCore/svg/
SVGHKernElement.h 28 #include <limits>
  /ndk/sources/android/stlport/stlport/
limits 35 # include_next <limits>
37 # include _STLP_NATIVE_HEADER(limits)
  /ndk/sources/android/stlport/test/unit/
math_aux.h 4 #include <limits>
strstream_test.cpp 5 # include <limits>
  /system/core/adb/
get_my_path_freebsd.c 22 #include <limits.h>
get_my_path_linux.c 19 #include <limits.h>
get_my_path_windows.c 17 #include <limits.h>
  /system/core/run-as/
package.h 20 #include <limits.h>
  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 35 * The length of the format array must be the same as the length of the limits
41 * double[] limits = {1, 2, 3, 4, 5, 6, 7};
83 * selected where {@code i} fulfills {@code limits[i] <= d < limits[i+1]}.
85 * The length of the {@code limits} and {@code formats} arrays must be the
88 * @param limits
93 * limits}. The lower bound of the associated range is at the
96 public ChoiceFormat(double[] limits, String[] formats) {
97 setChoices(limits, formats);
101 * Constructs a new {@code ChoiceFormat} with the strings and limits parse
123 double[] limits = new double[5]; local
    [all...]
  /bionic/libm/src/
s_ilogb.c 24 #include <limits.h>
  /external/chromium/base/
rand_util_unittest.cc 7 #include <limits>
  /external/webkit/WebCore/html/
HTMLSourceElement.h 33 #include <limits>
  /external/webkit/WebCore/html/canvas/
CanvasNumberArray.h 32 #include <limits>
  /system/core/fastboot/
util_linux.c 35 #include <limits.h>
  /external/chromium/third_party/icu/source/test/intltest/
callimts.cpp 111 // This test used to test the algorithmic limits of the dates that
113 // been rewritten completely since then and the prior limits no
318 int32_t limits[UCAL_FIELD_COUNT][4]; local
320 limits[j][0] = INT32_MAX;
321 limits[j][1] = INT32_MIN;
322 limits[j][2] = INT32_MAX;
323 limits[j][3] = INT32_MIN;
354 if (limits[j][0] > minActual) {
356 limits[j][0] = minActual;
358 if (limits[j][1] < minActual)
    [all...]
  /external/icu4c/test/intltest/
callimts.cpp 111 // This test used to test the algorithmic limits of the dates that
113 // been rewritten completely since then and the prior limits no
320 int32_t limits[UCAL_FIELD_COUNT][4]; local
322 limits[j][0] = INT32_MAX;
323 limits[j][1] = INT32_MIN;
324 limits[j][2] = INT32_MAX;
325 limits[j][3] = INT32_MIN;
356 if (limits[j][0] > minActual) {
358 limits[j][0] = minActual;
360 if (limits[j][1] < minActual)
    [all...]

Completed in 1313 milliseconds

1 23 4 5 6 7 8 91011>>