/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deFilePath.cpp | 153 return FilePath(components).getPath(); in getDirName() 175 int result = stat(normPath.getPath(), &st); in exists() 183 int result = stat(normPath.getPath(), &st); in getType() 226 DE_TEST_ASSERT(string(".") == FilePath(".//.").normalize().getPath()); in FilePath_selfTest() 227 DE_TEST_ASSERT(string(".") == FilePath(".").normalize().getPath()); in FilePath_selfTest() 228 DE_TEST_ASSERT((string("..") + FilePath::separator + "test") == FilePath("foo/../bar/../../test").normalize().getPath()); in FilePath_selfTest() 229 DE_TEST_ASSERT((FilePath::separator + "foo" + FilePath::separator + "foo.txt") == FilePath("/foo\\bar/..\\dir\\..\\foo.txt").normalize().getPath()); in FilePath_selfTest() 230 DE_TEST_ASSERT((string("c:") + FilePath::separator + "foo" + FilePath::separator + "foo.txt") == FilePath("c:/foo\\bar/..\\dir\\..\\foo.txt").normalize().getPath()); in FilePath_selfTest() 231 DE_TEST_ASSERT((FilePath::separator + FilePath::separator + "foo" + FilePath::separator + "foo.txt") == FilePath("\\\\foo\\bar/..\\dir\\..\\foo.txt").normalize().getPath()); in FilePath_selfTest() 282 createPaths.push_back(curPath.getPath()); in createDirectoryAndParents() [all...] |
H A D | deDirectoryIterator.cpp | 43 m_handle = _findfirst32((std::string(m_path.getPath()) + "/*").c_str(), &m_fileInfo); in DirectoryIterator() 88 m_handle = opendir(m_path.getPath());
|
H A D | deFilePath.hpp | 59 const char* getPath (void) const; 121 inline const char* FilePath::getPath (void) const in getPath() function in de::FilePath
|
/third_party/typescript/tests/baselines/reference/ |
H A D | dynamicImportEvaluateSpecifier.js | 8 const getPath = async () => { 14 const result = await import(await getPath()); 24 const getPath = async () => {
30 const result = await (_a = await getPath(), Promise.resolve().then(() => require(_a)));
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | AlternateLocaleDataTest.java | 51 src, ImmutableMap.of(target.getPath(), source.getPath()), ImmutableTable.of()); in testLocaleData() 72 src, ImmutableMap.of(target.getPath(), source.getPath()), ImmutableTable.of()); in testMissingSource() 95 src, ImmutableMap.of(target.getPath(), source.getPath()), ImmutableTable.of()); in testMissingTarget()
|
H A D | FilteredDataTest.java | 53 assertThat(filtered.get(remove.getPath())).isNull(); in testSimple() 54 assertThat(filtered.get(keep.getPath())).isEqualTo(keep); in testSimple() 55 assertThat(filtered.get(replace.getPath())).isEqualTo(replacement); in testSimple()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | test_reflow.py | 69 def getPath(*names): function 85 filename = getPath(source) 89 match_with_expected(getPath(resultsDir, testid, source), getPath(expect))
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/ |
H A D | FakeDataSupplier.java | 36 unresolvedData.put(localeId, v.getPath(), v); in addLocaleData() 47 Arrays.stream(values).forEach(v -> nonLocaleData.put(v.getPath(), v)); in addSupplementalData() 77 Iterables.filter(nonLocaleData.values(), v -> v.getPath().getDataType() == type)); in getDataForType()
|
/third_party/vk-gl-cts/external/vulkancts/vkscpc/ |
H A D | vkscpc.cpp | 83 std::ifstream file(filePath.getPath()); in importFilesForExternalCompiler() 93 TCU_THROW(InternalError, (std::string("JSON parsing error. File ") + filePath.getPath() + " Error : " + errors).c_str()); in importFilesForExternalCompiler() 102 TCU_THROW(InternalError, (std::string("JSON - unknown pipeline. File ") + filePath.getPath()).c_str()); in importFilesForExternalCompiler() 202 TCU_THROW(InternalError, (std::string("JSON - missing shader stage. File ") + filePath.getPath()).c_str()); in importFilesForExternalCompiler() 206 std::ifstream iFile (shaderPath.getPath(), std::ios::in | std::ios::binary); in importFilesForExternalCompiler() 208 TCU_THROW(InternalError, (std::string("JSON - missing shader file ") + fileName + ". File " + filePath.getPath()).c_str()); in importFilesForExternalCompiler() 219 TCU_THROW(InternalError, (std::string("JSON - error reading shader file ") + fileName + ". File " + filePath.getPath()).c_str()); in importFilesForExternalCompiler()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | Deprecator.java | 147 System.err.println("cannot create directory: " + d.getPath()); in process() 151 System.err.println("file already exists but is not directory: " + d.getPath()); in process() 155 System.out.println("process dir: " + f.getPath()); in process() 173 System.out.println("process '" + srcFile.getPath() + "'"); in processFile()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | BreakIteratorMapper.java | 128 return stripXmlNamespace(value.getPath().getParent().getName()); in getDependencyName() 133 String elementName = value.getPath().getName(); in getBoundaryType() 141 return keyOf(value.getPath().getName(), "icu:dependency").optionalValueFrom(value); in getBoundaryDependency()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | ResultSpec.java | 70 .thenComparing(nullsLast(comparing(r -> r.getPath().orElse(null)))); 172 getResultPath(value.getPath(), args, varLookupFn)); in matchedResult() 413 this.hashCode = Objects.hash(getKey(), getPath(), isGrouped(), getValues()); in AbstractResult() 424 final Optional<CldrPath> getPath() { in getPath() method in ResultSpec.AbstractResult 451 // deduplication of results. See also "getSpec()", "getPath()", and RESULT_ORDERING. 462 && getPath().equals(other.getPath()) in equals()
|
H A D | RegexTransformer.java | 107 CldrPath prefix = value.getPath(); in getPathPrefix() 124 for (CldrPath p = v.getPath(); p != null; p = p.getParent()) { in getFullXPathWithoutSortIndices()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | FilteredData.java | 62 checkArgument(filteredValue == null || filteredValue.getPath().equals(value.getPath()), in checkFiltered()
|
H A D | AlternateLocaleData.java | 138 CldrPath altPath = altPaths.get(value.getPath()); in filter() 142 return altValue.replacePath(value.getPath()); in filter() 145 return toRemove.contains(value.getPath()) ? null : value; in filter()
|
H A D | SupplementalData.java | 117 if (ALIAS.matches(v.getPath())) { in create() 121 Alias.forElementName(v.getPath().getName()).ifPresent( in create() 126 } else if (PARENT_LOCALE.matches(v.getPath())) { in create() 129 } else if (CALENDER_PREFERENCE.matches(v.getPath())) { in create() 132 } else if (LIKELY_SUBTAGS.matches(v.getPath())) { in create()
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditImageCompareTests.cpp | 75 tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate() 76 tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); in iterate() 130 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate() 131 loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); in iterate()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | InputFile.java | 91 public String getPath() in getPath() method in InputFile 93 return file.getPath(); in getPath()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fUniformLocationTests.cpp | 139 buff << glu::TypeAccessFormat(type, glu::SubTypeAccess(type).component(0).getPath()); in getFirstComponentName() 141 buff << glu::TypeAccessFormat(type, glu::SubTypeAccess(type).column(0).component(0).getPath()); in getFirstComponentName() 328 const glu::VarType subType = glu::getVarType(uniformInfo.type, subTypeIter.getPath()); in genShaderSources() 337 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath()) in genShaderSources() 341 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath()) in genShaderSources() 348 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath()) in genShaderSources() 352 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath()) in genShaderSources() 393 const string name = getUniformName(uniformNdx, uniformInfo.type, subTypeIter.getPath()); 589 const glu::VarType type = glu::getVarType(uniformInfo.type, subTypeIter.getPath()); 590 const string name = getUniformName(uniformNdx, uniformInfo.type, subTypeIter.getPath()); [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBinaryRegistry.cpp | 58 return de::FilePath::join(dirName, getProgramFileName(index)).getPath(); in getProgramPath() 106 return de::FilePath::join(dirName, "index.bin").getPath(); in getIndexPath() 444 const de::UniquePtr<ProgramBinary> binary (readBinary(path.getPath())); in initFromPath() 555 std::ofstream indexOut(indexPath.getPath(), std::ios_base::binary); in writeToPath() 558 throw tcu::InternalError(string("Failed to open program binary index file ") + indexPath.getPath()); in writeToPath()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | csdetest.h | 42 virtual const char *getPath(char buffer[2048], const char *filename);
|
H A D | dcfmtest.h | 37 virtual const char *getPath(char buffer[2048], const char *filename);
|
H A D | ssearch.h | 43 virtual const char *getPath(char buffer[2048], const char *filename);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FileOutputBuffer.h | 63 StringRef getPath() const { return FinalPath; } in getPath() function in llvm::FileOutputBuffer
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | CompatibilityTest.java | 134 File topDir = new File(dataURL.getPath()); in getFileList() 165 String prefix = jarURL.getPath(); in getJarList()
|