Home
last modified time | relevance | path

Searched refs:rootName (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp585 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/
Dcatch_reporter_junit.cpp167 std::string const& rootName, in writeSection() argument
170 if( !rootName.empty() ) in writeSection()
171 name = rootName + '/' + name; in writeSection()
Dcatch_reporter_junit.h45 std::string const& rootName,
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp682 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/
DPath.cpp682 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/
Dctest.c1260 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/
DPath.cpp684 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/
Dctest.h295 ctest_xml_init(const char *rootName);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp116 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/
Dcldrtest.c77 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/
DGenerateG2xG2.java304 String rootName = getItemName(root, type, item); in checkItems() local
305 if (rootName.equals(translation)) { in checkItems()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp849 …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()
Des31fProgramInterfaceQueryTestCase.cpp1958 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()
Des31fTessellationTests.cpp5660 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/
Des2fUniformApiTests.cpp794 …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/
Des3fUniformApiTests.cpp959 …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/
Dcatch.hpp9365 std::string const& rootName, in writeSection() argument
9368 if( !rootName.empty() ) in writeSection()
9369 name = rootName + "/" + name; in writeSection()
/external/catch2/single_include/catch2/
Dcatch.hpp5684 std::string const& rootName,
14091 std::string const& rootName, in writeSection() argument
14094 if( !rootName.empty() ) in writeSection()
14095 name = rootName + '/' + name; in writeSection()