Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 25 of 48) sorted by relevance

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java203 boolean touched = blockTouched(i); in compact()
204 if (!touched && iUntouched != 0xFFFF) { in compact()
229 if (!touched) { in compact()
DCompactCharArray.java207 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/
DCompactByteArray.java205 boolean touched = blockTouched(i); in compact()
206 if (!touched && iUntouched != 0xFFFF) { in compact()
231 if (!touched) { in compact()
DCompactCharArray.java209 boolean touched = blockTouched(i); in compact()
210 if (!touched && iUntouched != 0xFFFF) { in compact()
243 if (!touched) { in compact()
/external/llvm/test/CodeGen/X86/
Dwin-alloca-expander.ll20 ; 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/
DREADME5 In cases where a commit touched both kselftest files and Android-specific
/external/python/cpython2/Lib/test/
Dtest_macostools.py54 macostools.touched(test_support.TESTFN)
/external/python/cpython2/Lib/plat-mac/
Dmacostools.py75 def touched(dst): function
Dic.py230 macostools.touched(fss)
Dbuildtools.py277 macostools.touched(destname)
/external/python/cpython2/Doc/library/
Dmacostools.rst58 .. function:: touched(dst)
/external/e2fsprogs/po/
DMakefile.in.in102 # 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/
DMakefile.in.in101 # 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/
Dsat.cc389 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/
DANTLRStringStream.as74 * touched.
/external/bison/po/
DMakefile.in.in140 # 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/
DMakefile.in.in140 # 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/
DMakefile.in.in140 # 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/
Djemalloc_internal_defs.h.in263 * address region is later touched.
/external/mesa3d/src/compiler/nir/
DREADME117 the control flow graph, and so usually it doesn't need to be touched by passes
/external/clang/docs/
DClangFormat.rst64 -sort-includes - Sort touched include lines
/external/strace/m4/
Dax_code_coverage.m446 # was touched, then print the URI for the report.
/external/v8/src/js/
Darray.js88 function UseSparseVariant(array, length, is_array, touched) { argument
101 (touched > estimated_elements * 4);
/external/flatbuffers/docs/source/
DCppUsage.md306 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/
Disolinux.asm51 ; Some of these are touched before the whole image

12