Home
last modified time | relevance | path

Searched refs:space (Results 1 – 8 of 8) sorted by relevance

/cts/apps/CtsVerifier/assets/report/
Dcompatibility_result.css148 white-space: pre-wrap; /* css-3 */
149 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
150 white-space: -pre-wrap; /* Opera 4-6 */
151 white-space: -o-pre-wrap; /* Opera 7 */
/cts/tests/openglperf2/assets/vertex/
Dperspective24 // Transform the vertex into eye space.
28 // Transform the normal\'s orientation into eye space.
Dwater22 // Transform the vertex into eye space.
/cts/tests/tests/text/src/android/text/util/cts/
DRfc822TokenizerTest.java118 String space = " "; in testTerminateToken() local
121 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text)); in testTerminateToken()
125 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null)); in testTerminateToken()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dcamera_response_fast.rsh21 // do some computation in the radiance space, then re-apply the response to
Dcamera_response.rsh21 // do some computation in the radiance space, then re-apply the response to
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java829 double space = window; // space at the end of the window in movingAverageOverSum() local
845 while (ei < mData.length && mData[ei] <= space) { in movingAverageOverSum()
846 space -= mData[ei]; in movingAverageOverSum()
857 } else if (bi > 0 && foot > space) { in movingAverageOverSum()
868 space += average; in movingAverageOverSum()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile235 no-space-check=
272 # A regex for finding comments that do not have a space between leading comment
274 comment-starts-without-space=\A#[^\s\w]*\w
285 min-comment-space=2