HomeSort by relevance Sort by last modified time
    Searched full:increase (Results 176 - 200 of 4176) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 31 /// This can increase the size of the code exponentially (doubling it every time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipv6.h 8 /* The latest drafts declared increase in minimal mtu up to 1280. */
resource.h 63 * increase this limit if needed.. 8MB seems reasonable.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
xlocale.h 33 /* To increase the speed of this solution we add some special members. */
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Timeout.java 44 * @param multiplier multiplier for {@link #increase()}.
45 * @param maxValue max timeout value (in ms) set by {@link #increase()}.
103 public long increase() { method in class:Timeout
RetryRule.java 63 timeout.increase();
  /device/google/taimen/
device.mk 90 # Increase the apparent size of a hardware burst from 1 msec to 2 msec.
92 # That is an increase from 48 to 96 frames at 48000 Hz.
94 # A low number, like 48, might increase power consumption or stress the system.
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Convolve.S 45 /* Load and post-increase the address by r5=#8 */
144 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
190 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
235 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
276 vst1.8 d8, [r0]! @ return the output and increase the address of r0
  /external/python/cpython2/Doc/howto/
argparse.rst 231 parser.add_argument("--verbosity", help="increase output verbosity")
249 increase output verbosity
276 parser.add_argument("--verbose", help="increase output verbosity",
296 --verbose increase output verbosity
322 parser.add_argument("-v", "--verbose", help="increase output verbosity",
339 -v, --verbose increase output verbosity
354 help="increase output verbosity")
388 help="increase output verbosity")
422 help="increase output verbosity")
448 increase output verbosit
    [all...]
  /external/python/cpython3/Doc/howto/
argparse.rst 229 parser.add_argument("--verbosity", help="increase output verbosity")
247 increase output verbosity
274 parser.add_argument("--verbose", help="increase output verbosity",
294 --verbose increase output verbosity
320 parser.add_argument("-v", "--verbose", help="increase output verbosity",
337 -v, --verbose increase output verbosity
352 help="increase output verbosity")
386 help="increase output verbosity")
420 help="increase output verbosity")
446 increase output verbosit
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_dma.c 325 * @increase: Flag to force increase of trigger level
332 * the lowest possible (64Bytes) and if we get tx underrun we increase it using
333 * the increase flag. Returns -EIO if we have have reached maximum/minimum.
339 int ath5k_hw_update_tx_triglevel(struct ath5k_hw *ah, int increase)
352 if (!increase) {
  /device/google/muskie/
device-common.mk 48 # Increase the apparent size of a hardware burst from 1 msec to 2 msec.
50 # That is an increase from 48 to 96 frames at 48000 Hz.
52 # A low number, like 48, might increase power consumption or stress the system.
  /external/autotest/client/site_tests/power_BacklightControl/
power_BacklightControl.py 91 logging.error(('Failed to increase brightness to max, ' + \
141 logging.error(('Failed to increase brightness to max, ' + \
178 logging.error('Power draw did not increase enough after ' + \
  /external/javassist/sample/rmi/
webdemo.html 67 message = Integer.toString(<font color="red">counter.increase()</font>);
86 For example, <code>counter.get()</code> and <code>counter.increase()</code>
102 public int increase() {
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
README 71 $$PPID" to increase the priority of sshd, if use run.sh from console,
72 users can use "chrt -p -f $PRIORITY $$" to increase the shell priority
88 TP will make not progress (the output of TP will not increase, since
  /external/v8/src/regexp/
regexp-ast.cc 318 static int IncreaseBy(int previous, int increase) {
319 if (RegExpTree::kInfinity - previous < increase) {
322 return previous + increase;
  /external/webrtc/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 191 // Loss < 2%: Increase rate by 8% of the min bitrate in the last
204 // (gives a little extra increase at low rates, negligible at higher
248 // Since history precision is in ms, add one so it is able to increase
  /frameworks/base/services/core/java/com/android/server/
EntropyMixer.java 51 * disk. This mixing is done in a way that does not increase the Linux RNG's
157 * because, while it doesn't increase the "quality" of the entropy pool,
161 * kernel to stay the same or increase.
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java 58 * In theory, the increase in concurrency permitted by the use of a read-write
60 * exclusion lock. In practice this increase in concurrency will only be fully
74 * increase in concurrency. Further, if the read operations are too short
  /art/compiler/optimizing/
side_effects_analysis.cc 22 // Inlining might have created more blocks, so we need to increase the size
  /art/runtime/mirror/
class_ext.h 72 bool ExtendObsoleteArrays(Thread* self, uint32_t increase)
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 106 /// change mono buffer to stereo. This does not increase allocated memory.
  /cts/tests/tests/location/src/android/location/cts/
TestUtils.java 33 // increase its priority. Such new behavior can causes starvation to the background thread -
  /cts/tests/tests/os/src/android/os/cts/
SecurityFeaturesTest.java 37 // and monotonically increase with each kernel release, so if we
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 27 * Indicate that the level of indentation for a dump should increase

Completed in 1367 milliseconds

1 2 3 4 5 6 78 91011>>