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

  /external/strace/qemu_multiarch_testing/
parallel-build-hdc-img.sh 9 rm -f hdb.img
11 $keep_hdb || rm -f hdb.img
  /external/autotest/server/site_tests/factory_InstallVM/
factory_InstallVM.py 118 hdb = os.path.join(self.client.get_tmp_dir(), "hdb.bin")
119 self.client.send_file(local_hdb, hdb)
126 "-drive", "file=%s,boot=on" % hdb,
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 873 int hdb = meta.getResultSetHoldability(); local
874 switch (hdb) {
883 .supportsResultSetHoldability(hdb));
    [all...]

Completed in 1490 milliseconds