Searched refs:drv (Results 1 – 5 of 5) sorted by relevance
/trunk/main/connectivity/qa/complex/connectivity/ |
H A D | HsqlDriverTest.java | 102 XDriver drv = null; in test() local 111 …drv = (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 143 …drv = (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 D | TestCacheSize.java | 115 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 D | makefile.mk | 28 TARGET2=$(TARGET)drv
|
/trunk/main/sal/osl/os2/ |
H A D | file.cxx | 2264 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 D | osl_File.cxx | 5841 char* drv = get_unused_drive_letter(); in TEST_F() local 5845 strncpy(buff, drv, 1); in TEST_F()
|
Completed in 279 milliseconds