Home
last modified time | relevance | path

Searched refs:touching (Results 1 – 25 of 56) sorted by relevance

123

/external/replicaisland/src/com/replica/replicaisland/
DGameObject.java123 final boolean touching = gameTime > 0.1f && in touchingGround()
125 return touching; in touchingGround()
131 final boolean touching = gameTime > 0.1f && in touchingCeiling()
133 return touching; in touchingCeiling()
139 final boolean touching = gameTime > 0.1f && in touchingLeftWall()
141 return touching; in touchingLeftWall()
147 final boolean touching = gameTime > 0.1f && in touchingRightWall()
149 return touching; in touchingRightWall()
/external/python/pyfakefs/
DMETADATA5 "memory without touching the real disk. The software under test requires no "
DREADME.md5 touching the real disk. The software under test requires no modification to
/external/autotest/client/site_tests/touch_TouchscreenZoom/
DREADME8 not touching. Smoothly spread them apart.
/external/lottie/
DCODE_OF_CONDUCT.md40 * Inappropriate physical contact. You should have someone’s consent before touching them.
41 * Unwelcome sexual attention. This includes, sexualized comments or jokes; inappropriate touching
/external/libxkbcommon/test/data/types/
Dpc92 // default and touching this requires a lot of testing.
/external/llvm-project/llvm/docs/
DBenchmarking.rst34 program, inputs and outputs on tmpfs avoids touching a real storage
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h246 static llvm::Optional<SpelledWord> touching(SourceLocation SpelledLoc,
DSourceCode.cpp919 llvm::Optional<SpelledWord> SpelledWord::touching(SourceLocation SpelledLoc, in touching() function in clang::clangd::SpelledWord
DXRefs.cpp688 SpelledWord::touching(*CurLoc, AST.getTokens(), AST.getLangOpts()); in locateSymbolAt()
/external/python/pyfakefs/docs/
Dintro.rst6 Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk.
/external/libdrm/
DCONTRIBUTING.rst8 send-email. For patches only touching driver specific code one of the driver
/external/mesa3d/docs/relnotes/
D17.1.6.rst173 touching the front
/external/python/cpython3/Doc/tutorial/
Dappetite.rst84 types, through functions and modules, and finally touching upon advanced
/external/python/cpython2/Doc/tutorial/
Dappetite.rst84 types, through functions and modules, and finally touching upon advanced
/external/llvm-project/clang-tools-extra/clangd/unittests/
DXRefsTests.cpp961 auto Word = SpelledWord::touching( in TEST()
1452 SpelledWord::touching(cantFail(sourceLocationInMainFile(SM, T.point())), in TEST()
DSourceCodeTests.cpp354 auto SW = SpelledWord::touching( in tryWord()
/external/llvm-project/llvm/utils/gn/
DREADME.rst61 options. After touching ``out/gn/args.gn`` just run ninja: it will re-invoke gn
/external/skqp/site/dev/contrib/
Dsubmit.md74 touching. If you have doubts, look at the git blame for the file to see who else
/external/skia/site/docs/dev/contrib/
Dsubmit.md74 touching. Look at the git blame for the file to see who else has been editing
/external/wpa_supplicant_8/hostapd/
DREADME-WPS306 can be used by touching the NFC interface of an external Registrar. The
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS327 token can be used by touching the NFC interface of a Registrar.
/external/python/dateutil/docs/
Dexamples.rst1310 without touching system settings.
/external/llvm/docs/
DSourceLevelDebugging.rst832 touching new cache pages just to do the compare on the full 32 bit hash. All
859 ourselves to efficiently check for a match while touching as little memory as
/external/zstd/
DCONTRIBUTING.md228 tmpfs avoids touching a real storage system, which can have a pretty big variability.

123