HomeSort by relevance Sort by last modified time
    Searched full:propname (Results 26 - 50 of 330) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java 100 String propName = UCharacter.getPropertyName(propNum, NameChoice.LONG);
126 String rawPattern = prefix + "[:" + propName + "=" + valueName + ":]" + suffix;
127 String rawNegativePattern = prefix + "[:^" + propName + "=" + valueName + ":]" + suffix;
132 rawPattern = prefix + "\\p{" + propName + "=" + valueName + "}" + suffix;
133 rawNegativePattern = prefix + "\\P{" + propName + "=" + valueName + "}" + suffix;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 111 * propName)
113 * "propName.algName" instead of "Alg.propName.algName"
121 m.put("Alg.propName.algName", "value");
127 assertNotNull(Security.getAlgorithmProperty("algName", "propName"));
130 assertNull(Security.getAlgorithmProperty("DSA", "propName"));
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 96 String getSystemProperty(String propName) {
97 return System.getProperty(propName);
SecuritySupport12.java 84 String getSystemProperty(final String propName) {
88 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 126 for ((propname, propvalue), files) in svn_propsets.items():
127 svn(['propset', propname, propvalue], files)
  /external/pdfium/fpdfsdk/src/javascript/
JS_Define.h 355 CFX_WideString propname = local
360 FX_BOOL bRet = pObj->QueryProperty(propname.c_str());
378 CFX_WideString propname = local
383 if (!pObj->DoProperty(pContext, propname.c_str(), value, sError)) {
405 CFX_WideString propname = local
410 if (!pObj->DoProperty(pContext, propname.c_str(), PropValue, sError)) {
428 CFX_WideString propname = local
431 if (!pObj->DelProperty(pContext, propname.c_str(), sError)) {
  /external/v8/test/webkit/fast/js/kde/
object_prototype.js 84 for (var propname in obj) {
85 if (propname == property)
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 98 * 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,
141 XMPUtilsImpl.removeProperties(xmp, schemaNS, propName, doAllProperties, includeAliases);
  /external/v8/test/webkit/
for-in-var-scope-expected.txt 30 PASS j is 'propName'
  /frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java 37 * e.g. group1.propName;paramName1=paramValue1;paramName2=paramValue2;propertyValue1;propertyValue2...
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder2Test.java 90 String propName = CertPathBuilder1Test.DEFAULT_TYPE_PROPERTY;
93 Security.setProperty(propName, invalidValues[i]);
99 Security.setProperty(propName, dt);
CertPathValidator2Test.java 91 String propName = "certpathvalidator.type";
93 Security.setProperty(propName, invalidValues[i]);
97 Security.setProperty(propName, dt);
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidator2Test.java 83 String propName = "certpathvalidator.type";
85 Security.setProperty(propName, invalidValues[i]);
89 Security.setProperty(propName, dt);
  /bionic/libc/kernel/uapi/linux/
fsl_hypervisor.h 67 __u64 propname; member in struct:fsl_hv_ioctl_prop
  /development/ndk/platforms/android-21/include/linux/
fsl_hypervisor.h 67 __u64 propname; member in struct:fsl_hv_ioctl_prop

Completed in 1706 milliseconds

12 3 4 5 6 7 8 91011>>