/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/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/swiftshader/third_party/llvm-7.0/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/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/lua/src/ |
D | lfunc.h | 41 int touched; /* mark to avoid cycles with dead threads */ member
|
D | lfunc.c | 72 uv->u.open.touched = 1; in luaF_findupval()
|
D | lgc.c | 324 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/ |
D | test_macostools.py | 54 macostools.touched(test_support.TESTFN)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/ |
D | memcheck-off-by-one-error.ll | 19 ; store a value at *%op touched memory under *%src.
|
/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/mesa3d/src/ |
D | meson.build | 46 build_always : true, # commit sha1 can change without having touched these files
|
/external/v8/src/js/ |
D | array.js | 86 function UseSparseVariant(array, length, is_array, touched) { argument 99 (touched > estimated_elements * 4);
|
/external/python/cpython2/Doc/library/ |
D | macostools.rst | 58 .. function:: touched(dst)
|
/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/e2fsprogs/po/ |
D | Makefile.in.in | 101 # 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/ |
D | pci-info.txt | 35 touched on PCI (eg: a call to pci_find_devices()) it will not be probed.
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.swa4.approved.txt | 243 #835 -- errno should not be touched by Catch
|
/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/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/ |
D | Selawik-README.md | 58 …n autohinter was used to create the first round of hints, which were then reviewed and touched up.
|
/external/u-boot/board/cadence/xtfpga/ |
D | README | 118 rebuild incrementally with -O0 so that only the touched sources
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | ANTLRStringStream.as | 74 * touched.
|