HomeSort by relevance Sort by last modified time
    Searched defs:out_of_range (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_cjmp.s 6 beq r2, r3, out_of_range
18 out_of_range: label
26 blt r2, r3, out_of_range
relax_ujmp.s 7 br out_of_range
20 out_of_range: label
28 br out_of_range
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /art/cmdline/
cmdline_types.h 735 CmdlineParseResult<T> out_of_range = CmdlineParseResult<T>::OutOfRange(value, min, max); local
736 return Result::CastError(out_of_range);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 256 // They supply the optimized 'out_of_range()' and 'validate_range()' static member functions
267 static range_check_result out_of_range ( argument_type ) { return cInRange ; } function in struct:boost::numeric::convdetail::dummy_range_checker
286 static range_check_result out_of_range ( argument_type s ) function in struct:boost::numeric::convdetail::generic_range_checker
294 { OverflowHandler()( out_of_range(s) ) ; }
  /toolchain/binutils/binutils-2.25/opcodes/
v850-opc.c 55 static const char * out_of_range = N_ ("displacement value is out of range");
73 return msg == out_of_range
86 * errmsg = _(out_of_range);
115 * errmsg = _(out_of_range);
144 * errmsg = _(out_of_range);
173 * errmsg = _(out_of_range);
203 * errmsg = _(out_of_range);
233 * errmsg = _(out_of_range);
338 * errmsg = _(out_of_range);
362 * errmsg = _(out_of_range);
54 static const char * out_of_range = N_ ("displacement value is out of range"); variable
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 84 Label out_of_range, only_low, negate, done; local
137 __ b(ge, &out_of_range);
161 __ bind(&out_of_range);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 87 Label out_of_range, only_low, negate, done; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 86 Label out_of_range, only_low, negate, done; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 79 Label out_of_range, only_low, negate, done, fastpath_done; local
137 __ bge(&out_of_range);
163 __ bind(&out_of_range);
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 77 Label out_of_range, only_low, negate, done, fastpath_done; local
135 __ bge(&out_of_range, Label::kNear);
164 __ bind(&out_of_range);
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 502 milliseconds