HomeSort by relevance Sort by last modified time
    Searched refs:ERANGE (Results 251 - 270 of 270) sorted by null

<<11

  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 232 return -ERANGE;
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 178 initConstant(env, c, "ERANGE", ERANGE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 470 expected_errno = errno.ERANGE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 470 expected_errno = errno.ERANGE
  /bionic/libc/stdlib/
strtod.c 34 * string (or sets errno to ERANGE). With IEEE arithmetic, ties are
1578 errno = ERANGE;
1627 errno = ERANGE;
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 187 "Result too large", /* ERANGE */
377 #ifdef ERANGE
378 else if (errno == ERANGE) code = XML_IO_ERANGE;
    [all...]
  /external/libxml2/
xmlIO.c 190 "Result too large", /* ERANGE */
380 #ifdef ERANGE
381 else if (errno == ERANGE) code = XML_IO_ERANGE;
    [all...]
  /bionic/tests/
string_test.cpp 86 ASSERT_EQ(ERANGE, errno);
  /external/elfutils/src/
ar.c 223 && errno == ERANGE)
    [all...]
  /external/iputils/
ping6.c 688 errno = ERANGE;
    [all...]
  /external/oprofile/libpopt/
popt.c 945 if (errno == ERANGE)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 273 if (end == s || errno == ERANGE) {
    [all...]
  /external/chromium_org/v8/src/
d8.cc     [all...]
  /external/iptables/iptables/
xtables.c 449 if (errno != ERANGE && min <= v && (max == 0 || v <= max)) {
    [all...]
  /external/v8/src/
d8.cc     [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1558 milliseconds

<<11