HomeSort by relevance Sort by last modified time
    Searched refs:numSpaces (Results 1 - 8 of 8) sorted by null

  /frameworks/base/tools/aapt/
IndentPrinter.h 47 int numSpaces = mIndent * mIndentSize;
48 while (numSpaces > 0) {
50 numSpaces--;
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 145 static void PrintSpaces(int numSpaces)
147 for (int i = 0; i < numSpaces; i++)
153 const int numSpaces = width - textString.Length();
161 numLeftSpaces = numSpaces / 2;
164 numLeftSpaces = numSpaces;
169 PrintSpaces(numSpaces - numLeftSpaces);
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 195 * Outputs multiple lines, each indented by numSpaces.
196 * For instance if numSpaces=8 it might look like this:
202 writeSpaceIndentedLines: function(numSpaces, lines) {
203 var prefix = makeRepeatedString(' ', numSpaces);
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 105 milliseconds