Home
last modified time | relevance | path

Searched refs:propertyNames (Results 1 – 17 of 17) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DXProperties.java43 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()
DProperty.java79 … for (Enumeration overrideNames = overrides.propertyNames (); overrideNames.hasMoreElements (); ) in combine()
449 for (Enumeration e = System.getProperties ().propertyNames (); in keys()
DIProperties.java91 for (Enumeration names = properties.propertyNames (); names.hasMoreElements (); ) in wrap()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DPropertiesHelper.java42 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/
DGeneratedClrTypeInfo.cs85 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument
91 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
/external/v8/src/inspector/
Dv8-value-copier.cc133 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/
DNames.java64 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements(); ) { in bindProperties()
/external/v8/src/debug/
Dmirrors.js650 ObjectMirror.prototype.propertyNames = function() { method in ObjectMirror
664 var names = this.propertyNames();
998 UnresolvedFunctionMirror.prototype.propertyNames = function(kind, limit) { method in UnresolvedFunctionMirror
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java92 Iterable<? extends String> propertyNames) { in withProperties() argument
95 for (String propertyName : propertyNames) { in withProperties()
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java625 Enumeration names = props.propertyNames(); in getFactory()
/external/testng/src/main/java/org/testng/
DTestNGAntTask.java696 Enumeration en= props.propertyNames(); in printDebugInfo()
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java1091 @Override public Enumeration<?> propertyNames() { in testFromPropertiesNullKey()
1109 @Override public Enumeration<?> propertyNames() { in testFromPropertiesNonStringKeys()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1577 Enumeration names = params.propertyNames(); in setParameters()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java573 propNames = format.propertyNames(); in setOutputFormat()
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch1366 + for (Enumeration e = props.propertyNames(); e.hasMoreElements(); ) {
1390 + for (Enumeration e = props.propertyNames(); e.hasMoreElements(); ) {
Dultravnc-102-JavaViewer-ssl-etc.patch3938 + for (Enumeration e = props.propertyNames(); e.hasMoreElements(); ) {
3962 + for (Enumeration e = props.propertyNames(); e.hasMoreElements(); ) {
/external/guava/guava/src/com/google/common/collect/
DMaps.java1187 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements();) {