Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 3719) sorted by relevance

12345678910>>...149

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dsourcepathview-test.cpp34 QmlDesigner::SourcePathView filePath(""); in TEST() local
41 QmlDesigner::SourcePathView filePath("/"); in TEST() local
48 QmlDesigner::SourcePathView filePath("/file.h"); in TEST() local
55 QmlDesigner::SourcePathView filePath("/path/to/some/file.h"); in TEST() local
62 QmlDesigner::SourcePathView filePath("file.h"); in TEST() local
69 QmlDesigner::SourcePathView filePath(""); in TEST() local
76 QmlDesigner::SourcePathView filePath{"/"}; in TEST() local
90 QmlDesigner::SourcePathView filePath{"file.h"}; in TEST() local
97 QmlDesigner::SourcePathView filePath(""); in TEST() local
104 QmlDesigner::SourcePathView filePath{"/"}; in TEST() local
[all …]
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dtag.hpp43 void SetArtist(Mpc::Song * song, std::string const & filePath, const char * artist) in SetArtist()
63 void SetAlbum(Mpc::Song * song, std::string const & filePath, const char * album) in SetAlbum()
83 void SetTitle(Mpc::Song * song, std::string const & filePath, const char * title) in SetTitle()
103 void SetTrack(Mpc::Song * song, std::string const & filePath, const char * track) in SetTrack()
129 void SetArtist(Mpc::Song * song, std::string const & filePath, const char * artist) {} in SetArtist()
130 void SetTitle(Mpc::Song * song, std::string const & filePath, const char * title) {} in SetTitle()
131 void SetTrack(Mpc::Song * song, std::string const & filePath, const char * track) {} in SetTrack()
134 std::string Artist(std::string const & filePath) { return ""; } in Artist()
135 std::string Album(std::string const & filePath) { return ""; } in Album()
136 std::string Title(std::string const & filePath) { return ""; } in Title()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/seq_io/
H A Dtest_sequence_file.h81 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/test_dna.fa"); in SEQAN_DEFINE_TEST() local
93 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/test_dna.fq"); in SEQAN_DEFINE_TEST() local
110 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/test_dna.fa"); in testSeqIOSequenceFileReadRecordTextFasta() local
173 seqan::CharString filePath = SEQAN_TEMP_FILENAME(); in SEQAN_DEFINE_TEST() local
200 seqan::CharString filePath = SEQAN_TEMP_FILENAME(); in SEQAN_DEFINE_TEST() local
227 seqan::CharString filePath = SEQAN_TEMP_FILENAME(); in SEQAN_DEFINE_TEST() local
251 seqan::CharString filePath = SEQAN_TEMP_FILENAME(); in SEQAN_DEFINE_TEST() local
282 seqan::CharString filePath = SEQAN_TEMP_FILENAME(); in SEQAN_DEFINE_TEST() local
309 seqan::CharString filePath = SEQAN_TEMP_FILENAME(); in SEQAN_DEFINE_TEST() local
344 seqan::CharString filePath = SEQAN_PATH_TO_ROOT(); in SEQAN_DEFINE_TEST() local
[all …]
H A Dtest_fai_index.h42 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/adeno_genome.fa"); in SEQAN_DEFINE_TEST() local
56 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/adeno_genome.fa"); in SEQAN_DEFINE_TEST() local
71 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/adeno_genome.fa"); in SEQAN_DEFINE_TEST() local
85 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/adeno_genome.fa"); in SEQAN_DEFINE_TEST() local
100 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/adeno_genome.fa"); in SEQAN_DEFINE_TEST() local
111 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/adeno_genome.fa"); in SEQAN_DEFINE_TEST() local
122 seqan::CharString filePath = getAbsolutePath("/tests/seq_io/adeno_genome.fa"); in SEQAN_DEFINE_TEST() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangexceptions.cpp35 DocumentAlreadyExistsException::DocumentAlreadyExistsException(const Utf8String &filePath) in DocumentAlreadyExistsException()
42 DocumentDoesNotExistException::DocumentDoesNotExistException(const Utf8String &filePath) in DocumentDoesNotExistException()
50 const Utf8String &filePath) in DocumentFileDoesNotExistException()
62 DocumentProcessorAlreadyExists::DocumentProcessorAlreadyExists(const Utf8String &filePath) in DocumentProcessorAlreadyExists()
69 DocumentProcessorDoesNotExist::DocumentProcessorDoesNotExist(const Utf8String &filePath) in DocumentProcessorDoesNotExist()
76 TranslationUnitDoesNotExist::TranslationUnitDoesNotExist(const Utf8String &filePath) in TranslationUnitDoesNotExist()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/compatibility/
H A DFieldCompatibilityModifierTests.java82 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinal.java"); //$NON-NLS-1$ in xAddFinal() local
125 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinalOnStatic.java"); //$NON-NLS-1$ in xAddFinalOnStatic() local
191 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddStatic.java"); //$NON-NLS-1$ in xAddStatic() local
231 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveStatic.java"); //$NON-NLS-1$ in xRemoveStatic() local
369 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPackage.java"); //$NON-NLS-1$ in xPublicToPackage() local
392 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPrivate.java"); //$NON-NLS-1$ in xPublicToPrivate() local
455 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("ModifyValue.java"); //$NON-NLS-1$ in xModifyValue() local
478 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("ChangeType.java"); //$NON-NLS-1$ in xChangeType() local
535 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("GeneralizeType.java"); //$NON-NLS-1$ in xGeneralizeType() local
592 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("SpecializeType.java"); //$NON-NLS-1$ in xSpecializeType() local
[all …]
H A DMethodCompatibilityModifierTests.java97 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinal.java"); //$NON-NLS-1$ in xAddFinal() local
136 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddAbstract.java"); //$NON-NLS-1$ in xAddAbstract() local
159 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinalNoOverride.java"); //$NON-NLS-1$ in xAddFinalNoOverride() local
193 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinalNoExtend.java"); //$NON-NLS-1$ in xAddFinalNoExtend() local
210 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddStatic.java"); //$NON-NLS-1$ in xAddStatic() local
250 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveStatic.java"); //$NON-NLS-1$ in xRemoveStatic() local
393 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPackage.java"); //$NON-NLS-1$ in xPublicToPackage() local
416 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPrivate.java"); //$NON-NLS-1$ in xPublicToPrivate() local
496 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddNoOverride.java"); //$NON-NLS-1$ in xAddNoOverride() local
520 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddNoReference.java"); //$NON-NLS-1$ in xAddNoReference() local
[all …]
H A DClassCompatibilityMethodTests.java80 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePublicMethod.java"); //$NON-NLS-1$ in xRemovePublicAPIMethod() local
119 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddNooverrideRemoveNoextend.java"); //$NON-NL… in xAddNooverrideRemoveNoextendI() local
126 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveTwoPublicMethods.java"); //$NON-NLS-1$ in xRemoveTwoPublicAPIMethods() local
143 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveProtectedMethod.java"); //$NON-NLS-1$ in xRemoveProtectedAPIMethod() local
166 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePrivateMethod.java"); //$NON-NLS-1$ in xRemovePrivateAPIMethod() local
183 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePackageMethod.java"); //$NON-NLS-1$ in xRemovePackageMethod() local
200 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePublicMethodNoExtend.java"); //$NON-NLS… in xRemovePublicAPIMethodNoExtend() local
427 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddPrivateMethod.java"); //$NON-NLS-1$ in xAddPrivateAPIMethod() local
444 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddProtectedMethod.java"); //$NON-NLS-1$ in xAddProtectedAPIMethod() local
461 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddPublicMethod.java"); //$NON-NLS-1$ in xAddPublicAPIMethod() local
[all …]
H A DInterfaceCompatibilityMemberTests.java75 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddField.java"); //$NON-NLS-1$ in xAddField() local
102 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFieldNoImplement.java"); //$NON-NLS-1$ in xAddFieldNoImplement() local
119 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFieldNoExtend.java"); //$NON-NLS-1$ in xAddFieldNoExtend() local
163 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddMethod.java"); //$NON-NLS-1$ in xAddMethod() local
207 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddMethodNoExtend.java"); //$NON-NLS-1$ in xAddMethodNoExtend() local
251 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddMemberType.java"); //$NON-NLS-1$ in xAddMemberType() local
285 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveField.java"); //$NON-NLS-1$ in xRemoveField() local
312 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveMethod.java"); //$NON-NLS-1$ in xRemoveMethod() local
366 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddInterfaceA.java"); //$NON-NLS-1$ in xAddSuperInterfaceA() local
451 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("ReduceFromABtoA.java"); //$NON-NLS-1$ in xReduceSuperInterfaceABtoA() local
[all …]
H A DClassCompatibilityConstructorTests.java76 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePublicConstructor.java"); //$NON-NLS-1$ in xRemovePublicAPIConstructor() local
107 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveTwoPublicConstructors.java"); //$NON-NL… in xRemoveTwoPublicAPIConstructors() local
124 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveProtectedConstructor.java"); //$NON-NLS… in xRemoveProtectedAPIConstructor() local
147 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePrivateConstructor.java"); //$NON-NLS-1$ in xRemovePrivateAPIConstructor() local
164 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePackageConstructor.java"); //$NON-NLS-1$ in xRemovePackageConstructor() local
181 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePublicConstructorNoExtend.java"); //$NO… in xRemovePublicAPIConstructorNoExtend() local
383 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddPrivateConstructor.java"); //$NON-NLS-1$ in xAddPrivateAPIConstructor() local
400 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddProtectedConstructor.java"); //$NON-NLS-1$ in xAddProtectedAPIConstructor() local
417 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddPublicConstructor.java"); //$NON-NLS-1$ in xAddPublicAPIConstructor() local
434 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddSinglePrivateConstructor.java"); //$NON-NL… in xAddSingletonPrivateAPIConstructor() local
[all …]
H A DClassCompatibilityFieldTests.java76 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePublicField.java"); //$NON-NLS-1$ in xRemovePublicField() local
113 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveTwoPublicFields.java"); //$NON-NLS-1$ in xRemoveTwoPublicFields() local
130 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveProtectedField.java"); //$NON-NLS-1$ in xRemoveProtectedField() local
153 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePrivateField.java"); //$NON-NLS-1$ in xRemovePrivateField() local
170 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePackageField.java"); //$NON-NLS-1$ in xRemovePackageField() local
187 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePublicFieldNoExtend.java"); //$NON-NLS-… in xRemovePublicFieldNoExtend() local
210 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveProtectedFieldNoExtend.java"); //$NON-N… in xRemoveProtectedFieldNoExtend() local
315 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePublicFieldNoReference.java"); //$NON-N… in xRemovePublicFieldNoReference() local
349 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddPrivateField.java"); //$NON-NLS-1$ in xAddPrivateField() local
366 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddProtectedField.java"); //$NON-NLS-1$ in xAddProtectedField() local
[all …]
H A DClassCompatibilityModifierTests.java87 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinal.java"); //$NON-NLS-1$ in xAddFinal() local
110 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinalNoExtend.java"); //$NON-NLS-1$ in xAddFinalNoExtend() local
127 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinalRemoveNoExtend.java"); //$NON-NLS-1$ in xAddFinalRemoveNoExtend() local
144 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddFinalNoInstantiate.java"); //$NON-NLS-1$ in xAddFinalNoInstantiate() local
185 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveFinal.java"); //$NON-NLS-1$ in xRemoveFinal() local
202 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveFinalAddNoExtend.java"); //$NON-NLS-1$ in xRemoveFinalAddNoExtend() local
219 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddAbstract.java"); //$NON-NLS-1$ in xAddAbstract() local
242 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddAbstractNoExtend.java"); //$NON-NLS-1$ in xAddAbstractNoExtend() local
265 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddAbstractNoInstantiate.java"); //$NON-NLS-1$ in xAddAbstractNoInstantiate() local
300 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPackageVisibility.java"); //$NON-NLS-… in xPublicToPackageVisibility() local
[all …]
H A DMissingSinceTagTests.java63 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddMethod2.java"); //$NON-NLS-1$ in xAddMethod2() local
79 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddNonVisibleMethod2.java"); //$NON-NLS-1$ in xAddNonVisibleMethod2() local
96 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddField.java"); //$NON-NLS-1$ in xAddField() local
113 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddPrivateField.java"); //$NON-NLS-1$ in xAddPrivateField() local
130 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddMemberType.java"); //$NON-NLS-1$ in xAddMemberType() local
147 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddMethod.java"); //$NON-NLS-1$ in xAddMethod() local
164 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddNewInterfaceMethod.java"); //$NON-NLS-1$ in xAddNewInterfaceMethod() local
183 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddInheritedMethod.java"); //$NON-NLS-1$ in xAddInheritedMethod() local
201 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddInheritedMethod2.java"); //$NON-NLS-1$ in xAddInheritedMethod2() local
219 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddNonVisibleMethod.java"); //$NON-NLS-1$ in xAddNonVisibleMethod() local
[all …]
H A DConstructorCompatibilityTests.java87 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("ProtectedToPackage.java"); //$NON-NLS-1$ in xProtectedToPackage() local
127 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("ProtectedToPrivate.java"); //$NON-NLS-1$ in xProtectedToPrivate() local
167 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPackage.java"); //$NON-NLS-1$ in xPublicToPackage() local
190 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPrivate.java"); //$NON-NLS-1$ in xPublicToPrivate() local
230 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToProtected.java"); //$NON-NLS-1$ in xPublicToProtected() local
253 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("AddTypeParameter.java"); //$NON-NLS-1$ in xAddTypeParameter() local
307 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("VarArgsToArray.java"); //$NON-NLS-1$ in xVarArgsToArray() local
334 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("ArrayToVarArgs.java"); //$NON-NLS-1$ in xArrayToVarArgs() local
351 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToProtected2.java"); //$NON-NLS-1$ in xPublicToProtected2() local
372 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPackage2.java"); //$NON-NLS-1$ in xPublicToPackage2() local
[all …]
H A DClassCompatibilityMemberTypeTests.java92 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePublicMemberType.java"); //$NON-NLS-1$ in xRemovePublicMemberType() local
115 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveProtectedMemberType.java"); //$NON-NLS-… in xRemoveProtectedMemberType() local
138 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePackageMemberType.java"); //$NON-NLS-1$ in xRemovePackageMemberType() local
155 IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemovePrivateMemberType.java"); //$NON-NLS-1$ in xRemovePrivateMemberType() local
173 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("RemoveProtectedMemberTypeNoExtend.java"); //$… in xRemoveProtectedMemberTypeNoExtend() local
190 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToProtectedVisibility.java"); //$NON-NL… in xPublicToProtected() local
213 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPackageVisibility.java"); //$NON-NLS-… in xPublicToPackage() local
236 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("PublicToPrivateVisibility.java"); //$NON-NLS-… in xPublicToPrivate() local
259 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("ProtectedToPackageVisibility.java"); //$NON-N… in xProtectedToPackage() local
282 …IPath filePath = WORKSPACE_CLASSES_PACKAGE_A.append("ProtectedToPrivateVisibility.java"); //$NON-N… in xProtectedToPrivate() local
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/threadimageio/preview/
H A Dpreviewloadthread.cpp46 LoadingDescription PreviewLoadThread::createLoadingDescription(const QString& filePath, const Previ… in createLoadingDescription()
51 LoadingDescription PreviewLoadThread::createLoadingDescription(const QString& filePath, in createLoadingDescription()
85 void PreviewLoadThread::loadFast(const QString& filePath, int size) in loadFast()
91 void PreviewLoadThread::loadFastButLarge(const QString& filePath, int size) in loadFastButLarge()
97 void PreviewLoadThread::loadHighQuality(const QString& filePath, PreviewSettings::RawLoading rawLoa… in loadHighQuality()
103 void PreviewLoadThread::load(const QString& filePath, const PreviewSettings& settings, int size) in load()
120 DImg PreviewLoadThread::loadFastSynchronously(const QString& filePath, int size, const IccProfile& … in loadFastSynchronously()
127 DImg PreviewLoadThread::loadFastButLargeSynchronously(const QString& filePath, int minimumSize, con… in loadFastButLargeSynchronously()
134 DImg PreviewLoadThread::loadHighQualitySynchronously(const QString& filePath, in loadHighQualitySynchronously()
143 DImg PreviewLoadThread::loadSynchronously(const QString& filePath, const PreviewSettings& previewSe… in loadSynchronously()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/clangsupport/
H A Dfilecontainer.h46 : filePath(filePath), in filePath() argument
60 : filePath(filePath), in filePath() function
69 FileContainer(const Utf8String &filePath, in FileContainer()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/sync2/
H A DRemoteAccess.java65 …void list(String filePath, boolean useCache, OnOperationCompleteListener<FileMetadataList> complet… in list()
73 void mkdir(String filePath, OnOperationCompleteListener<FileMetadata> completeListener); in mkdir()
81 …void mkdir_recursively(String filePath, OnOperationCompleteListener<FileMetadata> completeListener… in mkdir_recursively()
90 …void stat(String filePath, boolean useCache, OnOperationCompleteListener<FileMetadata> completeLis… in stat()
98 void readFile(String filePath, OnOperationCompleteListener<InputStream> completeListener); in readFile()
107 …void writeFile(String filePath, byte[] data, Map<String, String> customProps, OnOperationCompleteL… in writeFile() argument
115 void trash(String filePath, OnOperationCompleteListener<Boolean> completeListener); in trash()
123 void delete(String filePath, OnOperationCompleteListener<Boolean> completeListener); in delete()
131 …void getFile(String filePath, OnOperationCompleteListener<Pair<FileMetadata, InputStream>> complet… in getFile()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DStringParsingHelpers.Misc.cs12 internal static int ParseNumRoutesFromRouteFile(string filePath) in ParseNumRoutesFromRouteFile()
35 internal static int ParseDefaultTtlFromFile(string filePath) in ParseDefaultTtlFromFile()
50 internal static int ParseRawIntFile(string filePath) in ParseRawIntFile()
61 internal static long ParseRawLongFile(string filePath) in ParseRawLongFile()
72 internal static int ParseRawHexFileAsInt(string filePath) in ParseRawHexFileAsInt()
/dports/science/netcdf-cxx/netcdf-cxx4-4.3.1/cxx4/
H A DncFile.cpp46 NcFile::NcFile(const string& filePath, const FileMode fMode) in NcFile()
52 NcFile::NcFile(const string& filePath, const int ncFileFlags) in NcFile()
63 void NcFile::open(const string& filePath, int ncFileFlags) { in open()
75 void NcFile::open(const string& filePath, const FileMode fMode) in open()
104 NcFile::NcFile(const string& filePath, const FileMode fMode, const FileFormat fFormat ) in NcFile()
114 void NcFile::create(const string& filePath, const int ncFileFlags) { in create()
125 void NcFile::open(const string& filePath, const FileMode fMode, const FileFormat fFormat ) in open()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/org/eclipse/urischeme/internal/registration/
H A DFileProvider.java31 Path filePath = Paths.get(path); in readAllLines() local
37 Path filePath = Paths.get(path); in write() local
44 Path filePath = Paths.get(path); in newReader() local
50 Path filePath = Paths.get(path); in newWriter() local
56 Path filePath = Paths.get(path); in fileExists() local
62 Path filePath = Paths.get(path); in isDirectory() local
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/example/
H A Ddemo.cpp34 Demo(EvasApp *app, std::string &filePath) { in Demo()
44 void Demo1(EvasApp *app, std::string &filePath) { in Demo1()
66 void Demo2(EvasApp *app, std::string &filePath) { in Demo2()
88 void Demo3(EvasApp *app, std::string &filePath) { in Demo3()
110 void Demo4(EvasApp *app, std::string &filePath) { in Demo4()
129 void Demo5(EvasApp *app, std::string &filePath) { in Demo5()
148 void Demo6(EvasApp *app, std::string &filePath) { in Demo6()
167 void Demo7(EvasApp *app, std::string &filePath) { in Demo7()
184 void Demo8(EvasApp *app, std::string &filePath) { in Demo8()
242 std::string filePath = DEMO_DIR; in main() local
/dports/www/moodle310/moodle/lib/spout/src/Spout/Reader/
H A DReaderAbstract.php44 abstract protected function openReader($filePath);
109 public function open($filePath)
141 protected function getFileRealPath($filePath)
158 protected function getStreamWrapperScheme($filePath)
175 protected function isStreamWrapper($filePath)
188 protected function isSupportedStreamWrapper($filePath)
203 protected function isPhpStream($filePath)
/dports/www/moodle311/moodle/lib/spout/src/Spout/Reader/
H A DReaderAbstract.php44 abstract protected function openReader($filePath);
109 public function open($filePath)
141 protected function getFileRealPath($filePath)
158 protected function getStreamWrapperScheme($filePath)
175 protected function isStreamWrapper($filePath)
188 protected function isSupportedStreamWrapper($filePath)
203 protected function isPhpStream($filePath)
/dports/www/moodle39/moodle/lib/spout/src/Spout/Reader/
H A DReaderAbstract.php44 abstract protected function openReader($filePath);
109 public function open($filePath)
141 protected function getFileRealPath($filePath)
158 protected function getStreamWrapperScheme($filePath)
175 protected function isStreamWrapper($filePath)
188 protected function isSupportedStreamWrapper($filePath)
203 protected function isPhpStream($filePath)

12345678910>>...149