Searched refs:touched (Results 1 – 25 of 48) sorted by relevance
12
/external/icu/icu4j/main/classes/core/src/com/ibm/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/android_icu4j/src/main/java/android/icu/util/ |
D | CompactByteArray.java | 205 boolean touched = blockTouched(i); in compact() 206 if (!touched && iUntouched != 0xFFFF) { in compact() 231 if (!touched) { in compact()
|
D | CompactCharArray.java | 209 boolean touched = blockTouched(i); in compact() 210 if (!touched && iUntouched != 0xFFFF) { in compact() 243 if (!touched) { in compact()
|
/external/llvm/test/CodeGen/X86/ |
D | win-alloca-expander.ll | 20 ; offset after the prologue is not known, so the stack must be touched before 41 ; The call above touched the stack, so there is room for a T object. 50 ; The stack probing above touched the tip of the stack, so there's room for a T.
|
/external/linux-kselftest/android/patches/ |
D | README | 5 In cases where a commit touched both kselftest files and Android-specific
|
/external/python/cpython2/Lib/test/ |
D | test_macostools.py | 54 macostools.touched(test_support.TESTFN)
|
/external/python/cpython2/Lib/plat-mac/ |
D | macostools.py | 75 def touched(dst): function
|
D | ic.py | 230 macostools.touched(fss)
|
D | buildtools.py | 277 macostools.touched(destname)
|
/external/python/cpython2/Doc/library/ |
D | macostools.rst | 58 .. function:: touched(dst)
|
/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/stressapptest/src/ |
D | sat.cc | 389 bool touched = page_bitmap_[offset] & mask; in AddrMapPrint() local 390 if (touched && !valid_range) { in AddrMapPrint() 393 } else if (!touched && valid_range) { in AddrMapPrint()
|
/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/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/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/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 263 * address region is later touched.
|
/external/mesa3d/src/compiler/nir/ |
D | README | 117 the control flow graph, and so usually it doesn't need to be touched by passes
|
/external/clang/docs/ |
D | ClangFormat.rst | 64 -sort-includes - Sort touched include lines
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 46 # was touched, then print the URI for the report.
|
/external/v8/src/js/ |
D | array.js | 88 function UseSparseVariant(array, length, is_array, touched) { argument 101 (touched > estimated_elements * 4);
|
/external/flatbuffers/docs/source/ |
D | CppUsage.md | 306 a full traversal (since any scalar data is not actually touched), 399 outside of it is touched. To make this thread safe, either do not
|
/external/syslinux/core/ |
D | isolinux.asm | 51 ; Some of these are touched before the whole image
|
12