/external/shflags/src/ |
D | shflags_test.sh | 45 s) shells=${OPTARG} ;; # list of shells to run 53 shells=${shells:-${SHELLS}} 68 shells="${shells}" 88 for shell in ${shells}; do
|
D | shflags_test_helpers | 79 # Some shells, zsh on Solaris in particular, return immediately from a sub-shell
|
/external/guice/core/src/com/google/inject/internal/ |
D | InternalInjectorCreator.java | 68 private List<InjectorShell> shells; field in InternalInjectorCreator 103 shells = shellBuilder.build(initializer, bindingData, stopwatch, errors); in build() 125 for (InjectorShell shell : shells) { in initializeStatically() 130 injectionRequestProcessor.process(shells); in initializeStatically() 142 new LookupProcessor(errors).process(shells); in initializeStatically() 143 for (InjectorShell shell : shells) { in initializeStatically() 153 for (InjectorShell shell : shells) { in initializeStatically() 164 return shells.get(0).getInjector(); in primaryInjector() 181 for (InjectorShell shell : shells) { in injectDynamically()
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 213 FILE *shells; in get_shell_list() local 219 shells = fopen(PATH_SHELLS_FILE, "r"); in get_shell_list() 220 if (!shells) in get_shell_list() 222 while ((len = getline(&temp, &buff_len, shells)) > 0) { in get_shell_list() 291 semanage_list_t *shells = NULL; in get_home_dirs() local 331 shells = get_shell_list(); in get_home_dirs() 332 assert(shells); in get_home_dirs() 371 if (!semanage_list_find(shells, pwbuf->pw_shell)) in get_home_dirs() 421 semanage_list_destroy(&shells); in get_home_dirs() 429 semanage_list_destroy(&shells); in get_home_dirs()
|
/external/python/cpython3/Doc/library/ |
D | shlex.rst | 63 The quoting is compatible with UNIX shells and with :func:`split`: 93 behaviour even closer to how real shells parse. This can take a number of 249 intended to provide parsing closer to that implemented by shells, it is 270 ``source`` keyword in various shells. That is, the immediately following token 305 returned as a token, even though it may not be recognised as such by shells. 371 common Unix shells like ``bash``, ``dash``, and ``sh``. To take advantage of 376 this is short of a full parser for shells (which would be out of scope for the 377 standard library, given the multiplicity of shells out there), it does allow 393 Of course, tokens will be returned which are not valid for shells, and you'll
|
/external/shflags/doc/ |
D | coding_standards.txt | 54 Due to some shells not supporting local variables in functions, care in the 57 all variables are technically global variables in some shells. 86 As many shells do not support local variables, no support for cleanup of
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-lib/ |
D | help.test | 1 # Note: we have to quote the /? option, otherwise some shells will try to
|
/external/bcc/tools/ |
D | bashreadline_example.txt | 4 This prints bash commands from all running bash shells on the system. For
|
/external/shflags/test_results/1.2.0/ |
D | FreeBSD-9.1.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | OpenSolaris-2009.06(snv_111b).txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Mac_OS_X-10.10.3.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Mac_OS_X-10.8.2.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Solaris-9u8.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Solaris-8u7.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Solaris-10u10.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
/external/python/cpython2/Lib/test/ |
D | test_subprocess.py | 987 shells = [] 992 shells.append(sh) 993 if not shells: # Will probably work for any shell but csh. 998 shells.append(sh) 999 for sh in shells:
|
/external/shflags/test_results/1.0.2/ |
D | Linux-Red_Hat_Linux_release_9_(Shrike).txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Solaris-11.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Linux-Ubuntu-8.04.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Linux-Ubuntu-6.06.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
/external/shflags/test_results/1.0.3/ |
D | Solaris-5.11-snv_77.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Solaris-5.11-NexentaOS_20081207.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Mac_OS_X-10.5.6.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
D | Linux-Ubuntu-6.06.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
/external/python/cpython2/Doc/library/ |
D | pipes.rst | 63 The quoting is compatible with UNIX shells and with :func:`shlex.split`:
|