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

  /external/emma/core/java12/com/vladium/util/
IProperties.java 72 return new PropertiesImpl (null, mapper);
99 return new PropertiesImpl (map, mapper); // note: map is a defensive clone
120 ((PropertiesImpl) result).getLastProperties ().setDelegate ((PropertiesImpl) base);
128 private static final class PropertiesImpl implements IProperties, Cloneable
166 final PropertiesImpl _clone;
169 _clone = (PropertiesImpl) super.clone ();
181 PropertiesImpl scan = _clone;
182 for (PropertiesImpl delegate = m_delegate; delegate != null; delegate = delegate.m_delegate)
184 final PropertiesImpl _delegateClone
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 119 milliseconds