Home
last modified time | relevance | path

Searched +defs:ERROR +defs:ARGS (Results 1 – 10 of 10) sorted by relevance

/dports/astro/libosmium/libosmium-2.17.2/
H A Dbuild-local.bat24 :ARGS-DONE label
32 :ERROR label
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/
H A Dbuild-local.bat24 :ARGS-DONE label
32 :ERROR label
/dports/devel/rlog/rlog-1.4/rlog/
H A DError.h63 #define ERROR( MSG ) _ERROR_IMPL( RLOG_COMPONENT, MSG ) macro
71 #define _ERROR_IMPL_VA( COMPONENT, FMT, ARGS... ) \ argument
74 #define ERROR_FMT( FMT, ARGS... ) _ERROR_IMPL_VA( RLOG_COMPONENT, FMT, ##ARGS ) argument
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/panasonic/
H A Ddc.h94 #define DEBUG_PRINT_LOW(ARGS) \ argument
97 #define DEBUG_PRINT_MEDIUM(ARGS) \ argument
100 #define DEBUG_PRINT_HIGH(ARGS) \ argument
103 #define RETURN_ERROR(ERROR) { \ argument
/dports/graphics/jogamp-jogl/gluegen/jcpp/src/main/java/com/jogamp/gluegen/jcpp/
H A DPreprocessor.java786 break ARGS; in macro() local
1011 break ARGS; in define() local
1013 break ARGS; in define() local
1406 break ERROR; in error() local
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/cccp/
H A Dcexp.c149 # define PROTO(ARGS) ARGS argument
151 # define PROTO(ARGS) () argument
160 # define PRINTF_PROTO(ARGS, m, n) PROTO (ARGS) __attribute__ ((format (__printf__, m, n))) argument
166 # define PRINTF_PROTO(ARGS, m, n) () __attribute__ ((format (__printf__, m, n))) argument
177 #define PRINTF_PROTO_1(ARGS) PRINTF_PROTO(ARGS, 1, 2) argument
317 ERROR = 261, enumerator
/dports/devel/jna/jna-5.7.0/test/com/sun/jna/
H A DCallbacksTest.java852 final RuntimeException ERROR = new RuntimeException(getName()); in testDefaultCallbackExceptionHandler() local
875 final RuntimeException ERROR = new RuntimeException(getName()); in testCallbackExceptionHandler() local
907 final RuntimeException ERROR = new RuntimeException(getName()); in testCallbackExceptionHandlerWithCallbackProxy() local
1127 final double[] ARGS = new double[2]; in testCallbackUsesTypeMapper() local
1157 final String[] ARGS = new String[2]; in testTypeMapperWithWideStrings() local
1187 final float[] ARGS = new float[2]; in testCallbackUsesTypeMapperWithDifferentReturnTypeSize() local
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-sound-OSS/
H A DsqUnixSoundOSS.c84 #define ERROR(MSG) ( \ macro
104 # define PRINTF(ARGS) ((printf ARGS), fflush(stdout)) argument
111 # define PRINTF(ARGS) argument
/dports/audio/musescore/MuseScore-3.6.1/aeolus/
H A Dmodel.cpp385 enum { CONT, DONE, ERROR, COMM, ARGS, MORE, NO_INSTR, IN_INSTR, enumerator
/dports/japanese/gawk/gawk-3.0.6/
H A Dawktab.c11 #define ERROR 261 macro
2401 # define ARGS 0xFF /* 0, 1, 2, 3 args allowed (any combination */ macro