Searched refs:maxDump (Results 1 – 5 of 5) sorted by relevance
189 const char* fmt4, const char* fmt, const char* sep, unsigned int maxDump = 0) in dumpSamplesFloat() argument195 if (maxDump && maxDump < samples) in dumpSamplesFloat()196 samples = maxDump; in dumpSamplesFloat()207 const char* fmt4, const char* fmt, const char* sep, unsigned int maxDump = 0) in dumpSamplesInt16() argument213 if (maxDump && maxDump < samples) in dumpSamplesInt16()214 samples = maxDump; in dumpSamplesInt16()
152 int maxDump; member709 if ( i >= gdata->maxDump ) { in cbVMDeath()854 gdata->maxDump = 20; in parse_agent_options()883 gdata->maxDump = atoi(number); in parse_agent_options()
286 QString maxDump, maxDumpFull; in LastCrashedWindow() local293 …if (maxDump.isEmpty() || qAbs(workingModified.secsTo(modified)) < qAbs(workingModified.secsTo(maxD… in LastCrashedWindow()294 maxDump = name; in LastCrashedWindow()301 if (!maxDump.isEmpty() && qAbs(workingModified.secsTo(maxDumpModified)) < 10) { in LastCrashedWindow()302 _minidumpName = maxDump; in LastCrashedWindow()
797 $maxDump = MAX_ITEM_DUMP; variable