Home
last modified time | relevance | path

Searched refs:drv (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java102 XDriver drv = null; in test() local
111drv = (XDriver)UnoRuntime.queryInterface(XDriver.class, xMSF.createInstance("com.sun.star.sdbcx.co… in test()
114 TestCacheSize test = new TestCacheSize(xMSF,info,drv); in test()
136 XDriver drv = null; in test2() local
143drv = (XDriver)UnoRuntime.queryInterface(XDriver.class,xMSF.createInstance("com.sun.star.comp.sdbc… in test2()
144 TestCacheSize test = new TestCacheSize(xMSF,info,drv); in test2()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java115 XDriver drv; field in TestCacheSize
120 drv = _drv; in TestCacheSize()
141 cConnection = drv.connect(url,info); in setUp()
205 cConnection = drv.connect(url,info); in testFillUp()
409 cConnection = drv.connect(url,info); in checkResults()
/trunk/main/connectivity/source/drivers/macab/
H A Dmakefile.mk28 TARGET2=$(TARGET)drv
/trunk/main/sal/osl/os2/
H A Dfile.cxx2264 BYTE drv; // 0=A, 1=B 2=C ... member
2392 IOCtl.drv = toupper(drive[0]) - 'A'; in TxFsIsRemovable()
2404 IOCtl.drv = toupper(drive[0]) - 'A'; in TxFsIsRemovable()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx5841 char* drv = get_unused_drive_letter(); in TEST_F() local
5845 strncpy(buff, drv, 1); in TEST_F()

Completed in 94 milliseconds