HomeSort by relevance Sort by last modified time
    Searched refs:lineLength (Results 1 - 25 of 35) sorted by null

1 2

  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 60 private int lineLength = 50;
206 if (xpos >= lineLength * 2) {
213 //y = yPosition.get(yPosition.size() - lineLength) + 2;
216 if (yPosition.size() > lineLength) {
218 if (y == 0 && ypos < yLimitf && getym(lineLength) > ypos - 2) {
220 } else if (y == 1 && ypos > yLimits && getym(lineLength) < ypos + 2) {
222 } else if (y == 2 && getym(lineLength) > ypos - 2 && getym(lineLength) < ypos + 2) {
229 } else if (y == 0 && getym(lineLength) >= ypos - 4) {
231 } else if (y == 0 && getym(lineLength) >= ypos - 2)
    [all...]
  /external/webkit/Source/WebCore/page/
EventSource.cpp 261 int lineLength = -1;
263 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) {
272 lineLength = i - bufPos;
277 if (lineLength < 0)
280 parseEventStreamLine(bufPos, fieldLength, lineLength);
281 bufPos += lineLength + 1;
290 void EventSource::parseEventStreamLine(unsigned int bufPos, int fieldLength, int lineLength)
292 if (!lineLength) {
302 String field(&m_receiveBuf[bufPos], noValue ? lineLength : fieldLength);
305 step = lineLength;
    [all...]
EventSource.h 104 void parseEventStreamLine(unsigned int pos, int fieldLength, int lineLength);
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 92 int lineLength = END_X - START_X;
94 assertTrue(numGreenPixels >= lineLength);
100 assertTrue(intersect < lineLength);
102 assertTrue(intersect >= lineLength / SEGMENT_LENGTH);
  /external/smack/src/org/xbill/DNS/utils/
base64.java 64 * @param lineLength The number of characters per line
70 formatString(byte [] b, int lineLength, String prefix, boolean addClose) {
73 for (int i = 0; i < s.length(); i += lineLength) {
75 if (i + lineLength >= s.length()) {
81 sb.append(s.substring(i, i + lineLength));
  /external/icu4c/tools/gendict/
gendict.cpp 256 int32_t lineLength;
257 const UChar *line = ucbuf_readline(f, &lineLength, errorCode);
260 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#'
262 lineLength = (int32_t)(comment - line);
264 while(lineLength > 0 && (line[lineLength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1] == LINEFEED_CHARACTER)) { --lineLength; }
266 while(lineLength > 0 && u_isspace(line[lineLength - 1])) { --lineLength;
    [all...]
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 319 int lineLength = readStatusLine(header, len, statusCode, statusText);
320 if (lineLength == -1)
340 const char* p = readHTTPHeaders(header + lineLength, header + len);
458 int lineLength = end - header;
461 m_context->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "No response code found: " + trimConsoleMessage(header, lineLength - 1), 0, clientOrigin(), 0);
462 return lineLength;
468 return lineLength;
473 return lineLength;
477 return lineLength;
485 return lineLength;
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 389 int lineLength;
394 lineLength = channels * width * depth / 8;
396 lineLength = (6 * channels + (channels > 1 ? 2 : 0)) * width + 32;
398 if( bufferSize < lineLength )
399 bufferSize = lineLength;
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 660 int lineLength = 0;
665 lineLength += 4;
666 if( breakLines && lineLength == MAX_LINE_LENGTH )
670 lineLength = 0;
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 290 int lineLength = mLineLength;
291 lineLength -= mSelectionRadius;
292 pointX = mXCenter + (int) (lineLength * Math.sin(mSelectionRadians));
293 pointY = mYCenter - (int) (lineLength * Math.cos(mSelectionRadians));
  /external/oprofile/libpopt/
popthelp.c 141 * @param lineLength display positions remaining
147 singleOptionDefaultValue(size_t lineLength,
155 char * le = malloc(4*lineLength + 1);
189 size_t slen = 4*lineLength - (le - l) - sizeof("\"...\")");
225 size_t lineLength = 79 - indentLength;
265 defs = singleOptionDefaultValue(lineLength, opt, translation_domain);
375 while (helpLength > lineLength) {
379 ch = help + lineLength - 1;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSDataExtras.m 321 SInt32 lineLength = eol - bytes;
330 if (lineLength == 0) {
343 NSString *newValue = (NSString *)CFMakeCollectable(CFStringCreateWithBytes(NULL, line, lineLength, kCFStringEncodingISOLatin1, FALSE));
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 212 int lineLength = 1;
218 while (lineLength < (maxLineLength - 4)) {
219 int end = offset + lineLength;
225 offset += lineLength;
233 throw new Exception("Fail at line length " + lineLength, e);
239 lineLength++;
  /external/skia/gm/
dashing.cpp 189 SkScalar lineLength,
211 pts[1].set(lineLength, SkIntToScalar(y));
220 pts[1].set(SkIntToScalar(x), lineLength);
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 163 int lineLength = i - lineStart;
167 currentLine = new String(msgBuffer, lineStart, lineLength, "UTF-8");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java     [all...]
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 627 int32_t lineLength=lines[i].len;
628 for(int32_t j=1; j<lineLength; ++j) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 593 double lineLength = Math.sqrt(dy * dy + dx * dx);
597 // to the endpoint (x1 + lineLength, y1) stretching up to (x2,y2).
600 double ax = x1 + lineLength - arrowHeight;
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorModel.js 88 lineLength: function(lineNumber)
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 156 int lineLength = endOfLine - bytes;
164 if (!lineLength) {
178 String newValue(line, lineLength);

Completed in 329 milliseconds

1 2