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

1 2

  /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();
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.cpp     [all...]
VideoEditorClasses.h 352 * @param indentation (IN) Indentation to follow in display
358 int indentation);
383 int indentation);
408 int indentation);
416 int indentation);
432 * @param thiz (IN) Indentation to follow in display
466 int indentation);
492 int indentation);
517 int indentation);
    [all...]
  /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/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.h 76 indentation:(int)indentation;
  /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;
  /frameworks/av/include/camera/
CameraMetadata.h 167 * The indentation parameter sets the number of spaces to add to the start
170 void dump(int fd, int verbosity = 1, int indentation = 0) const;
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 194 : {// we need to determine the number of spaces or tabs (indentation) for multi-line input
202 String indentation = buf.reverse().toString();
240 // finally we need to prpcess the indentation line by line
247 if ( line.startsWith(indentation) ) line = line.substring(indentation.length());
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 565 var indentation = new Array(spaces);
567 indentation[i] = ' ';
569 var s = indentation.join("");
  /system/media/camera/src/
camera_metadata.c 814 int indentation);
825 int indentation) {
828 indentation, "");
834 "%d / %d bytes of extra data.\n", indentation, "",
838 indentation + 2, "",
859 indentation + 2, "",
887 print_data(fd, data_ptr, entry->tag, entry->type, count, indentation);
892 int type, int count, int indentation) {
911 fdprintf(fd, "%*s[", indentation + 4, "");
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODRedBlackTree.h 727 void dumpFromNode(Node* node, int indentation) const
730 for (int i = 0; i < indentation; i++)
740 dumpFromNode(node->left(), indentation + 2);
741 dumpFromNode(node->right(), indentation + 2);
  /system/media/camera/include/system/
camera_metadata.h 485 * Print fields in the metadata to the log; adds indentation parameter, which
492 int indentation);
  /frameworks/av/camera/
CameraMetadata.cpp 369 void CameraMetadata::dump(int fd, int verbosity, int indentation) const {
370 dump_indented_camera_metadata(mBuffer, fd, verbosity, indentation);
  /external/libvpx/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/chrome/browser/resources/net_internals/
logviewpainter.js 330 var indentation = ' ';
337 indentLines(indentation, oldConfigString.split('\n'));
343 indentLines(indentation, newConfigString.split('\n'));
  /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/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js     [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 30 from closure_linter import indentation namespace
99 self._indentation = indentation.IndentationRules()
253 if not self._is_html and error_check.ShouldCheck(Rule.INDENTATION):
254 # TODO(robbyw): Support checking indentation in HTML files.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 305 // Look up the indentation level of the start node, if it is an element
308 // Measure the indentation of the start node such that we can indent
310 // in if the surrounding content does not use the same indentation size etc.
318 // level it is, and we also need to know the indentation level to use
320 // since from the initial indentation level and on down we want to normalize
330 // the parent chain and looking up the indentation for each. The reason for
332 // may be sharing lines with other nodes, and we disregard indentation for
333 // any nodes that don't start a line since the indentation may only be correct
335 // level that do have indentation info at the front of the line.
400 // remove the initial indentation in the reformatted elemen
702 String indentation = entry.getValue(); local
    [all...]

Completed in 1782 milliseconds

1 2