Home
last modified time | relevance | path

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

12345678910>>...28

/aosp_15_r20/external/sl4a/Common/src/org/apache/commons/codec/binary/
H A DBase64Codec.java155 private final int lineLength; field in Base64Codec
264 public Base64Codec(int lineLength) { in Base64Codec()
290 public Base64Codec(int lineLength, byte[] lineSeparator) { in Base64Codec()
319 public Base64Codec(int lineLength, byte[] lineSeparator, boolean urlSafe) { in Base64Codec()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateEnums.java125 int lineLength = in showCurrencies() local
128 printRow(Log.getLog(), sorted.get(name), name, "currency", null, lineLength); in showCurrencies() local
858 int lineLength) { in printRow()
/aosp_15_r20/system/tools/hidl/host_utils/
DFormatter.cpp162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock()
296 WrappedOutput::WrappedOutput(size_t lineLength) in WrappedOutput()
/aosp_15_r20/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp566 ArrayIndex lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultilineArray() local
787 ArrayIndex lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultilineArray() local
1067 ArrayIndex lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultilineArray() local
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/components/
H A DAxisBase.java566 public void enableGridDashedLine(float lineLength, float spaceLength, float phase) { in enableGridDashedLine()
618 public void enableAxisLineDashedLine(float lineLength, float spaceLength, float phase) { in enableAxisLineDashedLine()
H A DLimitLine.java127 public void enableDashedLine(float lineLength, float spaceLength, float phase) { in enableDashedLine()
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
H A DCustomVirtualView.kt62 private val lineLength = textHeight + verticalGap constant
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCustomVirtualView.kt62 private val lineLength = textHeight + verticalGap constant
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeDiscretePathEffectTest.java84 int lineLength = END_X - START_X; in testDiscretePathEffect() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DDiscretePathEffectTest.java102 int lineLength = END_X - START_X; in testDiscretePathEffect() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DBase64Test.java1076 private static String wrapLines(String lineSeparator, String s, int lineLength) { in wrapLines()
1084 private static List<String> breakLines(String longString, int lineLength) { in breakLines()
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DScannerBenchmark.java55 private LineLength lineLength; field in ScannerBenchmark
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
H A DLineScatterCandleRadarDataSet.java85 public void enableDashedHighlightLine(float lineLength, float spaceLength, float phase) { in enableDashedHighlightLine()
H A DLineDataSet.java221 public void enableDashedLine(float lineLength, float spaceLength, float phase) { in enableDashedLine()
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DTouchCatcherView.java36 private double lineLength = 0.6; // Fraction of view width field in TouchCatcherView
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPatternBouncer.kt333 val lineLength = in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/ui/composable/
DPatternBouncerKt.java60 private static final float lineAlpha(float gridSpacing, float lineLength) { in lineAlpha()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dnumbertest_permutation.cpp172 int32_t lineLength; in testPermutations() local
H A Ddatadrivennumberformattestsuite.cpp189 int32_t lineLength; in readLine() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dnumbertest_permutation.cpp172 int32_t lineLength; in testPermutations() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/commons-codec/commons-codec/1.15/
HDcommons-codec-1.15.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp_15_r20/external/skia/tools/viewer/
H A DChineseFlingSlide.cpp217 void createRandomLine(SkUnichar glyphs[45], int lineLength) { in createRandomLine()
/aosp_15_r20/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DStringMsgParser.java163 int lineLength = i - lineStart; in parseSIPMessage() local

12345678910>>...28