HomeSort by relevance Sort by last modified time
    Searched refs:cdb (Results 1 - 4 of 4) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_cdb.py 14 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.getCompileCommands('/home/john.doe/MyProject/project.cpp')
48 cdb = CompilationDatabase.fromDirectory(kInputsDir)
49 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp'
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
SDL_syscdrom.c 90 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, sizeof (cdb))
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/webkit/Source/WebCore/html/canvas/
CanvasGradient.idl 29 InterfaceUUID=bb1108ea-6b8c-4a08-894a-218628630cdb,
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 132 milliseconds