HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 751 - 775 of 1973) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
set.h 111 FILE *out, int indent);
157 void isl_basic_set_print(__isl_keep isl_basic_set *bset, FILE *out, int indent,
159 void isl_set_print(__isl_keep struct isl_set *set, FILE *out, int indent,
379 void isl_set_print_internal(__isl_keep isl_set *set, FILE *out, int indent);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_bonding.h 120 * c-indent-level: 8
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
README.txt 8 and many other capabilities, e.g. smart indent, call tips, and autocompletion.
config-main.def 64 [Indent]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py 101 self.assertRaises(TypeError, self.dumps, data, indent=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 254 indent = node.children[1]
255 if indent.type == token.INDENT:
256 return indent.value
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 18 INDENT = 5
tokenize.py 230 if toknum == INDENT:
346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
417 for indent in indents[1:]: # pop remaining indent levels
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
README.txt 8 and many other capabilities, e.g. smart indent, call tips, and autocompletion.
config-main.def 64 [Indent]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py 101 self.assertRaises(TypeError, self.dumps, data, indent=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 254 indent = node.children[1]
255 if indent.type == token.INDENT:
256 return indent.value
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 18 INDENT = 5
tokenize.py 230 if toknum == INDENT:
346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
417 for indent in indents[1:]: # pop remaining indent levels
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 331 printer_->Indent();
399 printer_->Indent();
400 printer_->Indent();
473 printer_->Indent();
505 printer_->Indent();
527 printer_->Indent();
540 printer_->Indent();
560 printer_->Indent();
586 printer_->Indent();
654 printer_->Indent();
    [all...]
  /external/bison/src/
location.c 198 /* Quote the file, indent by a single column. */
202 /* Print the caret, with the same indent as above. */
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_mac.mm 224 const base::string16& indent) {
280 return indent + line + base::ASCIIToUTF16("\n");
accessibility_tree_formatter_win.cc 203 const base::string16& indent) {
291 return indent + line + base::ASCIIToUTF16("\n");
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-buildbot.py 103 manifest_file.write(json.dumps(mono_manifest, sort_keys=False, indent=2))
155 manifest_file.write(json.dumps(mono_manifest, sort_keys=False, indent=2))
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 176 TextStream& FEImage::externalRepresentation(TextStream& ts, int indent) const
183 writeIndent(ts, indent);
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
x_long.c 75 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
177 int indent, const ASN1_PCTX *pctx)
  /external/chromium_org/third_party/mesa/src/docs/
devinfo.html 110 Here's the GNU indent command which will best approximate my preferred style:
114 indent -br -i3 -npcs --no-tabs infile.c -o outfile.c
  /external/clang/www/
OpenProjects.html 49 "indent" source reformatting tool.
52 preprocessor. The clang-based indent replacement,
  /external/deqp/modules/glshared/
glsShaderRenderCase.hpp 58 LineStream (int indent = 0) { m_indent = indent; }
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 34 * and reducing the indent level of the text to the indent level of the first non-whitespace line.

Completed in 643 milliseconds

<<31323334353637383940>>