Searched refs:goto (Results 76 - 89 of 89) sorted by relevance
1234
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 161 jnz %%.SLOW ; goto %%.SLOW 563 jle .EMIT_BRLOOP1 ; goto .EMIT_BRLOOP1; 567 jmp .ERLOOP1 ; goto .ERLOOP1; 582 jg .BRLOOP1 ; goto .BRLOOP1; 604 jle .EMIT_ERLOOP1 ; insert code, flush buffer, init size, goto .BLOOP1 629 jz .ELOOP2 ; goto .ELOOP2; 635 jle .ERLOOP2 ; goto .ERLOOP2; 648 jle .ERLOOP2 ; goto .ERLOOP2; 658 jg .BRLOOP2 ; goto .BRLOOP2; 676 jle .EMIT_ERLOOP2 ; insert code, flush buffer, init size, goto [all...] |
/third_party/python/Lib/test/ |
H A D | test_turtle.py | 266 self.nav.goto(100, -100) 272 self.nav.goto(100, -100) 286 self.nav.goto(100, -100)
|
/third_party/node/deps/npm/node_modules/console-control-strings/ |
H A D | index.js | 44 exports.goto = function (x, y) {
|
/third_party/python/PCbuild/ |
H A D | blurb.bat | 15 if ERRORLEVEL 1 goto :install_and_retry
|
/third_party/python/Lib/turtledemo/ |
H A D | minimal_hanoi.py | 62 ht(); penup(); goto(0, -225) # writer turtle
|
H A D | sorting_animate.py | 136 goto(0,-250 - line)
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 475 jnl .ENTRY_SKIP_EMIT_CODE ;Z: goto .ENTRY_SKIP_EMIT_CODE; 478 EMIT_QWORD .BLOOP_COND ;Z: insert code, flush buffer, goto .BLOOP_COND 490 jle .EMIT_BRLOOP_CODE ; goto .EMIT_BRLOOP_CODE; 516 jg .BRLOOP ; goto .BRLOOP; 530 jle .EMIT_CODE ; goto .EMIT_CODE; 578 ; nbits = code_temp, goto .EMIT_BRLOOP_CODE_END
|
/third_party/lame/misc/ |
H A D | lame4dos.bat | 32 goto endmark
|
/third_party/rust/crates/regex/src/ |
H A D | prog.rs | 105 Inst::Save(ref i) => pc = i.goto, in skip() 174 fn with_goto(cur: usize, goto: usize, fmtd: String) -> String { in with_goto() 175 if goto == cur + 1 { in with_goto() 178 format!("{} (goto: {})", fmtd, goto) in with_goto() 193 write!(f, "{}", with_goto(pc, inst.goto, s))?; 204 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; 208 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; 221 with_goto(pc, inst.goto, ranges) 230 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, [all...] |
/third_party/skia/tools/lottie-web-perf/ |
H A D | lottie-web-perf.js | 160 await page.goto(targetURL, {
|
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/ |
H A D | torque.vim | 25 syn keyword torqueBranch break continue goto
|
/third_party/python/Lib/ |
H A D | turtle.py | 132 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown', 1360 >>> screen.onclick(goto) 1744 def goto(self, x, y=None): member in TNavigator 1747 Aliases: setpos | setposition | goto: 1753 call: goto(x, y) # two coordinates 1754 --or: goto((x, y)) # a pair (tuple) of coordinates 1755 --or: goto(vec) # e.g. as returned by pos() 1790 self.goto(0, 0) 2017 setpos = goto 2018 setposition = goto [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 255 jz %%zero_input ; if (Sx==0) goto zero_input
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1287 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}% 1429 \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}} 7958 goto file{\the\filename.pdf} name{\pdfxrefdest}% 7960 goto name{\pdfmkpgn{\pdfxrefdest}}%
|
Completed in 17 milliseconds
1234