Home
last modified time | relevance | path

Searched defs:lineCount (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DLineIteratorTest.java71 private List<String> createLinesFile(final File file, final int lineCount) throws IOException { in createLinesFile()
86 …st<String> createLinesFile(final File file, final String encoding, final int lineCount) throws IOE… in createLinesFile()
98 private List<String> createStringLines(final int lineCount) { in createStringLines()
113 private void doTestFileWithSpecifiedLines(final int lineCount) throws IOException { in doTestFileWithSpecifiedLines()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DSemiFileReader.java8 protected abstract boolean handleLine(int lineCount, int start, int end, String[] items); in handleLine()
22 protected boolean handleLine(int lineCount, String line) { in handleLine()
H A DFileProcessor.java13 private int lineCount; field in FileProcessor
25 protected boolean handleLine(int lineCount, String line) { in handleLine()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DFileUtilities.java119 protected abstract boolean handleLine(int lineCount, int start, int end, String[] items); in handleLine()
133 protected boolean handleLine(int lineCount, String line) { in handleLine()
153 private int lineCount; field in FileUtilities.FileProcessor
164 protected boolean handleLine(int lineCount, String line) { in handleLine()
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DStaticLayoutGetLineLeftRightTest.java145 final int lineCount = mLayout.getLineCount(); in testGetLineLeft() local
169 final int lineCount = mLayout.getLineCount(); in testGetLineRight() local
H A DStaticLayoutLineBreakingTest.java129 final int lineCount = breaks.length + 1; in layout() local
163 final int lineCount = staticLayout.getLineCount(); in layoutMaxLines() local
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/wear/elements/
DAlertDialog.kt174 val lineCount = in AlertContent() constant
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/
DAlertDialog.kt174 val lineCount = in AlertContent() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutTest.java142 final int lineCount = staticLayout.getLineCount(); in testGetLineExtra_withoutLinespacing() local
173 final int lineCount = staticLayout.getLineCount(); in testGetLineExtra_withLinespacing() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DReversedLinesFileReader.java504 public List<String> readLines(final int lineCount) throws IOException { in readLines()
531 public String toString(final int lineCount) throws IOException { in toString()
/aosp_15_r20/external/skia/tests/
H A DPathOpsTightBoundsTest.cpp29 int lineCount = ran.nextRangeU(1, 10); in testTightBoundsLines() local
74 int lineCount = ran.nextRangeU(1, 10); in testTightBoundsQuads() local
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java214 int lineCount = layout.getLineCount(); in onMeasure() local
269 final int lineCount = layout.getLineCount(); in onDraw() local
/aosp_15_r20/external/slf4j/integration/src/test/java/org/slf4j/
H A DOutputVerifier.java9 int lineCount = sps.stringList.size(); in noProvider() local
/aosp_15_r20/development/samples/IntentPlayground/src/com/example/android/intentplayground/
H A DAMControl.java55 int lineCount = 0; in execCmd() local
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
DWC.java179 private long lineCount; field in WC.WCStatistics
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DDialogTitle.java55 final int lineCount = layout.getLineCount(); in onMeasure() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java56 final int lineCount = layout.getLineCount(); in onMeasure() local
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
DWC.java179 private long lineCount; field in WC.WCStatistics
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DSetupGlifLayoutActivity.java119 int lineCount = layout.getLineCount(); in increaseMaxLinesIfNecessary() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTextViewTransformState.java98 int lineCount = mText.getLineCount(); in transformScale() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java609 private ViewGroup buildExpectedView(CharSequence[] choices, int lineCount) { in buildExpectedView()
615 CharSequence[] choices, int lineCount, List<Notification.Action> actions) { in buildExpectedView()
/aosp_15_r20/platform_testing/host_runners/utils/src/com/android/runner/utils/
H A DInstrumentationResultProtoParser.java161 int lineCount = 1; in processSessionStatus() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
H A DVectorAverage.java154 int lineCount = lines.length; in initFromString() local
/aosp_15_r20/external/skia/bench/
H A DTypefaceBench.cpp216 UtfToGlyph(SkTextEncoding encoding, const char* (*text), int lineCount, const char* name) in UtfToGlyph()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/garagemode/
DGarageModeRecorder.java223 int lineCount = 0; in readFileToWriter() local

12345678910>>...18