• Home
  • Raw
  • Download

Lines Matching full:logic

20     """Base class that controls bypass logic for firmware screens."""
36 """Bypass the dev mode firmware logic to boot internal image."""
41 """Bypass the dev mode firmware logic to boot USB."""
46 """Bypass the rec mode firmware logic to boot USB."""
111 """Controls bypass logic via keyboard shortcuts for menu UI."""
114 """Bypass the dev mode firmware logic to boot internal image.
132 """Bypass the dev mode firmware logic to boot USB."""
138 """Bypass the dev mode firmware logic to boot from default target."""
144 """Bypass the rec mode firmware logic to boot USB."""
198 """Controls bypass logic via keyboard shortcuts for legacy clamshell UI."""
214 """Controls bypass logic of Jetstream devices."""
217 """Bypass the dev mode firmware logic to boot internal image."""
223 """Bypass the dev mode firmware logic to boot USB."""
230 """Bypass the rec mode firmware logic to boot USB."""
245 # Jetstream does not have this triggering logic.
258 # Jetstream does not have this triggering logic.
263 """Controls bypass logic of tablet/ detachable chromebook devices."""
273 """Bypass the dev mode firmware logic to boot USB.
330 """Bypass the rec mode firmware logic to boot USB."""
825 """Bypass the dev mode firmware logic to boot internal image."""
831 """Bypass the dev mode firmware logic to boot USB."""
837 """Bypass the dev mode firmware logic to boot from default target."""
843 """Bypass the rec mode firmware logic to boot USB."""
1139 @param menu_navigator: The menu navigator for base logic of navigation.