HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 626 - 650 of 2419) sorted by null

<<21222324252627282930>>

  /external/icu/icu4c/source/common/
sprpimpl.h 126 * indent-tabs-mode: nil
ucnv_io.h 122 * indent-tabs-mode: nil
utypes.c 219 * indent-tabs-mode: nil
  /external/icu/icu4c/source/test/cintltst/
tracetst.c 63 * indent: indent value to give to formatter
70 static void test_format(const char *format, int32_t bufCap, int32_t indent,
94 len = utrace_vformat(buf, bufCap, indent, format, args);
  /external/jcommander/src/main/java/com/beust/jcommander/
JCommander.java 985 * every line with "indent".
987 public void usage(String commandName, StringBuilder out, String indent) {
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/component/
Dumpable.java 26 void dump(Appendable out,String indent) throws IOException;
  /external/libchrome/base/json/
json_writer.h 58 // Adds space to json_string_ for the indent level.
  /external/libdrm/freedreno/
freedreno_pipe.c 1 /* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
freedreno_ringbuffer.h 1 /* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Tree.java 164 private void computeSize (Array<Node> nodes, float indent) {
169 float rowWidth = indent + iconSpacingRight;
186 if (node.expanded) computeSize(node.children, indent + indentSpacing);
195 private float layout (Array<Node> nodes, float indent, float y) {
200 float x = indent;
205 if (node.expanded) y = layout(node.children, indent + indentSpacing, y);
219 private void draw (Batch batch, Array<Node> nodes, float indent) {
244 expandIcon.draw(batch, x + indent - iconSpacingLeft, y + iconY, expandIcon.getMinWidth(), expandIcon.getMinHeight());
245 if (node.expanded) draw(batch, node.children, indent + indentSpacing);
  /external/libpcap/
fad-null.c 1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */
  /external/libweave/third_party/chromium/base/json/
json_writer.h 58 // Adds space to json_string_ for the indent level.
  /external/libxml2/doc/
xsa.xsl 12 indent="yes"/>
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 45 void Emit(unsigned Indent = 0) const;
  /external/llvm/tools/llvm-pdbdump/
EnumDumper.cpp 36 Printer.Indent();
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
82 unsigned Indent, raw_ostream &O) {
83 std::string IndentStr = std::string(Indent, ' ');
104 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
  /external/mesa3d/src/glsl/
ir_print_visitor.h 47 void indent(void);
  /external/opencv3/modules/viz/src/vtk/
vtkCloudMatSink.h 60 void PrintSelf(ostream& os, vtkIndent indent);
vtkOBJWriter.h 59 void PrintSelf(ostream& os, vtkIndent indent);
vtkXYZReader.h 59 void PrintSelf(ostream& os, vtkIndent indent);
vtkXYZWriter.h 59 void PrintSelf(ostream& os, vtkIndent indent);
  /external/selinux/checkpolicy/
Makefile 63 indent:
  /external/selinux/libselinux/src/
checkAccess.c 1 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
  /external/selinux/policycoreutils/restorecond/
Makefile 51 indent:
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
AnnotationEncodedValueAdaptor.java 56 writer.indent(4);

Completed in 1547 milliseconds

<<21222324252627282930>>