OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STLP_THROW
(Results
1 - 25
of
25
) sorted by null
/external/stlport/stlport/stl/config/
_apple.h
63
# define
_STLP_THROW
(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
features.h
823
# ifndef
_STLP_THROW
824
# define
_STLP_THROW
(x) throw x
845
# ifndef
_STLP_THROW
846
# define
_STLP_THROW
(x)
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h
63
# define
_STLP_THROW
(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
features.h
817
# ifndef
_STLP_THROW
818
# define
_STLP_THROW
(x) throw x
839
# ifndef
_STLP_THROW
840
# define
_STLP_THROW
(x)
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h
63
# define
_STLP_THROW
(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
features.h
817
# ifndef
_STLP_THROW
818
# define
_STLP_THROW
(x) throw x
839
# ifndef
_STLP_THROW
840
# define
_STLP_THROW
(x)
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h
63
# define
_STLP_THROW
(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
features.h
817
# ifndef
_STLP_THROW
818
# define
_STLP_THROW
(x) throw x
839
# ifndef
_STLP_THROW
840
# define
_STLP_THROW
(x)
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h
63
# define
_STLP_THROW
(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
features.h
817
# ifndef
_STLP_THROW
818
# define
_STLP_THROW
(x) throw x
839
# ifndef
_STLP_THROW
840
# define
_STLP_THROW
(x)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h
63
# define
_STLP_THROW
(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
features.h
817
# ifndef
_STLP_THROW
818
# define
_STLP_THROW
(x) throw x
839
# ifndef
_STLP_THROW
840
# define
_STLP_THROW
(x)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_apple.h
63
# define
_STLP_THROW
(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
features.h
817
# ifndef
_STLP_THROW
818
# define
_STLP_THROW
(x) throw x
839
# ifndef
_STLP_THROW
840
# define
_STLP_THROW
(x)
[
all
...]
/external/stlport/stlport/stl/
_new.h
118
# define _STLP_THROW_BAD_ALLOC
_STLP_THROW
(_STLP_STD::bad_alloc())
/ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h
118
# define _STLP_THROW_BAD_ALLOC
_STLP_THROW
(_STLP_STD::bad_alloc())
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_new.h
118
# define _STLP_THROW_BAD_ALLOC
_STLP_THROW
(_STLP_STD::bad_alloc())
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_new.h
118
# define _STLP_THROW_BAD_ALLOC
_STLP_THROW
(_STLP_STD::bad_alloc())
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_new.h
118
# define _STLP_THROW_BAD_ALLOC
_STLP_THROW
(_STLP_STD::bad_alloc())
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_new.h
118
# define _STLP_THROW_BAD_ALLOC
_STLP_THROW
(_STLP_STD::bad_alloc())
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_new.h
118
# define _STLP_THROW_BAD_ALLOC
_STLP_THROW
(_STLP_STD::bad_alloc())
/external/stlport/src/
locale.cpp
59
{
_STLP_THROW
(runtime_error("Invalid null locale name")); }
66
_STLP_THROW
(runtime_error(what.c_str()));
98
_STLP_THROW
(runtime_error(what.c_str()));
253
_STLP_THROW
(runtime_error("Invalid locale name '" _NAMELESS "'"));
locale_impl.cpp
117
_STLP_THROW
(bad_cast());
/ndk/sources/cxx-stl/stlport/src/
locale.cpp
59
{
_STLP_THROW
(runtime_error("Invalid null locale name")); }
66
_STLP_THROW
(runtime_error(what.c_str()));
98
_STLP_THROW
(runtime_error(what.c_str()));
253
_STLP_THROW
(runtime_error("Invalid locale name '" _NAMELESS "'"));
locale_impl.cpp
117
_STLP_THROW
(bad_cast());
Completed in 1100 milliseconds