Home
last modified time | relevance | path

Searched refs:increase (Results 1 – 25 of 174) sorted by relevance

1234567

/external/blktrace/btt/
Dmisc.c87 static int increase_limit(int resource, rlim_t increase) in increase_limit() argument
93 rlim.rlim_cur += increase; in increase_limit()
95 rlim.rlim_max = rlim.rlim_cur + increase; in increase_limit()
/external/deqp/doc/testspecs/GLES2/
Dperformance.shaders.operator.txt38 estimated. This slope tells us the estimated increase in frame time caused by
39 a workload increase of 1 loop iteration.
49 At this point, the result tells us the increase in frame time caused by the
57 C yield the same frame time, and only workload sizes beyond C increase the frame
/external/deqp/doc/testspecs/GLES3/
Dperformance.shaders.operator.txt42 estimated. This slope tells us the estimated increase in frame time caused by
43 a workload increase of 1 loop iteration.
53 At this point, the result tells us the increase in frame time caused by the
61 C yield the same frame time, and only workload sizes beyond C increase the frame
/external/javassist/sample/rmi/
DCounter.java15 synchronized public int increase() { in increase() method in Counter
DCountApplet.java62 counter.increase(); in actionPerformed()
/external/valgrind/memcheck/tests/
Dsupp_unknown.stderr.exp-kfail7 possible), you can try to increase the size of the
Dsupp_unknown.stderr.exp8 possible), you can try to increase the size of the
Dbadjump.stderr.exp-kfail12 possible), you can try to increase the size of the
Dbadjump.stderr.exp14 possible), you can try to increase the size of the
/external/valgrind/none/tests/x86-linux/
Dbug345887.stderr.exp7 possible), you can try to increase the size of the
Dhang.stderr.exp7 possible), you can try to increase the size of the
/external/valgrind/none/tests/amd64-linux/
Dbug345887.stderr.exp7 possible), you can try to increase the size of the
/external/valgrind/none/tests/linux/
Dblockfault.stderr.exp8 possible), you can try to increase the size of the
Dstack-overflow.stderr.exp10 possible), you can try to increase the size of the
/external/llvm/test/CodeGen/X86/
Disel-sink3.ll2 ; this should not sink %1 into bb1, that would increase reg pressure.
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dlockdown_permissive.txt10 Note if you disable the permissive domains module, you may see an increase in the denials in your l…
Dlockdown_unconfined.txt9 Note if you disable the unconfined module, you may see an increase in the denials, and if you have …
/external/fio/examples/
Dssd-test.fio9 # in flight commands, so it may also be interesting to increase the queue
/external/llvm/docs/TableGen/
DDeficiencies.rst14 lack the power of other DSLs, which in turn increase considerably the size
/external/lzma/
Dlzma.txt158 overall weight of memory speed will slightly increase.
261 To increase the compression ratio for LZMA compressing it's desirable
270 You can increase the compression ratio for some data types, using
272 increase the compression ratio on 5-10% for code for those CPU ISAs:
290 so it will not increase decompressing time too much.
558 _LZMA_PROB32 - It can increase the speed on some 32-bit CPUs, but memory usage for
/external/iptables/extensions/
Dlibxt_NFLOG.man27 result in less overhead per packet, but increase delay until the
/external/bison/m4/
Dfloat_h.m487 dnl to increase the chances that the fix function gets pulled in.
/external/llvm/test/Transforms/LoopUnroll/
Druntime-loop3.ll4 ; Test that nested loops can be unrolled. We need to increase threshold to do it
/external/e2fsprogs/
DTODO211 cases to increase the code coverage for e2fsck.
217 cases to increase the code coverage for resize2fs.
255 filesystem in the following ways: (1) increase the inode size, so that
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient_gpu.cpp707 SkScalar increase = random->nextUScalar1(); in TestCreate() local
710 radius2 = diffLen + increase; in TestCreate()
962 SkScalar increase = random->nextUScalar1(); in TestCreate() local
965 radius2 = radius1 + diffLen + increase; in TestCreate()

1234567