/third_party/ntfs-3g/libntfs-3g/ |
H A D | efs.c | 136 BOOL restart; in fixup_loop() local 143 restart = FALSE; in fixup_loop() 150 while (!restart && !res in fixup_loop() 183 restart = TRUE; in fixup_loop() 188 if (!restart && !res in fixup_loop() 197 } while (restart && !res); in fixup_loop()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-suspend-on-idle.c | 81 static void restart(struct device_info *d) { in restart() function 127 restart(d); in sink_input_fixate_hook_cb() 149 restart(d); in source_output_fixate_hook_cb() 154 restart(d); in source_output_fixate_hook_cb() 172 restart(d); in sink_input_unlink_hook_cb() 197 restart(d); in source_output_unlink_hook_cb() 211 restart(d); in sink_input_move_start_hook_cb() 248 restart(d); in source_output_move_start_hook_cb() 353 restart(d); in device_new_hook_cb() 405 restart( in device_state_changed_hook_cb() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | bmp_parser.c | 50 restart: in bmp_parse() 76 goto restart; in bmp_parse() 90 goto restart; in bmp_parse()
|
H A D | webp_parser.c | 49 restart: in webp_parse() 74 goto restart; in webp_parse() 88 goto restart; in webp_parse()
|
/third_party/ltp/testcases/lib/ |
H A D | daemonlib.sh | 83 systemctl restart $1.service > /dev/null 2>&1 85 service $1 restart > /dev/null 2>&1 87 /etc/init.d/$1 restart > /dev/null 2>&1
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | DuplexCallback.h | 34 kBufferSize(buffer_size), inRef(inStream), f(fun), restart(restartFunction) {} in DuplexCallback() 66 restart(); 76 std::function<void(void)> restart; member in DuplexCallback
|
/third_party/skia/src/core/ |
H A D | SkArenaAlloc.cpp | 104 restart: in allocObjectWithFooter() 115 goto restart; in allocObjectWithFooter() 123 goto restart; in allocObjectWithFooter()
|
/third_party/skia/src/utils/ |
H A D | SkPatchUtils.cpp | 80 this->restart(1); in FwDCubicEvaluator() 86 void restart(int divisions) { in restart() function in FwDCubicEvaluator 303 fBottom.restart(lodX); in MakeVertices() 304 fTop.restart(lodX); in MakeVertices() 310 fLeft.restart(lodY); in MakeVertices() 311 fRight.restart(lodY); in MakeVertices()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_kern_chan.c | 28 restart: in fuse_kern_chan_receive() 36 to restart */ in fuse_kern_chan_receive() 38 goto restart; in fuse_kern_chan_receive()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_compute.c | 86 struct tgsi_exec_machine *machine, bool restart) in cs_run() 88 if (!restart) { in cs_run() 100 tgsi_exec_machine_run(machine, restart ? machine->pc : 0); in cs_run() 84 cs_run(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, struct tgsi_exec_machine *machine, bool restart) cs_run() argument
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_query.py | 307 for restart in {True, False}: 308 dialog.restartvar.set(restart) 310 (['my arg'], (['my arg'], restart))): 311 with self.subTest(restart=restart, cli_args=cli_args):
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.h | 83 RESTART_PAGE_HEADER restart; member 135 extern RESTART_AREA restart;
|
/third_party/musl/src/misc/ |
H A D | realpath.c | 39 restart: in realpath() 127 goto restart; in realpath()
|
/third_party/skia/third_party/externals/oboe/samples/shared/ |
H A D | IRestartable.h | 26 virtual void restart() = 0;
|
/third_party/node/lib/internal/main/ |
H A D | watch_mode.js | 104 async function restart() { 119 await restart();
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_minmax_index.c | 233 unsigned restartIndex, bool restart, in vbo_get_minmax_index_mapped() 242 if (restart) { in vbo_get_minmax_index_mapped() 270 if (restart) { in vbo_get_minmax_index_mapped() 292 if (restart) { in vbo_get_minmax_index_mapped() 319 * If primitive restart is enabled, we need to ignore restart 232 vbo_get_minmax_index_mapped(unsigned count, unsigned index_size, unsigned restartIndex, bool restart, const void *indices, unsigned *min_index, unsigned *max_index) vbo_get_minmax_index_mapped() argument
|
/third_party/python/Lib/idlelib/ |
H A D | query.py | 341 2. Whether to restart Shell or not. 361 restart = Checkbutton(frame, variable=self.restartvar, onvalue=True, 366 restart.grid(column=0, row=10, columnspan=3, padx=5, sticky='w') 381 "Return apparently valid (cli_args, restart) or None." 383 restart = self.restartvar.get() 384 return None if cli_args is None else (cli_args, restart)
|
H A D | runscript.py | 140 self.cli_args, restart = run_args if customize else ([], True) 142 if pyshell.use_subprocess and restart:
|
/third_party/toybox/toys/posix/ |
H A D | sed.c | 83 D Delete one line of input and restart command SCRIPT (same as "d" 183 void *restart, *lastregex; 285 // The restart-1 is because we added one to make sure it wasn't NULL, in sed_line() 286 // otherwise N as last command would restart script in sed_line() 287 command = TT.restart ? ((struct sedcmd *)TT.restart)-1 : (void *)TT.pattern; in sed_line() 288 TT.restart = 0; in sed_line() 389 // otherwise trim and restart script in sed_line() 445 TT.restart = command->next+1; in sed_line() 452 TT.restart in sed_line() [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_simd_inc.h | 211 struct sljit_label *restart; 283 restart = LABEL(); 360 JUMPTO(SLJIT_JUMP, restart); 524 struct sljit_label *restart; 635 restart = LABEL(); 749 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, restart); 1254 struct sljit_label *restart; 1330 restart = LABEL(); 1440 JUMPTO(SLJIT_JUMP, restart); 1618 struct sljit_label *restart; [all...] |
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
H A D | MegaDroneEngine.h | 41 virtual void restart() override;
|
/third_party/node/deps/npm/lib/commands/ |
H A D | run-script.js | 15 'restart', 77 if (event === 'restart' && !scripts.restart) { 78 scripts.restart = 'npm stop --if-present && npm start'
|
/third_party/libinput/src/ |
H A D | filter.c | 68 if (filter->interface->restart) in filter_restart() 69 filter->interface->restart(filter, data, time); in filter_restart()
|
H A D | timer.c | 145 restart: in libinput_timer_handler() 164 goto restart; in libinput_timer_handler()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
H A D | HelloOboeEngine.h | 38 void restart() override;
|