HomeSort by relevance Sort by last modified time
    Searched full:pdbname (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/tools/gyp/test/win/compiler-flags/
pdbname.gyp 12 'pdbname.cc',
pdbname-override.gyp 12 'pdbname.cc',
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-pdbname-override.py 19 test.run_gyp('pdbname-override.gyp', chdir=CHDIR)
20 test.build('pdbname-override.gyp', test.ALL, chdir=CHDIR)
gyptest-cl-pdbname.py 19 test.run_gyp('pdbname.gyp', chdir=CHDIR)
20 test.build('pdbname.gyp', test.ALL, chdir=CHDIR)
  /external/chromium_org/third_party/sqlite/src/src/
attach.c 294 Expr *pDbname, /* Name of the database to use internally */
308 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pDbname)) ||
334 sqlite3ExprCode(pParse, pDbname, regArgs+1);
353 sqlite3ExprDelete(db, pDbname);
360 ** DETACH pDbname
362 void sqlite3Detach(Parse *pParse, Expr *pDbname){
376 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);
382 ** ATTACH p AS pDbname KEY pKey
384 void sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_readpdb.h 47 Char* pdbname,
debuginfo.c 1039 Char* pdbname = NULL; local
    [all...]
readpdb.c 2474 HChar* pdbname = ML_(dinfo_zalloc)("di.readpe.fnopf.pdbname", szB + 1); local
    [all...]
  /external/chromium_org/build/toolchain/win/
BUILD.gn 36 cc_command = "ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @\$out.rsp /c \$in /Fo\$out /Fd\$pdbname"
95 cc_command = "ninja -t msvc -e environment.x64 -- cl.exe /nologo /showIncludes /FC @\$out.rsp /c \$in /Fo\$out /Fd\$pdbname"
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 292 pdbname = self._Setting(
294 if pdbname:
295 pdbname = expand_special(self.ConvertVSMacros(pdbname))
296 return pdbname
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
progress.php 238 'PDBNAME','PROC-HANDLE','PROC-STATUS','PROGRAM-NAME',

Completed in 2165 milliseconds