Searched refs:increasing (Results 1 – 25 of 101) sorted by relevance
12345
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | ListPreloader.java | 90 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/ |
D | noop-iso-ir-165.ucm | 16 # and two others, they can be protected while increasing the ICU data size
|
D | noop-gb2312_gl.ucm | 16 # and two others, they can be protected while increasing the ICU data size
|
D | noop-cns-11643.ucm | 15 # they can be protected while increasing the ICU data size by ~ 10kB.
|
/external/icu/icu4c/source/data/mappings/ |
D | noop-iso-ir-165.ucm | 16 # and two others, they can be protected while increasing the ICU data size
|
D | noop-gb2312_gl.ucm | 16 # and two others, they can be protected while increasing the ICU data size
|
D | noop-cns-11643.ucm | 15 # they can be protected while increasing the ICU data size by ~ 10kB.
|
/external/sepolicy/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 59 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/ |
D | performance.shaders.operator.txt | 63 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/ |
D | system_cpu.idl | 9 // increasing while the processor is powered on. Values are in milliseconds.
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 1213 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/ |
D | Skipped | 37 # Has a time-dependency (monotonically increasing), and is much slower than
|
/external/chromium_org/ppapi/api/ |
D | ppb_gamepad.idl | 45 * Monotonically increasing value that is incremented when the data have
|
/external/iproute2/ |
D | README.distribution | 15 F is monotonically increasing, so has an inverse function G, with range 34 increasing)
|
/external/iproute2/netem/ |
D | README.distribution | 17 F is monotonically increasing, so has an inverse function G, with range 36 increasing)
|
/external/chromium_org/mojo/services/public/interfaces/clipboard/ |
D | clipboard.mojom | 29 // increasing, is increased when the clipboard state changes, and is
|
/external/llvm/test/CodeGen/ARM/ |
D | lsr-unfolded-offset.ll | 3 ; LSR shouldn't introduce more induction variables than needed, increasing
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | alias.test | 25 # A procedure to return a sequence of increasing integers.
|
/external/markdown/docs/ |
D | release-2.0.txt | 46 The core parser had been completely rewritten, increasing performance and, for
|
/external/chromium_org/third_party/WebKit/Source/ |
D | config.gyp | 33 # size of the binary and increasing the speed of gdb. gcc only.
|
/external/chromium_org/v8/benchmarks/ |
D | README.txt | 73 increasing pressure on the memory subsystem. Changed the RegExp
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | drive.proto | 127 // Monotonically increasing version number, which is changed when
|
/external/chromium_org/tools/binary_size/ |
D | README.txt | 19 The ever-increasing size of binaries is a problem for everybody. Increased
|
/external/libogg/doc/ |
D | rfc3533.txt | 297 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