Home
last modified time | relevance | path

Searched refs:DebugDump (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/dports/biology/lamarc/lamarc-2.1.8/src/convModel/
H A Dgc_structure_maps.cpp46 gcDisplayOrder::DebugDump(wxString prefix) const in DebugDump() function in gcDisplayOrder
86 gcBlockSetMap::DebugDump(wxString prefix) const in DebugDump() function in gcBlockSetMap
112 gcRegionMap::DebugDump(wxString prefix) const in DebugDump() function in gcRegionMap
133 gcLocusMap::DebugDump(wxString prefix) const in DebugDump() function in gcLocusMap
139 locus.DebugDump(prefix+gcstr::indent); in DebugDump()
179 gcPanelMap::DebugDump(wxString prefix) const in DebugDump() function in gcPanelMap
200 gcParentMap::DebugDump(wxString prefix) const in DebugDump() function in gcParentMap
221 gcPopMap::DebugDump(wxString prefix) const in DebugDump() function in gcPopMap
227 pop.DebugDump(prefix+gcstr::indent); in DebugDump()
263 gcTraitMap::DebugDump(wxString prefix) const in DebugDump() function in gcTraitMap
[all …]
H A Dgc_structure_maps.h43 void DebugDump(wxString prefix=wxEmptyString) const;
53 void DebugDump(wxString prefix=wxEmptyString) const;
61 void DebugDump(wxString prefix=wxEmptyString) const;
69 void DebugDump(wxString prefix=wxEmptyString) const;
77 void DebugDump(wxString prefix=wxEmptyString) const;
85 void DebugDump(wxString prefix=wxEmptyString) const;
93 void DebugDump(wxString prefix=wxEmptyString) const;
103 void DebugDump(wxString prefix=wxEmptyString) const;
111 void DebugDump(wxString prefix=wxEmptyString) const;
119 void DebugDump(wxString prefix=wxEmptyString) const;
[all …]
H A Dgc_exportable.cpp31 gcPopRegionPair::DebugDump(wxString prefix) const in DebugDump() function in gcPopRegionPair
86 gcNameResolvedInfo::DebugDump(wxString prefix) const in DebugDump() function in gcNameResolvedInfo
121 gcExportable::DebugDump(wxString prefix) const in DebugDump() function in gcExportable
128 pair.DebugDump(wxString::Format("%s ",prefix.c_str())); in DebugDump()
129 info->DebugDump(wxString::Format("%s ",prefix.c_str())); in DebugDump()
H A Dgc_exportable.h26 void DebugDump(wxString prefix=wxEmptyString) const;
44 void DebugDump(wxString prefix=wxEmptyString) const;
53 void DebugDump(wxString prefix=wxEmptyString) const;
H A Dgc_phenotype.cpp75 gcHapProbability::DebugDump(wxString prefix) const in DebugDump() function in gcHapProbability
141 gcPhenotype::DebugDump(wxString prefix) const in DebugDump() function in gcPhenotype
150 hp.DebugDump(prefix+gcstr::indent); in DebugDump()
H A Dgc_file_info.cpp117 gcFileInfo::DebugDump(wxString prefix) const in DebugDump() function in gcFileInfo
201 gcFileMap::DebugDump(wxString prefix) const in DebugDump() function in gcFileMap
211 info.DebugDump(prefix+gcstr::indent+gcstr::indent); in DebugDump()
H A Dgc_set_util.h24 void DebugDump(wxString prefix=wxEmptyString) const;
33 void DebugDump(wxString prefix=wxEmptyString) const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dblast_aux.cpp76 CQuerySetUpOptions::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) in DebugDump() function in CQuerySetUpOptions
128 CBlastQueryInfo::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) const in DebugDump() function in CBlastQueryInfo
360 CBlastScoringParameters::DebugDump(CDebugDumpContext ddc, unsigned int /*d*/) in DebugDump() function in CBlastScoringParameters
385 CPSIMsa::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) const in DebugDump() function in CPSIMsa
398 CPSIMatrix::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) const in DebugDump() function in CPSIMatrix
413 CPSIDiagnosticsRequest::DebugDump(CDebugDumpContext ddc, in DebugDump() function in CPSIDiagnosticsRequest
429 CPSIDiagnosticsResponse::DebugDump(CDebugDumpContext ddc, in DebugDump() function in CPSIDiagnosticsResponse
440 CBlastSeqSrc::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) const in DebugDump() function in CBlastSeqSrc
451 CBlastSeqSrcIterator::DebugDump(CDebugDumpContext ddc, in DebugDump() function in CBlastSeqSrcIterator
483 CBlastHSPResults::DebugDump(CDebugDumpContext ddc, in DebugDump() function in CBlastHSPResults
[all …]
H A Dblast_options_local_priv.cpp399 CBlastOptionsLocal::DebugDump(CDebugDumpContext ddc, unsigned int depth) const in DebugDump() function in CBlastOptionsLocal
403 m_QueryOpts.DebugDump(ddc, depth); in DebugDump()
404 m_LutOpts.DebugDump(ddc, depth); in DebugDump()
405 m_InitWordOpts.DebugDump(ddc, depth); in DebugDump()
406 m_ExtnOpts.DebugDump(ddc, depth); in DebugDump()
407 m_HitSaveOpts.DebugDump(ddc, depth); in DebugDump()
408 m_PSIBlastOpts.DebugDump(ddc, depth); in DebugDump()
409 m_DeltaBlastOpts.DebugDump(ddc, depth); in DebugDump()
410 m_DbOpts.DebugDump(ddc, depth); in DebugDump()
411 m_ScoringOpts.DebugDump(ddc, depth); in DebugDump()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dblast_aux.cpp76 CQuerySetUpOptions::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) in DebugDump() function in CQuerySetUpOptions
128 CBlastQueryInfo::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) const in DebugDump() function in CBlastQueryInfo
360 CBlastScoringParameters::DebugDump(CDebugDumpContext ddc, unsigned int /*d*/) in DebugDump() function in CBlastScoringParameters
385 CPSIMsa::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) const in DebugDump() function in CPSIMsa
398 CPSIMatrix::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) const in DebugDump() function in CPSIMatrix
413 CPSIDiagnosticsRequest::DebugDump(CDebugDumpContext ddc, in DebugDump() function in CPSIDiagnosticsRequest
429 CPSIDiagnosticsResponse::DebugDump(CDebugDumpContext ddc, in DebugDump() function in CPSIDiagnosticsResponse
440 CBlastSeqSrc::DebugDump(CDebugDumpContext ddc, unsigned int /*depth*/) const in DebugDump() function in CBlastSeqSrc
451 CBlastSeqSrcIterator::DebugDump(CDebugDumpContext ddc, in DebugDump() function in CBlastSeqSrcIterator
483 CBlastHSPResults::DebugDump(CDebugDumpContext ddc, in DebugDump() function in CBlastHSPResults
[all …]
H A Dblast_options_local_priv.cpp399 CBlastOptionsLocal::DebugDump(CDebugDumpContext ddc, unsigned int depth) const in DebugDump() function in CBlastOptionsLocal
403 m_QueryOpts.DebugDump(ddc, depth); in DebugDump()
404 m_LutOpts.DebugDump(ddc, depth); in DebugDump()
405 m_InitWordOpts.DebugDump(ddc, depth); in DebugDump()
406 m_ExtnOpts.DebugDump(ddc, depth); in DebugDump()
407 m_HitSaveOpts.DebugDump(ddc, depth); in DebugDump()
408 m_PSIBlastOpts.DebugDump(ddc, depth); in DebugDump()
409 m_DeltaBlastOpts.DebugDump(ddc, depth); in DebugDump()
410 m_DbOpts.DebugDump(ddc, depth); in DebugDump()
411 m_ScoringOpts.DebugDump(ddc, depth); in DebugDump()
[all …]
/dports/games/edge/Edge-1.35-source/epi/
H A Dpri_heap.cc163 void priority_heap_c::DebugDump(int h_idx, int level) in DebugDump() function in priority_heap_c
184 DebugDump(Left(h_idx), level+1); in DebugDump()
187 DebugDump(Right(h_idx), level+1); in DebugDump()
201 DebugDump(); in Validate()
212 DebugDump(); in Validate()
247 heap->DebugDump(); in TestHeap()
/dports/biology/lamarc/lamarc-2.1.8/src/convParse/
H A Dgc_parse_block.cpp33 GCParseSamples::DebugDump(wxString prefix) const in DebugDump() function in GCParseSamples
37 (**i).DebugDump(prefix); in DebugDump()
145 GCParseBlock::DebugDump(wxString prefix) const in DebugDump() function in GCParseBlock
155 sampleRef.DebugDump(prefix+gcstr::indent); in DebugDump()
H A Dgc_genotype_resolution.cpp59 GCHaplotypeProbability::DebugDump(wxString prefix) const in DebugDump() function in GCHaplotypeProbability
108 GCGenotypeResolution::DebugDump(wxString prefix) const in DebugDump() function in GCGenotypeResolution
113 m_probabilities[i].DebugDump(prefix+gcstr::indent); in DebugDump()
H A Dgc_genotype_resolution.h32 void DebugDump(wxString prefix=wxEmptyString) const;
51 void DebugDump(wxString prefix=wxEmptyString) const;
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCDebug.cpp23 static void DebugDump(const char* str) { in DebugDump() function
41 DebugDump(buf.get()); in xpc_DumpJSStack()
53 DebugDump("Failed to format JavaScript stack for dump"); in xpc_PrintJSStack()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCDebug.cpp23 static void DebugDump(const char* str) { in DebugDump() function
41 DebugDump(buf.get()); in xpc_DumpJSStack()
53 DebugDump("Failed to format JavaScript stack for dump"); in xpc_PrintJSStack()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCDebug.cpp23 static void DebugDump(const char* str) { in DebugDump() function
41 DebugDump(buf.get()); in xpc_DumpJSStack()
53 DebugDump("Failed to format JavaScript stack for dump"); in xpc_PrintJSStack()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCDebug.cpp22 static void DebugDump(const char* str) { in DebugDump() function
40 DebugDump(buf.get()); in xpc_DumpJSStack()
52 DebugDump("Failed to format JavaScript stack for dump"); in xpc_PrintJSStack()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCDebug.cpp18 static void DebugDump(const char* fmt, ...) in DebugDump() function
45 DebugDump("%s\n", buf); in xpc_DumpJSStack()
59 DebugDump("%s", "Failed to format JavaScript stack for dump\n"); in xpc_PrintJSStack()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCDebug.cpp17 static void DebugDump(const char* fmt, ...) { in DebugDump() function
42 DebugDump("%s\n", buf.get()); in xpc_DumpJSStack()
53 if (!buf) DebugDump("%s", "Failed to format JavaScript stack for dump\n"); in xpc_PrintJSStack()
/dports/biology/lamarc/lamarc-2.1.8/src/xml/
H A Dparsetreeschema.h41 string DebugDump() const;
60 string DebugDump() const;
100 string DebugDump() const;
127 void DebugDump(const string) const;
/dports/security/ncrypt/ncrypt-0.8.1/
H A Dtwofish.c520 DebugDump(input,"\n",-1,0,0,0,1); in blockEncryptT()
522 DebugDump(cipher->iv32,"",IV_ROUND,0,0,0,0); in blockEncryptT()
531 DebugDump(x,"",0,0,0,0,0); in blockEncryptT()
541 DebugDump(x,"",r+1,2*(r&1),1,1,0); in blockEncryptT()
551 DebugDump(x,"",r+1,2*(r&1),0,1,0);/* make format compatible with optimized code */ in blockEncryptT()
572 DebugDump(outBuffer,"",rounds+1,0,0,0,1); in blockEncryptT()
574 DebugDump(cipher->iv32,"",IV_ROUND,0,0,0,0); in blockEncryptT()
653 DebugDump(input,"\n",rounds+1,0,0,0,1); in blockDecryptT()
663 DebugDump(x,"",r+1,2*(r&1),0,1,0);/* make format compatible with optimized code */ in blockDecryptT()
675 DebugDump(x,"",0,0,0,0,0);/* make final output match encrypt initial output */ in blockDecryptT()
[all …]
/dports/devel/p5-Config-Grammar/Config-Grammar-1.10/t/
H A Dexample.t7 use DebugDump;
91 open(PARSED, 't/example.parsed') or do { print DebugDump::debug_dump($cfg); die; };
96 my $is = DebugDump::debug_dump($cfg);
H A Dinherit.t8 use DebugDump;
70 print P DebugDump::debug_dump($cfg);
136 ok($dump, DebugDump::debug_dump($cfg));

12345678910>>...16