Searched defs:propName (Results 1 - 25 of 33) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { argument
99 return System.getProperty(propName);
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { argument
91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { argument
99 return System.getProperty(propName);
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { argument
91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { argument
91 return System.getProperty(propName);
H A DSecuritySupport.java98 String getSystemProperty(String propName) { argument
99 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSecuritySupport.java96 String getSystemProperty(String propName) { argument
97 return System.getProperty(propName);
H A DSecuritySupport12.java84 String getSystemProperty(final String propName) { argument
88 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { argument
99 return System.getProperty(propName);
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { argument
91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { argument
99 return System.getProperty(propName);
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { argument
91 return System.getProperty(propName);
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSaslClient.java28 Object getNegotiatedProperty(String propName); argument
H A DSaslServer.java30 Object getNegotiatedProperty(String propName); argument
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp142 String propName = builder.toString(); local
143 int propertyID = cssPropertyID(propName);
147 propInfo->wasFilter = (propName == "filter");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParameterAsserts.java48 * @param propName a property name or path
51 public static void assertPropName(String propName) throws XMPException argument
53 if (propName == null || propName.length() == 0)
H A DXMPUtilsImpl.java397 * @param propName
408 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName, argument
414 if (propName != null && propName.length() > 0)
426 XMPPath expPath = XMPPathParser.expandXPath(schemaNS, propName);
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DPlainSaslClient.java136 public Object getNegotiatedProperty(String propName) argument
140 if (propName.equals(Sasl.QOP))
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java98 * propName parameters:
101 * <li> Non-empty <code>schemaNS</code> and <code>propName</code> - The named property is
106 * <li> Non-empty <code>schemaNS</code> and empty <code>propName</code> - The all external
112 * <li> Empty <code>schemaNS</code> and empty <code>propName</code> - All external properties in
118 * It is an error to pass an empty <code>schemaNS</code> and non-empty <code>propName</code>.
127 * @param propName
138 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName, argument
141 XMPUtilsImpl.removeProperties(xmp, schemaNS, propName, doAllProperties, includeAliases);
H A DXMPMeta.java49 * string if the first component of the propName path contains a namespace prefix. The
51 * @param propName The name of the property. May be a general path expression, must not be
55 * and propName prefix are present, they must be corresponding parts of a registered
61 XMPProperty getProperty(String schemaNS, String propName) throws XMPException; argument
71 * propName in <code>getProperty()</code>.
88 * propName in <code>getProperty()</code>.
107 * propName in <code>getProperty()</code>.
139 * @param propName The name of the property to which the qualifier is attached. May be a general
146 * propName parameter.
150 * string. Has the same namespace prefix usage as the propName paramete
156 getQualifier( String schemaNS, String propName, String qualNS, String qualName) argument
196 setProperty( String schemaNS, String propName, Object propValue, PropertyOptions options) argument
211 setProperty( String schemaNS, String propName, Object propValue) argument
416 setQualifier( String schemaNS, String propName, String qualNS, String qualName, String qualValue, PropertyOptions options) argument
435 setQualifier( String schemaNS, String propName, String qualNS, String qualName, String qualValue) argument
456 deleteProperty(String schemaNS, String propName) argument
506 deleteQualifier(String schemaNS, String propName, String qualNS, String qualName) argument
518 doesPropertyExist(String schemaNS, String propName) argument
573 doesQualifierExist(String schemaNS, String propName, String qualNS, String qualName) argument
731 getPropertyBoolean(String schemaNS, String propName) argument
746 getPropertyInteger(String schemaNS, String propName) argument
761 getPropertyLong(String schemaNS, String propName) argument
776 getPropertyDouble(String schemaNS, String propName) argument
791 getPropertyDate(String schemaNS, String propName) argument
806 getPropertyCalendar(String schemaNS, String propName) argument
821 getPropertyBase64(String schemaNS, String propName) argument
838 getPropertyString(String schemaNS, String propName) argument
852 setPropertyBoolean( String schemaNS, String propName, boolean propValue, PropertyOptions options) argument
867 setPropertyBoolean( String schemaNS, String propName, boolean propValue) argument
884 setPropertyInteger( String schemaNS, String propName, int propValue, PropertyOptions options) argument
899 setPropertyInteger( String schemaNS, String propName, int propValue) argument
916 setPropertyLong( String schemaNS, String propName, long propValue, PropertyOptions options) argument
931 setPropertyLong( String schemaNS, String propName, long propValue) argument
948 setPropertyDouble( String schemaNS, String propName, double propValue, PropertyOptions options) argument
963 setPropertyDouble( String schemaNS, String propName, double propValue) argument
981 setPropertyDate( String schemaNS, String propName, XMPDateTime propValue, PropertyOptions options) argument
996 setPropertyDate( String schemaNS, String propName, XMPDateTime propValue) argument
1014 setPropertyCalendar( String schemaNS, String propName, Calendar propValue, PropertyOptions options) argument
1029 setPropertyCalendar( String schemaNS, String propName, Calendar propValue) argument
1047 setPropertyBase64( String schemaNS, String propName, byte[] propValue, PropertyOptions options) argument
1062 setPropertyBase64( String schemaNS, String propName, byte[] propValue) argument
1105 iterator( String schemaNS, String propName, IteratorOptions options) argument
[all...]
/external/libxslt/libxslt/
H A Dpreproc.c1271 const xmlChar *propName,
1285 prop = xsltGetCNsProp(style, inst, propName, XSLT_NAMESPACE);
1289 "The attribute '%s' is missing.\n", propName);
1299 "'%s' is not a valid QName.\n", prop, propName);
1270 xsltGetQNameProperty(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *propName, int mandatory, int *hasProp, const xmlChar **nsName, const xmlChar** localName) argument
/external/webkit/Source/JavaScriptGlue/
H A DJSUtils.cpp285 Identifier propName = *iter; local
286 UString ustr = propName.ustring();
331 Identifier propName = *iter; local
332 if (object->hasProperty(exec, propName))
334 CFStringRef cfKey = IdentifierToCFString(propName);
335 CFTypeRef cfValue = KJSValueToCFTypeInternal(object->get(exec, propName), exec, &imps);
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDigestMD5SaslClient.java284 * @param propName The non-null property name
293 String propName)
299 if (Sasl.QOP.equals(propName))
292 getNegotiatedProperty( String propName) argument
/external/smack/src/com/novell/sasl/client/
H A DDigestMD5SaslClient.java284 * @param propName The non-null property name
293 String propName)
299 if (Sasl.QOP.equals(propName))
292 getNegotiatedProperty( String propName) argument
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeSupportTest.java1286 public MockPropertyChangeListener(Object src, String propName, argument
1289 this.expPropName = propName;
1294 public void setAll(Object src, String propName, Object oldValue, argument
1297 this.expPropName = propName;

Completed in 968 milliseconds

12