Home
last modified time | relevance | path

Searched refs:numLines (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dpclm_wrapper_api.cpp44 int PCLmEncapsulate(void *thisClass, void *pInBuffer, int inBufferSize, int numLines, in PCLmEncapsulate() argument
46 return static_cast<PCLmGenerator *>(thisClass)->Encapsulate(pInBuffer, inBufferSize, numLines, in PCLmEncapsulate()
H A Dpclm_wrapper_api.h39 int PCLmEncapsulate(void *thisClass, void *pInBuffer, int inBufferSize, int numLines,
/aosp12/frameworks/base/core/java/android/webkit/
H A DFindAddress.java367 int numLines = 1; in attemptMatch() local
387 if (NL.indexOf(content.charAt(it++)) != -1) ++numLines; in attemptMatch()
391 if (numLines > MAX_ADDRESS_LINES) break; in attemptMatch()
397 if (consecutiveHouseNumbers && numLines > 1) { in attemptMatch()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java202 private FakeImageFloatingTextView fakeChild(int numLines) {
203 return new FakeImageFloatingTextView(mContext, numLines);
/aosp12/system/logging/liblog/
H A Dlogprint.cpp1617 size_t numLines; in android_log_formatLogLine() local
1624 numLines = 1; in android_log_formatLogLine()
1627 numLines = 0; in android_log_formatLogLine()
1634 if (*pm++ == '\n') numLines++; in android_log_formatLogLine()
1637 if (pm > entry->message && *(pm - 1) != '\n') numLines++; in android_log_formatLogLine()
1644 bufferSize = (numLines * (prefixLen + suffixLen)) + 1; in android_log_formatLogLine()
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A DPCLmGenerator.h61 int Encapsulate(void *pInBuffer, int inBufferSize, int numLines, void **pOutBuffer,
/aosp12/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp92 size_t numLines = lines.size(); in replaceLine() local
94 lineNumber = numLines - (-lineNumber); in replaceLine()