Searched defs:propertyName (Results 1 - 25 of 103) sorted by relevance

12345

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DProperties.java12 public static boolean isOverrideSet(final String propertyName) argument
21 String value = System.getProperty(propertyName);
/external/testng/src/main/java/org/testng/internal/
H A DIPropertyUtils.java25 public Class getPropertyType(Class instanceClass, String propertyName); argument
H A DPropertyUtils.java38 public Class getPropertyType(Class instanceClass, String propertyName) { argument
40 LOGGER.warn("Cannot retrieve property class for " + propertyName + ". Target instance class is null");
42 PropertyDescriptor propDesc = getPropertyDescriptor(instanceClass, propertyName);
46 private static PropertyDescriptor getPropertyDescriptor(Class targetClass, String propertyName) { argument
49 LOGGER.warn("Cannot retrieve property " + propertyName + ". Class is null");
55 if (propDesc.getName().equals(propertyName)) {
61 LOGGER.warn("Cannot retrieve property " + propertyName + ". Cause is: " + ie);
H A DPropertyUtilsMock.java29 public Class getPropertyType(Class instanceClass, String propertyName) { argument
H A DConstants.java48 private static TestNGProperty getProperty(String propertyName) { argument
49 TestNGProperty result = m_propertiesByName.get(propertyName);
50 assert null != result : "Unknown property : " + propertyName;
55 public static String getPropertyValue(Properties p, String propertyName) { argument
56 TestNGProperty r= getProperty(propertyName);
57 assert null != r : "Unknown property : " + propertyName;
64 public static boolean getBooleanPropertyValue(Properties properties, String propertyName) { argument
65 TestNGProperty p = getProperty(propertyName);
66 String r = properties.getProperty(propertyName, p.getDefault());
72 public static int getIntegerPropertyValue(Properties properties, String propertyName) { argument
80 getDefaultValueFor(String propertyName) argument
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodePropertySymbolTable.java39 // public boolean applyPropertyAlias0(String propertyName,
41 // if (!propertyName.contains("*")) {
42 // return applyPropertyAlias(propertyName, propertyValue, result);
44 // String[] propertyNames = propertyName.split("[*]");
52 public boolean applyPropertyAlias(String propertyName, argument
56 int posNotEqual = propertyName.indexOf('\u2260');
57 int posColon = propertyName.indexOf(':');
59 if (posNotEqual < 0) posNotEqual = propertyName.length();
60 if (posColon < 0) posColon = propertyName.length();
62 propertyValue = propertyValue.length() == 0 ? propertyName
128 applyPropertyAlias0(String propertyName, String propertyValue, UnicodeSet result) argument
[all...]
H A DUnicodeProperty.java839 public boolean applyPropertyAlias(String propertyName, argument
842 System.out.println(propertyName + "=" + propertyValue);
843 UnicodeProperty prop = getProperty(propertyName);
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
H A DAbstractAgentMojo.java53 * @parameter property="jacoco.propertyName"
55 String propertyName; field in class:AbstractAgentMojo
219 return propertyName;
228 return propertyName != null && !"".equals(propertyName);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DServiceConnection.java64 * @param propertyName
71 public void setRequestProperty(String propertyName, String value) throws IOException; argument
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssGrammar.java206 void startProperty(String propertyName); argument
H A DCssSchema.java95 for (String propertyName : propertyNames) {
96 Property prop = DEFINITIONS.get(propertyName);
97 if (prop == null) { throw new IllegalArgumentException(propertyName); }
98 propertiesBuilder.put(propertyName, prop);
128 Property forKey(String propertyName) { argument
129 propertyName = Strings.toLowerCase(propertyName);
130 Property property = properties.get(propertyName);
132 int n = propertyName.length();
133 if (n != 0 && propertyName
[all...]
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java371 * @return property value corresponding to 'propertyName' [null if lookup fails]
373 private static String lookup (Class namespace, final String propertyName) argument
375 if (propertyName == null) return null;
406 propertyValue = rb.getString (propertyName);
423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DUnicodePropertySymbolTable.java38 // public boolean applyPropertyAlias0(String propertyName,
40 // if (!propertyName.contains("*")) {
41 // return applyPropertyAlias(propertyName, propertyValue, result);
43 // String[] propertyNames = propertyName.split("[*]");
51 public boolean applyPropertyAlias(String propertyName, argument
55 int posNotEqual = propertyName.indexOf('\u2260');
56 int posColon = propertyName.indexOf(':');
58 if (posNotEqual < 0) posNotEqual = propertyName.length();
59 if (posColon < 0) posColon = propertyName.length();
61 propertyValue = propertyValue.length() == 0 ? propertyName
127 applyPropertyAlias0(String propertyName, String propertyValue, UnicodeSet result) argument
[all...]
H A DUnicodeProperty.java838 public boolean applyPropertyAlias(String propertyName, argument
841 System.out.println(propertyName + "=" + propertyValue);
842 UnicodeProperty prop = getProperty(propertyName);
/external/jetty/src/java/org/eclipse/jetty/util/ajax/
H A DJSONPojoConvertor.java259 public Setter(String propertyName, Method method) argument
261 _propertyName = propertyName;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricTestRunner.java420 private static String getSystemProperty(String propertyName, String defaultValue) { argument
421 String property = System.getProperty(propertyName);
424 logger.info("No system property " + propertyName + " found, default to "
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java3843 * Override the interpretation of the sequence [:propertyName=propertyValue:] (and its negated and Perl-style
3844 * variant). The propertyName and propertyValue may be existing Unicode aliases, or may not be.
3847 * propertyName+propertyValue combination.
3849 * @param propertyName
3854 * a set to which the characters having the propertyName+propertyValue are to be added.
3855 * @return returns true if the propertyName+propertyValue combination is to be overridden, and the characters
3857 * propertyName+propertyValue combination is not recognized (in which case result is unaltered).
3860 public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java3929 * Override the interpretation of the sequence [:propertyName=propertyValue:] (and its negated and Perl-style
3930 * variant). The propertyName and propertyValue may be existing Unicode aliases, or may not be.
3933 * propertyName+propertyValue combination.
3935 * @param propertyName
3940 * a set to which the characters having the propertyName+propertyValue are to be added.
3941 * @return returns true if the propertyName+propertyValue combination is to be overridden, and the characters
3943 * propertyName+propertyValue combination is not recognized (in which case result is unaltered).
3947 public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { argument
/external/testng/src/main/java/org/testng/
H A DTestNGAntTask.java195 public void setFailureProperty(String propertyName) { argument
196 m_failurePropertyName= propertyName;
203 public void setSkippedProperty(String propertyName) { argument
204 m_skippedPropertyName= propertyName;
211 public void setFSPProperty(String propertyName) { argument
212 m_fspPropertyName= propertyName;
/external/vulkan-validation-layers/demos/smoke/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 678 milliseconds

12345