HomeSort by relevance Sort by last modified time
    Searched refs:invalid_argument (Results 101 - 125 of 128) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/
error_constants.h 78 invalid_argument = EINVAL, member in class:errc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
error_constants.h 78 invalid_argument = EINVAL, member in class:errc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
error_constants.h 78 invalid_argument = EINVAL, member in class:errc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
error_constants.h 78 invalid_argument = EINVAL, member in class:errc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
error_constants.h 78 invalid_argument = EINVAL, member in class:errc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
error_constants.h 78 invalid_argument = EINVAL, member in class:errc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
error_constants.h 78 invalid_argument = EINVAL, member in class:errc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
error_constants.h 78 invalid_argument = EINVAL, member in class:errc
  /external/deqp/framework/common/
tcuCommandLine.cpp 350 throw std::invalid_argument("Malformed case trie");
359 throw std::invalid_argument("Unterminated case tree");
383 throw std::invalid_argument(expectNode ? "Empty node name" : "Missing node separator");
405 throw std::invalid_argument("Illegal character in node name");
428 throw std::invalid_argument("Empty test case name");
431 throw std::invalid_argument("Duplicate test case");
461 throw std::invalid_argument("Empty test group name");
499 throw std::invalid_argument("Illegal character in test case name");
516 throw std::invalid_argument("Trailing characters at end of case list");
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg 209 throw std::invalid_argument("slice step cannot be zero");
335 throw std::invalid_argument(msg);
353 throw std::invalid_argument(msg);
573 throw std::invalid_argument("a sequence is expected");
794 Sequence* __getslice__(difference_type i, difference_type j) throw (std::out_of_range, std::invalid_argument) {
798 void __setslice__(difference_type i, difference_type j, const Sequence& v = Sequence()) throw (std::out_of_range, std::invalid_argument) {
802 void __delslice__(difference_type i, difference_type j) throw (std::out_of_range, std::invalid_argument) {
815 Sequence* __getitem__(PySliceObject *slice) throw (std::out_of_range, std::invalid_argument) {
827 void __setitem__(PySliceObject *slice, const Sequence& v) throw (std::out_of_range, std::invalid_argument) {
839 void __setitem__(PySliceObject *slice) throw (std::out_of_range, std::invalid_argument) {
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 80 EC = make_error_code(errc::invalid_argument);
134 EC = make_error_code(errc::invalid_argument);
326 EC = make_error_code(errc::invalid_argument);
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 79 invalid_argument = ASIO_SOCKET_ERROR(EINVAL), enumerator in enum:asio::error::basic_errors
stream_socket_service.hpp 110 ec = asio::error::invalid_argument;
  /prebuilts/misc/common/swig/include/2.0.11/
exception.i 265 catch (std::invalid_argument& e) {
  /external/libcxx/test/std/diagnostics/syserr/
errc.pass.cpp 46 static_assert(static_cast<int>(std::errc::invalid_argument) == EINVAL, "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 46 static_assert(static_cast<int>(std::errc::invalid_argument) == EINVAL, "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/
errc.pass.cpp 46 static_assert(static_cast<int>(std::errc::invalid_argument) == EINVAL, "");
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 305 throw std::invalid_argument("unrecognized value '" + srcStr + "'");
336 throw std::invalid_argument("invalid integer literal");
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 349 throw std::invalid_argument("an Array is expected");
847 throw (std::invalid_argument) {
920 catch( std::invalid_argument )
947 catch( std::invalid_argument )
  /external/libcxx/src/
string.cpp 59 throw_helper<invalid_argument>(func + ": no conversion");
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 152 invalid_argument, // EINVAL
531 invalid_argument = EINVAL, enumerator in enum:llvm::errc::_
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 58 throw_helper<invalid_argument>(func + ": no conversion");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
string.cpp 59 throw_helper<invalid_argument>(func + ": no conversion");
  /external/libcxx/src/experimental/filesystem/
operations.cpp 705 set_or_throw(make_error_code(errc::invalid_argument), ec,
720 set_or_throw(make_error_code(errc::invalid_argument),
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 637 return make_error_code(llvm::errc::invalid_argument);
    [all...]

Completed in 627 milliseconds

1 2 3 45 6