HomeSort by relevance Sort by last modified time
    Searched refs:rootName (Results 1 - 25 of 38) sorted by null

1 2

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetrootnode.java 65 String rootName;
68 rootName = root.getNodeName();
71 assertEquals("svgRootNode", "svg", rootName);
73 assertEquals("documentGetRootNodeAssert", "staff", rootName);
hc_documentgetrootnode.java 61 String rootName;
64 rootName = root.getNodeName();
67 assertEquals("svgTagName", "svg", rootName);
69 assertEqualsAutoCase("element", "docElemName", "html", rootName);
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 212 private void list(StringBuilder sb, File file, String prefix, int depth, String rootName) {
221 if (depth == 0 && rootName != null) { // avoid temp-name
222 fileName = rootName;
240 list(sb, child, prefix, depth + 1, rootName);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
CsrUtil.java 40 * @param rootName Common Name used in certificate.
45 public static X509Certificate generateX509V3AuthorityCertificate(String rootName,
56 return generateX509V3AuthorityCertificate(rootName, rootPair, notBefore, notAfter, serialNumber);
61 static X509Certificate generateX509V3AuthorityCertificate(String rootName,
65 X509Name dnName = new X509Name(rootName);
  /external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h 289 * @param rootName the test root name to be written
293 ctest_xml_init(const char *rootName);
  /external/llvm/lib/Support/
Path.cpp 656 rootName = has_root_name(p);
658 rootName = true;
661 return rootDir && rootName;
740 rootName = path::has_root_name(p);
742 rootName = true;
746 if (rootName && rootDirectory)
755 if (!rootName && !rootDirectory) {
763 if (!rootName && rootDirectory) {
772 if (rootName && !rootDirectory) {
784 llvm_unreachable("All rootName and rootDirectory combinations should have
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java 83 String rootName = suiteNames.remove(0);
84 TestSuite suite = getTestSuite(rootName);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 118 UniGen.rootName);
693 public static final String rootName = "CN=Alex Astapchuk, OU=SSG, O=Intel ZAO, C=RU";
761 * {@link #rootName}.
792 if (!(rootName.equals(name) || al.contains(name))) {
811 * has a string equals to {@link #rootName}.
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 120 UniGen.rootName);
698 public static final String rootName = "CN=Alex Astapchuk, OU=SSG, O=Intel ZAO, C=RU";
766 * {@link #rootName}.
796 if (!(rootName.equals(name) || al.contains(name))) {
815 * has a string equals to {@link #rootName}.
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
StubProvider.java 349 String rootName = extras.getString(EXTRA_ROOT, MY_ROOT_ID);
351 setSize(rootName, rootSize);
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 73 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName,
100 rootName,
164 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
319 /* if (sameArray && strcmp(rootName, "root") == 0) {
419 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
    [all...]
  /system/vold/
VolumeManager.cpp 519 char rootName[PATH_MAX];
532 if (sane_readlinkat(dirfd(dir), "1/ns/mnt", rootName, PATH_MAX) == -1) {
561 if (!strcmp(rootName, pidName)) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 850 string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that array with "[0]" appended. Otherwise it equals name.
865 , rootName (rootName_ == DE_NULL ? name_ : rootName_)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.18.1/
org.eclipse.tycho.p2.maven.repository-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.20.0/
org.eclipse.tycho.p2.maven.repository-0.20.0.jar 

Completed in 551 milliseconds

1 2