HomeSort by relevance Sort by last modified time
    Searched full:startups (Results 1 - 4 of 4) sorted by null

  /system/extras/tests/workloads/
recentfling.sh 27 echo "-N : no app startups, just fling"
  /external/openssh/
sshd.c 966 * all connections are dropped for startups > max_startups
969 drop_connection(int startups)
973 if (startups < options.max_startups_begin)
975 if (startups >= options.max_startups)
981 p *= startups - options.max_startups_begin;
1223 int key_used = 0, startups = 0; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
EntropyMixer.java 46 * shutdowns and startups.
  /frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd 263 <li>We believe that we have eliminated the problem with very long emulator startups on Windows, but had some trouble reproducing the issue.&nbsp; We are interested in feedback from developers, if this issue persists.

Completed in 372 milliseconds