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

  /external/jmdns/src/javax/jmdns/impl/
DNSCache.java 456 List<DNSEntry> aNewValue = null;
458 aNewValue = new ArrayList<DNSEntry>(oldEntry.getValue());
460 aNewValue = new ArrayList<DNSEntry>();
462 aNewValue.add(dnsEntry);
465 oldEntry.setValue(aNewValue);
467 this.entrySet().add(new _CacheEntry(dnsEntry.getKey(), aNewValue));
509 List<DNSEntry> aNewValue = null;
511 aNewValue = new ArrayList<DNSEntry>(oldEntry.getValue());
513 aNewValue = new ArrayList<DNSEntry>();
515 aNewValue.remove(existingDNSEntry)
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 

Completed in 3724 milliseconds