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

  /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);
  /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/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 76 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName,
102 rootName,
166 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
320 /* if (sameArray && strcmp(rootName, "root") == 0) {
420 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 76 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName,
102 rootName,
166 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
320 /* if (sameArray && strcmp(rootName, "root") == 0) {
420 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
    [all...]

Completed in 415 milliseconds