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

1 2 3

  /external/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/shflags/src/
shflags_test.sh 13 SHELLS='/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh'
45 s) shells=${OPTARG} ;; # list of shells to run
52 # fill shells and/or tests
53 shells=${shells:-${SHELLS}}
68 shells="${shells}"
88 for shell in ${shells}; d
    [all...]
  /external/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/guice/core/src/com/google/inject/internal/
InternalInjectorCreator.java 69 private List<InjectorShell> shells; field in class:InternalInjectorCreator
104 shells = shellBuilder.build(initializer, bindingData, stopwatch, errors);
126 for (InjectorShell shell : shells) {
131 injectionRequestProcessor.process(shells);
143 new LookupProcessor(errors).process(shells);
144 for (InjectorShell shell : shells) {
149 for (InjectorShell shell : shells) {
162 return shells.get(0).getInjector();
179 for (InjectorShell shell : shells) {
  /external/selinux/libsemanage/src/
genhomedircon.c 60 #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...]
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix.go 36 // but that would not match all the Unix shells.
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix.go 36 // but that would not match all the Unix shells.
  /prebuilts/go/darwin-x86/misc/ios/
detect.go 10 // detect shells out to ideviceinfo, a third party program that can
  /prebuilts/go/linux-x86/misc/ios/
detect.go 10 // detect shells out to ideviceinfo, a third party program that can
  /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/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py     [all...]
  /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...]
  /ndk/build/core/
init.mk 190 # other shells (for those with really weird setups).
  /build/core/
config.mk 7 # DO NOT use other shells such as zsh.
    [all...]
main.mk 2 # DO NOT use other shells such as zsh.
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
build.go 219 // bash allows quoted ~ in $PATH (most shells do not).
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 219 // bash allows quoted ~ in $PATH (most shells do not).
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 

Completed in 2423 milliseconds

1 2 3