Searched refs:shells (Results 1 - 18 of 18) sorted by relevance

/external/v8/tools/testrunner/network/
H A Ddistro.py55 shells = {}
58 if not shell in shells:
59 shells[shell] = Shell(shell)
60 shells[shell].AddSuite(s)
61 # Convert |shells| to list and sort it, shortest total_duration first.
62 shells = [ shells[s] for s in shells ]
63 shells.sort(cmp=lambda x, y: cmp(x.total_duration, y.total_duration))
66 for s in shells
[all...]
/external/v8/tools/testrunner/objects/
H A Dpeer.py35 self.shells = set() # set of strings
53 if shell.shell not in self.shells:
54 self.shells.add(shell.shell)
64 if shell.shell not in self.shells:
65 self.shells.add(shell.shell)
H A Dworkpacket.py50 for shell in self.peer.shells:
/external/selinux/libsemanage/src/
H A Dgenhomedircon.c60 #define PATH_SHELLS_FILE "/etc/shells"
196 FILE *shells; local
202 shells = fopen(PATH_SHELLS_FILE, "r");
203 if (!shells)
205 while ((len = getline(&temp, &buff_len, shells)) > 0) {
281 semanage_list_t *shells = NULL; local
324 shells = get_shell_list();
325 assert(shells);
365 if (!semanage_list_find(shells, pwbuf->pw_shell))
416 semanage_list_destroy(&shells);
[all...]
/external/bison/djgpp/
H A Ddjunpack.bat4 Rem format, or else stock DOS/Windows shells will refuse to run it.
H A Dconfig.bat5 Rem format, or else stock DOS/Windows shells will refuse to run it.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/liblzf/
H A Dconfigure233 # Try only shells that exist, to save several forks.
347 echo shells that I found on your system. Please install a
/external/libusb-compat/
H A Dconfigure256 # Try only shells that exist, to save several forks.
372 echo shells that I found on your system. Please install a
3703 # except with old shells:
3740 # except with old shells:
/external/libvorbis/
H A Dconfigure239 # Try only shells that exist, to save several forks.
355 echo shells that I found on your system. Please install a
2046 # except with old shells:
2083 # except with old shells:
2120 # except with old shells:
/external/libmtp/
H A Dconfigure258 # Try only shells that exist, to save several forks.
374 echo shells that I found on your system. Please install a
3841 # except with old shells:
3878 # except with old shells:
/external/libogg/
H A Dconfigure237 # Try only shells that exist, to save several forks.
353 echo shells that I found on your system. Please install a
3575 # except with old shells:
3612 # except with old shells:
/external/llvm/
H A Dconfigure237 # Try only shells that exist, to save several forks.
351 echo shells that I found on your system. Please install a
3857 # except with old shells:
3894 # except with old shells:
3931 # except with old shells:
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl12005 echo "the files and no shells are still cd-ed into the share area, then type:"
14132 applications are using any of the SMB shares (or shells are cd-ed
/external/openssh/
H A Dconfigure240 # Try only shells that exist, to save several forks.
356 echo shells that I found on your system. Please install a
2807 # except with old shells:
2844 # except with old shells:

Completed in 535 milliseconds