Home
last modified time | relevance | path

Searched refs:space (Results 1 – 10 of 10) 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.java119 String space = " "; in testTerminateToken() local
122 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text)); in testTerminateToken()
126 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null)); in testTerminateToken()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-5862/
Dpoc.c40 lst.space = NUM_BLOCKS; in get_speakerid()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-5867/
Dpoc.c42 lst.space = NUM_BLOCKS; in get_doblycontrolid()
/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-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1029 double space = window; // space at the end of the window in movingAverageOverSum() local
1045 while (ei < mData.length && mData[ei] <= space) { in movingAverageOverSum()
1046 space -= mData[ei]; in movingAverageOverSum()
1057 } else if (bi > 0 && foot > space) { in movingAverageOverSum()
1068 space += average; in movingAverageOverSum()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java2415 final int space = line.lastIndexOf(' ');
2416 if (space == -1) {
2419 line = line.substring(space + 1);