Searched refs:space (Results 1 – 10 of 10) sorted by relevance
148 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 */
24 // Transform the vertex into eye space.28 // Transform the normal\'s orientation into eye space.
22 // Transform the vertex into eye space.
119 String space = " "; in testTerminateToken() local122 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text)); in testTerminateToken()126 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null)); in testTerminateToken()
40 lst.space = NUM_BLOCKS; in get_speakerid()
42 lst.space = NUM_BLOCKS; in get_doblycontrolid()
21 // do some computation in the radiance space, then re-apply the response to
1029 double space = window; // space at the end of the window in movingAverageOverSum() local1045 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()
2415 final int space = line.lastIndexOf(' ');2416 if (space == -1) {2419 line = line.substring(space + 1);