H A D | UploadDownloadMgrTest.java | 83 upload( method in class:UploadDownloadMgrTest 107 printElapsed("UploadDownloadMgr.upload: " + totalSize + " bytes", start); 260 upload(f.toString(), mLength); 346 final Object id = upload("./deploy.temp1." + now(), 1024 * K); 352 final Object id = upload("./deploy.temp2." + now(), 1 + 100 * K); 358 final Object id = upload("./deploy.temp3." + now(), 1); 364 final Object id = upload("./deploy.temp4." + now(), K + 1); 370 final Object id = upload(null, 1 + 2048 * K);
|