Home
last modified time | relevance | path

Searched refs:increasing (Results 1 – 25 of 101) sorted by relevance

12345

/external/glide/library/src/main/java/com/bumptech/glide/
DListPreloader.java90 private void preload(int start, boolean increasing) { in preload() argument
91 if (isIncreasing != increasing) { in preload()
92 isIncreasing = increasing; in preload()
95 preload(start, start + (increasing ? maxPreload : -maxPreload)); in preload()
/external/chromium_org/third_party/icu/source/data/mappings/
Dnoop-iso-ir-165.ucm16 # and two others, they can be protected while increasing the ICU data size
Dnoop-gb2312_gl.ucm16 # and two others, they can be protected while increasing the ICU data size
Dnoop-cns-11643.ucm15 # they can be protected while increasing the ICU data size by ~ 10kB.
/external/icu/icu4c/source/data/mappings/
Dnoop-iso-ir-165.ucm16 # and two others, they can be protected while increasing the ICU data size
Dnoop-gb2312_gl.ucm16 # and two others, they can be protected while increasing the ICU data size
Dnoop-cns-11643.ucm15 # they can be protected while increasing the ICU data size by ~ 10kB.
/external/sepolicy/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/external/deqp/doc/testspecs/GLES2/
Dperformance.shaders.operator.txt59 consists of two parts: a horizontal left part, and a linearly increasing right
61 these tests is to look at the slope of the increasing right part. Additionally
/external/deqp/doc/testspecs/GLES3/
Dperformance.shaders.operator.txt63 consists of two parts: a horizontal left part, and a linearly increasing right
65 these tests is to look at the slope of the increasing right part. Additionally
/external/chromium_org/extensions/common/api/
Dsystem_cpu.idl9 // increasing while the processor is powered on. Values are in milliseconds.
/external/valgrind/main/exp-dhat/
Ddh_main.c1213 Bool increasing; in show_top_n_apinfos() local
1218 Bool ok = identify_metric( &get_metric, &increasing, metric_name ); in show_top_n_apinfos()
1224 increasing ? "increasing" : "decreasing", in show_top_n_apinfos()
1239 ULong best_metric = increasing ? ~0ULL : 0ULL; in show_top_n_apinfos()
1248 if (increasing ? (metric < best_metric) : (metric > best_metric)) { in show_top_n_apinfos()
/external/chromium_org/third_party/WebKit/PerformanceTests/
DSkipped37 # Has a time-dependency (monotonically increasing), and is much slower than
/external/chromium_org/ppapi/api/
Dppb_gamepad.idl45 * Monotonically increasing value that is incremented when the data have
/external/iproute2/
DREADME.distribution15 F is monotonically increasing, so has an inverse function G, with range
34 increasing)
/external/iproute2/netem/
DREADME.distribution17 F is monotonically increasing, so has an inverse function G, with range
36 increasing)
/external/chromium_org/mojo/services/public/interfaces/clipboard/
Dclipboard.mojom29 // increasing, is increased when the clipboard state changes, and is
/external/llvm/test/CodeGen/ARM/
Dlsr-unfolded-offset.ll3 ; LSR shouldn't introduce more induction variables than needed, increasing
/external/chromium_org/third_party/sqlite/src/test/
Dalias.test25 # A procedure to return a sequence of increasing integers.
/external/markdown/docs/
Drelease-2.0.txt46 The core parser had been completely rewritten, increasing performance and, for
/external/chromium_org/third_party/WebKit/Source/
Dconfig.gyp33 # size of the binary and increasing the speed of gdb. gcc only.
/external/chromium_org/v8/benchmarks/
DREADME.txt73 increasing pressure on the memory subsystem. Changed the RegExp
/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive.proto127 // Monotonically increasing version number, which is changed when
/external/chromium_org/tools/binary_size/
DREADME.txt19 The ever-increasing size of binaries is a problem for everybody. Increased
/external/libogg/doc/
Drfc3533.txt297 about sequentially increasing, unitless position markers. An
578 sequence number is increasing on each logical bitstream
690 granule position: An increasing position number for a specific

12345