Home
last modified time | relevance | path

Searched refs:unfinished_jobs (Results 26 – 34 of 34) sorted by relevance

12

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/blake2b_simd-0.5.11/src/
H A Dmany.rs403 let unfinished_jobs = peekable_jobs.into_iter().filter(|j| !j.finished); in hash_many() localVariable
404 let jobs = unfinished_jobs.map(|j| { in hash_many()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/blake2b_simd/src/
H A Dmany.rs403 let unfinished_jobs = peekable_jobs.into_iter().filter(|j| !j.finished); in hash_many() localVariable
404 let jobs = unfinished_jobs.map(|j| { in hash_many()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/blake2b_simd-0.5.10/src/
H A Dmany.rs403 let unfinished_jobs = peekable_jobs.into_iter().filter(|j| !j.finished); in hash_many() localVariable
404 let jobs = unfinished_jobs.map(|j| { in hash_many()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/blake2b_simd-0.5.10/src/
H A Dmany.rs403 let unfinished_jobs = peekable_jobs.into_iter().filter(|j| !j.finished); in hash_many() localVariable
404 let jobs = unfinished_jobs.map(|j| { in hash_many()
/dports/graphics/rx/rx-0.4.0/cargo-crates/blake2b_simd-0.5.7/src/
H A Dmany.rs403 let unfinished_jobs = peekable_jobs.into_iter().filter(|j| !j.finished); in hash_many() localVariable
404 let jobs = unfinished_jobs.map(|j| { in hash_many()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/blake2b_simd-0.5.11/src/
H A Dmany.rs403 let unfinished_jobs = peekable_jobs.into_iter().filter(|j| !j.finished); in hash_many() localVariable
404 let jobs = unfinished_jobs.map(|j| { in hash_many()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/blake2b_simd-0.5.11/src/
H A Dmany.rs403 let unfinished_jobs = peekable_jobs.into_iter().filter(|j| !j.finished); in hash_many() localVariable
404 let jobs = unfinished_jobs.map(|j| { in hash_many()
/dports/graphics/zathura/zathura-0.4.5/zathura/
H A Drender.c437 bool unfinished_jobs = false; in zathura_render_request() local
441 unfinished_jobs = true; in zathura_render_request()
447 if (unfinished_jobs == false) { in zathura_render_request()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Djobs.py212 self.job_done.emit(len(self.unfinished_jobs()))
242 self.job_added.emit(len(self.unfinished_jobs()))
248 def unfinished_jobs(self): member in JobManager

12