/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObject.java | 123 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/ |
D | METADATA | 5 "memory without touching the real disk. The software under test requires no "
|
D | README.md | 5 touching the real disk. The software under test requires no modification to
|
/external/autotest/client/site_tests/touch_TouchscreenZoom/ |
D | README | 8 not touching. Smoothly spread them apart.
|
/external/lottie/ |
D | CODE_OF_CONDUCT.md | 40 * 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/ |
D | pc | 92 // default and touching this requires a lot of testing.
|
/external/llvm-project/llvm/docs/ |
D | Benchmarking.rst | 34 program, inputs and outputs on tmpfs avoids touching a real storage
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | SourceCode.h | 246 static llvm::Optional<SpelledWord> touching(SourceLocation SpelledLoc,
|
D | SourceCode.cpp | 919 llvm::Optional<SpelledWord> SpelledWord::touching(SourceLocation SpelledLoc, in touching() function in clang::clangd::SpelledWord
|
D | XRefs.cpp | 688 SpelledWord::touching(*CurLoc, AST.getTokens(), AST.getLangOpts()); in locateSymbolAt()
|
/external/python/pyfakefs/docs/ |
D | intro.rst | 6 Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk.
|
/external/libdrm/ |
D | CONTRIBUTING.rst | 8 send-email. For patches only touching driver specific code one of the driver
|
/external/mesa3d/docs/relnotes/ |
D | 17.1.6.rst | 173 touching the front
|
/external/python/cpython3/Doc/tutorial/ |
D | appetite.rst | 84 types, through functions and modules, and finally touching upon advanced
|
/external/python/cpython2/Doc/tutorial/ |
D | appetite.rst | 84 types, through functions and modules, and finally touching upon advanced
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | XRefsTests.cpp | 961 auto Word = SpelledWord::touching( in TEST() 1452 SpelledWord::touching(cantFail(sourceLocationInMainFile(SM, T.point())), in TEST()
|
D | SourceCodeTests.cpp | 354 auto SW = SpelledWord::touching( in tryWord()
|
/external/llvm-project/llvm/utils/gn/ |
D | README.rst | 61 options. After touching ``out/gn/args.gn`` just run ninja: it will re-invoke gn
|
/external/skqp/site/dev/contrib/ |
D | submit.md | 74 touching. If you have doubts, look at the git blame for the file to see who else
|
/external/skia/site/docs/dev/contrib/ |
D | submit.md | 74 touching. Look at the git blame for the file to see who else has been editing
|
/external/wpa_supplicant_8/hostapd/ |
D | README-WPS | 306 can be used by touching the NFC interface of an external Registrar. The
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 327 token can be used by touching the NFC interface of a Registrar.
|
/external/python/dateutil/docs/ |
D | examples.rst | 1310 without touching system settings.
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 832 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/ |
D | CONTRIBUTING.md | 228 tmpfs avoids touching a real storage system, which can have a pretty big variability.
|