Home
last modified time | relevance | path

Searched defs:propertyNames (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DPropertiesHelper.java42 Enumeration<?> propertyNames = properties.propertyNames(); in doSubstitutions() local
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs85 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java92 Iterable<? extends String> propertyNames) { in withProperties()
/external/v8/src/inspector/
Dv8-value-copier.cc133 v8::Local<v8::Array> propertyNames; in toProtocolValue() local
/external/v8/src/debug/
Dmirrors.js650 ObjectMirror.prototype.propertyNames = function() { method in ObjectMirror
998 UnresolvedFunctionMirror.prototype.propertyNames = function(kind, limit) { method in UnresolvedFunctionMirror