HomeSort by relevance Sort by last modified time
    Searched full:m_delegate (Results 1 - 5 of 5) sorted by null

  /external/emma/core/java12/com/vladium/util/
IProperties.java 151 if ((value == null) && (m_delegate != null))
153 value = m_delegate.getProperty (key, null);
182 for (PropertiesImpl delegate = m_delegate; delegate != null; delegate = delegate.m_delegate)
230 return m_valueMap.isEmpty () && ((m_delegate == null) || ((m_delegate != null) && m_delegate.isEmpty ()));
304 m_delegate = null;
315 if (m_delegate != null)
316 result.addAll (m_delegate.unmappedKeySet ())
356 private PropertiesImpl m_delegate; field in class:IProperties.Factory.PropertiesImpl
    [all...]
  /external/avahi/avahi-compat-howl/include/corby/
channel.h 83 sw_opaque_t m_delegate; member in struct:_sw_corby_channel_delegate
orb.h 61 sw_opaque m_delegate; member in struct:_sw_corby_orb_delegate
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 411 appLoader = new InstrClassLoader (m_delegate, m_coveragePath, forcedDelegationFilter, throughDelegationFilter, loadHook, classIOCache);
831 m_delegate = delegate;
897 private final ClassLoader m_delegate; field in class:AppRunner
    [all...]
  /prebuilts/devtools/tools/lib/
emma_device.jar 

Completed in 1222 milliseconds