Home
last modified time | relevance | path

Searched defs:ControlCode (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcontrol.py64 def __init__(self, *codes: Union[ControlType, ControlCode]) -> None: argument
Dsegment.py56 ControlCode = Union[ variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcontrol.py64 def __init__(self, *codes: Union[ControlType, ControlCode]) -> None: argument
Dsegment.py56 ControlCode = Union[ variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcontrol.py64 def __init__(self, *codes: Union[ControlType, ControlCode]) -> None: argument
Dsegment.py56 ControlCode = Union[ variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcontrol.py64 def __init__(self, *codes: Union[ControlType, ControlCode]) -> None: argument
Dsegment.py56 ControlCode = Union[ variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dclusapi.h469 #define CLUSCTL_GET_CONTROL_FUNCTION(ControlCode) ((ControlCode >> CLUSCTL_ACCESS_SHIFT) & CLUSCTL_… argument
470 #define CLUSCTL_GET_ACCESS_MODE(ControlCode) ((ControlCode >> CLUSCTL_ACCESS_SHIFT) & CLUSCTL_ACCES… argument
471 #define CLUSCTL_GET_CONTROL_OBJECT(ControlCode) ((ControlCode >> CLUSCTL_OBJECT_SHIFT) & CLUSCTL_OB… argument
Dntddscsi.h201 ULONG ControlCode; member
/aosp_15_r20/external/sg3_utils/include/
H A Dsg_pt_win32.h399 ULONG ControlCode; member