Searched refs:touched (Results 1 – 25 of 35) sorted by relevance
12
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CompactByteArray.java | 203 boolean touched = blockTouched(i); in compact() 204 if (!touched && iUntouched != 0xFFFF) { in compact() 229 if (!touched) { in compact()
|
D | CompactCharArray.java | 207 boolean touched = blockTouched(i); in compact() 208 if (!touched && iUntouched != 0xFFFF) { in compact() 241 if (!touched) { in compact()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CompactByteArray.java | 201 boolean touched = blockTouched(i); in compact() 202 if (!touched && iUntouched != 0xFFFF) { in compact() 227 if (!touched) { in compact()
|
D | CompactCharArray.java | 205 boolean touched = blockTouched(i); in compact() 206 if (!touched && iUntouched != 0xFFFF) { in compact() 239 if (!touched) { in compact()
|
/external/opencv3/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/ |
D | Puzzle15Processor.java | 155 int touched = mIndexes[idx]; in deliverTouchEvent() local 157 mIndexes[idxtoswap] = touched; in deliverTouchEvent()
|
/external/e2fsprogs/po/ |
D | Makefile.in.in | 102 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. 136 # Note that a PO file is not touched if it doesn't need to be changed.
|
/external/libexif/po/ |
D | Makefile.in.in | 101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. 130 # Note that a PO file is not touched if it doesn't need to be changed.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | ANTLRStringStream.as | 74 * touched.
|
/external/bison/po/ |
D | Makefile.in.in | 140 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. 192 # Note that a PO file is not touched if it doesn't need to be changed.
|
/external/bison/runtime-po/ |
D | Makefile.in.in | 140 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. 192 # Note that a PO file is not touched if it doesn't need to be changed.
|
/external/elfutils/po/ |
D | Makefile.in.in | 140 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. 200 # Note that a PO file is not touched if it doesn't need to be changed.
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 222 * the address region is later touched.
|
/external/curl/ |
D | RELEASE-NOTES | 61 o perl: remove subdir, not touched in 9 years
|
/external/clang/docs/ |
D | ClangFormat.rst | 64 -sort-includes - Sort touched include lines
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | TODO.txt | 167 + Reporting on files never touched by coverage.py (package completeness)
|
/external/v8/src/js/ |
D | array.js | 157 function UseSparseVariant(array, length, is_array, touched) { argument 171 (touched > estimated_elements * 4);
|
/external/bzip2/ |
D | bzip2.txt | 250 touched is proportional to the size of the file, since the
|
D | bzip2.1.preformatted | 253 touched is proportional to the size of the file, since the
|
/external/pcre/dist/ |
D | RunTest.bat | 4 @rem This file was originally contributed by Ralf Junker, and touched up by
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/ |
D | words.txt | 2713 touched
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 2713 touched
|
/external/llvm/docs/ |
D | CodingStandards.rst | 678 amount of data that gets touched. In addition, touched/dirty pages put more
|
D | Passes.rst | 764 in a given function, it is not touched. This is a pass most useful for
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | news.txt | 404 ``str_params`` now raise exceptions when touched.
|
/external/jemalloc/ |
D | ChangeLog | 864 - Fix a chunk leak. The leaked chunks were never touched, so this impacted
|
12