/external/zlib/src/examples/ |
gzlog.c | 614 z_stream strm; local 620 strm.zalloc = Z_NULL; 621 strm.zfree = Z_NULL; 622 strm.opaque = Z_NULL; 623 if (deflateInit2(&strm, Z_DEFAULT_COMPRESSION, Z_DEFLATED, -15, 8, 634 deflateEnd(&strm); 638 deflateSetDictionary(&strm, buf, (uint)dict); 647 deflateEnd(&strm); 650 deflatePrime(&strm, (8 - log->back) & 7, *buf); 653 strm.next_in = data [all...] |
/external/openfst/src/include/fst/ |
vector-fst.h | 207 static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts); 324 VectorFstImpl<A> *VectorFstImpl<A>::Read(istream &strm, 328 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) { 340 if (!final.Read(strm)) break; 345 ReadType(strm, &narcs); 346 if (!strm) { 354 ReadType(strm, &arc.ilabel); 355 ReadType(strm, &arc.olabel); 356 arc.weight.Read(strm); 357 ReadType(strm, &arc.nextstate) [all...] |
float-weight.h | 72 istream &Read(istream &strm) { 73 return ReadType(strm, &value_); 76 ostream &Write(ostream &strm) const { 77 return WriteType(strm, value_); 156 inline ostream &operator<<(ostream &strm, const FloatWeightTpl<T> &w) { 158 return strm << "Infinity"; 160 return strm << "-Infinity"; 162 return strm << "BadNumber"; 164 return strm << w.Value(); 168 inline istream &operator>>(istream &strm, FloatWeightTpl<T> &w) [all...] |
/external/lldb/include/lldb/Target/ |
StackFrame.h | 124 DumpUsingSettingsFormat (Stream *strm); 127 Dump (Stream *strm, bool show_frame_index, bool show_fullpaths); 166 GetStatus (Stream &strm,
|
/external/lldb/source/Plugins/Process/Linux/ |
ProcessLinux.cpp | 123 ProcessLinux::GetPluginCommandHelp(const char *command, Stream *strm) 128 ProcessLinux::ExecutePluginCommand(Args &command, Stream *strm) 134 ProcessLinux::EnablePluginLogging(Stream *strm, Args &command)
|
/external/lldb/source/Target/ |
Platform.cpp | 271 Platform::GetStatus (Stream &strm) 277 strm.Printf (" Platform: %s\n", GetPluginName().GetCString()); 283 strm.Printf(" Triple: %s\n", arch.GetTriple().str().c_str()); 288 strm.Printf("OS Version: %u", major); 290 strm.Printf(".%u", minor); 292 strm.Printf(".%u", update); 295 strm.Printf(" (%s)", s.c_str()); 297 strm.EOL(); 301 strm.Printf(" Kernel: %s\n", s.c_str()); 305 strm.Printf(" Hostname: %s\n", GetHostname()) [all...] |
/external/libxml2/os400/ |
wrappers.c | 143 _lx_inflateInit2_(z_streamp strm, int windowBits, 150 r = inflateInit2_(strm, windowBits, 157 _lx_deflateInit2_(z_streamp strm, int level, int method, int windowBits, 164 r = deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
|
/external/lldb/include/lldb/Core/ |
StringList.h | 58 Join (const char *separator, Stream &strm);
|
UserID.h | 126 Stream& operator << (Stream& strm, const UserID& uid);
|
Disassembler.h | 295 Stream &strm); 307 Stream &strm); 319 Stream &strm); 332 Stream &strm); 343 Stream &strm); 361 Stream &strm);
|
/external/lldb/include/lldb/Interpreter/ |
OptionValueBoolean.h | 54 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|
OptionValueFormat.h | 55 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|
OptionValueRegex.h | 49 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|
OptionValueUUID.h | 53 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
|
/external/lldb/source/API/ |
SBDeclaration.cpp | 186 Stream &strm = description.ref(); local 192 strm.Printf ("%s:%u", file_path, GetLine()); 194 strm.Printf (":%u", GetColumn()); 197 strm.PutCString ("No value");
|
SBType.cpp | 306 Stream &strm = description.ref(); local 310 m_opaque_sp->GetDescription (strm, description_level); 313 strm.PutCString ("No value"); 598 Stream &strm = description.ref(); local 607 strm.Printf ("+%u + %u bits: (", byte_offset, byte_bit_offset); 609 strm.Printf ("+%u: (", byte_offset); 613 type_impl_sp->GetDescription(strm, description_level); 615 strm.Printf (") %s", name); 619 strm.Printf (" : %u", bitfield_bit_size); 624 strm.PutCString ("No value") [all...] |
/external/lldb/source/Interpreter/ |
OptionValuePathMappings.cpp | 23 OptionValuePathMappings::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) 26 strm.Printf ("(%s)", GetTypeAsCString ()); 30 strm.Printf (" =%s", (m_path_mappings.GetSize() > 0) ? "\n" : ""); 31 m_path_mappings.Dump(&strm);
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
ProcessKDPLog.h | 48 ListLogCategories (lldb_private::Stream *strm);
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
ProcessGDBRemoteLog.h | 51 ListLogCategories (lldb_private::Stream *strm);
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
LogChannelDWARF.h | 74 ListCategories (lldb_private::Stream *strm);
|
/external/squashfs-tools/squashfs-tools/ |
compressor.h | 55 static inline int compressor_compress(struct compressor *comp, void *strm, 58 return comp->compress(strm, dest, src, size, block_size, error);
|
/external/srtp/include/ |
srtp_priv.h | 253 #define srtp_handle_event(srtp, strm, evnt) \ 257 data.stream = strm; \
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_storage.h | 138 strmData_t strm[1]; member in struct:__anon22335 166 strmData_t *strm,
|
/external/openfst/src/include/fst/extensions/far/ |
stlist.h | 269 // Read(istream &strm, const string &filename); 279 ifstream strm(filename.c_str(), ifstream::in | ifstream::binary); 281 ReadType(strm, &magic_number); 282 ReadType(strm, &file_version); 292 ReadType(strm, &key); 293 header->Read(strm, filename + ":" + key); 294 if (!strm) {
|
/external/lldb/source/Core/ |
Disassembler.cpp | 138 Stream &strm 162 strm)) 165 strm.EOL(); 185 Stream &strm 225 strm); 302 Stream &strm 315 size_t bytes_disassembled = disasm_sp->ParseInstructions (&exe_ctx, range, &strm, prefer_file_cache); 326 strm); 349 Stream &strm 376 strm); [all...] |