Home
last modified time | relevance | path

Searched refs:PROMPT (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/os400/
Dxmlcatalog.cmd9 CMD PROMPT('XML/SGML catalog tool')
16 PROMPT('XML/SGML catalog file')
23 PROMPT('Catalog kind')
31 PROMPT('Output stream file path')
38 PROMPT('Convert SGML to XML catalog')
45 PROMPT('Update the SGML super catalog')
52 PROMPT('Output debugging information')
61 PROMPT('Delete System/URI identifier')
66 PROMPT('Add definition')
68 PROMPT('Entry type') +
[all …]
Dxmllint.cmd9 CMD PROMPT('XML tool')
16 PROMPT('XML Stream file')
23 PROMPT('DTD id, URL or file path')
27 PROMPT('DTD locator is URL/FPI')
34 PROMPT('Schema URL or stream file path')
38 PROMPT('Validating schema kind') +
50 PROMPT('Output stream file path')
57 PROMPT('XPath filter')
62 PROMPT('Reader node filter')
69 PROMPT('Path for resources')
[all …]
/external/python/cpython3/Lib/venv/scripts/nt/
Dactivate.bat13 if not defined PROMPT set PROMPT=$P$G variable
15 if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT% variable
18 set _OLD_VIRTUAL_PROMPT=%PROMPT%
19 set PROMPT=__VENV_PROMPT__%PROMPT% variable
Ddeactivate.bat4 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpxssh.py141 self.PROMPT = self.UNIQUE_PROMPT
434 self.before, self.PROMPT,))
468 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout)
491 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
494 i = self.expect([TIMEOUT, self.PROMPT], timeout=10)
/external/perfetto/ui/src/frontend/
Drpc_http_dialog.ts24 const PROMPT = `Trace Processor Native Accelerator detected on ${RPC_URL} with: constant
65 PROMPT.replace('$loadedTraceName', state.loadedTraceName)),
/external/autotest/client/common_lib/
Dpxssh.py97 self.PROMPT = self.UNIQUE_PROMPT
285 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout)
309 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
312 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbpexpect.py21 PROMPT = "(lldb) " variable in PExpectTest
24 self.child.expect_exact(self.PROMPT)
/external/llvm-project/lldb/test/API/driver/batch_mode/
DTestBatchMode.py152 child.expect_exact(self.PROMPT + "continue")
154 child.expect_exact(self.PROMPT + "continue")
/external/llvm-project/lldb/test/API/iohandler/completion/
DTestIOHandlerCompletion.py31 …self.child.expect(re.compile(b"regi(\r" + self.cursor_forward_escape_seq(len(self.PROMPT + "regi")…
/external/python/cpython2/Lib/
Dcmd.py52 PROMPT = '(Cmd) ' variable
67 prompt = PROMPT
/external/python/cpython3/Lib/
Dcmd.py49 PROMPT = '(Cmd) ' variable
64 prompt = PROMPT
/external/python/cpython3/Doc/using/
Dvenv-create.inc39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps]
62 --prompt PROMPT Provides an alternative prompt prefix for this
/external/autotest/client/cros/nfc/
Dconsole.py19 PROMPT = 'NFC> ' variable
447 self.prompt = PROMPT
/external/openssh/
Dbuildpkg.sh.in491 PROMPT="Yes or No [yes,no,?,quit]"
507 p) PROMPT=\$OPTARG ;;
/external/bc/
DMakefile.in137 BC_ENABLE_PROMPT = %%PROMPT%%