Home
last modified time | relevance | path

Searched refs:unsync (Results 1 – 25 of 765) sorted by relevance

12345678910>>...31

/dports/audio/py-eyed3/eyeD3-0.9.6/tests/id3/
H A Dtest_headers.py13 assert not(h.unsync)
75 h.unsync = True
81 h.unsync = False
86 assert not(h2.unsync)
98 assert not(h2.unsync)
411 h.unsync = v
419 assert (h.unsync == 1)
430 h.unsync = v
449 h1.unsync = 1
462 assert (h2.unsync)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Ddev_addr_lists.c240 int (*unsync)(struct net_device *, in __hw_addr_sync_dev()
252 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev()
296 int (*unsync)(struct net_device *, in __hw_addr_ref_sync_dev()
310 if (unsync && unsync(dev, ha->addr, ref_cnt)) in __hw_addr_ref_sync_dev()
353 int (*unsync)(struct net_device *, in __hw_addr_ref_unsync_dev()
363 if (unsync && unsync(dev, ha->addr, ha->sync_cnt)) in __hw_addr_ref_unsync_dev()
387 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev()
397 if (unsync && unsync(dev, ha->addr)) in __hw_addr_unsync_dev()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/core/
H A Ddev_addr_lists.c240 int (*unsync)(struct net_device *, in __hw_addr_sync_dev()
252 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev()
296 int (*unsync)(struct net_device *, in __hw_addr_ref_sync_dev()
310 if (unsync && unsync(dev, ha->addr, ref_cnt)) in __hw_addr_ref_sync_dev()
353 int (*unsync)(struct net_device *, in __hw_addr_ref_unsync_dev()
363 if (unsync && unsync(dev, ha->addr, ha->sync_cnt)) in __hw_addr_ref_unsync_dev()
387 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev()
397 if (unsync && unsync(dev, ha->addr)) in __hw_addr_unsync_dev()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/core/
H A Ddev_addr_lists.c240 int (*unsync)(struct net_device *, in __hw_addr_sync_dev()
252 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev()
296 int (*unsync)(struct net_device *, in __hw_addr_ref_sync_dev()
310 if (unsync && unsync(dev, ha->addr, ref_cnt)) in __hw_addr_ref_sync_dev()
353 int (*unsync)(struct net_device *, in __hw_addr_ref_unsync_dev()
363 if (unsync && unsync(dev, ha->addr, ha->sync_cnt)) in __hw_addr_ref_unsync_dev()
387 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev()
397 if (unsync && unsync(dev, ha->addr)) in __hw_addr_unsync_dev()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tower-util-0.1.0/src/boxed/
H A Dmod.rs37 mod unsync; module
39 pub use self::{sync::BoxService, unsync::UnsyncBoxService};
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tower-util-0.1.0/src/boxed/
H A Dmod.rs37 mod unsync; module
39 pub use self::{sync::BoxService, unsync::UnsyncBoxService};
/dports/sysutils/vector/tower-c87fdd9c1e4c0728fdaa87d3fafe3e48da9b498a/tower/src/util/boxed/
H A Dmod.rs33 mod unsync; module
36 pub use self::{sync::BoxService, unsync::UnsyncBoxService};
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/id3/
H A Dheaders.py26 self.unsync = False
89 (self.unsync,
94 "experimental(%d) footer(%d)" % (self.unsync, self.extended,
117 if self.unsync:
123 data += bin2bytes([int(self.unsync),
485 self.unsync = rhs._flags[rhs.UNSYNC]
549 def unsync(self): member in FrameHeader
552 @unsync.setter
553 def unsync(self, b): member in FrameHeader
610 if self.unsync:
[all …]
/dports/audio/normalize/normalize-0.7.7/nid3lib/
H A Dnid3.c385 tag->unsync = (hdr[5] >> 7) & 1; in _read_v2_header()
398 tag->unsync = (hdr[5] >> 7) & 1; in _read_v3_header()
405 if (tag->unsync) { in _read_v3_header()
417 if (tag->unsync) { in _read_v3_header()
780 if (tag->unsync) { in _read_v3_frame_data()
821 if (tag->unsync) { in _read_v3_frame_headers()
878 if (tag->unsync) { in _read_v3_frame_headers()
932 if (tag->unsync) { in _read_v2_frame_headers()
983 if (tag->unsync) { in _read_v2_frame_headers()
1173 id3_set_unsync(id3_t tag, int unsync) in id3_set_unsync() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/performance/20_util/memory_resource/
H A Dpools.cc155 std::pmr::unsynchronized_pool_resource unsync; in test_lists_resource_per_thread() member
159 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_resource_per_thread()
228 locking_pool_resource unsync; in test_lists_shared_resource() local
232 std::pmr::new_delete_resource(), &unsync, &sync in test_lists_shared_resource()
354 locking_pool_resource unsync; in test_cross_thread_dealloc() local
358 std::pmr::new_delete_resource(), &unsync, &sync in test_cross_thread_dealloc()
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/_tools/
H A Dmutagen_pony.py22 self.unsync = 0
44 self.unsync += 1
54 strings.append("%d files with unsynchronized frames." % self.unsync)
/dports/audio/jid3lib/jid3lib-0.5.4/src/org/farng/mp3/id3/
H A DID3v2_4Frame.java298 final FrameBodyUSLT unsync; in ID3v2_4Frame() local
304 unsync = new FrameBodyUSLT((byte) 0, "ENG", "", ""); in ID3v2_4Frame()
310 unsync.addLyric(line); in ID3v2_4Frame()
316 this.setBody(unsync); in ID3v2_4Frame()
/dports/audio/jid3lib/jid3lib-0.5.4/src/org/farng/mp3/lyrics3/
H A DFieldBodyLYR.java67 public FieldBodyLYR(final FrameBodyUSLT unsync) { in FieldBodyLYR() argument
68 addLyric(unsync); in FieldBodyLYR()
141 public void addLyric(final FrameBodyUSLT unsync) { in addLyric() argument
144 line.setLyric(new String(unsync.getLyric())); in addLyric()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/once_cell-1.3.1/
H A DCHANGELOG.md35 - add `std` default feature. Without `std`, only `unsync` module is supported.
62 - fix stacked borrows violation in `unsync::OnceCell::get`
96 - `unsync::OnceCell<T>` is `Clone` if `T` is `Clone`.
/dports/lang/gleam/gleam-0.18.2/cargo-crates/capnp-0.14.4/src/private/
H A Dread_limiter.rs76 pub use unsync::ReadLimiter;
79 mod unsync { module
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/t/
H A Dmp3.t1006 my $s = Audio::Scan->scan( _f('v2.4-unsync.mp3') );
1009 is( $tags->{TALB}, 'Album', 'v2.4 unsync TALB ok' );
1010 is( $tags->{TDRC}, 2009, 'v2.4 unsync TDRC ok' );
1011 is( $tags->{TIT2}, 'Title', 'v2.4 unsync TIT2 ok' );
1012 is( $tags->{TPE1}, 'Artist', 'v2.4 unsync TPE1 ok' );
1017 my $s = Audio::Scan->scan( _f('v2.3-unsync.mp3') );
1021 is( $tags->{TCON}, 'Ambient', 'v2.3 unsync TCON ok' );
1024 is( $tags->{TRCK}, 4, 'v2.3 unsync TRCK ok' );
1029 # due to potential unsync issues.
1030 # XXX test this with v2.2 unsync
[all …]

12345678910>>...31