Home
last modified time | relevance | path

Searched defs:pathProvider (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DIgvDumpChannel.java43 private final Supplier<Path> pathProvider; field in IgvDumpChannel
48 IgvDumpChannel(Supplier<Path> pathProvider, OptionValues options) { in IgvDumpChannel()
89 …private static WritableByteChannel createNetworkChannel(Supplier<Path> pathProvider, OptionValues … in createNetworkChannel()
112 …private static WritableByteChannel createFileChannel(Supplier<Path> pathProvider) throws IOExcepti… in createFileChannel()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DIgvDumpChannel.java43 private final Supplier<Path> pathProvider; field in IgvDumpChannel
48 IgvDumpChannel(Supplier<Path> pathProvider, OptionValues options) { in IgvDumpChannel()
89 …private static WritableByteChannel createNetworkChannel(Supplier<Path> pathProvider, OptionValues … in createNetworkChannel()
112 …private static WritableByteChannel createFileChannel(Supplier<Path> pathProvider) throws IOExcepti… in createFileChannel()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DIgvDumpChannel.java43 private final Supplier<Path> pathProvider; field in IgvDumpChannel
48 IgvDumpChannel(Supplier<Path> pathProvider, OptionValues options) { in IgvDumpChannel()
89 …private static WritableByteChannel createNetworkChannel(Supplier<Path> pathProvider, OptionValues … in createNetworkChannel()
112 …private static WritableByteChannel createFileChannel(Supplier<Path> pathProvider) throws IOExcepti… in createFileChannel()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DIgvDumpChannel.java49 private final Supplier<Path> pathProvider; field in IgvDumpChannel
54 IgvDumpChannel(Supplier<Path> pathProvider, OptionValues options) { in IgvDumpChannel()
99 …private static WritableByteChannel createNetworkChannel(Supplier<Path> pathProvider, OptionValues … in createNetworkChannel()
134 …private static WritableByteChannel createFileChannel(Supplier<Path> pathProvider, String networkFa… in createFileChannel()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DIgvDumpChannel.java49 private final Supplier<Path> pathProvider; field in IgvDumpChannel
54 IgvDumpChannel(Supplier<Path> pathProvider, OptionValues options) { in IgvDumpChannel()
99 …private static WritableByteChannel createNetworkChannel(Supplier<Path> pathProvider, OptionValues … in createNetworkChannel()
134 …private static WritableByteChannel createFileChannel(Supplier<Path> pathProvider, String networkFa… in createFileChannel()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DIgvDumpChannel.java49 private final Supplier<Path> pathProvider; field in IgvDumpChannel
54 IgvDumpChannel(Supplier<Path> pathProvider, OptionValues options) { in IgvDumpChannel()
99 …private static WritableByteChannel createNetworkChannel(Supplier<Path> pathProvider, OptionValues … in createNetworkChannel()
134 …private static WritableByteChannel createFileChannel(Supplier<Path> pathProvider, String networkFa… in createFileChannel()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DIgvDumpChannel.java49 private final Supplier<Path> pathProvider; field in IgvDumpChannel
54 IgvDumpChannel(Supplier<Path> pathProvider, OptionValues options) { in IgvDumpChannel()
99 …private static WritableByteChannel createNetworkChannel(Supplier<Path> pathProvider, OptionValues … in createNetworkChannel()
134 …private static WritableByteChannel createFileChannel(Supplier<Path> pathProvider, String networkFa… in createFileChannel()
/dports/polish/kadu/kadu-4.3/plugins/emoticons/gui/
H A Demoticon-selector-button.cpp39 …orButton::EmoticonSelectorButton(const Emoticon &emoticon, EmoticonPathProvider *pathProvider, QWi… in EmoticonSelectorButton()
H A Demoticon-selector-button-popup.cpp39 …pup::EmoticonSelectorButtonPopup(const Emoticon &emoticon, EmoticonPathProvider *pathProvider, QWi… in EmoticonSelectorButtonPopup()
H A Demoticon-selector.cpp46 …ctor::EmoticonSelector(const QVector<Emoticon> &emoticons, EmoticonPathProvider *pathProvider, QWi… in EmoticonSelector()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer/Export/
H A DFileStreamDestination.cs66 internal void SetPath(IPathProvider pathProvider) in SetPath()
H A DDirectoryStreamDestination.cs74 internal void SetPath(IPathProvider pathProvider) in SetPath()
/dports/polish/kadu/kadu-4.3/plugins/emoticons/expander/
H A Demoticon-expander.cpp27 …pander::EmoticonExpander(EmoticonPrefixTree *tree, std::unique_ptr<EmoticonPathProvider> pathProvi… in EmoticonExpander()