Searched refs:objs (Results 1 – 7 of 7) sorted by relevance
35 final Object[] objs = new Object[] { 1, "aaa", "bbb", 3 }; in testJsonUtils() local36 final List<Object> objArray = Arrays.asList(objs); in testJsonUtils()39 for (int i = 0; i < objs.length; ++i) { in testJsonUtils()40 assertEquals(objs[i], newObjArray.get(i)); in testJsonUtils()
84 public static <T> void assertHaveSameHashCode(T... objs) { in assertHaveSameHashCode() argument85 Set<T> helperSet = new HashSet<>(Arrays.asList(objs)); in assertHaveSameHashCode()90 public static <T> void assertDifferentHashCode(T... objs) { in assertDifferentHashCode() argument91 Set<T> helperSet = new HashSet<>(Arrays.asList(objs)); in assertDifferentHashCode()92 Truth.assertThat(helperSet).hasSize(objs.length); in assertDifferentHashCode()
170 List<UiObject2> objs = in getElement() local174 if (objs == null) { in getElement()179 return objs.get(index); in getElement()
84 Object[] objs = in.readArray(null);85 for (Object obj : objs) {
1216 private String obsToString(Object... objs) { in obsToString() argument1219 for (Object obj : objs) { in obsToString()
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...