HomeSort by relevance Sort by last modified time
    Searched refs:shells (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/v8/tools/testrunner/network/
distro.py 55 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: s.SortTests(
    [all...]
  /external/chromium_org/v8/tools/testrunner/objects/
peer.py 35 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)
workpacket.py 50 for shell in self.peer.shells:
  /external/bison/djgpp/
djunpack.bat 4 Rem format, or else stock DOS/Windows shells will refuse to run it.
config.bat 5 Rem format, or else stock DOS/Windows shells will refuse to run it.
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 139 # is used. For Cygwin shells this can include automatic and incorrect expansion
  /build/core/
config.mk 7 # DO NOT use other shells such as zsh.
main.mk 2 # DO NOT use other shells such as zsh.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/genext2fs/
configure 237 # Try only shells that exist, to save several forks.
353 echo shells that I found on your system. Please install a
    [all...]
  /external/liblzf/
configure 233 # Try only shells that exist, to save several forks.
347 echo shells that I found on your system. Please install a
    [all...]
  /external/chromium_org/third_party/sqlite/src/
configure 256 # Try only shells that exist, to save several forks.
372 echo shells that I found on your system. Please install a
    [all...]
  /external/libusb-compat/
configure 256 # Try only shells that exist, to save several forks.
372 echo shells that I found on your system. Please install a
    [all...]
  /external/libvorbis/
configure 239 # Try only shells that exist, to save several forks.
355 echo shells that I found on your system. Please install a
    [all...]
  /external/chromium_org/third_party/libevent/
configure 256 # Try only shells that exist, to save several forks.
372 echo shells that I found on your system. Please install a
    [all...]
  /external/libmtp/
configure 258 # Try only shells that exist, to save several forks.
374 echo shells that I found on your system. Please install a
    [all...]
  /external/libogg/
configure 237 # Try only shells that exist, to save several forks.
353 echo shells that I found on your system. Please install a
    [all...]
  /external/llvm/
configure 237 # Try only shells that exist, to save several forks.
351 echo shells that I found on your system. Please install a
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 21 // Expose functionality in the same simple way that the shells work
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 79 // Expose functionality in the same simple way that the shells work
    [all...]

Completed in 1099 milliseconds