Home
last modified time | relevance | path

Searched refs:sourceMapping (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Ids/
H A DBTreeIdSystem.cs263 public virtual IPreparedComparison PrepareComparison(IContext context, object sourceMapping in PrepareComparison() argument
266 return new _IPreparedComparison_190(sourceMapping); in PrepareComparison()
271 public _IPreparedComparison_190(object sourceMapping) in _IPreparedComparison_190() argument
273 this.sourceMapping = sourceMapping; in _IPreparedComparison_190()
278 return ((IdSlotMapping)sourceMapping)._id == ((IdSlotMapping)targetMapping)._id ? in CompareTo()
279 0 : (((IdSlotMapping)sourceMapping)._id < ((IdSlotMapping)targetMapping)._id ? - in CompareTo()
283 private readonly object sourceMapping; field in Db4objects.Db4o.Internal.Ids.BTreeIdSystem.IdSlotMappingHandler._IPreparedComparison_190
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java184 private final List<SourceMapping> sourceMapping = new ArrayList<>(); field in CompilationResult
563 sourceMapping.add(new SourceMapping(startOffset, endOffset, sourcePosition)); in recordSourceMapping()
674 if (sourceMapping.isEmpty()) { in getSourceMappings()
677 return unmodifiableList(sourceMapping); in getSourceMappings()
706 sourceMapping.clear(); in resetForEmittingCode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java184 private final List<SourceMapping> sourceMapping = new ArrayList<>(); field in CompilationResult
563 sourceMapping.add(new SourceMapping(startOffset, endOffset, sourcePosition)); in recordSourceMapping()
674 if (sourceMapping.isEmpty()) { in getSourceMappings()
677 return unmodifiableList(sourceMapping); in getSourceMappings()
706 sourceMapping.clear(); in resetForEmittingCode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java184 private final List<SourceMapping> sourceMapping = new ArrayList<>(); field in CompilationResult
567 sourceMapping.add(new SourceMapping(startOffset, endOffset, sourcePosition)); in recordSourceMapping()
678 if (sourceMapping.isEmpty()) { in getSourceMappings()
681 return unmodifiableList(sourceMapping); in getSourceMappings()
714 sourceMapping.clear(); in resetForEmittingCode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java185 private final List<SourceMapping> sourceMapping = new ArrayList<>(); field in CompilationResult
588 sourceMapping.add(new SourceMapping(startOffset, endOffset, sourcePosition)); in recordSourceMapping()
699 if (sourceMapping.isEmpty()) { in getSourceMappings()
702 return unmodifiableList(sourceMapping); in getSourceMappings()
736 sourceMapping.clear(); in resetForEmittingCode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java185 private final List<SourceMapping> sourceMapping = new ArrayList<>(); field in CompilationResult
588 sourceMapping.add(new SourceMapping(startOffset, endOffset, sourcePosition)); in recordSourceMapping()
699 if (sourceMapping.isEmpty()) { in getSourceMappings()
702 return unmodifiableList(sourceMapping); in getSourceMappings()
736 sourceMapping.clear(); in resetForEmittingCode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java196 private final List<SourceMapping> sourceMapping = new ArrayList<>(); field in CompilationResult
601 sourceMapping.add(new SourceMapping(startOffset, endOffset, sourcePosition)); in recordSourceMapping()
781 if (sourceMapping.isEmpty()) { in getSourceMappings()
784 return unmodifiableList(sourceMapping); in getSourceMappings()
818 sourceMapping.clear(); in resetForEmittingCode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java196 private final List<SourceMapping> sourceMapping = new ArrayList<>(); field in CompilationResult
601 sourceMapping.add(new SourceMapping(startOffset, endOffset, sourcePosition)); in recordSourceMapping()
781 if (sourceMapping.isEmpty()) { in getSourceMappings()
784 return unmodifiableList(sourceMapping); in getSourceMappings()
818 sourceMapping.clear(); in resetForEmittingCode()
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/dvb/
H A Ddvbmanager.cpp280 QPair<TransmissionType, QString> scanSource = sourceMapping.value(source); in getAutoScanSource()
300 QPair<TransmissionType, QString> scanSource = sourceMapping.value(source); in getTransponders()
759 sourceMapping.clear(); in updateSourceMapping()
787 sourceMapping.insert(config->name, qMakePair(type, config->scanSource)); in updateSourceMapping()
791 sources = sourceMapping.keys(); in updateSourceMapping()
H A Ddvbmanager.h192 QMap<QString, QPair<TransmissionType, QString> > sourceMapping; variable
/dports/lang/solidity/solidity_0.8.11/libsolidity/interface/
H A DCompilerStack.h298 std::string const* sourceMapping(std::string const& _contractName) const;
387 mutable std::optional<std::string const> sourceMapping; member
H A DCompilerStack.cpp797 string const* CompilerStack::sourceMapping(string const& _contractName) const in sourceMapping() function in CompilerStack
803 if (!c.sourceMapping) in sourceMapping()
806 c.sourceMapping.emplace(evmasm::AssemblyItem::computeSourceMapping(*items, sourceIndices())); in sourceMapping()
808 return c.sourceMapping ? &*c.sourceMapping : nullptr; in sourceMapping()
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/
H A DBundle.hs644 codeGen optionsMainModule optionsNamespace ms outFileOpt = (fmap sourceMapping outFileOpt, rendered)
648 sourceMapping :: String -> SourceMapping
649 sourceMapping outFile = SourceMapping { function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1241 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1243 mRenderer->mapResource(context, sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping)); in copyAndConvertImpl()
1266 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1268 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1241 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1243 mRenderer->mapResource(context, sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping)); in copyAndConvertImpl()
1266 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1268 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1245 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1247 mRenderer->mapResource(context, sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping)); in copyAndConvertImpl()
1270 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1272 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1439 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1440 HRESULT result = deviceContext->Map(sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping); in copyAndConvertImpl()
1467 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1469 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1439 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1440 HRESULT result = deviceContext->Map(sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping); in copyAndConvertImpl()
1467 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1469 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1439 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1440 HRESULT result = deviceContext->Map(sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping); in copyAndConvertImpl()
1467 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1469 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1241 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1243 mRenderer->mapResource(context, sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping)); in copyAndConvertImpl()
1266 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1268 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1439 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1440 HRESULT result = deviceContext->Map(sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping); in copyAndConvertImpl()
1467 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1469 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1439 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1440 HRESULT result = deviceContext->Map(sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping); in copyAndConvertImpl()
1467 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1469 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1439 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1440 HRESULT result = deviceContext->Map(sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping); in copyAndConvertImpl()
1467 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1469 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1439 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1440 HRESULT result = deviceContext->Map(sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping); in copyAndConvertImpl()
1467 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1469 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1439 D3D11_MAPPED_SUBRESOURCE sourceMapping; in copyAndConvertImpl() local
1440 HRESULT result = deviceContext->Map(sourceStaging.get(), 0, D3D11_MAP_READ, 0, &sourceMapping); in copyAndConvertImpl()
1467 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1469 destPixelStride, static_cast<const uint8_t *>(sourceMapping.pData), in copyAndConvertImpl()

1234567