HomeSort by relevance Sort by last modified time
    Searched full:debug_stream (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 546 #define DEBUG_STREAM stdout
555 #define DEBUG_PRINTF_0(a) fprintf(DEBUG_STREAM, a)
556 #define DEBUG_PRINTF_1(a, b) fprintf(DEBUG_STREAM, a, b)
557 #define DEBUG_PRINTF_2(a, b, c) fprintf(DEBUG_STREAM, a, b, c)
558 #define DEBUG_PRINTF_3(a, b, c, d) fprintf(DEBUG_STREAM, a, b, c, d)
559 #define DEBUG_PRINTF_4(a, b, c, d, e) fprintf(DEBUG_STREAM, a, b, c, d, e)
560 #define DEBUG_PRINTF_5(a, b, c, d, e, f) fprintf(DEBUG_STREAM, a, b, c, d, e, f)
561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g)
562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g, h)
563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g, h, i
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 546 #define DEBUG_STREAM stdout
555 #define DEBUG_PRINTF_0(a) fprintf(DEBUG_STREAM, a)
556 #define DEBUG_PRINTF_1(a, b) fprintf(DEBUG_STREAM, a, b)
557 #define DEBUG_PRINTF_2(a, b, c) fprintf(DEBUG_STREAM, a, b, c)
558 #define DEBUG_PRINTF_3(a, b, c, d) fprintf(DEBUG_STREAM, a, b, c, d)
559 #define DEBUG_PRINTF_4(a, b, c, d, e) fprintf(DEBUG_STREAM, a, b, c, d, e)
560 #define DEBUG_PRINTF_5(a, b, c, d, e, f) fprintf(DEBUG_STREAM, a, b, c, d, e, f)
561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g)
562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g, h)
563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g, h, i
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 546 #define DEBUG_STREAM stdout
555 #define DEBUG_PRINTF_0(a) fprintf(DEBUG_STREAM, a)
556 #define DEBUG_PRINTF_1(a, b) fprintf(DEBUG_STREAM, a, b)
557 #define DEBUG_PRINTF_2(a, b, c) fprintf(DEBUG_STREAM, a, b, c)
558 #define DEBUG_PRINTF_3(a, b, c, d) fprintf(DEBUG_STREAM, a, b, c, d)
559 #define DEBUG_PRINTF_4(a, b, c, d, e) fprintf(DEBUG_STREAM, a, b, c, d, e)
560 #define DEBUG_PRINTF_5(a, b, c, d, e, f) fprintf(DEBUG_STREAM, a, b, c, d, e, f)
561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g)
562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g, h)
563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b, c, d, e, f, g, h, i
    [all...]
  /external/bison/data/
glr.cc 167 std::ostream& yyoutput = debug_stream ();
192 ]b4_parser_class_name[::debug_stream () const
288 std::ostream& debug_stream () const;
lalr1.cc 97 std::ostream& debug_stream () const;
418 std::ostream& yyo = debug_stream ();
471 ]b4_parser_class_name[::debug_stream () const
    [all...]
  /external/bison/
TODO 39 %printer { debug_stream() << $$; } <my_type>;
42 "debug_stream()" to find the stream to use. The same applies to
NEWS 446 "yyoutput" (as an alias to "debug_stream ()").
    [all...]
ChangeLog-2012     [all...]
  /external/bison/examples/calc++/
calc++-parser.hh 118 std::ostream& debug_stream () const;
calc++-parser.cc 215 std::ostream& yyo = debug_stream ();
295 calcxx_parser::debug_stream () const
    [all...]
  /external/bison/tests/
actions.at 399 ]AT_LALR1_CC_IF([debug_stream () << $$;],
    [all...]

Completed in 84 milliseconds