Searched defs:dump (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprdump.c92 /* Now call dump routine */
93 if (thread->dump) {
94 thread->dump(fd, thread, thread->dumpArg);
149 PR_SetThreadDumpProc(PRThread* thread, PRThreadDumpProc dump, void *arg) argument
151 thread->dump = dump;
/vbox/src/libs/libxml2-2.6.31/
H A DtestReader.c38 static int dump = 0; variable
116 else if ((!strcmp(argv[i], "-dump")) || (!strcmp(argv[i], "--dump")))
117 dump++;
H A Dxmlmemory.c763 * @nr: number of entries to dump
765 * show a show display of the memory allocated, and dump
818 FILE *dump; local
822 dump = fopen(".memdump", "w");
823 if (dump == NULL)
825 else xmlMemoryDumpFile = dump;
829 if (dump != NULL) fclose(dump);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddbmalloc.c88 dump function
96 if( (node_pt)0 != node->prev ) dump(name, node->prev, mf, debug);
99 if( (node_pt)0 != node->next ) dump(name, node->next, mf, debug);
196 dump(name, head, mf, debug);
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.c462 PL_HashTableDumpMeter(PLHashTable *ht, PLHashEnumerator dump, FILE *fp) argument
502 if ((*dump)(he, i, fp) != HT_ENUMERATE_NEXT)
508 PL_HashTableDump(PLHashTable *ht, PLHashEnumerator dump, FILE *fp) argument
512 count = PL_HashTableEnumerateEntries(ht, dump, fp);
514 PL_HashTableDumpMeter(ht, dump, fp);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h75 void dump(void *pvObj, uint64_t cTotalEntriesTime, uint64_t cTotalTime) const function in class:VBoxDispProfileEntry
182 void dump(void *pvObj) function in class:VBoxDispProfileSet
192 m_Entries[i].dump(pvObj, cEntriesTime, m_cTime); );
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dprgc.h108 void (PR_CALLBACK *dump)(FILE *out, void GCPTR *obj, PRBool detailed, PRIntn indentLevel); member in struct:GCType
291 ** Helper function used by dump routines to do the indentation in a
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c1073 PR_SetThreadDumpProc(PRThread* thread, PRThreadDumpProc dump, void *arg) argument
1075 thread->dump = dump;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c720 PL_DHashTableDumpMeter(PLDHashTable *table, PLDHashEnumerator dump, FILE *fp) argument
811 if (dump && maxChainLen && hash2) {
818 if (dump(table, entry, i++, fp) != PL_DHASH_NEXT)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py636 Helper for adding a crash report or dump to the test report.
652 'crash/log/client' and 'crash/dump/client'. If both are None,
854 def dump(self): member in class:TestDriverBase
H A Dvbox.py411 def dump(self): member in class:Build
787 def dump(self): member in class:TestDriver
791 base.TestDriver.dump(self);
803 self.oBuild.dump();
1080 self.oVBoxSvcProcess.enableCrashReporting('crash/report/svc', 'crash/dump/svc');
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c70 PR_DumpToFile(char* filename, char* msg, PRFileDumper dump, PRBool detailed);
2038 if (tp->dump)
2039 (*tp->dump)(out, (void*) (p + 1), detailed, 0);
2303 PR_ASSERT(tp->dump);
2305 tp->dump(out, (void*)(p + 1), PR_FALSE, 1);
2393 ** This will dump a list of the paths from the roots to the object in
2467 fprintf(out, "End of heap dump\n\n");
2487 fprintf(out, "Heap dump on %s\n", asctime(newtime)); /* Print current time */
3484 PR_DumpToFile(char* filename, char* msg, PRFileDumper dump, PRBool detailed) argument
3505 dump(ou
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1580 PRThreadDumpProc dump; /* dump thread info out */ member in struct:PRThread
1581 void *dumpArg; /* argument for the dump function */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 103 milliseconds