HomeSort by relevance Sort by last modified time
    Searched full:invalid_argument (Results 1 - 20 of 20) sorted by null

  /external/stlport/stlport/stl/
_stdexcept.h 57 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { class in inherits:logic_error
59 invalid_argument(const string& __arg) : logic_error(__arg) {} function in class:invalid_argument
61 ~invalid_argument() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 76 { _STLP_THROW_MSG(invalid_argument, __msg); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 57 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { class in inherits:logic_error
59 invalid_argument(const string& __arg) : logic_error(__arg) {} function in class:invalid_argument
61 ~invalid_argument() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 76 { _STLP_THROW_MSG(invalid_argument, __msg); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdexcept 80 class invalid_argument : public logic_error
83 explicit invalid_argument(const string& __arg);
bitset 50 #include <bits/functexcept.h> // For invalid_argument, out_of_range,
750 * @throw std::invalid_argument If a character appears in the string
773 * @throw std::invalid_argument If a character appears in the string
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 302 throw invalid_argument("TZ_ICU_MAGIC signature missing");
309 throw invalid_argument("Bad Olson version info");
315 throw invalid_argument("File version mismatch");
330 throw invalid_argument("count mismatch between tzh_ttisgmtcnt, tzh_ttisdstcnt, tth_typecnt");
411 throw invalid_argument("isdst does not reflect dstoffset");
540 throw invalid_argument(os.str());
545 throw invalid_argument("can't open file");
553 throw invalid_argument("read error");
589 throw invalid_argument(os.str());
609 throw invalid_argument(os.str())
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 303 throw invalid_argument("TZ_ICU_MAGIC signature missing");
310 throw invalid_argument("Bad Olson version info");
316 throw invalid_argument("File version mismatch");
331 throw invalid_argument("count mismatch between tzh_ttisgmtcnt, tzh_ttisdstcnt, tth_typecnt");
412 throw invalid_argument("isdst does not reflect dstoffset");
541 throw invalid_argument(os.str());
546 throw invalid_argument("can't open file");
555 throw invalid_argument("read error");
591 throw invalid_argument(os.str());
743 throw invalid_argument(os.str())
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 22 INVALID_ARGUMENT = 1,
70 return INVALID_ARGUMENT;
  /external/stlport/src/
dll_main.cpp 79 invalid_argument::~invalid_argument() _STLP_NOTHROW_INHERENTLY {}
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 79 invalid_argument::~invalid_argument() _STLP_NOTHROW_INHERENTLY {}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
error_constants.h 76 invalid_argument = EINVAL, member in class:errc
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 31 INVALID_ARGUMENT = 1,
300 return INVALID_ARGUMENT;
  /external/freetype/include/freetype/
fterrdef.h 47 FT_ERRORDEF_( Invalid_Argument, 0x06, \
  /external/libvpx/examples/includes/geshi/geshi/
ocaml.php 100 'Exit', 'Invalid_Argument', 'Failure', 'Division_by_zero'
  /external/chromium/net/base/
net_error_list.h 29 NET_ERROR(INVALID_ARGUMENT, -4)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 
  /external/stlport/etc/
ChangeLog-5.1     [all...]

Completed in 717 milliseconds