/external/emma/core/java12/com/vladium/util/ |
D | XProperties.java | 43 for (Enumeration propertyNames = propertyNames (); propertyNames.hasMoreElements (); ) in list() 45 _propertyNames.add (propertyNames.nextElement ()); in list() 62 for (Enumeration propertyNames = propertyNames (); propertyNames.hasMoreElements (); ) in list() 64 _propertyNames.add (propertyNames.nextElement ()); in list()
|
D | Property.java | 79 … for (Enumeration overrideNames = overrides.propertyNames (); overrideNames.hasMoreElements (); ) in combine() 449 for (Enumeration e = System.getProperties ().propertyNames (); in keys()
|
D | IProperties.java | 91 for (Enumeration names = properties.propertyNames (); names.hasMoreElements (); ) in wrap()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/ |
D | PropertiesHelper.java | 42 Enumeration<?> propertyNames = properties.propertyNames(); in doSubstitutions() local 43 while (propertyNames.hasMoreElements()) { in doSubstitutions() 44 String propertyName = (String) propertyNames.nextElement(); in doSubstitutions()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | GeneratedClrTypeInfo.cs | 85 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument 91 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
|
/external/v8/src/inspector/ |
D | v8-value-copier.cc | 133 v8::Local<v8::Array> propertyNames; in toProtocolValue() local 134 if (!object->GetPropertyNames(context).ToLocal(&propertyNames)) in toProtocolValue() 136 uint32_t length = propertyNames->Length(); in toProtocolValue() 139 if (!propertyNames->Get(context, i).ToLocal(&name)) in toProtocolValue()
|
/external/guice/core/src/com/google/inject/name/ |
D | Names.java | 64 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements(); ) { in bindProperties()
|
/external/v8/src/debug/ |
D | mirrors.js | 750 ObjectMirror.prototype.propertyNames = function() { method in ObjectMirror 764 var names = this.propertyNames(); 1098 UnresolvedFunctionMirror.prototype.propertyNames = function(kind, limit) { method in UnresolvedFunctionMirror 2850 var properties = mirror.propertyNames();
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssSchema.java | 92 Iterable<? extends String> propertyNames) { in withProperties() argument 95 for (String propertyName : propertyNames) { in withProperties()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.runtime_3.6.0.v20100505.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ant.core_3.2.200.v20100427.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.runtime_3.11.0.v20150405-1723.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/ |
D | antsupportlib.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |
/external/apache-http/src/org/apache/commons/logging/ |
D | LogFactory.java | 625 Enumeration names = props.propertyNames(); in getFactory()
|
/external/testng/src/main/java/org/testng/ |
D | TestNGAntTask.java | 696 Enumeration en= props.propertyNames(); in printDebugInfo()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 1091 @Override public Enumeration<?> propertyNames() { in testFromPropertiesNullKey() 1109 @Override public Enumeration<?> propertyNames() { in testFromPropertiesNonStringKeys()
|
/external/guice/lib/build/ |
D | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerImpl.java | 1577 Enumeration names = params.propertyNames(); in setParameters()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToStream.java | 573 propNames = format.propertyNames(); in setOutputFormat()
|
/external/owasp/sanitizer/distrib/lib/ |
D | owasp-java-html-sanitizer.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/owasp/
org/ ... |
/external/libvncserver/webclients/java-applet/ssl/ |
D | tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch | 1366 + for (Enumeration e = props.propertyNames(); e.hasMoreElements(); ) { 1390 + for (Enumeration e = props.propertyNames(); e.hasMoreElements(); ) {
|
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
D | hibernate-annotations.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
/external/guava/guava/src/com/google/common/collect/ |
D | Maps.java | 1187 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements();) {
|