Home
last modified time | relevance | path

Searched defs:lineLength (Results 1 – 16 of 16) sorted by relevance

/external/smack/src/org/xbill/DNS/utils/
Dbase64.java70 formatString(byte [] b, int lineLength, String prefix, boolean addClose) { in formatString()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventSource.cpp340 int lineLength = -1; in parseEventStream() local
374 void EventSource::parseEventStreamLine(unsigned bufPos, int fieldLength, int lineLength) in parseEventStreamLine()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketHandshake.cpp304 int lineLength = readStatusLine(header, len, statusCode, statusText); in readServerHandshake() local
441 int lineLength = end - header; in readStatusLine() local
/external/smack/src/org/jivesoftware/smack/util/
DBase64.java660 int lineLength = 0; in encodeBytes() local
1232 private int lineLength; field in Base64.InputStream
1467 private int lineLength; field in Base64.OutputStream
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
DMHTMLArchive.cpp202 size_t lineLength = std::min(encodedDataLength - index, maximumLineLength); in generateMHTMLData() local
/external/oprofile/libpopt/
Dpopthelp.c147 singleOptionDefaultValue(size_t lineLength, in singleOptionDefaultValue()
225 size_t lineLength = 79 - indentLength; in singleOptionHelp() local
/external/opencv/otherlibs/highgui/
Dgrfmt_pxm.cpp389 int lineLength; in WriteImage() local
/external/jmonkeyengine/engine/src/test/jme3test/batching/
DTestBatchNodeCluster.java60 private int lineLength = 50; field in TestBatchNodeCluster
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js272 function lineLength(doc, line) { function in window.CodeMirror
/external/nist-sip/java/gov/nist/javax/sip/parser/
DStringMsgParser.java163 int lineLength = i - lineStart; in parseSIPMessage() local
/external/skia/gm/
Ddashing.cpp189 SkScalar lineLength, in drawDashedLines()
/external/icu4c/tools/gendict/
Dgendict.cpp256 int32_t lineLength; in readLine() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.cpp58 void operator()(size_t lineOffset, size_t lineLength, bool isLastLine) const in operator ()()
/external/icu4c/test/perf/dicttrieperf/
Ddicttrieperf.cpp627 int32_t lineLength=lines[i].len; in call() local
/external/opencv/cv/src/
Dcvhough.cpp485 int lineLength, int lineGap, in icvHoughLinesProbabalistic()
/external/opencv/cv/include/
Dcvcompat.h517 int lineLength, int lineGap, in cvHoughLinesP()