/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/ |
D | CsrUtil.java | 45 public static X509Certificate generateX509V3AuthorityCertificate(String rootName, in generateX509V3AuthorityCertificate() argument 56 … return generateX509V3AuthorityCertificate(rootName, rootPair, notBefore, notAfter, serialNumber); in generateX509V3AuthorityCertificate() 61 static X509Certificate generateX509V3AuthorityCertificate(String rootName, in generateX509V3AuthorityCertificate() argument 65 X509Name dnName = new X509Name(rootName); in generateX509V3AuthorityCertificate()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 654 rootName = has_root_name(p); in is_absolute() local 656 rootName = true; in is_absolute() 659 return rootDir && rootName; in is_absolute() 783 rootName = path::has_root_name(p); in make_absolute() local 785 rootName = true; in make_absolute() 789 if (rootName && rootDirectory) in make_absolute() 800 if (!rootName && !rootDirectory) { in make_absolute() 808 if (!rootName && rootDirectory) { in make_absolute() 817 if (rootName && !rootDirectory) { in make_absolute()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 1258 ctest_xml_init(const char *rootName) { in ctest_xml_init() argument 1266 while(*rootName&&!isalnum((int)*rootName)) { in ctest_xml_init() 1267 rootName++; in ctest_xml_init() 1269 strcpy(XML_PREFIX,rootName); in ctest_xml_init()
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | TestCertUtils.java | 118 UniGen.rootName); 693 public static final String rootName = "CN=Alex Astapchuk, OU=SSG, O=Intel ZAO, C=RU"; field in TestCertUtils.UniGen 792 if (!(rootName.equals(name) || al.contains(name))) { in genNames()
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
D | ctest.h | 293 ctest_xml_init(const char *rootName);
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 73 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName, in TestKeyInRootRecursive() argument 100 rootName, in TestKeyInRootRecursive() 164 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); in TestKeyInRootRecursive() 419 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); in TestKeyInRootRecursive()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 850 …string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that a… member 865 , rootName (rootName_ == DE_NULL ? name_ : rootName_) in BasicUniform() 1385 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 1956 const std::string rootName = resourceName.substr(0, rootNameEnd); in queryAndValidateProps() local 1983 else if (isInterfaceBlockInterfaceName(programDefinition, interface, rootName)) in queryAndValidateProps() 2011 …ing interafaceName = getInterfaceBlockInteraceNameByMember(programDefinition, interface, rootName); in queryAndValidateProps()
|
D | es31fTessellationTests.cpp | 5610 static string glslTraverseBasicTypes (const string& rootName, 5660 string UserDefinedIOCase::glslTraverseBasicTypes (const string& rootName, in glslTraverseBasicTypes() argument 5667 return visit(rootName, rootType.getBasicType(), indentationDepth); in glslTraverseBasicTypes() 5675 …glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNesti… in glslTraverseBasicTypes() 5687 …result += glslTraverseBasicTypes(rootName + "." + member.getName(), member.getType(), arrayNesting… in glslTraverseBasicTypes()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 795 …string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that a… member 810 , rootName (rootName_ == DE_NULL ? name_ : rootName_) in BasicUniform() 1511 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 960 …string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that a… member 975 , rootName (rootName_ == DE_NULL ? name_ : rootName_) in BasicUniform() 1882 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms()
|