HomeSort by relevance Sort by last modified time
    Searched defs:ams (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 152 ArrayList<APIInfo> ams = new ArrayList<APIInfo>(); local
165 ams.add(a); a = null;
170 if (!ams.isEmpty()) {
172 if (ams.size() == 1 && rms.size() == 1) {
173 changed.add(new DeltaInfo(ams.get(0), rms.get(0)));
178 ams.clear();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTime.java 181 long ams = a.toMillis(false); local
183 if (ams == bms) {
185 } else if (ams < bms) {

Completed in 1648 milliseconds