Searched refs:objs (Results 1 - 4 of 4) sorted by relevance
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/ |
H A D | TestDoubleBarrelLRUCache.java | 65 private final CloneableObject[] objs; field in class:TestDoubleBarrelLRUCache.CacheThread 71 CloneableObject[] objs, long endTime) { 73 this.objs = objs; 83 final int limit = objs.length; 86 final CloneableObject obj = objs[(int) ((count/2) % limit)]; 123 CloneableObject[] objs = new CloneableObject[OBJ_COUNT]; 125 objs[i] = new CloneableObject(new Object()); 131 threads[i] = new CacheThread(c, objs, endTime); 70 CacheThread(DoubleBarrelLRUCache<CloneableObject,Object> c, CloneableObject[] objs, long endTime) argument
|
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/ |
H A D | TestDoubleBarrelLRUCache.java | 65 private final CloneableObject[] objs; field in class:TestDoubleBarrelLRUCache.CacheThread 71 CloneableObject[] objs, long endTime) { 73 this.objs = objs; 83 final int limit = objs.length; 86 final CloneableObject obj = objs[(int) ((count/2) % limit)]; 123 CloneableObject[] objs = new CloneableObject[OBJ_COUNT]; 125 objs[i] = new CloneableObject(new Object()); 131 threads[i] = new CacheThread(c, objs, endTime); 70 CacheThread(DoubleBarrelLRUCache<CloneableObject,Object> c, CloneableObject[] objs, long endTime) argument
|
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/ |
H A D | LuceneTestCase.java | 765 public static void dumpArray(String label, Object[] objs, argument 767 Iterator<?> iter = (null == objs) ? null : Arrays.asList(objs).iterator();
|
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/ |
H A D | LuceneTestCase.java | 924 public static void dumpArray(String label, Object[] objs, argument 926 Iterator<?> iter = (null == objs) ? null : Arrays.asList(objs).iterator();
|
Completed in 19 milliseconds