OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setBooleanProperty
(Results
1 - 4
of
4
) sorted by null
/external/proguard/examples/annotations/examples/
Bean.java
29
public void
setBooleanProperty
(boolean booleanProperty)
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java
94
m_outputProperties.
setBooleanProperty
(OutputKeys.INDENT, newValue);
124
m_outputProperties.
setBooleanProperty
(OutputKeys.OMIT_XML_DECLARATION, newValue);
134
m_outputProperties.
setBooleanProperty
(OutputKeys.STANDALONE, newValue);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java
182
public void
setBooleanProperty
(QName key, boolean value)
194
public void
setBooleanProperty
(String key, boolean value)
/cts/tests/tests/car/src/android/car/cts/
CarPropertyManagerTest.java
277
mCarPropertyManager.
setBooleanProperty
(propId, areaId, expectedValue);
Completed in 280 milliseconds