/test/vts-testcase/hal/wifi/V1_0/app/wifi_native_test/ |
VtsAppWifiNativeTest.runner_conf | 15 "aware_default_power_mode": "INTERACTIVE"
|
/tools/test/connectivity/acts/tests/google/wifi/aware/config/ |
wifi_aware.json | 2 "_description": "This is a test configuration file for Wi-Fi Aware tests in INTERACTIVE (high-power) mode.", 14 "aware_default_power_mode": "INTERACTIVE"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ |
BootMaintenanceManager.vfr | 38 flags = INTERACTIVE,
57 //flags = INTERACTIVE,
63 flags = INTERACTIVE,
69 flags = INTERACTIVE,
75 flags = INTERACTIVE,
86 //flags = INTERACTIVE,
92 flags = INTERACTIVE,
98 flags = INTERACTIVE,
104 flags = INTERACTIVE,
120 flags = INTERACTIVE,
[all...] |
/system/sepolicy/prebuilts/api/26.0/public/ |
vendor_shell.te | 1 # vendor shell MUST never run as interactive or login shell.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
vendor_shell.te | 1 # vendor shell MUST never run as interactive or login shell.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
Bm.vfr | 35 flags = INTERACTIVE,
43 flags = INTERACTIVE,
51 flags = INTERACTIVE,
59 flags = INTERACTIVE,
69 flags = INTERACTIVE,
75 flags = INTERACTIVE,
83 flags = INTERACTIVE,
94 //flags = INTERACTIVE,
100 flags = INTERACTIVE,
106 flags = INTERACTIVE,
[all...] |
FE.vfr | 48 flags = INTERACTIVE,
57 flags = INTERACTIVE,
67 flags = INTERACTIVE,
73 flags = INTERACTIVE,
90 flags = INTERACTIVE,
99 flags = INTERACTIVE,
116 flags = INTERACTIVE,
122 flags = INTERACTIVE,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Config2.vfr | 35 flags = INTERACTIVE,
44 flags = INTERACTIVE,
54 flags = INTERACTIVE,
63 flags = INTERACTIVE,
72 flags = INTERACTIVE,
81 flags = INTERACTIVE,
94 flags = INTERACTIVE,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
Vfr.vfr | 43 flags = INTERACTIVE,
49 flags = INTERACTIVE,
61 flags = INTERACTIVE | RESET_REQUIRED,
71 flags = INTERACTIVE,
77 flags = INTERACTIVE,
91 flags = INTERACTIVE,
102 flags = INTERACTIVE | RESET_REQUIRED,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/ |
LegacyBootMaintUiVfr.Vfr | 36 flags = INTERACTIVE,
42 flags = INTERACTIVE,
48 flags = INTERACTIVE,
54 flags = INTERACTIVE,
60 flags = INTERACTIVE,
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
SecureBootConfig.vfr | 49 flags = INTERACTIVE | RESET_REQUIRED,
60 flags = INTERACTIVE | NUMERIC_SIZE_1,
73 flags = INTERACTIVE,
91 flags = INTERACTIVE,
99 flags = INTERACTIVE,
107 flags = INTERACTIVE,
115 flags = INTERACTIVE,
123 flags = INTERACTIVE,
143 flags = INTERACTIVE,
157 flags = INTERACTIVE | RESET_REQUIRED, [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiConfigVfr.vfr | 35 flags = INTERACTIVE,
46 flags = INTERACTIVE,
57 flags = INTERACTIVE,
65 flags = INTERACTIVE,
89 flags = INTERACTIVE,
95 flags = INTERACTIVE,
108 flags = INTERACTIVE,
114 flags = INTERACTIVE,
124 flags = INTERACTIVE,
146 option text = STRING_TOKEN(STR_IP_MODE_IP4), value = IP_MODE_IP4, flags = INTERACTIVE;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
RamDiskHii.vfr | 34 flags = NUMERIC_SIZE_1 | INTERACTIVE,
48 flags = INTERACTIVE,
62 flags = INTERACTIVE,
79 flags = NUMERIC_SIZE_8 | DISPLAY_UINT_HEX | INTERACTIVE,
89 flags = INTERACTIVE,
95 flags = INTERACTIVE,
|
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/ |
TlsAuthConfigVfr.vfr | 41 flags = INTERACTIVE, 53 flags = INTERACTIVE, 69 flags = INTERACTIVE, 77 flags = INTERACTIVE, 105 flags = INTERACTIVE, 116 flags = INTERACTIVE, 128 flags = INTERACTIVE, 134 flags = INTERACTIVE,
|
/external/autotest/client/common_lib/cros/ |
shell.html | 6 # This html file is used by Interactive Tests. Scripts are able to append 12 <title>Interactive Test</title>
|
/external/autotest/server/cros/bluetooth/ |
bluetooth_test.py | 20 self.interactive - InteractiveClient object for the device 23 with the tester_host parameter as None and/or the interactive argument as 33 def warmup(self, device_host, tester_host, interactive=False): 35 if interactive: 36 self.interactive = interactive_client.InteractiveClient(device_host) 38 self.interactive = None 50 if self.interactive: 51 self.interactive.close()
|
/external/selinux/libsepol/tests/ |
libsepol-tests.c | 52 printf("\t-i, --interactive\t\tinteractive console\n"); 55 static bool do_tests(int interactive, int verbose) 74 if (interactive) 86 int i, verbose = 1, interactive = 0; local 90 {"interactive", 0, NULL, 'i'}, 100 interactive = 1; 112 if (!do_tests(interactive, verbose)) 117 if (!do_tests(interactive, verbose))
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
UserProfileManagerVfr.Vfr | 36 flags = INTERACTIVE,
71 flags = INTERACTIVE,
108 flags = INTERACTIVE,
117 flags = INTERACTIVE,
134 flags = INTERACTIVE,
140 flags = INTERACTIVE,
149 flags = INTERACTIVE,
163 flags = INTERACTIVE,
169 flags = INTERACTIVE,
211 flags = INTERACTIVE,
[all...] |
/hardware/interfaces/power/1.0/ |
IPower.hal | 25 * system entering interactive state (that is, the system is awake 27 * display and touchscreen enabled) or non-interactive state (the 29 * non-interactive state may be entered after a period of 36 * system to low-power sleep state when entering non-interactive 38 * interactive state. When low-power suspend state is allowed, the 42 * This function can be called to enter non-interactive state after 44 * interactive state prior to turning on the screen. 46 * @param interactive is true when the system is transitioning to an 47 * interactive state and false when transitioning to a 48 * non-interactive state [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
OpalPasswordForm.vfr | 41 flags = INTERACTIVE,
63 flags = INTERACTIVE, \
72 flags = INTERACTIVE, \
81 flags = INTERACTIVE, \
90 flags = INTERACTIVE, \
99 flags = INTERACTIVE, \
108 flags = INTERACTIVE, \
141 flags = INTERACTIVE,
167 flags = INTERACTIVE,
188 flags = INTERACTIVE,
[all...] |
/device/google/wahoo/sepolicy/vendor/ |
mediacodec.te | 1 # VIDEO_DECODE_PLAYBACK_HINT is for interactive governor in HMP kernels
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|
/external/autotest/frontend/ |
setup_django_lite_environment.py | 12 django.core.management.call_command('syncdb', interactive=False, verbosity=0)
|
/external/python/cpython2/Lib/idlelib/ |
__init__.py | 3 Idle includes an interactive shell and editor.
|
/external/python/cpython2/Lib/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|