/external/libxml2/os400/ |
D | xmlcatalog.cmd | 9 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 …]
|
D | xmllint.cmd | 9 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/ |
D | activate.bat | 13 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
|
D | deactivate.bat | 4 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
|
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | pxssh.py | 141 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/ |
D | rpc_http_dialog.ts | 24 const PROMPT = `Trace Processor Native Accelerator detected on ${RPC_URL} with: constant 65 PROMPT.replace('$loadedTraceName', state.loadedTraceName)),
|
/external/autotest/client/common_lib/ |
D | pxssh.py | 97 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/ |
D | lldbpexpect.py | 21 PROMPT = "(lldb) " variable in PExpectTest 24 self.child.expect_exact(self.PROMPT)
|
/external/llvm-project/lldb/test/API/driver/batch_mode/ |
D | TestBatchMode.py | 152 child.expect_exact(self.PROMPT + "continue") 154 child.expect_exact(self.PROMPT + "continue")
|
/external/llvm-project/lldb/test/API/iohandler/completion/ |
D | TestIOHandlerCompletion.py | 31 …self.child.expect(re.compile(b"regi(\r" + self.cursor_forward_escape_seq(len(self.PROMPT + "regi")…
|
/external/python/cpython2/Lib/ |
D | cmd.py | 52 PROMPT = '(Cmd) ' variable 67 prompt = PROMPT
|
/external/python/cpython3/Lib/ |
D | cmd.py | 49 PROMPT = '(Cmd) ' variable 64 prompt = PROMPT
|
/external/python/cpython3/Doc/using/ |
D | venv-create.inc | 39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps] 62 --prompt PROMPT Provides an alternative prompt prefix for this
|
/external/autotest/client/cros/nfc/ |
D | console.py | 19 PROMPT = 'NFC> ' variable 447 self.prompt = PROMPT
|
/external/openssh/ |
D | buildpkg.sh.in | 491 PROMPT="Yes or No [yes,no,?,quit]" 507 p) PROMPT=\$OPTARG ;;
|
/external/bc/ |
D | Makefile.in | 137 BC_ENABLE_PROMPT = %%PROMPT%%
|