Searched refs:getValueSource (Results 1 - 6 of 6) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DIValueSourcePropertyEditor.java24 String getValueSource(Object value) throws Exception; method in interface:IValueSourcePropertyEditor
H A DEnumerationValuesPropertyEditor.java79 public String getValueSource(Object value) throws Exception { method in class:EnumerationValuesPropertyEditor
98 // return getValueSource(value);
123 // String source = getValueSource(value);
H A DAbstractListPropertyEditor.java58 public String getValueSource(Object value) throws Exception { method in class:AbstractListPropertyEditor
78 // return getValueSource(value);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DBagFormatter.java542 valueSize = maxWidthOverride > 0 ? maxWidthOverride : getValueSource().getMaxWidth(shortValue);
625 String value = getValueSource() == UnicodeLabel.NULL ? "" : getValueSource().getValue(thing, ",", true);
626 if (getValueSource() != UnicodeLabel.NULL) value = "\t; " + value;
667 throw new IllegalArgumentException("maxwidth bogus " + value + "," + getValueSource().getMaxWidth(shortValue));
972 public UnicodeLabel getValueSource() { method in class:BagFormatter
978 String result = getValueSource().getValue(cp, shortVal);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java541 valueSize = maxWidthOverride > 0 ? maxWidthOverride : getValueSource().getMaxWidth(shortValue);
624 String value = getValueSource() == UnicodeLabel.NULL ? "" : getValueSource().getValue(thing, ",", true);
625 if (getValueSource() != UnicodeLabel.NULL) value = "\t; " + value;
666 throw new IllegalArgumentException("maxwidth bogus " + value + "," + getValueSource().getMaxWidth(shortValue));
971 public UnicodeLabel getValueSource() { method in class:BagFormatter
977 String result = getValueSource().getValue(cp, shortVal);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 553 milliseconds