HomeSort by relevance Sort by last modified time
    Searched refs:attributeValue (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyDescriptorEditorProvider.java 32 Object attributeValue = descriptor.getValue("enumerationValues");
34 return new EnumerationValuesPropertyEditor(attributeValue);
50 Object attributeValue = descriptor.getValue("enumerationValues");
52 if (!(attributeValue instanceof Object[])) {
55 Object[] enumElements = (Object[]) attributeValue;
EnumerationValuesPropertyEditor.java 40 public EnumerationValuesPropertyEditor(Object attributeValue) {
41 Object[] enumElements = (Object[]) attributeValue;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 255 String attributeValue = parser.getAttributeValue(i);
257 newElement.mUci = attributeValue;
259 newElement.mName = attributeValue;
261 newElement.mDisplayName = attributeValue;
263 newElement.setChatState(attributeValue);
265 newElement.setLastActivity(attributeValue);
267 newElement.setBtUid(SignedLongLong.fromString(attributeValue));
269 newElement.mPresenceAvailability = Integer.parseInt(attributeValue);
271 newElement.setPresenceStatus(attributeValue);
273 newElement.setPriority(Integer.parseInt(attributeValue));
    [all...]
BluetoothMapConvoListingElement.java 295 String attributeValue = parser.getAttributeValue(i);
297 newElement.mId = SignedLongLong.fromString(attributeValue);
299 newElement.mName = attributeValue;
301 newElement.setLastActivity(attributeValue);
303 newElement.setRead(attributeValue);
305 newElement.setVersionCounter(attributeValue);
307 newElement.setSummary(attributeValue);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
TestCLDRVsICU.java 194 void set(String attributeName, String attributeValue) {
195 // if (DEBUG) logln(attributeName + " => " + attributeValue);
196 settings.put(attributeName, attributeValue);
228 String attributeValue = (String) settings.get(attributeName);
229 temp += " " + attributeName + "=<" + attributeValue + ">";
365 String attributeValue = (String) settings.get(attributeName);
371 if (attributeValue.indexOf("approved") == -1 && attributeValue.indexOf("contributed") == -1) {
379 v = Double.parseDouble(attributeValue);
384 int index = lookupValue(attributeValue, NumberNames)
    [all...]
  /frameworks/base/tools/aapt2/
ManifestValidator.cpp 142 const StringPiece16& attributeValue,
146 util::findNonAlphaNumericAndNotInSet(attributeValue, charSet);
147 if (badIter != attributeValue.end()) {
160 if (!attributeValue.empty()) {
161 StringPiece16 trimmed = util::trimWhitespace(attributeValue);
162 if (attributeValue.begin() != trimmed.begin()) {
173 if (attributeValue.end() != trimmed.end()) {
ManifestValidator.h 47 const StringPiece16& attributeValue, const StringPiece16& charSet,
  /external/vogar/src/vogar/
XmlReportReader.java 130 String attributeValue = parser.getAttributeValue(i);
131 attributeMap.put(attributeName, attributeValue);
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 303 String attributeValue = null;
305 attributeValue = readAttributeValue(terminators);
307 setAttribute(cookie, attributeName, attributeValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 192 String attributeValue) {
197 return attributeValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 392 String attributeValue = region.getText(subRegion);
393 if (attributeValue.equals(match1) || attributeValue.equals(match2)) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 175 private int getApplicationFlag(final Document doc, final String attribute, final int attributeValue) {
177 return "true".equalsIgnoreCase(flagString) ? attributeValue : 0;
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 212 private final AttributeValue value;
215 private AttributeTypeAndValue(int[] oid, AttributeValue value) throws IOException {
225 * Creates AttributeTypeAndValue with OID and AttributeValue.
232 public AttributeTypeAndValue(ObjectIdentifier oid, AttributeValue value) throws IOException {
306 public AttributeValue getValue() {
316 * value AttributeValue }
320 * AttributeValue ::= ANY DEFINED BY AttributeType
330 public static final ASN1Type attributeValue = new ASN1Type(ASN1Constants.TAG_PRINTABLESTRING) {
351 return new AttributeValue(str, bytesEncoded, in.tag);
356 throw new RuntimeException("AttributeValue getDecodedObject MUST NOT be invoked")
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.java 335 String attributeValue = getPropertyIgnoreCase(servAlg + ' ' + attribute);
336 if (attributeValue != null) {
338 if (Integer.parseInt(attributeValue) >= Integer.parseInt(val)) {
342 if (attributeValue.equalsIgnoreCase(val)) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 257 final String attributeValue = StringUtils.getStringFromNullTerminatedCodePointArray(
259 attributes.put(attributeKey, attributeValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 335 IGLProperty attributeValue = new GLObjectProperty(GLStateType.ATTRIBUTE_VALUE,
338 attributeName, attributeType, attributeSize, attributeValue);
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-facade/0.20.0/
tycho-p2-facade-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/
tycho-p2-facade-0.18.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 445 milliseconds

1 2 3 4