Searched refs:propertyName (Results 1 - 25 of 68) sorted by relevance

123

/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DPropertiesHelper.java20 String propertyName = variableMatcher.group(2);
23 propertyValue = properties.getProperty(propertyName);
26 propertyValue = System.getProperty(propertyName);
44 String propertyName = (String) propertyNames.nextElement();
45 String propertyValue = properties.getProperty(propertyName);
47 properties.setProperty(propertyName, expandedPropertyValue);
/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/guava/guava-testlib/test/com/google/common/collect/testing/features/
H A DFeatureEnumTest.java53 for (String propertyName : new String[]{"value", "absent"}) {
56 method = annotationClass.getMethod(propertyName);
59 annotationClass, propertyName));
63 annotationClass, propertyName),
66 annotationClass, propertyName, annotationClass.getDeclaringClass()),
/external/v8/test/mjsunit/
H A Dfuzz-accessors.js77 var propertyName = builtInPropertyNames[k];
78 fun(obj, propertyName);
H A Dobject-define-property.js959 function testDefineProperty(obj, propertyName, desc, resultDesc) {
960 Object.defineProperty(obj, propertyName, desc);
961 var actualDesc = Object.getOwnPropertyDescriptor(obj, 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/v8/test/webkit/fast/js/
H A Darray-functions-non-arrays.js35 for (propertyName in object) {
36 names.push(propertyName);
37 enumerables[propertyName] = 1;
/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/owasp/sanitizer/src/main/org/owasp/html/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentsView.java353 String propertyName = event.getKey();
357 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS)) {
364 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_OLD_BUILDS)) {
371 if (propertyName.equals(IPerformancesConstants.PRE_WRITE_STATUS)) {
H A DPerformancesView.java509 String propertyName = event.getKey();
513 if (propertyName.equals(IPerformancesConstants.PRE_ECLIPSE_VERSION)) {
522 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_LOCATION)) {
530 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_CONNECTION)) {
539 if (propertyName.equals(IPerformancesConstants.PRE_LAST_BUILD)) {
H A DComponentResultsView.java291 String propertyName = event.getKey();
295 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS)) {
302 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_OLD_BUILDS)) {
309 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS)) {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java198 * other type than IDP_GROUP and its name matches 'propertyName' param. If
204 * @param propertyName
209 public Object findValue(String propertyName) { argument
210 if (name.equals(propertyName)) {
216 Object v = p.findValue(propertyName);
/external/robolectric/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/jetty/src/java/org/eclipse/jetty/util/ajax/
H A DJSONPojoConvertor.java259 public Setter(String propertyName, Method method) argument
261 _propertyName = propertyName;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java343 String propertyName = (sep >= 0) ? decodePercent(e.substring(0, sep)).trim() : decodePercent(e).trim();
344 if (!parms.containsKey(propertyName)) {
345 parms.put(propertyName, new ArrayList<String>());
349 parms.get(propertyName).add(propertyValue);
/external/proguard/src/proguard/
H A DConfigurationParser.java1166 String propertyName = word.substring(fromIndex+1, toIndex);
1167 String propertyValue = properties.getProperty(propertyName);
1170 throw new ParseException("Value of system property '" + propertyName +
/external/v8/src/
H A Dd8.js1261 result += value.propertyName(i);
1909 ProtocolValue.prototype.propertyName = function(index) {

Completed in 950 milliseconds

123