Searched refs:_alias (Results 1 - 5 of 5) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DFileResource.java56 private transient URL _alias=null; field in class:FileResource
178 ((FileResource)r)._alias=((FileResource)r)._file.getCanonicalFile().toURI().toURL();
198 _alias=Resource.toURL(new File(can));
202 if (_alias!=null && LOG.isDebugEnabled())
214 return _alias;
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java427 private final String _alias; field in class:DNSRecord.Pointer
431 this._alias = alias;
445 out.writeName(_alias);
454 if ((_alias == null) && (pointer._alias != null)) {
457 return _alias.equals(pointer._alias);
480 return _alias;
529 aLog.append(" alias: '" + (_alias != null ? _alias
[all...]
/external/skia/src/animator/
H A DSkMemberInfo.h111 #define SK_MEMBER_ALIAS(_member, _alias, _type) \
112 { #_member, SK_OFFSETOF(BASE_CLASS, _alias), SkType_##_type, \
113 sizeof(((BASE_CLASS*) 1)->_alias) / sizeof(SkScalar) }
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex373 \_U\_dyn\_op\_alias();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 198 milliseconds