Home
last modified time | relevance | path

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

/external/spdx-tools/utils/
Dfilesystem_test.go13 filePaths, err := GetAllFilePaths(dirRoot, nil)
17 if filePaths == nil {
22 if len(filePaths) != 5 {
23 t.Fatalf("expected %v, got %v", 5, len(filePaths))
27 if filePaths[0] != "/emptyfile.testdata.txt" {
28 t.Errorf("expected %v, got %v", "/emptyfile.testdata.txt", filePaths[0])
30 if filePaths[1] != "/file1.testdata.txt" {
31 t.Errorf("expected %v, got %v", "/file1.testdata.txt", filePaths[1])
33 if filePaths[2] != "/file3.testdata.txt" {
34 t.Errorf("expected %v, got %v", "/file3.testdata.txt", filePaths[2])
[all …]
/external/lzma/CPP/7zip/UI/FileManager/
DPanelCopy.cpp186 const UStringVector *filePaths) in CopyTo() argument
206 if (!filePaths) in CopyTo()
307 extracter.CopyFrom_Paths = filePaths; in CopyTo()
308 if (!filePaths) in CopyTo()
375 HRESULT CPanel::CopyFrom(bool moveMode, const UString &folderPrefix, const UStringVector &filePaths, in CopyFrom() argument
416 updater.FileNames.ClearAndReserve(filePaths.Size()); in CopyFrom()
418 for (i = 0; i < filePaths.Size(); i++) in CopyFrom()
419 updater.FileNames.AddInReserved(filePaths[i]); in CopyFrom()
452 void CPanel::CopyFromNoAsk(bool moveMode, const UStringVector &filePaths) in CopyFromNoAsk() argument
461 const HRESULT result = CopyFrom(moveMode, L"", filePaths, true, NULL); in CopyFromNoAsk()
DPanel.h933 const UStringVector *filePaths = NULL);
951 const UStringVector &filePaths, in CopyFsItems() argument
957 return CopyTo(options, indices, messages, usePassword, password, &filePaths); in CopyFsItems()
961 HRESULT CopyFrom(bool moveMode, const UString &folderPrefix, const UStringVector &filePaths,
964 void CopyFromNoAsk(bool moveMode, const UStringVector &filePaths);
967 const UStringVector &filePaths,
DPanelDrag.cpp2794 static bool AreThereNamesFromTemp(const UStringVector &filePaths) in AreThereNamesFromTemp() argument
2802 FOR_VECTOR (i, filePaths) in AreThereNamesFromTemp()
2803 if (Is_Path1_Prefixed_by_Path2(filePaths[i], tempPath)) in AreThereNamesFromTemp()
2818 const UStringVector &filePaths, in CompressDropFiles() argument
2826 if (filePaths.Size() == 0) in CompressDropFiles()
2838 GetOnlyDirPrefix(us2fs(filePaths.Front()), folderPath2F); in CompressDropFiles()
2850 const UString arcName = CreateArchiveName(filePaths, in CompressDropFiles()
2863 needWait = AreThereNamesFromTemp(filePaths); in CompressDropFiles()
2872 filePaths, in CompressDropFiles()
2890 filePaths, in CompressDropFiles()
[all …]
DApp.cpp803 UStringVector filePaths; in OnCopy() local
811 filePaths.ClearAndReserve(indices.Size()); in OnCopy()
821 filePaths.AddInReserved(s); in OnCopy()
824 result = destPanel.CopyFrom(move, folderPrefix, filePaths, true, NULL); in OnCopy()
/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-code/src/test/java/org/unicode/cldr/unittest/
DTestPathHeader.java431 Set<String> filePaths = pathHeaderFactory.pathsForFile(english); in TestPluralPaths() local
434 verifyContains(PageId.Duration, filePaths, "few", false); in TestPluralPaths()
435 verifyContains(PageId.C_NAmerica, filePaths, "many", false); in TestPluralPaths()
436 verifyContains(PageId.C_SAmerica, filePaths, "many", false); in TestPluralPaths()
437 verifyContains(PageId.C_NWEurope, filePaths, "many", false); in TestPluralPaths()
438 verifyContains(PageId.C_SEEurope, filePaths, "many", false); in TestPluralPaths()
439 verifyContains(PageId.C_NAfrica, filePaths, "many", false); in TestPluralPaths()
440 verifyContains(PageId.C_WAfrica, filePaths, "many", false); in TestPluralPaths()
441 verifyContains(PageId.C_SAfrica, filePaths, "many", false); in TestPluralPaths()
442 verifyContains(PageId.C_EAfrica, filePaths, "many", false); in TestPluralPaths()
[all …]
/external/armnn/tests/TfLiteYoloV3Big-Armnn/
DTfLiteYoloV3Big-Armnn.cpp229 … const std::vector<yolov3::Detection>& nmsOut, const std::vector<std::string>& filePaths) in CheckAccuracy() argument
246 pathStream.open(filePaths[i]); in CheckAccuracy()
249 ARMNN_LOG(error) << "Expected output file can not be opened: " << filePaths[i]; in CheckAccuracy()
260 … ARMNN_LOG(error) << "Expected output size does not match actual output size: " << filePaths[i]; in CheckAccuracy()
277 … ARMNN_LOG(error) << count << " output(s) do not match expected values in: " << filePaths[i]; in CheckAccuracy()
282 pathStream.open(filePaths[4]); in CheckAccuracy()
285 ARMNN_LOG(error) << "Expected output file can not be opened: " << filePaths[4]; in CheckAccuracy()
446 std::vector<std::string> filePaths; in GetPathArgument() local
449 filePaths.push_back(path); in GetPathArgument()
450 if (!ValidateFilePath(filePaths.back(), ExpectFile::True)) in GetPathArgument()
[all …]
/external/vogar/src/vogar/android/
DAndroidSdk.java351 List<String> filePaths = new ArrayList<String>(); in dex() local
353 filePaths.add(file.getPath()); in dex()
373 sanitizedOutputFilePaths = removeDexFilesForD8(filePaths, outputTempDir); in dex()
406 fixD8JarOutput(output, filePaths); in dex()
/external/cronet/tot/third_party/icu/source/tools/pkgdata/
Dpkgtypes.h109 CharList *filePaths; /* All the files, with long paths */ member
Dpkgdata.cpp511 if (o.filePaths != nullptr) { in main()
512 pkg_deleteList(o.filePaths); in main()
1625 CharList *list = o->filePaths; in pkg_createWithoutAssemblyCode()
2190 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()
/external/cronet/stable/third_party/icu/source/tools/pkgdata/
Dpkgtypes.h109 CharList *filePaths; /* All the files, with long paths */ member
Dpkgdata.cpp511 if (o.filePaths != nullptr) { in main()
512 pkg_deleteList(o.filePaths); in main()
1625 CharList *list = o->filePaths; in pkg_createWithoutAssemblyCode()
2190 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.h109 CharList *filePaths; /* All the files, with long paths */ member
Dpkgdata.cpp509 if (o.filePaths != nullptr) { in main()
510 pkg_deleteList(o.filePaths); in main()
1573 CharList *list = o->filePaths; in pkg_createWithoutAssemblyCode()
2138 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()
/external/bazelbuild-rules_android/src/tools/ak/finalrjar/
Dfinalrjar.go336 func openRtxts(filePaths []string) ([]rtxtFile, error) {
338 for _, filePath := range filePaths {
/external/bazelbuild-rules_android/src/tools/ak/liteparse/
Dliteparse.go240 func initializeFileParse(filePaths []string, packageName string) ([]*res.PathInfo, *rdpb.Resources,…
245 pifs, err := res.MakePathInfos(filePaths)
/external/lzma/CPP/7zip/UI/Agent/
DAgentOut.cpp676 FStringVector filePaths; in UpdateOneFile() local
677 filePaths.Add(us2fs(diskFilePath)); in UpdateOneFile()
678 dirItems.EnumerateItems2(FString(), UString(), filePaths, NULL); in UpdateOneFile()
/external/lzma/CPP/7zip/UI/Common/
DDirItem.h379 const FStringVector &filePaths,
DEnumDirItems.cpp407 const FStringVector &filePaths, in EnumerateItems2() argument
418 FOR_VECTOR (i, filePaths) in EnumerateItems2()
420 const FString &filePath = filePaths[i]; in EnumerateItems2()
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go863 filePaths, err := test.writeTestListsByStatus(testLists, results)
868 filePaths = append(filePaths, newPaths...)
871 for _, path := range filePaths {
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DPathHeader.java2339 HashSet<String> filePaths = new HashSet<>();
2340 file.fullIterable().forEach(filePaths::add);
2341 for (String path : filePaths) {
2348 return Collections.unmodifiableSet(filePaths);
/external/clang/include/clang-c/
DIndex.h5291 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,