HomeSort by relevance Sort by last modified time
    Searched refs:xmlValue (Results 1 - 9 of 9) sorted by null

  /external/parameter-framework/upstream/parameter/include/
ElementHandle.h 113 * @param[out] xmlValue the values to get
126 bool getAsXML(std::string &xmlValue, std::string &error) const;
130 * @param[in] xmlValue the values to set
145 bool setAsXML(const std::string &xmlValue, std::string &error);
  /external/parameter-framework/upstream/parameter/
ElementHandle.cpp 163 bool ElementHandle::getAsXML(std::string &xmlValue, std::string &error) const
171 xmlValue = result;
175 bool ElementHandle::setAsXML(const std::string &xmlValue, std::string &error)
177 return mParameterMgr.setSettingsAsXML(&mElement, xmlValue, error);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 231 final String xmlValue = value != null && value != UNKNOWN_VALUE ? value.toString() : null;
233 String.format("Set \"%1$s\" to \"%2$s\"", attribute, xmlValue),
238 mDescriptor.getNamespaceUri(), xmlValue, true /*override*/);
  /frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
NavParser.kt 187 internal fun parseReference(xmlValue: String, rFilePackage: String): ResReference? {
188 val matchEntire = RESOURCE_REGEX.matchEntire(xmlValue) ?: return null
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 35 xmlChar *xmlValue = xmlGetProp(cur, (const xmlChar*)attribute);
36 if (xmlValue == NULL) {
39 string value((const char*)xmlValue);
40 xmlFree(xmlValue);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
XmlResourceParserImplTest.java 57 private void forgeAndOpenDocument(String xmlValue) {
65 new ByteArrayInputStream(xmlValue.getBytes(UTF_8)));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/builder/
XmlResourceParserImplTest.java 71 private void forgeAndOpenDocument(String xmlValue) {
79 new ByteArrayInputStream(xmlValue.getBytes(UTF_8)));
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 1630 milliseconds