HomeSort by relevance Sort by last modified time
    Searched refs:strm (Results 251 - 275 of 434) sorted by null

<<1112131415161718

  /external/lldb/source/API/
SBCommandReturnObject.cpp 240 Stream &strm = description.ref(); local
247 strm.PutCString ("Started");
249 strm.PutCString ("Invalid");
251 strm.PutCString ("Success");
253 strm.PutCString ("Fail");
256 strm.Printf ("\nOutput Message:\n%s", GetOutput());
259 strm.Printf ("\nError Message:\n%s", GetError());
262 strm.PutCString ("No value");
SBSymbolContextList.cpp 111 Stream &strm = description.ref(); local
113 m_opaque_ap->GetDescription (&strm, lldb::eDescriptionLevelFull, NULL);
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");
  /external/lldb/source/Core/
StringList.cpp 105 StringList::Join (const char *separator, Stream &strm)
115 strm.PutCString(separator);
116 strm.PutCString(GetStringAtIndex(i));
237 StreamString strm; local
241 strm << items_sep;
243 strm << item_preamble;
244 strm << GetStringAtIndex(i);
246 return std::string(strm.GetData());
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zutil.h 54 #define ERR_RETURN(strm,err) \
55 return (strm->msg = ERR_MSG(err), (err))
246 #define ZALLOC(strm, items, size) \
247 (*((strm)->zalloc))((strm)->opaque, (items), (size))
248 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/qemu/distrib/zlib-1.2.8/
zutil.h 52 #define ERR_RETURN(strm,err) \
53 return (strm->msg = ERR_MSG(err), (err))
244 #define ZALLOC(strm, items, size) \
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/zlib/src/
zutil.h 52 #define ERR_RETURN(strm,err) \
53 return (strm->msg = ERR_MSG(err), (err))
244 #define ZALLOC(strm, items, size) \
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /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/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/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/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/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 246 #define srtp_handle_event(srtp, strm, evnt) \
250 data.stream = strm; \
  /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:__anon38200
166 strmData_t *strm,

Completed in 300 milliseconds

<<1112131415161718