Home
last modified time | relevance | path

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

12

/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/v8/src/inspector/
Dv8-value-utils.cc67 v8::Local<v8::Array> propertyNames; in toProtocolValue() local
68 if (!object->GetPropertyNames(context).ToLocal(&propertyNames)) in toProtocolValue()
70 uint32_t length = propertyNames->Length(); in toProtocolValue()
73 if (!propertyNames->Get(context, i).ToLocal(&name)) in toProtocolValue()
/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/guice/core/src/com/google/inject/name/
DNames.java57 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements(); ) { in bindProperties()
/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/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.runtime_3.14.0.v20180417-0825.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/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/guice/lib/build/
Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/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/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/guava/guava/src/com/google/common/collect/
DMaps.java1187 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements();) {
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12