Home
last modified time | relevance | path

Searched refs:tabWidth (Results 1 – 15 of 15) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/
DMultiSourceFileLocator.java26 private final int tabWidth; field in MultiSourceFileLocator
37 public MultiSourceFileLocator(final int tabWidth) { in MultiSourceFileLocator() argument
38 this.tabWidth = tabWidth; in MultiSourceFileLocator()
65 return tabWidth; in getTabWidth()
DInputStreamSourceFileLocator.java27 private final int tabWidth; field in InputStreamSourceFileLocator
40 final int tabWidth) { in InputStreamSourceFileLocator() argument
42 this.tabWidth = tabWidth; in InputStreamSourceFileLocator()
66 return tabWidth; in getTabWidth()
DDirectorySourceFileLocator.java41 final String encoding, final int tabWidth) { in DirectorySourceFileLocator() argument
42 super(encoding, tabWidth); in DirectorySourceFileLocator()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DSourcePrinter.java39 private final int tabWidth; field in SourcePrinter
56 tabWidth = configuration.getTabWidth(); in SourcePrinter()
108 while ((logicalIndentLength + tabWidth) <= column) { in calculateIndentWithAlignTo()
110 logicalIndentLength += tabWidth; in calculateIndentWithAlignTo()
117 for(int i=0; i<tabWidth; i++){ in calculateIndentWithAlignTo()
121 if ((newIndent.length() >= tabWidth) in calculateIndentWithAlignTo()
122 … && newIndent.substring(newIndent.length() - tabWidth).equals(fullTabString)) { in calculateIndentWithAlignTo()
124 newIndent.replace(i, i + tabWidth, "\t"); in calculateIndentWithAlignTo()
DPrettyPrinterConfiguration.java82 private int tabWidth = 4; field in PrettyPrinterConfiguration
144 return tabWidth; in getTabWidth()
150 public PrettyPrinterConfiguration setTabWidth(int tabWidth) { in setTabWidth() argument
151 this.tabWidth = assertPositive(tabWidth); in setTabWidth()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DSourceFilePage.java33 private final int tabWidth; field in SourceFilePage
52 final Reader sourceReader, final int tabWidth, in SourceFilePage() argument
57 this.tabWidth = tabWidth; in SourceFilePage()
79 Integer.valueOf(tabWidth)); in getOnload()
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DAntResourcesLocator.java37 AntResourcesLocator(final String encoding, final int tabWidth) { in AntResourcesLocator() argument
38 super(tabWidth); in AntResourcesLocator()
40 this.filesLocator = new AntFilesLocator(encoding, tabWidth); in AntResourcesLocator()
DAntFilesLocator.java31 final int tabWidth) { in AntFilesLocator() argument
32 super(encoding, tabWidth); in AntFilesLocator()
DReportTask.java69 int tabWidth = 4; field in ReportTask.SourceFilesElement
88 public void setTabwidth(final int tabWidth) { in setTabwidth() argument
89 if (tabWidth <= 0) { in setTabwidth()
92 this.tabWidth = tabWidth; in setTabwidth()
545 sourcefiles.encoding, sourcefiles.tabWidth); in createReport()
/external/libusb/Xcode/libusb.xcodeproj/
Dproject.pbxproj209 …ileType = sourcecode.c.c; path = hotplugtest.c; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1…
215 …tKnownFileType = sourcecode.c.c; path = core.c; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1…
216 …FileType = sourcecode.c.c; path = descriptor.c; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1…
217 …astKnownFileType = sourcecode.c.c; path = io.c; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1…
218 …nownFileType = sourcecode.c.h; path = libusb.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1…
219 …ownFileType = sourcecode.c.h; path = libusbi.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1…
220 …FileType = sourcecode.c.c; path = darwin_usb.c; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0…
221 …FileType = sourcecode.c.h; path = darwin_usb.h; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0…
222 …eType = sourcecode.c.c; path = threads_posix.c; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1…
223 …eType = sourcecode.c.h; path = threads_posix.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1…
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DInputStreamSourceFileLocatorTest.java34 protected TestLocator(String encoding, int tabWidth) { in TestLocator() argument
35 super(encoding, tabWidth); in TestLocator()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js613 function makeTabExpander(tabWidth) { argument
634 var nSpaces = tabWidth - (charInLine % tabWidth);
/external/llvm-project/lldb/tools/debugserver/debugserver.xcodeproj/
Dproject.pbxproj392 tabWidth = 4;
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js618 function makeTabExpander(tabWidth) { argument
639 var nSpaces = tabWidth - (charInLine % tabWidth);
/external/libcups/xcode/CUPS.xcodeproj/
Dproject.pbxproj5261 tabWidth = 8;