/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
NEWS.txt | 199 - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). 297 - Removed ability to configure tabs indent from Options dialog. This 'feature' 299 default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on 308 - Discourage using an indent width other than 8 when using tabs to indent 314 even if the file uses tabs.) Any change in indent width is local to that
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | 152 * Used only in indent() which is called only if m_doIndent is true. 504 } else if (OutputKeys.INDENT.equals(name)) { 786 protected void indent(int depth) throws IOException method in class:ToStream 801 * Indent at the current element nesting depth. 804 protected void indent() throws IOException method in class:ToStream 806 indent(m_elemContext.m_currentElemDepth); 1271 indent(); method 1938 indent(); method 2417 indent(); method [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
autocomplete-box.html | 80 text-indent: 10px; 85 text-indent: 0;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.hpp | 50 LineStream (int indent = 0) { m_indent = indent; }
|
/external/elfutils/src/ |
readelf.c | [all...] |
/external/expat/doc/ |
xmlwf.sgml | 459 sgml-indent-step:2 460 sgml-indent-data:t
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
HttpDestination.java | 672 public void dump(Appendable out, String indent) throws IOException 682 AggregateLifeCycle.dump(out, indent, _connections);
|
/external/llvm/include/llvm/ProfileData/ |
SampleProf.h | 192 void print(raw_ostream &OS, unsigned Indent) const; 214 void print(raw_ostream &OS = dbgs(), unsigned Indent = 0) const;
|
/external/llvm/lib/Option/ |
OptTable.cpp | 355 OS.indent(InitialPad) << Option; 362 OS.indent(Pad + 1) << OptionHelp[i].second << '\n';
|
/external/llvm/lib/Support/ |
Timer.cpp | 314 // Figure out how many spaces to indent TimerGroup name. 317 OS.indent(Padding) << Name << '\n';
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_service.cc | 77 printer->Indent(); 117 printer->Indent();
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_enum_field.cc | 234 printer->Indent(); 288 printer->Indent();
|
/external/protobuf/src/google/protobuf/ |
text_format.h | 148 // Adjust the initial indent level of all output. Each indent level is
|
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 1796 TIXML_STRING indent; member in class:TiXmlPrinter [all...] |
/frameworks/av/media/libnbaio/ |
NBLog.cpp | 286 void NBLog::Reader::dump(int fd, size_t indent) 342 mIndent = indent;
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioOutputDescriptor.cpp | 214 void AudioOutputDescriptor::log(const char* indent) 217 indent, mId, mId, mSamplingRate, mFormat, mChannelMask);
|
AudioPort.cpp | 375 void AudioPort::log(const char* indent) const 377 ALOGI("%s Port[nm:%s, type:%d, role:%d]", indent, mName.string(), mType, mRole);
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
QueryController.java | 392 // save the current indent level as parent indent before pattern searches
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cgitb.py | 116 indent = '<tt>' + small(' ' * 5) + ' </tt>' variable 179 exception.append('\n<br>%s%s =\n%s' % (indent, name, value))
|
timeit.py | 90 def reindent(src, indent): 92 return src.replace("\n", "\n" + " "*indent)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ttk.py | 154 def _format_layoutlist(layout, indent=0, indent_size=2): 188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '') 192 indent += indent_size 193 newscript, indent = _format_layoutlist(opts['children'], indent, 196 indent -= indent_size 197 script.append('%s}' % (' ' * indent)) 201 return '\n'.join(script), indent [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cgitb.py | 116 indent = '<tt>' + small(' ' * 5) + ' </tt>' variable 179 exception.append('\n<br>%s%s =\n%s' % (indent, name, value))
|
timeit.py | 90 def reindent(src, indent): 92 return src.replace("\n", "\n" + " "*indent)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ttk.py | 154 def _format_layoutlist(layout, indent=0, indent_size=2): 188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '') 192 indent += indent_size 193 newscript, indent = _format_layoutlist(opts['children'], indent, 196 indent -= indent_size 197 script.append('%s}' % (' ' * indent)) 201 return '\n'.join(script), indent [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
fmt.go | 1486 func indent(buf *bytes.Buffer) { func [all...] |