Home
last modified time | relevance | path

Searched defs:_code (Results 1 – 13 of 13) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcException.h37 int _code; variable
/external/minijail/
Dbpf.h134 #define set_bpf_stmt(_block, _code, _k) \ argument
137 #define set_bpf_jump(_block, _code, _k, _jt, _jf) \ argument
Dsyscall_filter_unittest.c21 #define EXPECT_EQ_BLOCK(_block, _code, _k, _jt, _jf) \ argument
29 #define EXPECT_EQ_STMT(_block, _code, _k) \ argument
/external/opencv3/modules/viz/src/
Dtypes.cpp51 cv::viz::KeyboardEvent::KeyboardEvent(Action _action, const String& _symbol, unsigned char _code, i… in KeyboardEvent()
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh94 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
97 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
98 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
/external/jetty/src/java/org/eclipse/jetty/http/
DHttpStatus.java812 private final int _code; field in HttpStatus.Code
/external/opencv3/modules/core/src/
Dsystem.cpp202 Exception::Exception(int _code, const String& _err, const String& _func, const String& _file, int _… in Exception()
658 void error(int _code, const String& _err, const char* _func, const char* _file, int _line) in error()
/external/opencv3/modules/ts/src/
Dts.cpp215 int _code = setjmp( tsJmpMark ); in safe_run() local
/external/chromium-trace/catapult/third_party/webapp2/
Dwebapp2.py610 def redirect_to(self, _name, _permanent=False, _abort=False, _code=None, argument
1795 def redirect_to(_name, _permanent=False, _abort=False, _code=None, argument
/external/pdfium/third_party/libtiff/
Dtif_lzw.c176 #define NextCode(_tif, _sp, _bp, _code, _get) { \ argument
/external/opencv3/3rdparty/libtiff/
Dtif_lzw.c176 #define NextCode(_tif, _sp, _bp, _code, _get) { \ argument
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp332 CV_INLINE CV_NORETURN void errorNoReturn(int _code, const String& _err, const char* _func, const ch… in errorNoReturn()
/external/valgrind/include/vki/
Dvki-xen-x86.h155 # define VKI_DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument