Home
last modified time | relevance | path

Searched refs:control_code (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
D_windows_renderer.py22 for control_code in control_codes:
23 control_type = control_code[0]
25 _, x, y = cast(Tuple[ControlType, int, int], control_code)
40 _, column = cast(Tuple[ControlType, int], control_code)
47 _, mode = cast(Tuple[ControlType, int], control_code)
55 _, title = cast(Tuple[ControlType, str], control_code)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
D_windows_renderer.py22 for control_code in control_codes:
23 control_type = control_code[0]
25 _, x, y = cast(Tuple[ControlType, int, int], control_code)
40 _, column = cast(Tuple[ControlType, int], control_code)
47 _, mode = cast(Tuple[ControlType, int], control_code)
55 _, title = cast(Tuple[ControlType, str], control_code)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
D_windows_renderer.py22 for control_code in control_codes:
23 control_type = control_code[0]
25 _, x, y = cast(Tuple[ControlType, int, int], control_code)
40 _, column = cast(Tuple[ControlType, int], control_code)
47 _, mode = cast(Tuple[ControlType, int], control_code)
55 _, title = cast(Tuple[ControlType, str], control_code)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
D_windows_renderer.py22 for control_code in control_codes:
23 control_type = control_code[0]
25 _, x, y = cast(Tuple[ControlType, int, int], control_code)
40 _, column = cast(Tuple[ControlType, int], control_code)
47 _, mode = cast(Tuple[ControlType, int], control_code)
55 _, title = cast(Tuple[ControlType, str], control_code)
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winsvc.c341 static void WINAPI service_ctrl_handler(DWORD control_code) in service_ctrl_handler() argument
343 switch (control_code) { in service_ctrl_handler()