Home
last modified time | relevance | path

Searched refs:createPointer (Results 1 – 25 of 80) sorted by relevance

1234

/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfoDLL/
H A DMediaInfoDLL.JNative.java155 Pointer fileNamePointer = createPointer(filename); in Open()
248 Pointer parameterPointer = createPointer(parameter); in Get()
346 Pointer optionPointer = createPointer(option); in Option()
347 Pointer valuePointer = createPointer(value); in Option()
393 Pointer optionPointer = createPointer(option); in Option_Static()
394 Pointer valuePointer = createPointer(value); in Option_Static()
517 static Pointer createPointer(String value) throws Exception in createPointer() method in MediaInfo
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfoDLL/
H A DMediaInfoDLL.JNative.java155 Pointer fileNamePointer = createPointer(filename); in Open()
248 Pointer parameterPointer = createPointer(parameter); in Get()
346 Pointer optionPointer = createPointer(option); in Option()
347 Pointer valuePointer = createPointer(value); in Option()
393 Pointer optionPointer = createPointer(option); in Option_Static()
394 Pointer valuePointer = createPointer(value); in Option_Static()
517 static Pointer createPointer(String value) throws Exception in createPointer() method in MediaInfo
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfoDLL/
H A DMediaInfoDLL.JNative.java155 Pointer fileNamePointer = createPointer(filename); in Open()
248 Pointer parameterPointer = createPointer(parameter); in Get()
346 Pointer optionPointer = createPointer(option); in Option()
347 Pointer valuePointer = createPointer(value); in Option()
393 Pointer optionPointer = createPointer(option); in Option_Static()
394 Pointer valuePointer = createPointer(value); in Option_Static()
517 static Pointer createPointer(String value) throws Exception in createPointer() method in MediaInfo
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/includes/
H A Dapi_pointer.h25 #define scilab_createPointer API_PROTO(createPointer)
30 scilabVar API_PROTO(createPointer)(scilabEnv env, void* val);
H A Dapi_stack_pointer.h42 SciErr createPointer(void* _pvCtx, int _iVar, void* _pvPtr);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp45 state->createPointer(resultId, ptr); in EmitLoad()
137 state->createPointer(resultId, SIMD::Pointer(base, size)); in EmitVariable()
145 state->createPointer(resultId, SIMD::Pointer(base, size, workgroupMemory.offsetOf(resultId))); in EmitVariable()
164 state->createPointer(resultId, SIMD::Pointer(base, size)); in EmitVariable()
177 state->createPointer(resultId, SIMD::Pointer(binding, size)); in EmitVariable()
191 state->createPointer(resultId, SIMD::Pointer(routine->descriptorSets[d.DescriptorSet], size)); in EmitVariable()
195 state->createPointer(resultId, SIMD::Pointer(nullptr, 0)); in EmitVariable()
201 … state->createPointer(resultId, SIMD::Pointer(routine->pushConstants, vk::MAX_PUSH_CONSTANT_SIZE)); in EmitVariable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp44 state->createPointer(resultId, ptr); in EmitLoad()
140 state->createPointer(resultId, SIMD::Pointer(base, size)); in EmitVariable()
148 state->createPointer(resultId, SIMD::Pointer(base, size, workgroupMemory.offsetOf(resultId))); in EmitVariable()
167 state->createPointer(resultId, SIMD::Pointer(base, size)); in EmitVariable()
184 state->createPointer(resultId, SIMD::Pointer(binding, size)); in EmitVariable()
205 state->createPointer(resultId, SIMD::Pointer(routine->descriptorSets[d.DescriptorSet], size)); in EmitVariable()
209 state->createPointer(resultId, SIMD::Pointer(nullptr, 0)); in EmitVariable()
215 … state->createPointer(resultId, SIMD::Pointer(routine->pushConstants, vk::MAX_PUSH_CONSTANT_SIZE)); in EmitVariable()
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/src/core/
H A Dkvoidpointerfactory_p.h75 void *createPointer() const in createPointer() function
102 void *createPointer();
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/transformations/transformers/
H A Dmerge.ts82 valuesInOrder.push(createPointer(key, valuesByKey));
98 valuesInOrder.push(createPointer(key, valuesByKey));
212 const createPointer = (key: string, valuesByKey: Record<string, Array<Record<string, any>>>): Value… constant
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/declarativeplugin/
H A Dpointerlockerwayland.cpp50 m_pointer = m_seat->createPointer(this); in setupRegistry()
59 m_pointer = m_seat->createPointer(this); in setupRegistry()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword1/
H A Dmouse.cpp67 createPointer(0, 0); in initialize()
192 void Mouse::createPointer(uint32 ptrId, uint32 luggageId) { in createPointer() function in Sword1::Mouse
287 createPointer(resId, _currentLuggageId); in setPointer()
302 createPointer(_currentPtrId, resId); in setLuggage()
H A Dmouse.h91 void createPointer(uint32 ptrId, uint32 luggageId);
/dports/games/scummvm/scummvm-2.5.1/engines/sword1/
H A Dmouse.cpp67 createPointer(0, 0); in initialize()
192 void Mouse::createPointer(uint32 ptrId, uint32 luggageId) { in createPointer() function in Sword1::Mouse
287 createPointer(resId, _currentLuggageId); in setPointer()
302 createPointer(_currentPtrId, resId); in setLuggage()
H A Dmouse.h91 void createPointer(uint32 ptrId, uint32 luggageId);
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dpointer_input.cpp190 auto pointer = m_seat->createPointer(m_seat); in testWarpingUpdatesFocus()
238 auto pointer = m_seat->createPointer(m_seat); in testWarpingGeneratesPointerMotion()
277 auto pointer = m_seat->createPointer(m_seat); in testWarpingDuringFilter()
321 auto pointer = m_seat->createPointer(m_seat); in testUpdateFocusAfterScreenChange()
413 auto pointer = m_seat->createPointer(m_seat); in testModifierClickUnrestrictedMove()
481 auto pointer = m_seat->createPointer(m_seat); in testModifierClickUnrestrictedMoveGlobalShortcutsDisabled()
559 auto pointer = m_seat->createPointer(m_seat); in testModifierScrollOpacity()
619 auto pointer = m_seat->createPointer(m_seat); in testModifierScrollOpacityGlobalShortcutsDisabled()
671 auto pointer = m_seat->createPointer(m_seat); in testScrollAction()
722 auto pointer = m_seat->createPointer(m_seat); in testFocusFollowsMouse()
[all …]
H A Dwindow_selection_test.cpp92 QScopedPointer<Pointer> pointer(Test::waylandSeat()->createPointer()); in testSelectOnWindowPointer()
178 QScopedPointer<Pointer> pointer(Test::waylandSeat()->createPointer()); in testSelectOnWindowKeyboard()
313 QScopedPointer<Pointer> pointer(Test::waylandSeat()->createPointer()); in testCancelOnWindowPointer()
372 QScopedPointer<Pointer> pointer(Test::waylandSeat()->createPointer()); in testCancelOnWindowKeyboard()
431 QScopedPointer<Pointer> pointer(Test::waylandSeat()->createPointer()); in testSelectPointPointer()
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/helper/
H A DAnnotationShapeCreator.h31 static QPolygonF createPointer(qreal width, qreal length);
H A DAnnotationShapeCreator.cpp24 QPolygonF AnnotationShapeCreator::createPointer(qreal width, qreal length) in createPointer() function in kImageAnnotator::AnnotationShapeCreator
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/template/
H A Dapi_pointer.hpp23 scilabVar API_PROTO(createPointer)(scilabEnv env, void* val) in API_PROTO() argument
/dports/security/klee/klee-2.2/lib/Core/
H A DContext.cpp46 ref<ConstantExpr> Expr::createPointer(uint64_t v) { in createPointer() function in Expr
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/tests/unit_tests/
H A Dpointer_reading_api.c37 sciErr = createPointer(pvApiCtx, nbInputArgument(pvApiCtx) + 1, (void*)pdblData); in read_pointer()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dseat.h127 Pointer* createPointer(QObject* parent = nullptr);
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dseat.h147 Pointer *createPointer(QObject *parent = nullptr);
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/
H A DAnnotationNumberPointer.cpp52 auto pointer = AnnotationShapeCreator::createPointer(pointerWidth, line.length()); in updateShape()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/tests/
H A Dpointerconstraintstest.cpp55 m_pointer = m_seat->createPointer(this); in setupRegistry()
60 m_pointer = m_seat->createPointer(this); in setupRegistry()

1234