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

<<11121314151617181920>>

  /external/libdrm/freedreno/kgsl/
kgsl_device.c 1 /* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
  /external/libdrm/freedreno/msm/
msm_device.c 1 /* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 46 output = json.dumps(json.loads(json_string), indent=4, sort_keys=True)
  /external/selinux/policycoreutils/gui/
Makefile 48 indent:
  /external/selinux/policycoreutils/run_init/
Makefile 48 indent:
  /external/selinux/policycoreutils/setfiles/
Makefile 44 indent:
  /external/snakeyaml/src/test/resources/examples/
spring.xml 12 <property name="indent" value="2" />
  /external/v8/src/profiler/
allocation-tracker.cc 56 void AllocationTraceNode::Print(int indent, AllocationTracker* tracker) {
57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' ');
66 indent += 2;
68 children_[i]->Print(indent, tracker);
  /external/v8/test/simdjs/
generate.py 60 fh.write(json.dumps(output, separators=(',',': '), indent=2, sort_keys=True))
  /external/v8/tools/
isolate_driver.py 31 }, f, indent=2, sort_keys=True)
  /external/vixl/
CPPLINT.cfg 43 filter=+whitespace/indent
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMAScalar.java 74 OMAConstants.indent(level, out);
  /frameworks/native/include/binder/
Debug.h 37 void printHexData(int32_t indent, const void *buf, size_t length,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
OMAScalar.java 74 OMAConstants.indent(level, out);
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserException.java 1 /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- //------100-columns-wide------>|*/
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 14 INDENT = 5
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 14 INDENT = 5
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 14 INDENT = 5
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 14 INDENT = 5
  /prebuilts/tools/linux-x86_64/kythe/studio/
manifest2vname.py 65 print(json.dumps(vnames, indent=2, separators=(',', ':')))
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoringTest.java 31 // Test wrapping view: should indent view
  /system/extras/tests/include/
testUtil.h 59 void testXDumpSetIndent(uint8_t indent);
  /toolchain/binutils/binutils-2.25/bfd/doc/
doc.str 37 indent
proto.str 6 indent
  /cts/tests/tests/icu/tools/android/icu/cts/tools/
GenerateTestCaseXML.java 105 // enable indent in result file
106 t.setOutputProperty("indent", "yes");
107 t.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "4");

Completed in 437 milliseconds

<<11121314151617181920>>