OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineUtil
(Results
1 - 4
of
4
) sorted by null
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/util/
LineUtilTest.java
19
import com.android.sdklib.util.
LineUtil
;
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." (…)
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
LineUtil.java
20
public abstract class
LineUtil
{
CommandLineParser.java
[
all
...]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java
49
import com.android.sdklib.util.
LineUtil
;
789
String desc =
LineUtil
.reformatLine(" Desc: %s\n",
[
all
...]
Completed in 375 milliseconds