HomeSort by relevance Sort by last modified time
    Searched defs:setProperty (Results 151 - 175 of 1110) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/tools/common/m2/repository/com/neenbedankt/gradle/plugins/android-apt/1.8/
android-apt-1.8.jar 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 188 public void setProperty(String property, Object value);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 236 //configProps.setProperty("version", "1.1");
255 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
259 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
263 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
268 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
272 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
277 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
282 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
285 fDOMConfigProperties.setProperty(DOMConstants.S_XERCES_PROPERTIES_NS
298 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 86 public void setProperty(String name, Object value)
88 throw new XmlPullParserException("setProperty() not supported");
  /external/testng/src/main/java/org/testng/xml/dom/
XDom.java 98 ((ITagSetter) object).setProperty(nodeName, result, item);
105 // setProperty(result, nodeName, object);
223 setProperty(object, item.getLocalName(), item.getNodeValue());
227 private void setProperty(Object object, String name, Object value) {
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 106 public void setProperty(String name, Object value) throws XmlPullParserException {
107 throw new XmlPullParserException("setProperty() not supported");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 290 PropertyAnimator.setProperty(this, TOP_ROUNDNESS, topRoundness,
330 PropertyAnimator.setProperty(this, BOTTOM_ROUNDNESS, bottomRoundness,
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 240 * @see org.xml.sax.XMLReader#setProperty
242 public void setProperty (String name, Object value)
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 198 Security.setProperty(propName, defaultType);
  /libcore/ojluni/src/main/java/java/security/
Security.java 687 * @see #setProperty
707 * {@code java.security.SecurityPermission("setProperty."+key)}
724 public static void setProperty(String key, String datum) {
726 // check("setProperty."+key);
735 * setProperty() was either "package.access" or
    [all...]
  /packages/services/Car/service/src/com/android/car/
CarPropertyService.java 311 public void setProperty(CarPropertyValue prop) {
315 Log.e(TAG, "setProperty: propId is not in config list:0x" + toHexString(propId));
319 mHal.setProperty(prop);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 486 copy.setProperty(ProjectProperties.PROPERTY_TARGET, target);
549 mPropertiesWorkingCopy.setProperty(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 638 workingCopy.setProperty(propName, newValue);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 699 props.setProperty("config", className + "$MockValidConfig");
705 props.setProperty("config", className + "$MockValidConfig "
711 props.setProperty("config", className + "$MockValidConfig2 "
720 props.setProperty("config", className
727 props.setProperty("config", className
733 props.setProperty("config", "badname");
738 props.setProperty("config", className + "$MockValidConfig2;"
743 props.setProperty("config", className + "$MockValidConfig2;"
751 props.setProperty("config", className + "$MockValidConfig "
760 props.setProperty("config", "badname " + classNam
    [all...]
FileHandlerTest.java 115 System.setProperty(USR_HOME_KEY, homePath);
127 System.setProperty(TMP_DIR_KEY, tempPath);
146 System.setProperty(TMP_DIR_KEY, tempPath);
149 System.setProperty(USR_HOME_KEY, homePath);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java 154 myProps.setProperty("Abba", "Cadabra");
155 myProps.setProperty("Open", "Sesame");
156 myProps.setProperty("LongProperty",
184 myProps.setProperty("Abba", "Cadabra");
185 myProps.setProperty("Open", "Sesame");
186 myProps.setProperty("LongProperty",
513 properties.setProperty(keys[index], values[index]);
562 defaults.setProperty(defaultKeys[index], defaultValues[index]);
570 properties.setProperty(keys[index], values[index]);
590 defaults.setProperty(defaultKeys[index], defaultValues[index])
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/gebish/geb-ast/0.9.3/
geb-ast-0.9.3.jar 
  /prebuilts/tools/common/m2/repository/org/gebish/geb-waiting/0.9.3/
geb-waiting-0.9.3.jar 
  /prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/
xmlpull-1.1.3.1.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 463 reader.setProperty("http://xml.org/sax/properties/lexical-handler",
467 reader.setProperty(
476 reader.setProperty("http://xml.org/sax/handlers/LexicalHandler",
480 reader.setProperty("http://xml.org/sax/handlers/DeclHandler",
743 m_outputFormat.setProperty(name, value);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java     [all...]

Completed in 1220 milliseconds

1 2 3 4 5 67 8 91011>>