Home
last modified time | relevance | path

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

1234

/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-project/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/python/cpython2/Lib/test/
Dtest_macostools.py54 macostools.touched(test_support.TESTFN)
/external/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/
Dmemcheck-off-by-one-error.ll20 ; 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.build47 build_always_stale : true, # commit sha1 can change without having touched these files
/external/swiftshader/third_party/angle/
DCMakeLists.txt48 # are always touched to make sure subsequent builds do nothing.
/external/python/cpython2/Doc/library/
Dmacostools.rst58 .. function:: touched(dst)
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/
Dutext.h.patch695 - * itself. This is not to be touched by the text providers.
730 - * itself. This is not to be touched by the text providers.
736 - * itself. This is not to be touched by the text providers.
742 - * itself. This is not to be touched by the text providers.
/external/pigweed/pw_build/
Dpython_action.gni33 # used. If false or not set, no file is touched.
/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/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/libchrome/components/policy/core/common/
Dschema_unittest.cc180 bool touched = false; in TestSchemaValidationHelper() local
182 schema.Normalize(cloned_value.get(), strategy, nullptr, &error, &touched); in TestSchemaValidationHelper()
186 EXPECT_EQ(touched, !strictly_valid && returned) << source; in TestSchemaValidationHelper()
/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/python/pyopenssl/
DCONTRIBUTING.rst34 …Please note that not having 100% code coverage for the code you wrote/touched also causes our CI t…
/external/catch2/projects/SelfTest/Baselines/
Dconsole.swa4.approved.txt275 #835 -- errno should not be touched by Catch
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRStringStream.as74 * touched.
/external/autotest/docs/
Dfaft-code.md59 …ate need, please write unit and/or integration tests for the code you’ve touched. Adding some add…
/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.

1234