/external/python/cpython3/Lib/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|
/external/selinux/libsemanage/tests/ |
libsemanage-tests.c | 48 printf("\t-i, --interactive\t\tinteractive console\n"); 51 static bool do_tests(int interactive, int verbose) 68 if (interactive) 83 int i, verbose = 1, interactive = 0; local 87 {"interactive", 0, NULL, 'i'}, 97 interactive = 1; 107 if (!do_tests(interactive, verbose))
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiConfigDxe.vfr | 33 flags = INTERACTIVE,
56 flags = INTERACTIVE,
64 flags = INTERACTIVE,
73 flags = INTERACTIVE,
82 flags = INTERACTIVE,
104 flags = INTERACTIVE,
113 flags = INTERACTIVE,
131 flags = INTERACTIVE,
153 flags = INTERACTIVE,
162 flags = INTERACTIVE,
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Config.vfr | 35 flags = INTERACTIVE,
93 flags = INTERACTIVE,
128 flags = INTERACTIVE,
139 flags = INTERACTIVE,
148 flags = INTERACTIVE,
157 flags = INTERACTIVE,
166 flags = INTERACTIVE,
172 flags = INTERACTIVE,
|
/external/autotest/client/samples/ |
control.interactive_console | 9 Gives you an interactive interpreter within an autotest control file. 15 The point of this control file is to give you an interactive interpreter with
|
/external/libnl/etc/ |
classid | 16 # top:1 interactive # interactive -> 1:1
|
/external/pdfium/xfa/fxfa/parser/ |
cxfa_interactive.cpp | 16 constexpr wchar_t kName[] = L"interactive"; 25 XFA_Element::Interactive,
|
/device/google/marlin/sepolicy/ |
mediacodec.te | 1 # VIDEO_DECODE_PLAYBACK_HINT is for interactive governor in HMP kernels
|
/external/jcommander/src/test/java/com/beust/jcommander/command/ |
CommandHidden.java | 15 public Boolean interactive = false; field in class:CommandHidden
|
NamedCommandAdd.java | 15 public Boolean interactive = false; field in class:NamedCommandAdd
|
/external/python/cpython3/Lib/idlelib/ |
__init__.py | 3 Idle includes an interactive shell and editor.
|
/external/strace/tests/ |
interactive_block.test | 3 # Check that in interactive mode those signals that were blocked
|
/external/strace/tests-m32/ |
interactive_block.test | 3 # Check that in interactive mode those signals that were blocked
|
/external/strace/tests-mx32/ |
interactive_block.test | 3 # Check that in interactive mode those signals that were blocked
|
/tools/test/connectivity/acts/tests/google/wifi/aware/config/ |
wifi_aware_non_interactive.json | 2 "_description": "This is a test configuration file for Wi-Fi Aware tests in NON-INTERACTIVE (low-power) mode.",
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/config/ |
wifi_rtt.json | 14 "aware_default_power_mode": "INTERACTIVE",
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
VlanConfig.vfr | 35 flags = INTERACTIVE,
62 flags = INTERACTIVE,
74 flags = INTERACTIVE,
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/ |
control.manual | 18 This is the manual, interactive, version of bluetooth_Sanity_Discoverable; 21 interactive prompts where required. 35 interactive=True)
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
bluetooth_Sanity_Discovery.py | 57 if self.interactive: 63 self.interactive.replace_list_item(item_name, html) 65 self.interactive.append_list_item('devices', item_name, 69 result = self.interactive.check_for_button() 96 if self.interactive: 97 self.interactive.login() 100 self.interactive.append_output( 108 self.interactive.append_output( 112 self.interactive.append_output('<h2>Devices Found</h2>') 113 self.interactive.append_list('devices' [all...] |
control.manual | 18 This is the manual, interactive, version of bluetooth_Sanity_Discovery; 21 interactive prompts where required. 35 interactive=True)
|
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
bluetooth_Sanity_LEDiscovery.py | 57 if self.interactive: 63 self.interactive.replace_list_item(item_name, html) 65 self.interactive.append_list_item('devices', item_name, 69 result = self.interactive.check_for_button() 97 if self.interactive: 98 self.interactive.login() 101 self.interactive.append_output( 109 self.interactive.append_output( 113 self.interactive.append_output('<h2>Devices Found</h2>') 114 self.interactive.append_list('devices' [all...] |