Home
last modified time | relevance | path

Searched defs:dirPath (Results 1 – 25 of 964) sorted by relevance

12345678910>>...39

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DCallSessionFileRotatingLogSink.java16 public static byte[] getLogData(String dirPath) { in getLogData()
24 String dirPath, int maxFileSize, Logging.Severity severity) { in CallSessionFileRotatingLogSink()
38 private static native long nativeAddSink(String dirPath, int maxFileSize, int severity); in nativeAddSink()
40 private static native byte[] nativeGetLogData(String dirPath); in nativeGetLogData()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DCallSessionFileRotatingLogSink.java16 public static byte[] getLogData(String dirPath) { in getLogData()
24 String dirPath, int maxFileSize, Logging.Severity severity) { in CallSessionFileRotatingLogSink()
38 private static native long nativeAddSink(String dirPath, int maxFileSize, int severity); in nativeAddSink()
40 private static native byte[] nativeGetLogData(String dirPath); in nativeGetLogData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DCallSessionFileRotatingLogSink.java16 public static byte[] getLogData(String dirPath) { in getLogData()
24 String dirPath, int maxFileSize, Logging.Severity severity) { in CallSessionFileRotatingLogSink()
38 private static native long nativeAddSink(String dirPath, int maxFileSize, int severity); in nativeAddSink()
40 private static native byte[] nativeGetLogData(String dirPath); in nativeGetLogData()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DCallSessionFileRotatingLogSink.java16 public static byte[] getLogData(String dirPath) { in getLogData()
24 String dirPath, int maxFileSize, Logging.Severity severity) { in CallSessionFileRotatingLogSink()
38 private static native long nativeAddSink(String dirPath, int maxFileSize, int severity); in nativeAddSink()
40 private static native byte[] nativeGetLogData(String dirPath); in nativeGetLogData()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DCallSessionFileRotatingLogSink.java20 public static byte[] getLogData(String dirPath) { in getLogData()
25 String dirPath, int maxFileSize, Logging.Severity severity) { in CallSessionFileRotatingLogSink()
36 private static native long nativeAddSink(String dirPath, int maxFileSize, int severity); in nativeAddSink()
38 private static native byte[] nativeGetLogData(String dirPath); in nativeGetLogData()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/dashboard/
H A DScanDashboardsDirTask.cpp52 QString dirPath = info.absoluteFilePath() + "/"; in run() local
60 bool ScanDashboardsDirTask::isDashboardDir(const QString &dirPath) { in isDashboardDir()
68 DashboardInfo ScanDashboardsDirTask::readDashboardInfo(const QString &dirPath) { in readDashboardInfo()
/dports/lang/solidity/solidity_0.8.11/test/
H A DTemporaryDirectoryTest.cpp38 boost::filesystem::path dirPath; in BOOST_AUTO_TEST_CASE() local
53 boost::filesystem::path dirPath; in BOOST_AUTO_TEST_CASE() local
71 boost::filesystem::path dirPath; in BOOST_AUTO_TEST_CASE() local
/dports/sysutils/squashfs-tools/CPP/Windows/
H A DFileName.cpp11 void NormalizeDirPathPrefix(FString &dirPath) in NormalizeDirPathPrefix()
20 void NormalizeDirPathPrefix(UString &dirPath) in NormalizeDirPathPrefix()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dfilesystemhelpers.cpp45 QString FilesystemHelpers::makeAbsoluteCreateAndWrite(const QString& dirPath, QString& filePath, in makeAbsoluteCreateAndWrite()
60 QString FilesystemHelpers::makeAbsoluteCreateAndWrite(const QString& dirPath, QStringList& filePath… in makeAbsoluteCreateAndWrite()
73 QString FilesystemHelpers::makeAbsoluteCreateAndWrite(const QString& dirPath, QStringList& filePath… in makeAbsoluteCreateAndWrite()
/dports/audio/mixxx/mixxx-2.3.0/src/library/dao/
H A Dlibraryhashdao.cpp39 mixxx::cache_key_t LibraryHashDAO::getDirectoryHash(const QString& dirPath) { in getDirectoryHash()
62 void LibraryHashDAO::saveDirectoryHash(const QString& dirPath, mixxx::cache_key_t hash) { in saveDirectoryHash()
77 void LibraryHashDAO::updateDirectoryHash(const QString& dirPath, in updateDirectoryHash()
122 void LibraryHashDAO::markAsExisting(const QString& dirPath) { in markAsExisting()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/core/installation/
H A Dset_installed_group_and_permissions.cmake.in77 SET(dirPath "${projectInstallBaseDir}") variable
85 SET(dirPath "${dirPath}/${subDirEle}") variable
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/Windows/
H A DFileName.cpp12 void NormalizeDirPathPrefix(CSysString &dirPath) in NormalizeDirPathPrefix()
21 void NormalizeDirPathPrefix(UString &dirPath) in NormalizeDirPathPrefix()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DDirArchive.java80 private final Path dirPath; field in DirArchive
88 public DirArchive(Path dirPath, String moduleName) { in DirArchive()
92 public DirArchive(Path dirPath, String moduleName, Consumer<String> log) { in DirArchive()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DDirArchive.java80 private final Path dirPath; field in DirArchive
88 public DirArchive(Path dirPath, String moduleName) { in DirArchive()
92 public DirArchive(Path dirPath, String moduleName, Consumer<String> log) { in DirArchive()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DDirArchive.java80 private final Path dirPath; field in DirArchive
88 public DirArchive(Path dirPath, String moduleName) { in DirArchive()
92 public DirArchive(Path dirPath, String moduleName, Consumer<String> log) { in DirArchive()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DDirArchive.java80 private final Path dirPath; field in DirArchive
88 public DirArchive(Path dirPath, String moduleName) { in DirArchive()
92 public DirArchive(Path dirPath, String moduleName, Consumer<String> log) { in DirArchive()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DDirArchive.java78 private final Path dirPath; field in DirArchive
86 public DirArchive(Path dirPath, String moduleName) { in DirArchive()
90 public DirArchive(Path dirPath, String moduleName, Consumer<String> log) { in DirArchive()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DDirArchive.java78 private final Path dirPath; field in DirArchive
86 public DirArchive(Path dirPath, String moduleName) { in DirArchive()
90 public DirArchive(Path dirPath, String moduleName, Consumer<String> log) { in DirArchive()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DDirArchive.java78 private final Path dirPath; field in DirArchive
86 public DirArchive(Path dirPath, String moduleName) { in DirArchive()
90 public DirArchive(Path dirPath, String moduleName, Consumer<String> log) { in DirArchive()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DDirArchive.java80 private final Path dirPath; field in DirArchive
88 public DirArchive(Path dirPath, String moduleName) { in DirArchive()
92 public DirArchive(Path dirPath, String moduleName, Consumer<String> log) { in DirArchive()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/
H A DMinimalTargetDefinitionResolutionTests.java204 IPath dirPath = location.append("plugins"); in testTargetInSynch() local
231 IPath dirPath = location.append("plugins"); in testTargetInSynchWithDuplicates() local
259 IPath dirPath = location.append("plugins"); in testTargetMissingBundle() local
295 IPath dirPath = location.append("plugins"); in testTargetPlatformMissingBundle() local
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/mephux/common/common-c3a670c8b76e/
H A Ddir.go21 func statDir(dirPath, recPath string, includeDir, isDirOnly bool) ([]string, error) { argument
88 func GetFileListBySuffix(dirPath, suffix string) ([]string, error) { argument
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/mephux/common/
H A Ddir.go21 func statDir(dirPath, recPath string, includeDir, isDirOnly bool) ([]string, error) { argument
88 func GetFileListBySuffix(dirPath, suffix string) ([]string, error) { argument
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Demptydirectoriesremover.cpp78 void EmptyDirectoriesRemover::insertSorted(const QString &dirPath) in insertSorted()
93 const QString dirPath = m_dirsToRemove.takeFirst(); in removeDirIfEmpty() local
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonMediaScanner/
H A Dmediascannerengine.cpp122 bool MediaScannerEngine::addRootPath(const QString& dirPath) in addRootPath()
135 bool MediaScannerEngine::removeRootPath(const QString& dirPath) in removeRootPath()
201 void MediaScannerEngine::onDirectoryChanged(const QString& dirPath) in onDirectoryChanged()
251 void MediaScannerEngine::launchScan(const QString& dirPath) in launchScan()
259 void MediaScannerEngine::scanDir(const QString &dirPath, const QList<MediaParserPtr>& parsers, bool… in scanDir()

12345678910>>...39