OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOTHROW
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap.h
22
#define
NOTHROW
__THROW
24
#define
NOTHROW
46
int NAME(access)(const char* path, int amode)
NOTHROW
;
47
int NAME(chdir)(const char* path)
NOTHROW
;
48
int NAME(chmod)(const char* path, chmod_mode_t mode)
NOTHROW
;
49
int chown(const char* path, uid_t owner, gid_t group)
NOTHROW
;
51
int NAME(dup)(int oldfd)
NOTHROW
;
52
int NAME(dup2)(int oldfd, int newfd)
NOTHROW
;
53
int fchown(int fd, uid_t owner, gid_t group)
NOTHROW
;
61
extern int fstat(int fd, struct stat* buf)
NOTHROW
;
[
all
...]
/external/stlport/test/unit/
vector_test.cpp
501
# define
NOTHROW
_STLP_NOTHROW
503
# define
NOTHROW
throw()
516
NotSTLportAllocator()
NOTHROW
{}
518
template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&)
NOTHROW
{}
520
NotSTLportAllocator(const NotSTLportAllocator<_Tp>&)
NOTHROW
{}
521
~NotSTLportAllocator()
NOTHROW
{}
/ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp
501
# define
NOTHROW
_STLP_NOTHROW
503
# define
NOTHROW
throw()
516
NotSTLportAllocator()
NOTHROW
{}
518
template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&)
NOTHROW
{}
520
NotSTLportAllocator(const NotSTLportAllocator<_Tp>&)
NOTHROW
{}
521
~NotSTLportAllocator()
NOTHROW
{}
/ndk/tests/device/test-stlport/unit/
vector_test.cpp
501
# define
NOTHROW
_STLP_NOTHROW
503
# define
NOTHROW
throw()
516
NotSTLportAllocator()
NOTHROW
{}
518
template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&)
NOTHROW
{}
520
NotSTLportAllocator(const NotSTLportAllocator<_Tp>&)
NOTHROW
{}
521
~NotSTLportAllocator()
NOTHROW
{}
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
126
# define
NOTHROW
142
# define
NOTHROW
throw()
Completed in 922 milliseconds