Home
last modified time | relevance | path

Searched refs:propertyNames (Results 1 – 18 of 18) 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/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs91 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument
98 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
107 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument
108 : this(clrType, parser, propertyNames, oneofNames, nestedEnums, null, nestedTypes) in GeneratedClrTypeInfo()
/external/guice/core/src/com/google/inject/name/
DNames.java57 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements(); ) { in bindProperties()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoOneOfProcessor.java155 DeclaredType kindMirror, ImmutableSet<String> propertyNames) { in propertyToKindMap() argument
163 propertyNames.stream().collect(toMap(this::transformName, s -> s)); in propertyToKindMap()
/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/android/guava-tests/test/com/google/common/collect/
DMapsTest.java1072 public Enumeration<?> propertyNames() { in testFromPropertiesNullKey()
1092 public Enumeration<?> propertyNames() { in testFromPropertiesNonStringKeys()
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java1072 public Enumeration<?> propertyNames() { in testFromPropertiesNullKey()
1092 public Enumeration<?> propertyNames() { in testFromPropertiesNonStringKeys()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js100 function oneOf(object, propertyNames) { argument
101 for (var i = 0; i < propertyNames.length; i++) {
102 if (propertyNames[i] in object) return propertyNames[i];
Dwebcomponents.js146 function oneOf(object, propertyNames) { argument
147 for (var i = 0; i < propertyNames.length; i++) {
148 if (propertyNames[i] in object) return propertyNames[i];
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java573 propNames = format.propertyNames(); in setOutputFormat()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1577 Enumeration names = params.propertyNames(); in setParameters()
/external/guava/android/guava/src/com/google/common/collect/
DMaps.java1230 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements(); ) {
/external/jackson-databind/release-notes/
DVERSION-2.x14 #1296: Add `@JsonIncludeProperties(propertyNames)` (reverse of `@JsonIgnoreProperties`)
/external/guava/guava/src/com/google/common/collect/
DMaps.java1356 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements(); ) {