/external/libxml2/ |
xmlschemas.c | 30 * IDC XPath expression and chameleon includes: the targetNamespace is changed, so 175 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace 398 const xmlChar *targetNamespace; 426 * For chameleon includes, @targetNamespace will be the 427 * targetNamespace of the including schema. 429 const xmlChar *targetNamespace; 453 const xmlChar *targetNamespace; 545 const xmlChar *targetNamespace; 628 const xmlChar *targetNamespace; 649 const xmlChar *targetNamespace; [all...] |
xmlschemastypes.c | 268 ret->targetNamespace = XML_SCHEMAS_NAMESPACE_NAME; [all...] |
/cts/tools/host/src/com/android/cts/ |
TestSessionBuilder.java | 58 private static final String ATTRIBUTE_TARGET_NAME_SPACE = "targetNameSpace"; 211 String appBinaryName, targetNameSpace, targetBinaryName, version, frameworkVersion, 216 targetNameSpace = getStringAttributeValue(pkgNode, ATTRIBUTE_TARGET_NAME_SPACE); 232 pkg = new ReferenceAppTestPackage(runner, appBinaryName, targetNameSpace, 237 pkg = new SignatureCheckPackage(runner, appBinaryName, targetNameSpace, 244 pkg = new TestPackage(runner, appBinaryName, targetNameSpace, targetBinaryName,
|
ReferenceAppTestPackage.java | 49 * @param targetNameSpace The package name space of the dependent package, if available. 61 String testPkgBinaryName, String targetNameSpace, 66 super(instrumentationRunner, testPkgBinaryName, targetNameSpace, targetBinaryName, version,
|
SignatureCheckPackage.java | 50 * @param targetNameSpace The package name space of the dependent package, if available. 59 final String testPkgBinaryName, final String targetNameSpace, 63 super(instrumentationRunner, testPkgBinaryName, targetNameSpace, targetBinaryName, version,
|
TestPackage.java | 77 * @param targetNameSpace The target name space of the dependent package, if available. 85 final String testPkgBinaryName, final String targetNameSpace, 91 mTargetNameSpace = targetNameSpace; 708 String targetNameSpace = getTargetNameSpace(); 710 String targetApkPath = getFullPath(targetNameSpace); 714 if ((!mTestStop) && (targetNameSpace != null) 716 uninstallAPK(targetNameSpace); [all...] |
/external/libxml2/include/libxml/ |
schemasInternals.h | 264 const xmlChar *targetNamespace; 376 const xmlChar *targetNamespace; 633 const xmlChar *targetNamespace; 780 const xmlChar *targetNamespace; 846 const xmlChar *targetNamespace; 925 const xmlChar *targetNamespace; /* the target namespace */
|
/cts/tools/host/test/com/android/cts/ |
TestSessionLogBuilderTests.java | 96 "appPackageName=\"android.location\" targetNameSpace=\"targetNameSpace\" " +
|
TestSessionBuilderTests.java | 251 final String targetNameSpace = "i don't want to be the target!"; 270 + "\" targetNameSpace=\"" + targetNameSpace 302 assertEquals(targetNameSpace, testPackage.getTargetNameSpace()); [all...] |
/development/testrunner/ |
test_defs.xsd | 20 targetNamespace="http://schemas.android.com/testrunner/test_defs/1.0"
|
/cts/tools/tradefed-host/res/result/ |
cts_result.xsd | 19 targetNamespace="http://compatibility.android.com/cts_result/2.0"
|
/cts/tools/utils/cts/ |
tools.py | 73 'version': '1.0', 'targetNameSpace': '', 'targetBinaryName': '',
|
/cts/tools/host/src/res/ |
cts_result.xsd | 19 targetNamespace="http://compatibility.android.com/cts_result/1.10"
|
/cts/tools/utils/ |
CollectAllTests.java | 57 static final String ATTRIBUTE_TARGET = "targetNameSpace";
|
buildCts.py | 232 test_description.setAttribute('targetNameSpace', target_package)
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMConfiguration.java | 219 * <code>targetNamespace</code>, the schema specified by the user using this 221 * the same <code>targetNamespace</code> or have no namespace, the behavior
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
layout-devices.xsd | 18 targetNamespace="http://schemas.android.com/sdk/android/layout-devices/1"
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
sdk-addon-1.xsd | 18 targetNamespace="http://schemas.android.com/sdk/android/addon/1"
|
sdk-repository-1.xsd | 18 targetNamespace="http://schemas.android.com/sdk/android/repository/1"
|
sdk-repository-2.xsd | 18 targetNamespace="http://schemas.android.com/sdk/android/repository/2"
|
sdk-repository-3.xsd | 18 targetNamespace="http://schemas.android.com/sdk/android/repository/3"
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactory.java | 584 * into a single schema document with a different targetNamespace
|