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

<<1112131415161718

  /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...]
Module.cpp 115 StreamString strm;
118 module->GetDescription(&strm, eDescriptionLevelFull);
123 strm.GetString().c_str());
930 StreamString strm; local
931 strm.PutCString("error: ");
932 GetDescription(&strm, lldb::eDescriptionLevelBrief);
933 strm.PutChar (' ');
936 strm.PrintfVarArg(format, args);
944 strm.EOL();
946 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str())
969 StreamString strm; local
998 StreamString strm; local
    [all...]
  /external/lldb/source/API/
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...]
SBBlock.cpp 181 Stream &strm = description.ref(); local
186 strm.Printf ("Block: {id: %" PRIu64 "} ", id);
189 strm.Printf (" (inlined, '%s') ", GetInlinedName());
195 m_opaque_ptr->DumpAddressRanges (&strm,
200 strm.PutCString ("No value");
SBCompileUnit.cpp 268 Stream &strm = description.ref(); local
272 m_opaque_ptr->Dump (&strm, false);
275 strm.PutCString ("No value");
SBSymbol.cpp 103 Stream &strm = description.ref(); local
107 m_opaque_ptr->GetDescription (&strm,
111 strm.PutCString ("No value");
SBFileSpec.cpp 176 Stream &strm = description.ref(); local
179 strm.PutCString (path);
  /external/lldb/include/lldb/Core/
Log.h 68 typedef void (*ListCategoriesCallback) (Stream *strm);
102 ListAllLogChannels (Stream *strm);
224 ListCategories (Stream *strm) = 0;
  /external/lldb/include/lldb/Interpreter/
OptionValueProperties.h 67 Stream &strm,
78 Stream &strm,
84 Stream &strm) const;
94 // GetQualifiedName (Stream &strm);
Options.h 162 OutputFormattedUsageText (Stream &strm,
167 GenerateOptionUsage (Stream &strm,
OptionValueArch.h 71 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
OptionValueDictionary.h 50 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
OptionValueEnumeration.h 55 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
OptionValueFileSpec.h 48 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask);
  /external/lldb/source/Interpreter/
CommandReturnObject.cpp 23 DumpStringToStreamWithNewline (Stream &strm, const std::string &s, bool add_newline_if_empty)
34 strm.Write(s.c_str(), s.size());
41 strm.EOL();
  /external/opencv/
cvjni.cpp 147 WLNonFileByteStream *strm = new WLNonFileByteStream(); local
149 mat_image->height, ipl_depth, channels, strm);
151 int imageSize = strm->GetSize();
157 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
159 strm->Close();
160 SAFE_DELETE(strm);
266 WLNonFileByteStream* strm = new WLNonFileByteStream(); local
268 mat_image->height, ipl_depth, channels, strm);
270 imageSize = strm->GetSize();
276 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
    [all...]
  /external/bzip2/
bzlib_private.h 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
199 bz_stream* strm; member in struct:__anon6365
350 bz_stream* strm; member in struct:__anon6366
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 83 static int ReadNumber( RLByteStream& strm, int maxdigits )
89 code = strm.GetByte();
99 code = strm.GetByte();
104 code = strm.GetByte();
107 code = strm.GetByte();
116 code = strm.GetByte();
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 274 PlatformDarwinKernel::GetStatus (Stream &strm)
276 Platform::GetStatus (strm);
277 strm.Printf (" Debug session type: ");
279 strm.Printf ("iOS kernel debugging\n");
281 strm.Printf ("Mac OS X kernel debugging\n");
283 strm.Printf ("unknown kernel debugging\n");
288 strm.Printf (" Kext directories: [%2u] \"%s\"\n", i, kext_dir.GetPath().c_str());
290 strm.Printf (" Total number of kexts indexed: %d\n", (int) m_name_to_kext_path_map.size());
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.cpp 155 ProcessPOSIXLog::ListLogCategories (Stream *strm)
157 strm->Printf ("Logging categories for '%s':\n"
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.h 117 DumpHistory(lldb_private::Stream &strm);
174 Dump (lldb_private::Stream &strm) const;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c 610 strm pointer to stream data structure
626 strmData_t *strm,
641 ASSERT(strm);
670 tmp = h264bsdCheckPpsId(strm, &ppsId);
693 tmp = h264bsdCheckFrameNum(strm, sps->maxFrameNum, &frameNum);
705 tmp = h264bsdCheckIdrPicId(strm, sps->maxFrameNum, nuNext->nalUnitType,
719 tmp = h264bsdCheckPicOrderCntLsb(strm, sps, nuNext->nalUnitType,
732 tmp = h264bsdCheckDeltaPicOrderCntBottom(strm, sps,
748 tmp = h264bsdCheckDeltaPicOrderCnt(strm, sps, nuNext->nalUnitType,
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 161 z_stream *strm; /* Zlib stream object */ member in struct:xmlNanoHTTPCtxt
426 if (ctxt->strm != NULL) {
427 inflateEnd(ctxt->strm);
428 xmlFree(ctxt->strm);
815 ctxt->strm = xmlMalloc(sizeof(z_stream));
817 if (ctxt->strm != NULL) {
818 ctxt->strm->zalloc = Z_NULL;
819 ctxt->strm->zfree = Z_NULL;
820 ctxt->strm->opaque = Z_NULL;
821 ctxt->strm->avail_in = 0
    [all...]
  /external/libxml2/
nanohttp.c 156 z_stream *strm; /* Zlib stream object */ member in struct:xmlNanoHTTPCtxt
431 if (ctxt->strm != NULL) {
432 inflateEnd(ctxt->strm);
433 xmlFree(ctxt->strm);
820 ctxt->strm = xmlMalloc(sizeof(z_stream));
822 if (ctxt->strm != NULL) {
823 ctxt->strm->zalloc = Z_NULL;
824 ctxt->strm->zfree = Z_NULL;
825 ctxt->strm->opaque = Z_NULL;
826 ctxt->strm->avail_in = 0
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 476 Dump (lldb_private::Stream& strm, const DIEInfo &hash_data) const
482 strm.PutCString (", ");
488 strm.Printf ("{0x%8.8x}", hash_data.offset);
495 strm.PutCString (tag_cstr);
497 strm.Printf ("DW_TAG_(0x%4.4x)", hash_data.tag);
502 strm.Printf ("0x%2.2x", hash_data.type_flags);
505 strm.PutCString (" (");
507 strm.PutCString (" implementation");
508 strm.PutCString (" )");
513 strm.Printf ("0x%8.8x", hash_data.qualified_name_hash)
    [all...]

Completed in 1025 milliseconds

<<1112131415161718