Home
last modified time | relevance | path

Searched refs:tid1 (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/
H A Dcompositiontest.cpp57 int tid1 = TrackModel::construct(timeline); variable
70 REQUIRE(timeline->getTrackCompositionsCount(tid1) == 0);
81 REQUIRE(timeline->getCompositionTrackId(cid1) == tid1);
84 REQUIRE(timeline->getTrackCompositionsCount(tid1) == 1);
94 REQUIRE(timeline->getTrackCompositionsCount(tid1) == 0);
102 REQUIRE(timeline->getTrackCompositionsCount(tid1) == 0);
113 REQUIRE(timeline->getCompositionTrackId(cid2) == tid1);
124 REQUIRE(timeline->getCompositionTrackId(cid2) == tid1);
133 REQUIRE(timeline->getCompositionTrackId(cid2) == tid1);
140 REQUIRE(timeline->getCompositionTrackId(cid1) == tid1);
[all …]
H A Dmodeltest.cpp85 int tid1, tid2; variable
203 int tid1, tid2, tid3; variable
800 state(tid1, 7);
833 check_undo(1, tid1, tid1);
837 check_undo(4, tid1, tid1);
841 check_undo(11, tid1, tid1);
845 check_undo(13, tid1, tid1);
849 check_undo(20, tid1, tid1);
853 check_undo(length + 7, tid1, tid1);
857 check_undo(length + 7, tid1, tid1);
[all …]
H A Dtrimmingtest.cpp37 int tid1 = TrackModel::construct(timeline); variable
65 REQUIRE(timeline->requestClipMove(cid1, tid1, 0));
69 REQUIRE(timeline->requestClipMove(cid2, tid1, l));
123 REQUIRE(timeline->requestClipMove(cid1, tid1, 5));
566 int tid1 = TrackModel::construct(timeline); variable
573 timeline->m_videoTarget = tid1;
635 timeline->m_videoTarget = tid1;
741 int tid1 = TrackModel::construct(timeline); variable
748 timeline->m_videoTarget = tid1;
1105 int tid1 = TrackModel::construct(timeline); variable
[all …]
H A Deffectstest.cpp47 int tid1; variable
48 REQUIRE(timeline->requestTrackInsertion(-1, tid1));
53 REQUIRE(timeline->requestClipInsertion(binId, tid1, 100, cid1));
94 int splitted = timeline->getClipByPosition(tid1, 100 + l - 9);
110 int splitted = timeline->getClipByPosition(tid1, 100 + l - 9);
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dtarray.c104 ret = H5Tclose(tid1); in test_array_atomic_1d()
156 ret = H5Tclose(tid1); in test_array_atomic_1d()
415 ret = H5Tclose(tid1); in test_array_array_atomic()
490 ret = H5Tclose(tid1); in test_array_array_atomic()
586 ret = H5Tclose(tid1); in test_array_compound_atomic()
693 ret = H5Tclose(tid1); in test_array_compound_atomic()
798 ret = H5Tclose(tid1); in test_array_compound_array()
937 ret = H5Tclose(tid1); in test_array_compound_array()
1081 ret = H5Tclose(tid1); in test_array_vlen_atomic()
1205 ret = H5Tclose(tid1); in test_array_vlen_atomic()
[all …]
H A Dtvlstr.c121 hid_t tid1; /* Datatype ID */ in test_vlstrings_basic() local
142 tid1 = H5Tcopy(H5T_C_S1); in test_vlstrings_basic()
143 CHECK(tid1, FAIL, "H5Tcopy"); in test_vlstrings_basic()
145 ret = H5Tset_size(tid1,H5T_VARIABLE); in test_vlstrings_basic()
220 ret = H5Tclose(tid1); in test_vlstrings_basic()
271 tid1 = H5Tcopy(H5T_C_S1); in test_vlstrings_special()
272 CHECK(tid1, FAIL, "H5Tcopy"); in test_vlstrings_special()
365 ret = H5Tclose(tid1); in test_vlstrings_special()
501 tid1 = H5Tcopy (H5T_C_S1); in test_compact_vlstring()
502 CHECK(tid1, FAIL, "H5Tcopy"); in test_compact_vlstring()
[all …]
H A Dtvltypes.c144 ret = H5Tclose(tid1); in test_vltypes_dataset_create()
354 ret = H5Tclose(tid1); in test_vltypes_vlen_atomic()
430 ret = H5Tclose(tid1); in test_vltypes_vlen_atomic()
523 ret = H5Tclose(tid1); in test_vltypes_vlen_atomic()
598 ret = H5Tclose(tid1); in rewrite_vltypes_vlen_atomic()
678 ret = H5Tclose(tid1); in rewrite_vltypes_vlen_atomic()
822 ret = H5Tclose(tid1); in test_vltypes_vlen_compound()
967 ret = H5Tclose(tid1); in rewrite_vltypes_vlen_compound()
1138 ret = H5Tclose(tid1); in test_vltypes_compound_vlen_vlen()
1308 ret = H5Tclose(tid1); in test_vltypes_compound_vlstr()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dtarray.c128 ret = H5Tclose(tid1); in test_array_atomic_1d()
180 ret = H5Tclose(tid1); in test_array_atomic_1d()
454 ret = H5Tclose(tid1); in test_array_array_atomic()
529 ret = H5Tclose(tid1); in test_array_array_atomic()
631 ret = H5Tclose(tid1); in test_array_compound_atomic()
738 ret = H5Tclose(tid1); in test_array_compound_atomic()
849 ret = H5Tclose(tid1); in test_array_compound_array()
988 ret = H5Tclose(tid1); in test_array_compound_array()
1162 ret = H5Tclose(tid1); in test_array_vlen_atomic()
1286 ret = H5Tclose(tid1); in test_array_vlen_atomic()
[all …]
H A Dtvlstr.c144 tid1 = H5Tcopy(H5T_C_S1); in test_vlstrings_basic()
145 CHECK(tid1, FAIL, "H5Tcopy"); in test_vlstrings_basic()
147 ret = H5Tset_size(tid1,H5T_VARIABLE); in test_vlstrings_basic()
222 ret = H5Tclose(tid1); in test_vlstrings_basic()
273 tid1 = H5Tcopy(H5T_C_S1); in test_vlstrings_special()
274 CHECK(tid1, FAIL, "H5Tcopy"); in test_vlstrings_special()
276 ret = H5Tset_size(tid1,H5T_VARIABLE); in test_vlstrings_special()
367 ret = H5Tclose(tid1); in test_vlstrings_special()
503 tid1 = H5Tcopy (H5T_C_S1); in test_compact_vlstring()
504 CHECK(tid1, FAIL, "H5Tcopy"); in test_compact_vlstring()
[all …]
H A Dtvltypes.c143 ret = H5Tclose(tid1); in test_vltypes_dataset_create()
353 ret = H5Tclose(tid1); in test_vltypes_vlen_atomic()
429 ret = H5Tclose(tid1); in test_vltypes_vlen_atomic()
522 ret = H5Tclose(tid1); in test_vltypes_vlen_atomic()
597 ret = H5Tclose(tid1); in rewrite_vltypes_vlen_atomic()
677 ret = H5Tclose(tid1); in rewrite_vltypes_vlen_atomic()
821 ret = H5Tclose(tid1); in test_vltypes_vlen_compound()
966 ret = H5Tclose(tid1); in rewrite_vltypes_vlen_compound()
1141 ret = H5Tclose(tid1); in test_vltypes_compound_vlen_vlen()
1315 ret = H5Tclose(tid1); in test_vltypes_compound_vlstr()
[all …]
H A Dflushrefresh.c260 hid_t fid,gid,gid2,gid3,sid,tid1,tid2,tid3,did,did2,did3,rid,fapl,status = 0; in test_flush() local
281 if((tid1 = H5Tcopy(H5T_NATIVE_INT)) < 0) TEST_ERROR; in test_flush()
417 if((status = H5Tflush(tid1)) < 0) TEST_ERROR; in test_flush()
583 hid_t aid,fid,sid,tid1,did,dcpl,fapl = 0; in test_refresh() local
610 if((tid1 = H5Tcopy(H5T_NATIVE_INT)) < 0) TEST_ERROR; in test_refresh()
655 if((aid = H5Acreate2(did, "Attribute", tid1, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) TEST_ERROR; in test_refresh()
664 if((aid = H5Acreate2(did2, "Attribute", tid1, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) TEST_ERROR; in test_refresh()
681 if((aid = H5Acreate2(gid, "Attribute", tid1, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) TEST_ERROR; in test_refresh()
706 if((aid = H5Acreate2(tid1, "Attribute", tid1, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) TEST_ERROR; in test_refresh()
708 if(H5Oflush(tid1) < 0) TEST_ERROR; in test_refresh()
[all …]
H A Dcork.c1174 hid_t tid1 = -1, tid2 = -1; /* Datatype IDs */ in verify_multiple_cork() local
1213 if((tid1 = H5Tcopy(H5T_STD_I32LE)) < 0) in verify_multiple_cork()
1233 if((aidt1 = H5Acreate2(tid1, DT_ATTR, tid1, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) in verify_multiple_cork()
1245 if(H5Tclose(tid1) < 0) in verify_multiple_cork()
1320 if((tid1 = H5Topen2(fid1, DT, H5P_DEFAULT)) < 0) in verify_multiple_cork()
1422 if(H5Tclose(tid1) < 0) in verify_multiple_cork()
1498 H5Tclose(tid1); in verify_multiple_cork()
1873 if((tid1 = H5Tcopy(H5T_NATIVE_INT)) < 0) in test_dset_cork()
1879 if(H5Odisable_mdc_flushes(tid1) < 0) in test_dset_cork()
2084 if(H5Tclose(tid1) < 0) in test_dset_cork()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/c++/test/
H A Dttypes.cpp206 CompType tid1(sizeof(src_typ_t)); in test_query() local
208 tid1.insertMember("a", HOFFSET(src_typ_t, a), PredType::NATIVE_INT); in test_query()
223 int nmembs = tid1.getNmembers(); in test_query()
226 int index = tid1.getMemberIndex("c"); in test_query()
238 tid1.commit(file, CompT_NAME); in test_query()
239 PropList tcpl = tid1.getCreatePlist(); in test_query()
246 tid1.close(); in test_query()
261 tid1 = file.openCompType(CompT_NAME); in test_query()
265 nmembs = tid1.getNmembers(); in test_query()
267 index = tid1.getMemberIndex("c"); in test_query()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DDeterministicScheduleTest.cpp365 DSchedThreadId tid1(1); in TEST() local
372 ASSERT_FALSE(tss.atLeastAsRecentAs(tid1, DSchedTimestampTest(1))); in TEST()
381 ASSERT_FALSE(tss.atLeastAsRecentAs(tid1, DSchedTimestampTest(1))); in TEST()
384 tss2.setIfNotPresent(tid1, DSchedTimestampTest(3)); in TEST()
385 ASSERT_FALSE(tss2.atLeastAsRecentAs(tid1, DSchedTimestampTest(4))); in TEST()
386 ASSERT_TRUE(tss2.atLeastAsRecentAs(tid1, DSchedTimestampTest(3))); in TEST()
390 ASSERT_TRUE(tss.atLeastAsRecentAs(tid1, DSchedTimestampTest(3))); in TEST()
391 ASSERT_FALSE(tss.atLeastAsRecentAs(tid1, DSchedTimestampTest(4))); in TEST()
394 tss3.setIfNotPresent(tid1, DSchedTimestampTest(4)); in TEST()
/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DNotify.hs70 tid1 <- forkIO $ dispatcher chanEvents
72 …modifyMVar_ mvarMap $ \watchMap -> return (Map.insert (WatchId tid1 tid2 watchHandle) handler watc…
73 return (WatchId tid1 tid2 watchHandle)
97 killWatch (WatchId tid1 tid2 handle) = do function
98 killThread tid1
99 if tid1 /= tid2 then killThread tid2 else return ()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DNotify.hs70 tid1 <- forkIO $ dispatcher chanEvents
72 …modifyMVar_ mvarMap $ \watchMap -> return (Map.insert (WatchId tid1 tid2 watchHandle) handler watc…
73 return (WatchId tid1 tid2 watchHandle)
97 killWatch (WatchId tid1 tid2 handle) = do function
98 killThread tid1
99 if tid1 /= tid2 then killThread tid2 else return ()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DNotify.hs70 tid1 <- forkIO $ dispatcher chanEvents
72 …modifyMVar_ mvarMap $ \watchMap -> return (Map.insert (WatchId tid1 tid2 watchHandle) handler watc…
73 return (WatchId tid1 tid2 watchHandle)
97 killWatch (WatchId tid1 tid2 handle) = do function
98 killThread tid1
99 if tid1 /= tid2 then killThread tid2 else return ()
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DNotify.hs70 tid1 <- forkIO $ dispatcher chanEvents
72 …modifyMVar_ mvarMap $ \watchMap -> return (Map.insert (WatchId tid1 tid2 watchHandle) handler watc…
73 return (WatchId tid1 tid2 watchHandle)
97 killWatch (WatchId tid1 tid2 handle) = do function
98 killThread tid1
99 if tid1 /= tid2 then killThread tid2 else return ()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DNotify.hs70 tid1 <- forkIO $ dispatcher chanEvents
72 …modifyMVar_ mvarMap $ \watchMap -> return (Map.insert (WatchId tid1 tid2 watchHandle) handler watc…
73 return (WatchId tid1 tid2 watchHandle)
97 killWatch (WatchId tid1 tid2 handle) = do function
98 killThread tid1
99 if tid1 /= tid2 then killThread tid2 else return ()
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/tests/
H A Dtest_core.py239 r1 = self.core.get_torrent_status(tid1, ['paused'])
245 r1 = self.core.get_torrent_status(tid1, ['paused'])
260 self.core.resume_torrents([tid1, tid2])
261 r1 = self.core.get_torrent_status(tid1, ['paused'])
271 r1 = self.core.get_torrent_status(tid1, ['paused'])
277 tid1 = self.add_torrent('test.torrent')
280 r1 = self.core.get_torrent_status(tid1, ['paused'])
286 r1 = self.core.get_torrent_status(tid1, ['paused'])
301 tid1 = self.add_torrent('test.torrent')
304 self.core.pause_torrents([tid1, tid2])
[all …]
/dports/science/py-rmf/rmf-1.3.1/include/RMF/HDF5/internal/
H A Dtypes.h22 hid_t tid1 = H5Tcopy(H5T_C_S1); in create_string_type() local
23 RMF_HDF5_CALL(H5Tset_size(tid1, H5T_VARIABLE)); in create_string_type()
24 return tid1; in create_string_type()
/dports/science/rmf/rmf-1.3.1/include/RMF/HDF5/internal/
H A Dtypes.h22 hid_t tid1 = H5Tcopy(H5T_C_S1); in create_string_type() local
23 RMF_HDF5_CALL(H5Tset_size(tid1, H5T_VARIABLE)); in create_string_type()
24 return tid1; in create_string_type()
/dports/devel/npth/npth-1.6/tests/
H A Dt-thread.c115 npth_t tid1, tid2; in main() local
135 rc = npth_create (&tid1, &tattr, thread_one, NULL); in main()
137 npth_setname_np (tid1, "thread-one"); in main()
148 rc = npth_join (tid1, &retval); in main()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/relacy/
H A Dintegrated.cpp89 int tid0, tid1; in after() local
92 RL_ASSERT(q.try_dequeue(tid1)); in after()
93 RL_ASSERT(tid1 == 0 || tid1 == 1); in after()
94 RL_ASSERT(tid0 != tid1); in after()
304 int tid0, tid1; in after() local
307 RL_ASSERT(q.try_dequeue(tid1)); in after()
308 RL_ASSERT(tid1 == 0 || tid1 == 1); in after()
309 RL_ASSERT(tid0 != tid1); in after()
/dports/emulators/qemu5/qemu-5.2.0/tests/tcg/multiarch/
H A Dtestthread.c44 pthread_t tid1, tid2; in test_pthread() local
46 pthread_create(&tid1, NULL, thread1_func, "hello1"); in test_pthread()
48 pthread_join(tid1, NULL); in test_pthread()

12345678910>>...14