Searched refs:variable (Results 1 – 3 of 3) sorted by relevance
42 $(info * libcore tests are skipped because environment variable LIBCORE_SKIP_TESTS=$(LIBCORE_SKIP_T…
89 -Wno-unused-variable \
177 public int compareTo(Variable variable) { in compareTo() argument178 return arrayCompare(getBytes(), variable.getBytes()); in compareTo()