OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrFormat
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java
230
* @param
attrFormat
- format of DN
232
public void appendName(String
attrFormat
, StringBuilder sb) {
234
if (X500Principal.RFC1779.equals(
attrFormat
)) {
256
if (X500Principal.CANONICAL.equals(
attrFormat
)) {
278
if (X500Principal.CANONICAL.equals(
attrFormat
)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java
484
Node
attrFormat
= attrNode.getAttributes().getNamedItem("format"); //$NON-NLS-1$
485
if (
attrFormat
!= null) {
486
for (String f :
attrFormat
.getNodeValue().split("\\|")) { //$NON-NLS-1$
Completed in 735 milliseconds