Home
last modified time | relevance | path

Searched refs:filePaths (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/tools/libclang/
DARCMigrate.cpp77 CXRemapping clang_getRemappingsFromFileList(const char **filePaths, in clang_getRemappingsFromFileList() argument
94 if (!filePaths) { in clang_getRemappingsFromFileList()
102 SmallVector<StringRef, 32> Files(filePaths, filePaths + numFiles); in clang_getRemappingsFromFileList()
/external/clang/tools/libclang/
DARCMigrate.cpp79 CXRemapping clang_getRemappingsFromFileList(const char **filePaths, in clang_getRemappingsFromFileList() argument
96 if (!filePaths) { in clang_getRemappingsFromFileList()
104 SmallVector<StringRef, 32> Files(filePaths, filePaths + numFiles); in clang_getRemappingsFromFileList()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/core/
DTaskJniUtils.java114 String... filePaths)
116 final MappedByteBuffer[] buffers = new MappedByteBuffer[filePaths.length];
117 for (int i = 0; i < filePaths.length; i++) {
118 buffers[i] = loadMappedFile(context, filePaths[i]);
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java417 Set<String> filePaths = pathHeaderFactory.pathsForFile(english); in TestPluralPaths() local
420 verifyContains(PageId.Duration, filePaths, "few", false); in TestPluralPaths()
421 verifyContains(PageId.C_NAmerica, filePaths, "many", false); in TestPluralPaths()
422 verifyContains(PageId.C_SAmerica, filePaths, "many", false); in TestPluralPaths()
423 verifyContains(PageId.C_NWEurope, filePaths, "many", false); in TestPluralPaths()
424 verifyContains(PageId.C_SEEurope, filePaths, "many", false); in TestPluralPaths()
425 verifyContains(PageId.C_NAfrica, filePaths, "many", false); in TestPluralPaths()
426 verifyContains(PageId.C_WAfrica, filePaths, "many", false); in TestPluralPaths()
427 verifyContains(PageId.C_SAfrica, filePaths, "many", false); in TestPluralPaths()
428 verifyContains(PageId.C_EAfrica, filePaths, "many", false); in TestPluralPaths()
[all …]
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.h109 CharList *filePaths; /* All the files, with long paths */ member
Dpkgdata.cpp511 if (o.filePaths != NULL) { in main()
512 pkg_deleteList(o.filePaths); in main()
1606 CharList *list = o->filePaths; in pkg_createWithoutAssemblyCode()
2170 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()
/external/lzma/CPP/7zip/UI/Common/
DDirItem.h164 const FStringVector &filePaths,
DEnumDirItems.cpp257 const FStringVector &filePaths, in EnumerateItems2() argument
263 FOR_VECTOR (i, filePaths) in EnumerateItems2()
265 const FString &filePath = filePaths[i]; in EnumerateItems2()
/external/llvm-project/lld/COFF/
DDriver.h147 std::vector<StringRef> filePaths; variable
DDriver.cpp197 filePaths.push_back(filename); in addBuffer()
626 ArrayRef<StringRef> filePaths, in createResponseFile() argument
661 for (StringRef path : filePaths) in createResponseFile()
1829 createResponseFile(args, filePaths, in link()
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java1920 HashSet<String> filePaths = new HashSet<>();
1921 file.fullIterable().forEach(filePaths::add);
1922 for (String path : filePaths) {
1929 return Collections.unmodifiableSet(filePaths);
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go719 filePaths, err := test.writeTestListsByStatus(testLists, results)
725 for _, path := range filePaths {
/external/clang/include/clang-c/
DIndex.h5291 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,
/external/llvm-project/clang/include/clang-c/
DIndex.h6053 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,