Home
last modified time | relevance | path

Searched refs:getIn (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/
H A Dtrimmingtest.cpp79 REQUIRE(timeline->getClipPtr(cid2)->getIn() == 2); in __anonf52080220202()
107 REQUIRE(timeline->getClipPtr(cid2)->getIn() == 2); in __anonf52080220302()
109 REQUIRE(timeline->getClipPtr(splitted)->getIn() == 6); in __anonf52080220302()
1129 REQUIRE(timeline->getClipPtr(cid1)->getIn() == 0); in __anonf52080222202()
1620 REQUIRE(timeline->getClipPtr(cid4)->getIn() == timeline->getClipPtr(cid1)->getIn()); in __anonf52080223102()
1639 REQUIRE(timeline->getClipPtr(cid5)->getIn() == timeline->getClipPtr(cid2)->getIn()); in __anonf52080223202()
1645 REQUIRE(timeline->getClipPtr(cid6)->getIn() == timeline->getClipPtr(cid3)->getIn()); in __anonf52080223202()
1666 REQUIRE(timeline->getClipPtr(cid5)->getIn() == timeline->getClipPtr(cid2)->getIn()); in __anonf52080223302()
1672 REQUIRE(timeline->getClipPtr(cid6)->getIn() == timeline->getClipPtr(cid3)->getIn()); in __anonf52080223302()
1694 REQUIRE(timeline->getClipPtr(cid5)->getIn() == timeline->getClipPtr(cid2)->getIn()); in __anonf52080223402()
[all …]
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/debugger/
H A DMain.java128 public InputStream getIn() { in getIn() method in Main
129 return debugGui.getConsole().getIn(); in getIn()
209 System.setIn(main.getIn()); in main()
214 global.setIn(main.getIn()); in main()
285 global.setIn(main.getIn()); in mainEmbeddedImpl()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/data/
H A DMacroDef.hxx53 virtual std::vector<symbol::Symbol> getIn() = 0;
121 std::vector<symbol::Symbol> getIn();
138 std::vector<symbol::Symbol> getIn();
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Nio/
H A DInMgr.cpp110 MidiIn *src = getIn(name); in setSource()
124 (current = getIn("NULL"))->setMidiEn(true); in setSource()
137 MidiIn *InMgr::getIn(string name) in getIn() function in InMgr
H A DInMgr.h46 class MidiIn *getIn(std::string name);
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/block/
H A DSplitBlock.java74 public BasicPort getIn() { in getIn() method in SplitBlock
151 if (getIn().getEdgeCount() == 0) { in insertEdge()
152 ret = getIn().insertEdge(edge, isOutgoing); in insertEdge()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Nio/
H A DInMgr.cpp158 MidiIn *src = getIn(name); in setSource()
172 (current = getIn("NULL"))->setMidiEn(true); in setSource()
185 MidiIn *InMgr::getIn(string name) in getIn() function in zyn::InMgr
H A DInMgr.h63 class MidiIn *getIn(std::string name);
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/analysis/
H A DMacroDef.cpp46 std::vector<symbol::Symbol> ExistingMacroDef::getIn() in getIn() function in analysis::ExistingMacroDef
81 std::vector<symbol::Symbol> DeclaredMacroDef::getIn() in getIn() function in analysis::DeclaredMacroDef
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/model/
H A DmoveableItem.ipp41 return {getIn(), getOut()};
44 template <typename Service> int MoveableItem<Service>::getIn() const
H A Dcompositionmodel.cpp72 int in = getIn(); in requestResize()
320 int CompositionModel::getIn() const in getIn() function in CompositionModel
330 container.setAttribute(QStringLiteral("in"), getIn()); in toXml()
H A DmoveableItem.hpp45 virtual int getIn() const;
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/custom/
H A DAllTests.cpp104 template<typename T> const T& getIn(const InParamPtr& cookie)
224 const deque<bool>& in = getIn<deque<bool> >(cookie); in NSApplicationLoad()
232 const list<bool>& in = getIn<list<bool> >(cookie);
256 const MyByteSeq& in = getIn<MyByteSeq>(cookie);
264 const deque<string>& in = getIn<deque<string> >(cookie);
272 const list<string>& in = getIn<list<string> >(cookie);
331 const deque<Test::E>& in = getIn<deque<Test::E> >(cookie);
339 const list<Test::E>& in = getIn<list<Test::E> >(cookie);
403 const wstring& in = getIn<wstring>(cookie);
411 const Test::ByteSeq& in = getIn<Test::ByteSeq>(cookie);
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/custom/
H A DAllTests.cpp104 template<typename T> const T& getIn(const InParamPtr& cookie) in getIn() function
224 const deque<bool>& in = getIn<deque<bool> >(cookie); in opBoolSeq()
232 const list<bool>& in = getIn<list<bool> >(cookie); in opBoolList()
256 const MyByteSeq& in = getIn<MyByteSeq>(cookie); in opMyByteSeq()
264 const deque<string>& in = getIn<deque<string> >(cookie); in opStringSeq()
272 const list<string>& in = getIn<list<string> >(cookie); in opStringList()
331 const deque<Test::E>& in = getIn<deque<Test::E> >(cookie); in opESeq()
339 const list<Test::E>& in = getIn<list<Test::E> >(cookie); in opEList()
403 const wstring& in = getIn<wstring>(cookie); in opString()
411 const Test::ByteSeq& in = getIn<Test::ByteSeq>(cookie); in opOutArrayByteSeq()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/custom/
H A DAllTests.cpp104 template<typename T> const T& getIn(const InParamPtr& cookie) in getIn() function
224 const deque<bool>& in = getIn<deque<bool> >(cookie); in opBoolSeq()
232 const list<bool>& in = getIn<list<bool> >(cookie); in opBoolList()
256 const MyByteSeq& in = getIn<MyByteSeq>(cookie); in opMyByteSeq()
264 const deque<string>& in = getIn<deque<string> >(cookie); in opStringSeq()
272 const list<string>& in = getIn<list<string> >(cookie); in opStringList()
331 const deque<Test::E>& in = getIn<deque<Test::E> >(cookie); in opESeq()
339 const list<Test::E>& in = getIn<list<Test::E> >(cookie); in opEList()
403 const wstring& in = getIn<wstring>(cookie); in opString()
411 const Test::ByteSeq& in = getIn<Test::ByteSeq>(cookie); in opOutArrayByteSeq()
[all …]
/dports/games/freesynd/freesynd-0.7.5/src/menus/
H A Dsquadselection.cpp248 bool getIn = leader()->inVehicle() == NULL; in enterOrLeaveVehicle() local
254 if (getIn && !pAgent->inVehicle()) { in enterOrLeaveVehicle()
260 } else if (!getIn && pAgent->inVehicle() == pVehicle) { in enterOrLeaveVehicle()
/dports/lang/bsh/beanshell-2.1.0/src/bsh/
H A DConsoleInterface.java40 public Reader getIn(); in getIn() method
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/alertingDashboards/node_modules/formik/dist/
H A Dutils.d.ts35 export declare function getIn(obj: any, key: string | string[], def?: any, p?: number): any;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/formik/dist/
H A Dutils.d.ts35 export declare function getIn(obj: any, key: string | string[], def?: any, p?: number): any;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/DataFusion/
H A DRule.php65 public function getIn() function in Google_Service_DataFusion_Rule
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GameServices/
H A DRule.php65 public function getIn() function in Google_Service_GameServices_Rule
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/
H A DWriteXrefArgs.java60 public Reader getIn() { in getIn() method in WriteXrefArgs
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/data-serializer-0.3.5/src/Data/
H A DDeserializer.hs59 , getIn
120 word16 = getIn (endian (Proxy ∷ Proxy μ))
124 word32 = getIn (endian (Proxy ∷ Proxy μ))
128 word64 = getIn (endian (Proxy ∷ Proxy μ))
764 getIn ∷ (Deserializer μ, Deserializable α) ⇒ Endian → μ α function
765 getIn e = deserializeIn e get function
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dguide.h128 double getIn() const { return in; } in getIn() function
145 tin(spec.getIn(), spec.getAtleast()) {} in tensionguide()
/dports/math/asymptote/asymptote-2.67/
H A Dguide.h128 double getIn() const { return in; } in getIn() function
145 tin(spec.getIn(), spec.getAtleast()) {} in tensionguide()

12345678