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

12

/external/chromium_org/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/dropbear/
H A Dcompat.c86 static char **curshell, **shells, *strings; variable
204 * Get a list of shells from /etc/shells, if it exists.
219 if (shells != NULL)
220 free(shells);
221 shells = NULL;
240 if (shells != NULL)
241 free(shells);
242 shells = NULL;
246 if ((fp = fopen("/etc/shells", "r
[all...]
/external/chromium_org/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/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/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk133 # is used. For Cygwin shells this can include automatic and incorrect expansion
/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/elfutils/
H A Dconfigure260 # Try only shells that exist, to save several forks.
376 echo shells that I found on your system. Please install a
2455 # except with old shells:
2492 # except with old shells:
/external/genext2fs/
H A Dconfigure237 # Try only shells that exist, to save several forks.
353 echo shells that I found on your system. Please install a
/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/libpcap/
H A Dconfigure238 # Try only shells that exist, to save several forks.
354 echo shells that I found on your system. Please install a
1799 # except with old shells:
1836 # except with old shells:
1873 # except with old shells:
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure256 # Try only shells that exist, to save several forks.
372 echo shells that I found on your system. Please install a
2165 # except with old shells:
2202 # except with old shells:
12691 # except with old shells:
/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/chromium/sdch/open-vcdiff/
H A Dconfigure239 # Try only shells that exist, to save several forks.
355 echo shells that I found on your system. Please install a
4266 # except with old shells:
4303 # except with old shells:
/external/libffi/
H A Dconfigure239 # Try only shells that exist, to save several forks.
355 echo shells that I found on your system. Please install a
2084 # except with old shells:
2121 # except with old shells:
2158 # 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/tcpdump/
H A Dconfigure238 # Try only shells that exist, to save several forks.
354 echo shells that I found on your system. Please install a
1783 # except with old shells:
1820 # except with old shells:
/external/chromium/third_party/libevent/
H A Dconfigure256 # Try only shells that exist, to save several forks.
372 echo shells that I found on your system. Please install a
4282 # except with old shells:
4319 # except with old shells:
/external/chromium_org/third_party/libevent/
H A Dconfigure256 # Try only shells that exist, to save several forks.
372 echo shells that I found on your system. Please install a
4282 # except with old shells:
4319 # except with old shells:

Completed in 2156 milliseconds

12