HomeSort by relevance Sort by last modified time
    Searched defs:TextOutput (Results 1 - 7 of 7) sorted by null

  /frameworks/native/libs/binder/
TextOutput.cpp 17 #include <binder/TextOutput.h>
32 TextOutput::TextOutput() {
35 TextOutput::~TextOutput() {
42 ((TextOutput*)cookie)->print(txt, strlen(txt));
45 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
64 TextOutput& operator<<(TextOutput& to, const HexDump& val
    [all...]
  /system/libhwbinder/
TextOutput.cpp 17 #include <hwbinder/TextOutput.h>
33 TextOutput::TextOutput() {
36 TextOutput::~TextOutput() {
43 ((TextOutput*)cookie)->print(txt, strlen(txt));
46 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
65 TextOutput& operator<<(TextOutput& to, const HexDump& val
    [all...]
  /frameworks/native/libs/binder/include/binder/
TextOutput.h 30 class TextOutput
33 TextOutput();
34 virtual ~TextOutput();
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
44 TextOutput& mTO;
54 extern TextOutput& alog;
57 extern TextOutput& aout;
60 extern TextOutput& aerr;
62 typedef TextOutput& (*TextOutputManipFunc)(TextOutput&)
    [all...]
  /system/libhwbinder/include/hwbinder/
TextOutput.h 31 class TextOutput
34 TextOutput();
35 virtual ~TextOutput();
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
45 TextOutput& mTO;
55 extern TextOutput& alog;
58 extern TextOutput& aout;
61 extern TextOutput& aerr;
63 typedef TextOutput& (*TextOutputManipFunc)(TextOutput&)
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 

Completed in 356 milliseconds