Searched refs:cdb (Results 1 - 8 of 8) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py14 cdb = CompilationDatabase.fromDirectory(path)
22 cdb = CompilationDatabase.fromDirectory(kInputsDir)
26 cdb = CompilationDatabase.fromDirectory(kInputsDir)
27 assert cdb.getCompileCommands('file_do_not_exist.cpp') == None
31 cdb = CompilationDatabase.fromDirectory(kInputsDir)
32 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
37 cdb = CompilationDatabase.fromDirectory(kInputsDir)
38 cmds = cdb.getAllCompileCommands()
58 cdb = CompilationDatabase.fromDirectory(kInputsDir)
59 cmds = cdb
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
H A DSDL_syscdrom.c90 struct scsi_cdb *cdb,
102 if (!cdb) return(-1);
107 bcopy(cdb, suc.suc_cdb, cdblen);
124 scsistatus, cdb[0]);
141 static struct scsi_cdb6 cdb = local
150 if (scsi_cmd(fd, (cdb_t *)&cdb, 6, SUC_READ, Inqbuffer,
163 static struct scsi_cdb6 cdb = local
173 again: sts = scsi_cmd(fd, (cdb_t *)&cdb, 6, SUC_READ, 0, 0, &sus);
345 u_char cdb[10], buf[4], *p, *toc; local
349 bzero(cdb, sizeo
89 scsi_cmd(int fd, struct scsi_cdb *cdb, int cdblen, int rw, caddr_t data, int datalen, struct scsi_user_cdb *sus) argument
402 u_char cdb[10], buf[16]; local
457 u_char cdb[10]; local
478 u_char cdb[10]; local
502 u_char cdb[6]; local
514 u_char cdb[6]; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_win.py77 """Checks whether we can use cdb to symbolize minidumps."""
123 cdb = self._host.filesystem.join(cdb_path, 'cdb.exe')
125 _ = self._host.executive.run_command([cdb, '-version'])
129 self._cdb_path = cdb
/external/fio/engines/
H A Dsg.c19 unsigned char cdb[10]; member in struct:sgio_cmd
39 memset(sc->cdb, 0, sizeof(sc->cdb));
42 hdr->cmdp = sc->cdb;
43 hdr->cmd_len = sizeof(sc->cdb);
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_backend.py121 app_path = os.path.join(possible_path, 'cdb.exe')
246 cdb = self._GetCdbPath()
247 if not cdb:
248 logging.warning('cdb.exe not found.')
250 output = subprocess.check_output([cdb, '-y', self._browser_directory,
/external/clang/bindings/python/clang/
H A Dcindex.py2667 cdb = conf.lib.clang_CompilationDatabase_fromDirectory(buildDir,
2672 return cdb
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s382 #CHECK: cdb %f0, -1
384 #CHECK: cdb %f0, 4096
386 cdb %f0, -1
387 cdb %f0, 4096
H A Dinsn-good.s1264 #CHECK: cdb %f0, 0 # encoding: [0xed,0x00,0x00,0x00,0x00,0x19]
1265 #CHECK: cdb %f0, 4095 # encoding: [0xed,0x00,0x0f,0xff,0x00,0x19]
1266 #CHECK: cdb %f0, 0(%r1) # encoding: [0xed,0x00,0x10,0x00,0x00,0x19]
1267 #CHECK: cdb %f0, 0(%r15) # encoding: [0xed,0x00,0xf0,0x00,0x00,0x19]
1268 #CHECK: cdb %f0, 4095(%r1,%r15) # encoding: [0xed,0x01,0xff,0xff,0x00,0x19]
1269 #CHECK: cdb %f0, 4095(%r15,%r1) # encoding: [0xed,0x0f,0x1f,0xff,0x00,0x19]
1270 #CHECK: cdb %f15, 0 # encoding: [0xed,0xf0,0x00,0x00,0x00,0x19]
1272 cdb %f0, 0
1273 cdb %f0, 4095
1274 cdb
[all...]

Completed in 1968 milliseconds