/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);
|
/external/chromium_org/third_party/tlslite/tlslite/ |
X509CertChain.py | 219 rootName = array.array('B', [0] * length) 220 cryptlib_py.cryptGetAttributeString(rootC, name, rootName) 221 rootName = rootName.tostring() 224 rootName = None 226 return lastName == rootName
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
ctest.h | 279 * @param rootName the test root name to be written 283 ctest_xml_init(const char *rootName);
|
/external/icu4c/tools/ctestfw/unicode/ |
ctest.h | 279 * @param rootName the test root name to be written 283 ctest_xml_init(const char *rootName);
|
/external/llvm/lib/Support/ |
Path.cpp | 625 rootName = has_root_name(p); 627 rootName = true; 630 return rootDir && rootName; 710 rootName = path::has_root_name(p); 712 rootName = true; 716 if (rootName && rootDirectory) 724 if (!rootName && !rootDirectory) { 732 if (!rootName && rootDirectory) { 741 if (rootName && !rootDirectory) { 753 llvm_unreachable("All rootName and rootDirectory combinations should have [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestSuite.java | 84 String rootName = suiteNames.remove(0); 85 TestSuite suite = getTestSuite(rootName);
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 119 UniGen.rootName); 697 public static final String rootName = "CN=Alex Astapchuk, OU=SSG, O=Intel ZAO, C=RU"; 765 * {@link #rootName}. 795 if (!(rootName.equals(name) || al.contains(name))) { 814 * 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/chromium_org/third_party/icu/source/tools/ctestfw/ |
ctest.c | [all...] |
/external/icu4c/tools/ctestfw/ |
ctest.c | [all...] |
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkTwoPointRadialGradient.cpp | 555 SkString rootName("root"); 600 rootName.c_str(), bVar.c_str(), bVar.c_str(), 605 rootName.c_str(), p1.c_str());
|
/external/skia/src/effects/gradients/ |
SkTwoPointRadialGradient.cpp | 555 SkString rootName("root"); 600 rootName.c_str(), bVar.c_str(), bVar.c_str(), 605 rootName.c_str(), p1.c_str());
|
/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 | |
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cldrtest.c | 70 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName, 96 rootName, 160 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); 314 /* if (sameArray && strcmp(rootName, "root") == 0) { 414 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); [all...] |
/external/icu4c/test/cintltst/ |
cldrtest.c | 73 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName, 99 rootName, 163 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); 317 /* if (sameArray && strcmp(rootName, "root") == 0) { 417 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); [all...] |
/prebuilts/tools/common/m2/internal/xom/xom/1.0/ |
xom-1.0.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |