Home
last modified time | relevance | path

Searched refs:decode_it (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/osc/osc-0.175.0/tests/
H A Dtest_helpers.py2 from osc.util.helper import decode_it, decode_list
27 out = decode_it(bytes_obj)
30 out = decode_it(string_obj)
/dports/devel/osc/osc-0.175.0/osc/util/
H A Dpackagequery.py3 from osc.util.helper import decode_it
34 if decode_it(name) != decode_it(query.name()):
38 architecture = decode_it(query.arch())
H A Dhelper.py52 dlist.append(decode_it(elem))
58 def decode_it(obj): function
H A Drpmquery.py8 from osc.util.helper import decode_it
325 ver1 = decode_it(ver1)
326 ver2 = decode_it(ver2)
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/tiles/
H A Dimage_controller.cc282 auto decode_it = image_decode_queue_.begin(); in ProcessNextImageDecodeOnWorkerThread() local
283 DCHECK(decode_it != image_decode_queue_.end()); in ProcessNextImageDecodeOnWorkerThread()
284 decode_task = decode_it->second.task; in ProcessNextImageDecodeOnWorkerThread()
285 decode_id = decode_it->second.id; in ProcessNextImageDecodeOnWorkerThread()
294 requests_needing_completion_[decode_id] = std::move(decode_it->second); in ProcessNextImageDecodeOnWorkerThread()
296 image_decode_queue_.erase(decode_it); in ProcessNextImageDecodeOnWorkerThread()
H A Dtile_manager.cc272 auto decode_it = std::find_if(graph->nodes.begin(), graph->nodes.end(), in InsertNodesForRasterTask() local
284 if (decode_it != graph->nodes.end() && use_foreground_category && in InsertNodesForRasterTask()
285 !IsForegroundCategory(decode_it->category)) { in InsertNodesForRasterTask()
286 decode_it->category = TASK_CATEGORY_FOREGROUND; in InsertNodesForRasterTask()
289 if (decode_it == graph->nodes.end()) { in InsertNodesForRasterTask()
1108 auto decode_it = std::find_if(graph_.nodes.begin(), graph_.nodes.end(), in ScheduleTasks() local
1113 if (decode_it != graph_.nodes.end()) in ScheduleTasks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/tiles/
H A Dimage_controller.cc282 auto decode_it = image_decode_queue_.begin(); in ProcessNextImageDecodeOnWorkerThread() local
283 DCHECK(decode_it != image_decode_queue_.end()); in ProcessNextImageDecodeOnWorkerThread()
284 decode_task = decode_it->second.task; in ProcessNextImageDecodeOnWorkerThread()
285 decode_id = decode_it->second.id; in ProcessNextImageDecodeOnWorkerThread()
294 requests_needing_completion_[decode_id] = std::move(decode_it->second); in ProcessNextImageDecodeOnWorkerThread()
296 image_decode_queue_.erase(decode_it); in ProcessNextImageDecodeOnWorkerThread()
H A Dtile_manager.cc262 auto decode_it = std::find_if(graph->nodes.begin(), graph->nodes.end(), in InsertNodesForRasterTask() local
274 if (decode_it != graph->nodes.end() && use_foreground_category && in InsertNodesForRasterTask()
275 !IsForegroundCategory(decode_it->category)) { in InsertNodesForRasterTask()
276 decode_it->category = TASK_CATEGORY_FOREGROUND; in InsertNodesForRasterTask()
279 if (decode_it == graph->nodes.end()) { in InsertNodesForRasterTask()
1092 auto decode_it = std::find_if(graph_.nodes.begin(), graph_.nodes.end(), in ScheduleTasks() local
1097 if (decode_it != graph_.nodes.end()) in ScheduleTasks()
/dports/mail/p5-MIME-Tools/MIME-tools-5.509/lib/MIME/Decoder/
H A DGzip64.pm77 sub decode_it { subroutine
84 $self->SUPER::decode_it($in, $tmp) or die "base64 decoding failed!";
H A DBinary.pm59 sub decode_it { subroutine
H A DNBit.pm110 sub decode_it { subroutine
H A DQuotedPrint.pm106 sub decode_it { subroutine
H A DUU.pm58 sub decode_it { subroutine
H A DBase64.pm76 sub decode_it { subroutine
H A DBinHex.pm57 sub decode_it { subroutine
/dports/devel/osc/osc-0.175.0/osc/
H A Dfetch.py26 from osc.util.helper import decode_it
82 pac = pkgs[decode_it(n.rsplit(b'.', 1)[0])]
85 pac = pkgs[decode_it(n.rsplit(b'.', 1)[0])]
88 pac = pkgs[decode_it(hdr.filename)]
94 decode_it(os.path.dirname(tmpfile)),
95 decode_it(os.path.basename(tmpfile)))
176 decoded_canonname = decode_it(canonname)
H A Dbuild.py26 from osc.util.helper import decode_it
270 self.mp['canonname'] = decode_it(canonname)
272 self.mp['filename'] = node.get('binary') or decode_it(canonname)
486 prefer_pkgs = dict((decode_it(name), packageQuery.path())
914 bc_file.write(decode_it(bc))
922 bi_text = decode_it(get_buildinfo(apiurl,
940 bc_file.write(decode_it(bc))
971 …binary_type = decode_it(return_external('/usr/lib/build/queryconfig', '--dist', bc_filename, 'bina…
1428 if s_built: print(decode_it(s_built))
1430 print(decode_it(b_built))
[all …]
H A Dbabysitter.py19 from osc.util.helper import decode_it
128 print(decode_it(msg), file=sys.stderr)
/dports/mail/p5-MIME-Tools/MIME-tools-5.509/lib/MIME/
H A DDecoder.pm234 $self->decode_it($in, $out) ||
362 sub decode_it { subroutine
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/audio/
H A DMusic.cpp407 decode_it(buffer, 16384); in update_playing()
462 void Music::decode_it(ALuint destination_buffer, ALsizei nb_samples) { in decode_it() function in Solarus::Music
551 decode_it(buffers[i], 16384); in start()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/audio/
H A DMusic.h110 void decode_it(ALuint destination_buffer, ALsizei nb_samples);
/dports/emulators/uae/uae-0.8.29/src/
H A Dsdlkeys.c291 static int decode_it (int keysym) in decode_it() function
363 amiga_keycode = decode_it (keysym); break; in keysym2amiga()
H A Dx11keys.c307 static int decode_it (KeySym ks) in decode_it() function
380 as = decode_it (ks); break; in xkeysym2amiga()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-sdl/
H A Dsdlkeys.c292 static int decode_it (int keysym) in decode_it() function
422 amiga_keycode = decode_it (keysym); break; in keysym2amiga()
/dports/news/trn/trn-3.6/
H A Drespond.c233 goto decode_it;
265 goto decode_it;
274 decode_it:

12