HomeSort by relevance Sort by last modified time
    Searched defs:maxLines (Results 1 - 13 of 13) sorted by null

  /device/generic/goldfish/libqemu/
test_guest_2.c 192 const int maxLines = 12;
201 if (++numLines >= maxLines) {
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbTestActivity.java 90 int maxLines = r.height() / mLog.getLineHeight() - 1;
96 while (index > 0 && count <= maxLines) {
101 // truncate to maxLines
  /external/chromium_org/third_party/icu/source/samples/layout/
cgnomelayout.c 212 gint maxLines = pf_getLineCount(context->paragraph) - 1;
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
gnomelayout.cpp 220 gint maxLines = context->paragraph->getLineCount() - 1;
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 24 static const int MAXLINES = 40000;
216 lines = new ULine[MAXLINES];
217 int maxLines = MAXLINES;
232 if (numLines >= maxLines) {
233 maxLines += MAXLINES;
234 ULine *newLines = new ULine[maxLines];
  /external/icu/icu4c/source/samples/layout/
cgnomelayout.c 212 gint maxLines = pf_getLineCount(context->paragraph) - 1;
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
gnomelayout.cpp 220 gint maxLines = context->paragraph->getLineCount() - 1;
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 24 static const int MAXLINES = 40000;
216 lines = new ULine[MAXLINES];
217 int maxLines = MAXLINES;
232 if (numLines >= maxLines) {
233 maxLines += MAXLINES;
234 ULine *newLines = new ULine[maxLines];
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtjava.c 216 int32_t maxLines = 3000;
222 if (maxLines < (adjustedLen / columnCount) ){
223 columnCount = adjustedLen / maxLines;
  /external/icu/icu4c/source/tools/genrb/
wrtjava.c 216 int32_t maxLines = 3000;
222 if (maxLines < (adjustedLen / columnCount) ){
223 columnCount = adjustedLen / maxLines;
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 246 milliseconds