Home
last modified time | relevance | path

Searched refs:touches (Results 1 – 25 of 61) sorted by relevance

123

/external/skqp/tests/
DPathOpsBoundsTest.cpp38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST() local
39 REPORTER_ASSERT(reporter, touches); in DEF_TEST()
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST() local
47 REPORTER_ASSERT(reporter, !touches); in DEF_TEST()
/external/skia/tests/
DPathOpsBoundsTest.cpp38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST() local
39 REPORTER_ASSERT(reporter, touches); in DEF_TEST()
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST() local
47 REPORTER_ASSERT(reporter, !touches); in DEF_TEST()
/external/autotest/client/site_tests/touch_TouchscreenTaps/
DREADME4 firmly as though to tap. Make only the one gesture; no stray touches.
/external/bcc/
DCODEOWNERS3 # review code that touches the respective areas, and MUST review it if the
/external/autotest/client/tests/dbench/
Dcontrol13 the higher level I/O systems but barely touches the disk right now.
/external/walt/ios/WALT/
DWALTTouch.m23 NSLog(@"Multiple touches in event; taking any.");
DTapLatencyController.m64 - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
69 - (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
DDragLatencyController.mm195 - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
199 - (void)touchesMoved:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
203 - (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
208 // TODO(pquinn): Pull out coalesced touches.
/external/llvm-project/llvm/test/Transforms/LICM/
Dsink-promote.ll3 ; Test moved from sinking.ll, as it tests sinking of a store who alone touches
/external/chromium-trace/catapult/third_party/polymer/components/paper-fab/
DREADME.md9 the user touches the button, a ripple effect emanates from the center of the button.
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExpandMacro.cpp63 return It->range(SM).touches(CursorOffset) ? It : nullptr; in REGISTER_TWEAK()
/external/ltp/runtest/
Dmm4 # Creates a 10000 page mmap, touches all of the map, sync's it, and
/external/chromium-trace/catapult/third_party/polymer/components/paper-button/
DREADME.md9 `paper-button` is a button. When the user touches the button, a ripple effect emanates
/external/walt/
DREADME.md13 …* [Tap latency](docs/TapLatency.md) - time from the moment a finger-like probe touches down (or up…
/external/linux-kselftest/tools/testing/selftests/powerpc/math/
Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTokens.h74 bool touches(unsigned Offset) const { in touches() function
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake47 # CMake requires the docstring parameter whenever set() touches the cache,
/external/catch2/projects/ExtraTests/
DCMakeLists.txt129 # This test touches windows.h, so it should only be compiled under msvc
/external/llvm-project/llvm/cmake/modules/
DChooseMSVCCRT.cmake47 # CMake requires the docstring parameter whenever set() touches the cache,
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dregcoal-subranges-update.mir13 # %2 only touches subreg_l32. As part of the split the subrange covering subreg_h32
/external/perfetto/docs/contributing/
Dgetting-started.md23 If you submit code directly through `repo` and your CL touches build files or
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME69 <offset>+<length>. If <offset> and <length> omitted, touches all
/external/deqp-deps/glslang/
DChooseMSVCCRT.cmake80 # CMake requires the docstring parameter whenever set() touches the cache,
/external/angle/third_party/vulkan-deps/glslang/src/
DChooseMSVCCRT.cmake80 # CMake requires the docstring parameter whenever set() touches the cache,
/external/mesa3d/src/compiler/nir/
DREADME64 Any operation (other than function calls and textures) which touches a variable

123