Home
last modified time | relevance | path

Searched refs:propertyName (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DUnicodePropertySymbolTable.java51 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() argument
55 int posNotEqual = propertyName.indexOf('\u2260'); in applyPropertyAlias()
56 int posColon = propertyName.indexOf(':'); in applyPropertyAlias()
58 if (posNotEqual < 0) posNotEqual = propertyName.length(); in applyPropertyAlias()
59 if (posColon < 0) posColon = propertyName.length(); in applyPropertyAlias()
61 propertyValue = propertyValue.length() == 0 ? propertyName.substring(opPos+1) in applyPropertyAlias()
62 : propertyName.substring(opPos+1) + "=" + propertyValue; in applyPropertyAlias()
63 propertyName = propertyName.substring(0,opPos); in applyPropertyAlias()
68 if (propertyName.endsWith("!")) { in applyPropertyAlias()
69 propertyName = propertyName.substring(0, propertyName.length() - 1); in applyPropertyAlias()
[all …]
DUnicodeProperty.java838 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() argument
841 System.out.println(propertyName + "=" + propertyValue); in applyPropertyAlias()
842 UnicodeProperty prop = getProperty(propertyName); in applyPropertyAlias()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DPropertiesHelper.java20 String propertyName = variableMatcher.group(2); in doSingleSubstitution() local
23 propertyValue = properties.getProperty(propertyName); in doSingleSubstitution()
26 propertyValue = System.getProperty(propertyName); in doSingleSubstitution()
44 String propertyName = (String) propertyNames.nextElement(); in doSubstitutions() local
45 String propertyValue = properties.getProperty(propertyName); in doSubstitutions()
47 properties.setProperty(propertyName, expandedPropertyValue); in doSubstitutions()
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
DFeatureEnumTest.java53 for (String propertyName : new String[]{"value", "absent"}) { in assertGoodTesterAnnotation()
56 method = annotationClass.getMethod(propertyName); in assertGoodTesterAnnotation()
59 annotationClass, propertyName)); in assertGoodTesterAnnotation()
63 annotationClass, propertyName), in assertGoodTesterAnnotation()
66 annotationClass, propertyName, annotationClass.getDeclaringClass()), in assertGoodTesterAnnotation()
/external/v8/test/webkit/fast/js/
Darray-functions-non-arrays.js35 for (propertyName in object) {
36 names.push(propertyName);
37 enumerables[propertyName] = 1;
/external/v8/test/mjsunit/
Dfuzz-accessors.js77 var propertyName = builtInPropertyNames[k];
78 fun(obj, propertyName);
Dobject-define-property.js959 function testDefineProperty(obj, propertyName, desc, resultDesc) { argument
960 Object.defineProperty(obj, propertyName, desc);
961 var actualDesc = Object.getOwnPropertyDescriptor(obj, propertyName);
/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java373 private static String lookup (Class namespace, final String propertyName) in lookup() argument
375 if (propertyName == null) return null; in lookup()
406 propertyValue = rb.getString (propertyName); in lookup()
423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName); in lookup()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java95 for (String propertyName : propertyNames) { in withProperties()
96 Property prop = DEFINITIONS.get(propertyName); in withProperties()
97 if (prop == null) { throw new IllegalArgumentException(propertyName); } in withProperties()
98 propertiesBuilder.put(propertyName, prop); in withProperties()
128 Property forKey(String propertyName) { in forKey() argument
129 propertyName = Strings.toLowerCase(propertyName); in forKey()
130 Property property = properties.get(propertyName); in forKey()
132 int n = propertyName.length(); in forKey()
133 if (n != 0 && propertyName.charAt(0) == '-') { in forKey()
134 String barePropertyName = stripVendorPrefix(propertyName); in forKey()
DStylingPolicy.java95 public void startProperty(String propertyName) { in sanitizeCssProperties()
97 cssProperty = cssSchema.forKey(propertyName); in sanitizeCssProperties()
103 sanitizedCss.append(propertyName).append(':'); in sanitizeCssProperties()
DCssGrammar.java206 void startProperty(String propertyName); in startProperty() argument
/external/clang/test/SemaObjC/
Dproperty-in-class-extension-1.m52 @property (nonatomic, atomic, readonly) float propertyName; // expected-error {{property attributes… property
56 @property (atomic, nonatomic, readonly, readwrite) float propertyName; // expected-error {{property…
/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/
DPerformancesView.java509 String propertyName = event.getKey(); in preferenceChange() local
513 if (propertyName.equals(IPerformancesConstants.PRE_ECLIPSE_VERSION)) { in preferenceChange()
522 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_LOCATION)) { in preferenceChange()
530 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_CONNECTION)) { in preferenceChange()
539 if (propertyName.equals(IPerformancesConstants.PRE_LAST_BUILD)) { in preferenceChange()
DComponentResultsView.java291 String propertyName = event.getKey(); in preferenceChange() local
295 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS)) { in preferenceChange()
302 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_OLD_BUILDS)) { in preferenceChange()
309 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS)) { in preferenceChange()
DComponentsView.java353 String propertyName = event.getKey(); in preferenceChange() local
357 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS)) { in preferenceChange()
364 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_OLD_BUILDS)) { in preferenceChange()
371 if (propertyName.equals(IPerformancesConstants.PRE_WRITE_STATUS)) { in preferenceChange()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java71 public void setRequestProperty(String propertyName, String value) throws IOException; in setRequestProperty() argument
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DProperties.java209 public Object findValue(String propertyName) { in findValue() argument
210 if (name.equals(propertyName)) { in findValue()
216 Object v = p.findValue(propertyName); in findValue()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectricTestRunner.java420 private static String getSystemProperty(String propertyName, String defaultValue) {
421 String property = System.getProperty(propertyName);
424 logger.info("No system property " + propertyName + " found, default to "
/external/jetty/src/java/org/eclipse/jetty/util/ajax/
DJSONPojoConvertor.java259 public Setter(String propertyName, Method method) in Setter() argument
261 _propertyName = propertyName; in Setter()
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java343 …String propertyName = (sep >= 0) ? decodePercent(e.substring(0, sep)).trim() : decodePercent(e).tr… in decodeParameters() local
344 if (!parms.containsKey(propertyName)) { in decodeParameters()
345 parms.put(propertyName, new ArrayList<String>()); in decodeParameters()
349 parms.get(propertyName).add(propertyValue); in decodeParameters()
/external/proguard/src/proguard/
DConfigurationParser.java1166 String propertyName = word.substring(fromIndex+1, toIndex); in replaceSystemProperties() local
1167 String propertyValue = properties.getProperty(propertyName); in replaceSystemProperties()
1170 throw new ParseException("Value of system property '" + propertyName + in replaceSystemProperties()
/external/v8/src/
Dd8.js1261 result += value.propertyName(i);
1909 ProtocolValue.prototype.propertyName = function(index) { method in ProtocolValue
Dapi.cc2289 static int getIntProperty(const StackFrame* f, const char* propertyName, in getIntProperty() argument
2296 i::Object::GetProperty(isolate, self, propertyName).ToHandleChecked(); in getIntProperty()
2317 const char* propertyName) { in getStringProperty() argument
2323 i::Object::GetProperty(isolate, self, propertyName).ToHandleChecked(); in getStringProperty()
2345 static bool getBoolProperty(const StackFrame* f, const char* propertyName) { in getBoolProperty() argument
2351 i::Object::GetProperty(isolate, self, propertyName).ToHandleChecked(); in getBoolProperty()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1678 IdentifierInfo &propertyName, in ActOnClassPropertyRefExpr() argument
1709 &propertyName, in ActOnClassPropertyRefExpr()
1729 Selector Sel = PP.getSelectorTable().getNullarySelector(&propertyName); in ActOnClassPropertyRefExpr()
1747 &propertyName); in ActOnClassPropertyRefExpr()
1774 << &propertyName << Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp4235 UnicodeString propertyName; in scanProp() local
4251 propertyName.append(fC.fChar); in scanProp()
4253 uset = createSetForProperty(propertyName, negated); in scanProp()

12