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

  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 37 class Indentation {
39 private int indentation; field in class:Indentation
44 protected Indentation() {
45 indentation = 0;
54 protected Indentation(int initval) {
55 indentation = initval;
59 * set the indentation field
65 indentation = initval;
69 * get the number of indentation.
74 return indentation;
    [all...]
SIPObject.java 105 if (fieldName.compareTo("indentation") == 0) {
196 if (fieldName.compareTo("indentation") == 0) {
308 if (fieldName.compareTo("indentation") == 0) {
344 indentation + 1));
354 indentation + 1));
385 * Formatter with a given starting indentation (for nested structs).
390 int save = indentation;
391 indentation = indent;
393 indentation = save;
SIPHeaderList.java 322 * @param indentation
326 public String debugDump(int indentation) {
328 String indent = new Indentation(indentation).getIndentation();
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java 77 if (fieldName.compareTo("indentation") == 0) {
115 this.indentation + 1));
125 indentation + 1));
161 * Formatter with a given starting indentation (for nested structs).
164 int save = indentation;
165 indentation = indent;
167 indentation = save;
  /external/chromium/net/base/
load_log_util.cc 19 // Pass 1: Match the start/end of indentation blocks. Fills |entries_|
48 int indentation_spaces = entries_[i].indentation * kSpacesPerIndentation;
58 int padding = ((max_indentation - entries_[i].indentation) *
75 : log_entry(log_entry), indentation(0), block_index(-1) {}
88 size_t indentation; member in struct:net::__anon2538::FormatHelper::Entry
98 entry.indentation = current_indentation;
112 // Restore the indentation prior to the block.
114 current_indentation = entries_[start_index].indentation;
115 entry.indentation = current_indentation;
145 *max_indentation = std::max(*max_indentation, entries_[i].indentation);
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 94 protected int indentation; field in class:GenericObjectList
107 char[] chars = new char[indentation];
260 indentation--;
266 indentation++;
284 sprint(((GenericObject) obj).debugDump(this.indentation));
294 * indentation given.
298 int save = indentation;
299 indentation = indent;
301 indentation = save;
GenericObject.java 37 * Provides a few utility funcitons such as indentation and
80 protected int indentation; field in class:GenericObject
293 indentation = 0;
298 char [] chars = new char [indentation];
314 indentation--;
320 indentation++;
430 if (fieldName.compareTo("indentation") == 0) {
515 if (fieldName.compareTo("indentation") == 0) {
611 if (fieldName.compareTo("indentation") == 0) {
647 indentation + 1))
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 99 if (fieldName.compareTo("indentation") == 0) {
189 if (fieldName.compareTo("indentation") == 0) {
297 if (fieldName.compareTo("indentation") == 0) {
333 indentation + 1));
343 indentation + 1));
377 * Formatter with a given starting indentation (for nested structs).
382 int save = indentation;
383 indentation = indent;
385 indentation = save;
  /external/chromium/third_party/icu/source/tools/genren/
genren.pl 11 #* indentation:4
84 * indentation:4
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 215 report_error(TYPE_NOTICE, 'Language file contains unescaped tabulator chars (probably for indentation)!');
218 report_error(TYPE_NOTICE, 'Language file contains irregular indentation (other than 4 spaces per indentation level)!');
    [all...]
  /external/chromium/third_party/icu/source/tools/gendraft/
genheaders.pl 11 #* indentation:4
137 * indentation:4
  /external/icu4c/tools/gendraft/
genheaders.pl 11 #* indentation:4
140 * indentation:4
  /external/icu4c/tools/genren/
genren.pl 11 #* indentation:4
83 * indentation:4
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 62 private static final String INDENTATION = " ";
65 private int indentation; field in class:ClassPrinter
    [all...]
  /external/openssl/ssl/
ssltest.c 1914 static const char indentation[] = local
    [all...]
  /external/grub/docs/
texinfo.tex 971 % If WORD is `none', then suppress indentation of the first paragraph
975 % The paragraph indentation is suppressed or not by calling
978 % By default, we suppress indentation.
    [all...]
  /external/bison/doc/
refcard.tex 275 % bpk--added indentation
  /external/libpng/
CHANGES     [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/e2fsprogs/lib/et/
texinfo.tex 624 % default indentation of table text
626 % default indentation of @itemize and @enumerate text
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 598 milliseconds