HomeSort by relevance Sort by last modified time
    Searched defs:NAMESPACE (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /frameworks/rs/tests/lldb/tests/harness/
util_log.py 31 NAMESPACE = 'RS_LLDB_TESTSUITE'
69 log = logging.getLogger(NAMESPACE)
141 return logging.getLogger(NAMESPACE)
  /external/testng/src/main/java/org/testng/internal/
Constants.java 18 private static final String NAMESPACE = "testng";
23 public static final String PROP_OUTPUT_DIR = NAMESPACE + "." + "outputDir";
24 // public static final String PROP_NAME = NAMESPACE + "." + "name";
25 // public static final String PROP_INCLUDED_GROUPS = NAMESPACE + "." + "includedGroups";
26 // public static final String PROP_EXCLUDED_GROUPS = NAMESPACE + "." + "excludedGroups";
27 // public static final String PROP_CLASS_NAMES = NAMESPACE + "." + "classNames";
28 // public static final String PROP_VERBOSE = NAMESPACE + "." + "verbose";
29 // public static final String PROP_JUNIT= NAMESPACE + "." + "junit";
30 // public static final String PROP_QUIET= NAMESPACE + "." + "quiet";
31 // public static final String PROP_GROUP= NAMESPACE + "." + "group"
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/content/res/
TypedArrayUtils.java 50 private static final String NAMESPACE = "http://schemas.android.com/apk/res/android";
57 return parser.getAttributeValue(NAMESPACE, attrName) != null;
  /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...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
MarshalHashtable.java 35 * namespace 'http://xml.apache.org/xml-soap'. Other soap implementations
42 public static final String NAMESPACE = "http://xml.apache.org/xml-soap";
49 public Object readInstance(XmlPullParser parser, String namespace, String name,
119 cm.addMapping(MarshalHashtable.NAMESPACE, MarshalHashtable.NAME, HASHTABLE_CLASS, this);
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResName.java 12 private static final int NAMESPACE = 1;
35 packageName = matcher.group(NAMESPACE);
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
KeyChainSnapshotSchema.java 23 static final String NAMESPACE = null;
  /libcore/luni/src/test/java/libcore/xml/
KxmlSerializerTest.java 32 private static final String NAMESPACE = null;
39 serializer.startTag(NAMESPACE, "a");
40 serializer.attribute(NAMESPACE, "cr", "\r");
41 serializer.attribute(NAMESPACE, "lf", "\n");
42 serializer.attribute(NAMESPACE, "tab", "\t");
43 serializer.attribute(NAMESPACE, "space", " ");
44 serializer.endTag(NAMESPACE, "a");
55 serializer.startTag(NAMESPACE, "foo");
56 serializer.attribute(NAMESPACE, "quux", "abc");
57 serializer.startTag(NAMESPACE, "bar")
    [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...]
  /frameworks/base/services/core/java/com/android/server/slice/
SliceProviderPermissions.java 41 private static final String NAMESPACE = null;
84 out.startTag(NAMESPACE, TAG_PROVIDER);
85 out.attribute(NAMESPACE, ATTR_PKG, mPkg.toString());
89 out.startTag(NAMESPACE, TAG_AUTHORITY);
90 out.attribute(NAMESPACE, ATTR_AUTHORITY, mAuths.valueAt(i).mAuthority);
94 out.endTag(NAMESPACE, TAG_AUTHORITY);
97 out.endTag(NAMESPACE, TAG_PROVIDER);
108 PkgUser pkgUser = new PkgUser(parser.getAttributeValue(NAMESPACE, ATTR_PKG));
117 parser.getAttributeValue(NAMESPACE, ATTR_AUTHORITY), provider);
172 out.startTag(NAMESPACE, TAG_PKG)
    [all...]
SliceClientPermissions.java 47 private static final String NAMESPACE = null;
140 out.startTag(NAMESPACE, TAG_CLIENT);
141 out.attribute(NAMESPACE, ATTR_PKG, mPkg.toString());
142 out.attribute(NAMESPACE, ATTR_FULL_ACCESS, mHasFullAccess ? "1" : "0");
146 out.startTag(NAMESPACE, TAG_AUTHORITY);
147 out.attribute(NAMESPACE, ATTR_AUTHORITY, mAuths.valueAt(i).mAuthority);
148 out.attribute(NAMESPACE, ATTR_PKG, mAuths.valueAt(i).mPkg.toString());
152 out.endTag(NAMESPACE, TAG_AUTHORITY);
155 out.endTag(NAMESPACE, TAG_CLIENT);
166 PkgUser pkgUser = new PkgUser(parser.getAttributeValue(NAMESPACE, ATTR_PKG))
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
XmlConfigUtils.java 65 * A URI for our XML configuration namespace. This doesn't start with
69 public static final String NAMESPACE =
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
XmlConfigUtils.java 65 * A URI for our XML configuration namespace. This doesn't start with
69 public static final String NAMESPACE =
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 67 public static final String NAMESPACE = "NAMESPACE";
  /frameworks/support/slices/view/src/main/java/androidx/slice/
SliceXml.java 60 private static final String NAMESPACE = null;
110 String uri = parser.getAttributeValue(NAMESPACE, ATTR_URI);
112 String[] hints = hints(parser.getAttributeValue(NAMESPACE, ATTR_HINTS));
130 String format = parser.getAttributeValue(NAMESPACE, ATTR_FORMAT);
131 String subtype = parser.getAttributeValue(NAMESPACE, ATTR_SUBTYPE);
132 String hintStr = parser.getAttributeValue(NAMESPACE, ATTR_HINTS);
133 String iconType = parser.getAttributeValue(NAMESPACE, ATTR_ICON_TYPE);
134 String pkg = parser.getAttributeValue(NAMESPACE, ATTR_ICON_PACKAGE);
135 String resType = parser.getAttributeValue(NAMESPACE, ATTR_ICON_RES_TYPE);
234 serializer.startTag(NAMESPACE, isAction ? TAG_ACTION : TAG_SLICE)
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 66 public static final String NAMESPACE = "NAMESPACE";
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/
maven-plugin-parameter-documenter-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/
maven-repository-metadata-2.0.9.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-plugin-registry-2.2.1.jar 
maven-repository-metadata-2.2.1.jar 
maven-profile-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/
maven-plugin-registry-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/
maven-plugin-registry-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/
maven-repository-metadata-2.2.1.jar 
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]

Completed in 755 milliseconds

1 2 3 4