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

1 2 3

  /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;
  /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/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 64 level: Indentation level.
68 indentation = ' ' * level
71 indentation = ''
77 xml_parts.append(indentation + '<' + name)
98 if multi_line and indentation:
99 xml_parts.append(indentation)
  /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_org/third_party/mesa/src/src/glsl/
ir_print_visitor.cpp 73 indentation = 0;
89 for (int i = 0; i < indentation; i++)
165 indentation++;
172 indentation++;
181 indentation--;
189 indentation++;
198 indentation--;
201 indentation--;
209 indentation++;
216 indentation--
    [all...]
ir_print_visitor.h 92 int indentation; member in class:ir_print_visitor
  /external/mesa3d/src/glsl/
ir_print_visitor.cpp 73 indentation = 0;
89 for (int i = 0; i < indentation; i++)
165 indentation++;
172 indentation++;
181 indentation--;
189 indentation++;
198 indentation--;
201 indentation--;
209 indentation++;
216 indentation--
    [all...]
ir_print_visitor.h 92 int indentation; member in class:ir_print_visitor
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.h 76 indentation:(int)indentation;
  /external/chromium_org/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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 139 indentation = find_indentation(node)
156 if not first or node.parent.prefix.endswith(indentation):
157 new.prefix = indentation
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 139 indentation = find_indentation(node)
156 if not first or node.parent.prefix.endswith(indentation):
157 new.prefix = indentation
  /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("");
  /frameworks/av/include/camera/
CameraMetadata.h 179 * The indentation parameter sets the number of spaces to add to the start
182 void dump(int fd, int verbosity = 1, int indentation = 0) const;
  /system/media/camera/src/
camera_metadata.c 816 int indentation);
827 int indentation) {
830 indentation, "");
836 "%d / %d bytes of extra data.\n", indentation, "",
840 indentation + 2, "",
861 indentation + 2, "",
889 print_data(fd, data_ptr, entry->tag, entry->type, count, indentation);
894 int type, int count, int indentation) {
913 fdprintf(fd, "%*s[", indentation + 4, "");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
coffeescript.js 45 var lineOffset = stream.indentation();
233 var _indent = stream.indentation();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 49 uint indentation; member in struct:dump_ctx
609 /* update indentation */
613 ctx->indentation += indent_spaces;
631 ctx.indentation = 0;
663 ctx.indentation = 0;
718 ctx.base.indentation = 0;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 49 uint indentation; member in struct:dump_ctx
609 /* update indentation */
613 ctx->indentation += indent_spaces;
631 ctx.indentation = 0;
663 ctx.indentation = 0;
718 ctx.base.indentation = 0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PODRedBlackTree.h 795 void dumpFromNode(Node* node, int indentation) const
798 for (int i = 0; i < indentation; i++)
808 dumpFromNode(node->left(), indentation + 2);
809 dumpFromNode(node->right(), indentation + 2);

Completed in 2319 milliseconds

1 2 3