/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Element.java | 92 public String getAttributeValue(int index) { in getAttributeValue() method in Element 96 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in Element 100 return getAttributeValue(i); in getAttributeValue() 200 parser.getAttributeValue(i)); in parse() 318 getAttributeValue(i)); in write()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 152 String rootAttr = parser.getAttributeValue(enc, ROOT_LABEL); in parseBody() 170 String value = parser.getAttributeValue(counter); in readSerializable() 243 attributeInfo.setValue(parser.getAttributeValue(attributeCount)); in readUnknown() 307 String type = parser.getAttributeValue(enc, ARRAY_TYPE_LABEL); in readVector() 324 int position = getIndex(parser.getAttributeValue(enc, "offset"), 0, 0); in readVector() 327 position = getIndex(parser.getAttributeValue(enc, "position"), 0, position); in readVector() 349 String href = parser.getAttributeValue(null, HREF_LABEL); in read() 368 String nullAttr = parser.getAttributeValue(xsi, NIL_LABEL); in read() 369 String id = parser.getAttributeValue(null, ID_LABEL); in read() 371 nullAttr = parser.getAttributeValue(xsi, NULL_LABEL); in read() [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue() method in XLIFF2ICUConverter 825 String resName = getAttributeValue(node, RESNAME); in parseResourceString() 826 String translate = getAttributeValue(node, TRANSLATE); in parseResourceString() 860 String resName = getAttributeValue(node, RESNAME); in parseResourceInt() 861 String translate = getAttributeValue(node, TRANSLATE); in parseResourceInt() 894 String resName = getAttributeValue(node, RESNAME); in parseResourceAlias() 895 String translate = getAttributeValue(node, TRANSLATE); in parseResourceAlias() 946 String crc = getAttributeValue(transUnit, CRC); in parseResourceBinary() 958 currentSource.external = getAttributeValue(transUnit, HREF); in parseResourceBinary() 967 String attrType = getAttributeValue(node, RESTYPE); in parseTransUnit() [all …]
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.cpp | 342 DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu, in getAttributeValue() function in DWARFDebugInfoEntryMinimal 382 if (getAttributeValue(cu, attr, form_value)) { in getAttributeValueAsString() 396 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsUnsigned() 407 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsSigned() 418 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsReference()
|
D | DWARFDebugInfoEntry.h | 109 uint32_t getAttributeValue(const DWARFCompileUnit *cu,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 234 bool DWARFDebugInfoEntryMinimal::getAttributeValue( in getAttributeValue() function in DWARFDebugInfoEntryMinimal 262 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsString() 271 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsAddress() 280 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsUnsignedConstant() 289 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsReference() 298 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsSectionOffset()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowViewStub.java | 29 String inflatedId = attributeSet.getAttributeValue("android", "inflatedId"); in applyAttributes() 34 String layoutResId = attributeSet.getAttributeValue("android", "layout"); in applyAttributes()
|
D | ShadowView.java | 793 Object tag = attributeSet.getAttributeValue("android", "tag"); in applyTagAttribute() 800 String visibility = attributeSet.getAttributeValue("android", "visibility"); in applyVisibilityAttribute() 828 String source = attributeSet.getAttributeValue("android", "background"); in applyBackgroundAttribute() 837 final String handlerName = attributeSet.getAttributeValue("android", in applyOnClickAttribute() 877 String contentDescription = attributeSet.getAttributeValue("android", "contentDescription"); in applyContentDescriptionAttribute()
|
D | ShadowDialogPreference.java | 16 return attrs.getAttributeValue(ANDROID_NS,"dialogMessage"); in getDialogMessage()
|
D | ShadowTextView.java | 390 String text = attributeSet.getAttributeValue("android", "text"); in applyTextAttribute() 401 String colorValue = attributeSet.getAttributeValue("android", "textColor"); in applyTextColorAttribute() 414 String hint = attributeSet.getAttributeValue("android", "hint"); in applyHintAttribute() 426 String colorValue = attributeSet.getAttributeValue("android", "hintColor"); in applyHintColorAttribute()
|
D | ShadowPreference.java | 49 key = attributeSet.getAttributeValue("android", "key"); in __constructor__()
|
D | ShadowImageView.java | 156 String source = attributeSet.getAttributeValue("android", "src"); in applyImageAttribute()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | LevelTree.java | 110 if (parser.getAttributeValue(i).equals("true")) { in loadLevelTree() 114 if (parser.getAttributeValue(i).equals("false")) { in loadLevelTree() 118 if (parser.getAttributeValue(i).equals("true")) { in loadLevelTree()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/ |
D | SoapEnvelope.java | 142 encodingStyle = parser.getAttributeValue(env, "encodingStyle"); in parse() 152 encodingStyle = parser.getAttributeValue(env, "encodingStyle"); in parse()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/ |
D | IncludedDependenciesTest.java | 27 assertEquals("value", xmlPullParser.getAttributeValue(0)); in xppShouldWork()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
D | TestAttributeSet.java | 60 public String getAttributeValue(String namespace, String attribute) { in getAttributeValue() method in TestAttributeSet 86 public String getAttributeValue(int index) { in getAttributeValue() method in TestAttributeSet
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
D | MenuLoader.java | 165 0, attributes.getAttributeValue("android", "title")); in addChildrenInGroup() 171 0, attributes.getAttributeValue("android", "title")); in addChildrenInGroup()
|
D | ViewLoader.java | 221 String tag = attributeSet.getAttributeValue("android", "tag"); in constructFragment()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 89 bool getAttributeValue(const DWARFUnit *U, const uint16_t Attr,
|
/external/vogar/src/vogar/ |
D | XmlReportReader.java | 130 String attributeValue = parser.getAttributeValue(i); in createAttributeMap()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
D | TestAttributeSetTest.java | 119 …assertThat(testAttributeSet.getAttributeValue("com.some.namespace", "isSugary"), equalTo("oh heck … in getAttributeValue_shouldReturnValueFromAttribute()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | Configurator.java | 268 params.put(xrp.getAttributeName(i), xrp.getAttributeValue(i)); in configure()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
D | Plot.java | 368 … attrHash.put(attrName.substring(XML_ATTR_PREFIX.length() + 1), attrs.getAttributeValue(i)); in loadAttrs()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | ViewInflater.java | 360 setProperty(view, root, attr, xml.getAttributeValue(i)); in buildView()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2150 if (!DIE.getAttributeValue(&OrigUnit, dwarf::DW_AT_high_pc, HighPcValue)) { in shouldKeepSubprogramDIE()
|