/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 585 rootName = has_root_name(p); in is_absolute() local 587 rootName = true; in is_absolute() 590 return rootDir && rootName; in is_absolute() 604 bool rootName = path::has_root_name(p), in make_absolute() local 608 if (rootName && rootDirectory) in make_absolute() 616 if (!rootName && !rootDirectory) { in make_absolute() 624 if (!rootName && rootDirectory) { in make_absolute() 633 if (rootName && !rootDirectory) { in make_absolute()
|
/external/catch2/include/reporters/ |
D | catch_reporter_junit.cpp | 167 std::string const& rootName, in writeSection() argument 170 if( !rootName.empty() ) in writeSection() 171 name = rootName + '/' + name; in writeSection()
|
D | catch_reporter_junit.h | 45 std::string const& rootName,
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 682 rootName = has_root_name(p); in is_absolute() local 684 rootName = true; in is_absolute() 687 return rootDir && rootName; in is_absolute() 813 rootName = path::has_root_name(p); in make_absolute() local 815 rootName = true; in make_absolute() 819 if (rootName && rootDirectory) in make_absolute() 830 if (!rootName && !rootDirectory) { in make_absolute() 838 if (!rootName && rootDirectory) { in make_absolute() 847 if (rootName && !rootDirectory) { in make_absolute()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 682 rootName = has_root_name(p); in is_absolute() local 684 rootName = true; in is_absolute() 687 return rootDir && rootName; in is_absolute() 811 rootName = path::has_root_name(p); in make_absolute() local 813 rootName = true; in make_absolute() 817 if (rootName && rootDirectory) in make_absolute() 828 if (!rootName && !rootDirectory) { in make_absolute() 836 if (!rootName && rootDirectory) { in make_absolute() 845 if (rootName && !rootDirectory) { in make_absolute()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 1260 ctest_xml_init(const char *rootName) { in ctest_xml_init() argument 1268 while(*rootName&&!isalnum((int)*rootName)) { in ctest_xml_init() 1269 rootName++; in ctest_xml_init() 1271 strcpy(XML_PREFIX,rootName); in ctest_xml_init()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 684 bool rootName = in is_absolute() local 687 return rootDir && rootName; in is_absolute() 849 bool rootName = in make_absolute() local 853 if (rootName && rootDirectory) in make_absolute() 864 if (!rootName && !rootDirectory) { in make_absolute() 872 if (!rootName && rootDirectory) { in make_absolute() 881 if (rootName && !rootDirectory) { in make_absolute()
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
D | ctest.h | 295 ctest_xml_init(const char *rootName);
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 116 std::string glslTraverseBasicTypes (const std::string& rootName, in glslTraverseBasicTypes() argument 123 return visit(rootName, rootType.getBasicType(), indentationDepth); in glslTraverseBasicTypes() 131 …glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNesti… in glslTraverseBasicTypes() 143 …result += glslTraverseBasicTypes(rootName + "." + member.getName(), member.getType(), arrayNesting… in glslTraverseBasicTypes()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 77 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName, in TestKeyInRootRecursive() argument 104 rootName, in TestKeyInRootRecursive() 168 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); in TestKeyInRootRecursive() 423 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); in TestKeyInRootRecursive()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateG2xG2.java | 304 String rootName = getItemName(root, type, item); in checkItems() local 305 if (rootName.equals(translation)) { in checkItems()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 849 …string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that a… member 864 , rootName (rootName_ == DE_NULL ? name_ : rootName_) in BasicUniform() 1375 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 1958 const std::string rootName = resourceName.substr(0, rootNameEnd); in queryAndValidateProps() local 1985 else if (isInterfaceBlockInterfaceName(programDefinition, interface, rootName)) in queryAndValidateProps() 2013 …ing interafaceName = getInterfaceBlockInteraceNameByMember(programDefinition, interface, rootName); in queryAndValidateProps()
|
D | es31fTessellationTests.cpp | 5660 static string glslTraverseBasicTypes (const string& rootName, 5710 string UserDefinedIOCase::glslTraverseBasicTypes (const string& rootName, in glslTraverseBasicTypes() argument 5717 return visit(rootName, rootType.getBasicType(), indentationDepth); in glslTraverseBasicTypes() 5725 …glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNesti… in glslTraverseBasicTypes() 5737 …result += glslTraverseBasicTypes(rootName + "." + member.getName(), member.getType(), arrayNesting… in glslTraverseBasicTypes()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 794 …string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that a… member 809 , rootName (rootName_ == DE_NULL ? name_ : rootName_) in BasicUniform() 1501 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 959 …string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that a… member 974 , rootName (rootName_ == DE_NULL ? name_ : rootName_) in BasicUniform() 1872 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9365 std::string const& rootName, in writeSection() argument 9368 if( !rootName.empty() ) in writeSection() 9369 name = rootName + "/" + name; in writeSection()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 5684 std::string const& rootName, 14091 std::string const& rootName, in writeSection() argument 14094 if( !rootName.empty() ) in writeSection() 14095 name = rootName + '/' + name; in writeSection()
|