OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reflowLine
(Results
1 - 4
of
4
) sorted by null
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/util/
LineUtilTest.java
29
LineUtil.
reflowLine
(null);
36
assertEquals("", LineUtil.
reflowLine
(""));
38
assertEquals("1234567", LineUtil.
reflowLine
("1234567"));
42
LineUtil.
reflowLine
("-- verbose, -v: This description for this flag fits in exactly 78 characters."));
47
LineUtil.
reflowLine
("--verbose, -v : This description for this flag fits in more than 78 characters and needs to wrap up at the colon."));
52
LineUtil.
reflowLine
("If the line needs to wrap but there's no colon marker, the line will just wrap with 4 spaces."));
57
LineUtil.
reflowLine
("--blah: More than 78 characters and lots of spaces. "));
62
LineUtil.
reflowLine
("In this case the colon is at the very end of the string and it's not going to wrap as expected:"));
67
LineUtil.
reflowLine
("--flag:In-this-case-there-is-no-whitespace-and-wrapping-will-cut-just-at-the-78-mark."));
74
LineUtil.
reflowLine
("Desc: This line is split in 2.\nThe second line must align at the colon and yet still wrap as exp (…)
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
LineUtil.java
32
public static String
reflowLine
(String line) {
109
* and then returns the result of {@link #
reflowLine
(String)}.
113
* @return The result of {@link #
reflowLine
(String)} on the formatted string.
116
return
reflowLine
(String.format(format, params));
CommandLineParser.java
[
all
...]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java
[
all
...]
Completed in 159 milliseconds