HomeSort by relevance Sort by last modified time
    Searched refs:_so (Results 1 - 10 of 10) sorted by null

  /external/lzma/CPP/7zip/UI/Console/
OpenCallbackConsole.h 17 CStdOutStream *_so; member in class:COpenCallbackConsole
25 bool NeedPercents() const { return _percent._so != NULL; }
51 _so = outStream;
53 _percent._so = percentStream;
UpdateCallbackConsole.cpp 46 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc);
93 if (_so)
95 *_so << endl;
97 *_so << arc.Path << endl;
102 if (_so)
103 PrintErrorFlags(*_so, "WARNINGS:", warningFlags);
108 if (_so)
109 *_so << "WARNINGS:" << endl << er.WarningMessage << endl;
112 if (_so)
114 *_so << endl;
    [all...]
ExtractCallbackConsole.h 20 CStdOutStream *_so; member in class:CExtractScanConsole
24 bool NeedPercents() const { return _percent._so != NULL; }
30 if (_so)
31 _so->Flush();
37 _so = outStream;
39 _percent._so = percentStream;
77 if (NeedPercents() && _so == _percent._so)
85 if (_so)
86 _so->Flush();
    [all...]
ExtractCallbackConsole.cpp 119 if (_so)
123 *_so << s << endl;
211 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64 *size)
213 *_so << kTab << "Path: " << path << endl;
218 *_so << kTab << "Size: " << s << endl;
226 *_so << kTab << "Modified: " << temp << endl;
241 if (_so)
243 *_so << endl << "Would you like to replace the existing file:\n";
244 PrintFileInfo(_so, existName, existTime, existSize);
245 *_so << "with the file from archive:\n";
    [all...]
UpdateCallbackConsole.h 34 CStdOutStream *_so; member in class:CCallbackConsoleBase
44 bool NeedPercents() const { return _percent._so != NULL; };
68 _so = outStream;
70 _percent._so = percentStream;
81 if (NeedPercents() && _so == _percent._so)
HashCon.cpp 26 if (PrintHeaders && _so)
27 *_so << kScanningMessage << endl;
62 if (PrintHeaders && _so)
65 *_so << _s << endl << endl;
149 *_so << _s << endl;
154 if (PrintHeaders && _so)
182 *_so << _s << endl;
259 *_so << _s;
264 if (_so)
270 *_so << kEmptyFileAlias;
    [all...]
PercentPrinter.h 44 CStdOutStream *_so; member in class:CPercentPrinter
PercentPrinter.cpp 52 *_so << _temp;
55 _so->Flush();
171 *_so << _s;
173 _so->Flush();
OpenCallbackConsole.cpp 86 Password = GetPassword(_so);
  /system/chre/build/
build_template.mk 73 $$(1)_SO = $(OUT)/$$$(1)/$(OUTPUT_NAME).so
87 .PHONY: $(1)_so
88 $(1)_so: $$($$(1)_SO)
94 $(1): $(1)_ar $(1)_so $(1)_bin
125 $$($$(1)_SO): $$(OUT)/$$$(1) $$($$$(1)_DIRS) $$($$(1)_CXX_DEPS) \

Completed in 199 milliseconds