Home
last modified time | relevance | path

Searched refs:aStreamPrefix (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/package/qa/storages/
H A DTest13.java53 String aStreamPrefix = ""; in test() local
54 for ( int nInd = 0; nInd < 4; ++nInd, aStreamPrefix += "SubStorage" + nInd ) in test()
55 if ( !testForPath( aStreamPrefix ) ) in test()
61 public boolean testForPath( String aStreamPrefix ) in testForPath() argument
65 String aSubStream1Path = aStreamPrefix + "SubStream1"; in testForPath()
66 String aSubStream2Path = aStreamPrefix + "SubStream2"; in testForPath()
67 String aSubStream3Path = aStreamPrefix + "SubStream3"; in testForPath()
68 String aBigSubStream1Path = aStreamPrefix + "BigSubStream1"; in testForPath()
69 String aBigSubStream2Path = aStreamPrefix + "BigSubStream2"; in testForPath()
70 String aBigSubStream3Path = aStreamPrefix + "BigSubStream3"; in testForPath()
H A DTest15.java53 String aStreamPrefix = ""; in test() local
54 for ( int nInd = 0; nInd < 4; ++nInd, aStreamPrefix += "SubStorage" + nInd ) in test()
55 if ( !testForPath( aStreamPrefix ) ) in test()
61 public boolean testForPath( String aStreamPrefix ) in testForPath() argument
65 String aSubStream1Path = aStreamPrefix + "SubStream1"; in testForPath()
66 String aSubStream2Path = aStreamPrefix + "SubStream2"; in testForPath()
67 String aSubStream3Path = aStreamPrefix + "SubStream3"; in testForPath()
68 String aSubStream4Path = aStreamPrefix + "SubStream4"; in testForPath()
H A DTest14.java53 String aStreamPrefix = ""; in test() local
54 for ( int nInd = 0; nInd < 4; ++nInd, aStreamPrefix += "SubStorage" + nInd ) in test()
55 if ( !testForPath( aStreamPrefix ) ) in test()
61 public boolean testForPath( String aStreamPrefix ) in testForPath() argument
65 String aSubStream1Path = aStreamPrefix + "SubStream1"; in testForPath()
66 String aSubStream2Path = aStreamPrefix + "SubStream2"; in testForPath()
67 String aSubStream3Path = aStreamPrefix + "SubStream3"; in testForPath()

Completed in 20 milliseconds