/libcore/xml/src/test/java/org/kxml2/io/ |
KXmlSerializerTest.java | 31 private static final String NAMESPACE = null; 49 serializer.startTag(NAMESPACE, "root"); 62 serializer.endTag(NAMESPACE, "root"); 67 serializer.startTag(NAMESPACE, "root"); 71 serializer.attribute(NAMESPACE, "a", "a" + s + "b"); 74 serializer.attribute(NAMESPACE, "a", "a" + s + "b"); 80 serializer.endTag(NAMESPACE, "root"); 85 serializer.startTag(NAMESPACE, "root"); 98 serializer.endTag(NAMESPACE, "root"); 106 serializer.startTag(NAMESPACE, "p") [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 26 * document (ignoring attribute and namespace nodes): they do not overlap 60 * descendant axis never contains attribute or namespace nodes. 73 * any descendants and excluding attribute nodes and namespace nodes. 79 * context node; if the context node is an attribute node or namespace node, 85 * The namespace axis contains the namespace nodes of the context node; the 91 * The namespace axis contains the namespace nodes of the context node; the 94 public static final int NAMESPACE = 9; 105 * ancestors and excluding attribute nodes and namespace node [all...] |
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapConstants.java | 64 public static final String NAMESPACE = "NAMESPACE";
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
ContextMatchStepPattern.java | 163 xaxis = Axis.NAMESPACE;
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapConnection.java | 54 /** NAMESPACE capability per RFC 2342 */ 141 // NAMESPACE (only valid in the Authenticated state) 196 if (capabilities.contains(ImapConstants.NAMESPACE)) { 406 * Gets the user's Personal Namespace from the IMAP server per RFC 2342. If the user 407 * explicitly sets a namespace (using setup UI) or if the server does not support the 408 * namespace command, this will perform no operation. 416 responseList = executeSimpleCommand(ImapConstants.NAMESPACE); 427 if (response.isDataResponse(0, ImapConstants.NAMESPACE)) { 429 ImapList namespace = namespaceList.getListOrEmpty(0); local 430 String namespaceString = namespace.getStringOrEmpty(0).getString() [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser.h | 197 NAMESPACE = 414,
|
glsl_parser.cpp | 299 NAMESPACE = 414, 873 "SAMPLER2DRECTSHADOW", "SIZEOF", "CAST", "NAMESPACE", "USING" [all...] |
glsl_lexer.cpp | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ExpandedNameTable.java | 64 public static final int NAMESPACE = ((int)DTM.NAMESPACE_NODE) ; 145 * Given an expanded name represented by namespace, local name and node type, 150 * @param namespace The namespace 156 public int getExpandedTypeID(String namespace, String localName, int type) 158 return getExpandedTypeID(namespace, localName, type, false); 162 * Given an expanded name represented by namespace, local name and node type, 171 * @param namespace The namespace 179 public int getExpandedTypeID(String namespace, String localName, int type, boolean searchOnly 319 String namespace = m_extendedTypes[ExpandedNameID].getNamespace(); local [all...] |
DTMDefaultBaseIterators.java | 152 case Axis.NAMESPACE : 219 case Axis.NAMESPACE : 507 * Iterator that returns children within a given namespace for a 580 * Iterator that returns the namespace nodes as defined by the XPath data model 638 * Iterator that returns the namespace nodes as defined by the XPath data model 740 * Iterator that returns the namespace nodes as defined by the XPath data model 797 * Iterator that returns attributes within a given namespace for a node. 1125 || ExpandedNameTable.NAMESPACE == type ) [all...] |
DTMDefaultBaseTraversers.java | 145 case Axis.NAMESPACE : [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 320 return Axis.NAMESPACE; 373 case Axis.NAMESPACE : 677 // String namespace = compiler.getStepNS(stepOpCodePos); 678 // boolean isNSWild = (null != namespace) 679 // ? namespace.equals(NodeTest.WILD) : false; 870 // If we have an attribute or namespace axis that went up, then 895 Axis.ATTRIBUTE : Axis.NAMESPACE; [all...] |
/external/clang/bindings/python/clang/ |
cindex.py | 412 # A C++ namespace. 413 CursorKind.NAMESPACE = CursorKind(22) 445 # A C++ namespace alias declaration. 478 # A reference to a namespace or namepsace alias. [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM2.java | 345 * Iterator that returns the namespace nodes as defined by the XPath data model 656 || ExpandedNameTable.NAMESPACE == type ) 794 * all ancestors, attributes, and namespace nodes. [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
/external/jdiff/ |
xerces.jar | |
/prebuilt/sdk/14/ |
android.jar | |