Home
last modified time | relevance | path

Searched defs:PRINT (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/fuzz/
Dasn1.c212 #define DO_TEST(TYPE, D2I, I2D, PRINT) { \ argument
232 #define DO_TEST_PRINT_OFFSET(TYPE, D2I, I2D, PRINT) { \ argument
250 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) { \ argument
/third_party/gstreamer/gstreamer/gst/parse/
Dparse.l35 #define PRINT(...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " __VA_ARGS__) macro
Dlex.priv_gst_parse_yy.c1073 #define PRINT(...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " __VA_ARGS__) macro
1075 #define PRINT(args...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " args) macro
1078 PRINT (const char *format, ...) in PRINT() function
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DMain.java29 PRINT, enumConstant
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto53 PRINT = 47; enumerator
Dtest_reserved_message_upper.proto52 message PRINT {} message
Dtest_reserved_enum_upper.proto52 enum PRINT { ZERO48 = 0; } enum
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_print.cpp417 #define PRINT(args...) \ macro
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c92 #define PRINT if(!quiet)gst_print macro
/third_party/ffmpeg/libavcodec/
Dcook.c1049 #define PRINT(a, b) ff_dlog(q->avctx, " %s = %d\n", a, b); in dump_cook_context() macro
Dwmaprodec.c259 #define PRINT(a, b) av_log(s->avctx, AV_LOG_DEBUG, " %s = %d\n", a, b); in dump_context() macro
/third_party/mksh/
Dedit.c3605 NONE = 0, EXPAND, COMPLETE, PRINT enumerator