Searched defs:pdb (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/perf/
H A Dheap.c13 int pdb = 0; local
17 pdb = atoi(argv[1]);
32 if (pdb > 0) {
34 for (jpdb=0; jpdb<nbytes; jpdb = jpdb+pdb) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dprinter.py200 # We will assume that if the pdb module is in the stack then the output
204 import pdb namespace
206 return any(frame[1] == pdb.__file__.replace('.pyc', '.py') for frame in stack)
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.c351 void *pdb = (void *)db; local
365 || (rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0))
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.c460 void *pdb = (void *)db; local
482 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp995 EdgeBuilder(PathDiagnostic &pd, PathDiagnosticBuilder &pdb) argument
996 : PD(pd), PDB(pdb) {
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c12 derived from wine-1.0/tools/winedump/pdb.c and msc.c
16 Copyright 2006 Eric Pouech (winedump/pdb.c and msc.c)
309 // A .pdb file begins with a variable-length one-line text string
946 /*--- pdb-reading: bits and pieces ---*/
969 static void* pdb_ds_read( struct pdb_reader* pdb, argument
980 "(%u); skipping -- possible invalid .pdb file?\n", size);
984 blocksize = pdb->u.ds.header->block_size;
989 pdb->pdbimage + block_list[i] * blocksize,
995 static void* pdb_jg_read( struct pdb_reader* pdb, argument
1002 //VG_(printf)("pdb_read %p %p %d\n", pdb, block_lis
1056 pdb_jg_read_file( struct pdb_reader* pdb, unsigned fileNr, unsigned *plength ) argument
1821 pdb_dump( struct pdb_reader* pdb, DebugInfo* di, Addr pe_avma, PtrdiffT pe_bias, IMAGE_SECTION_HEADER* sectp_avma ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c119653 void *pdb = (void *)db; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c135975 void *pdb = (void *)db; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c136007 void *pdb = (void *)db; local
[all...]

Completed in 828 milliseconds