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

1 2

  /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.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 367 Shell[] shells = display.getShells(); local
368 if (shells.length > 0) {
369 shell = shells[0];
    [all...]
  /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...]
  /ndk/build/core/
init.mk 177 # other shells (for those with really weird setups).
  /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 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /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...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 1159 milliseconds

1 2