Home
last modified time | relevance | path

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

1234

/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/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/swiftshader/third_party/llvm-7.0/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/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/lua/src/
Dlfunc.h41 int touched; /* mark to avoid cycles with dead threads */ member
Dlfunc.c72 uv->u.open.touched = 1; in luaF_findupval()
Dlgc.c324 if (uv->u.open.touched) { in remarkupvals()
326 uv->u.open.touched = 0; in remarkupvals()
521 uv->u.open.touched = 1; /* can be marked in 'remarkupvals' */ in traverseLclosure()
/external/python/cpython2/Lib/test/
Dtest_macostools.py54 macostools.touched(test_support.TESTFN)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/
Dmemcheck-off-by-one-error.ll19 ; store a value at *%op touched memory under *%src.
/external/python/cpython2/Lib/plat-mac/
Dmacostools.py75 def touched(dst): function
Dic.py230 macostools.touched(fss)
Dbuildtools.py277 macostools.touched(destname)
/external/mesa3d/src/
Dmeson.build46 build_always : true, # commit sha1 can change without having touched these files
/external/v8/src/js/
Darray.js86 function UseSparseVariant(array, length, is_array, touched) { argument
99 (touched > estimated_elements * 4);
/external/python/cpython2/Doc/library/
Dmacostools.rst58 .. function:: touched(dst)
/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/e2fsprogs/po/
DMakefile.in.in101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
135 # Note that a PO file is not touched if it doesn't need to be changed.
/external/u-boot/doc/driver-model/
Dpci-info.txt35 touched on PCI (eg: a call to pci_find_devices()) it will not be probed.
/external/catch2/projects/SelfTest/Baselines/
Dconsole.swa4.approved.txt243 #835 -- errno should not be touched by Catch
/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/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md58 …n autohinter was used to create the first round of hints, which were then reviewed and touched up.
/external/u-boot/board/cadence/xtfpga/
DREADME118 rebuild incrementally with -O0 so that only the touched sources
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRStringStream.as74 * touched.

1234