/system/core/adb/ |
CPPLINT.cfg | 2 filter=-build/header_guard,-build/include,-readability/function,-whitespace/indent
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa-indent | 2 indent --linux-style -i4 -ip4 -bad -bap -psl $*
|
/external/swiftshader/third_party/subzero/ |
.dir-locals.el | 3 (indent-tabs-mode . nil))) 5 (indent-tabs-mode . nil))) 8 (indent-tabs-mode . nil)))
|
/external/llvm/utils/TableGen/ |
DAGISelMatcher.cpp | 24 void Matcher::print(raw_ostream &OS, unsigned indent) const { 25 printImpl(OS, indent); 27 return Next->print(OS, indent); 108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { 109 OS.indent(indent) << "Scope\n"; 112 OS.indent(indent+1) << "NULL POINTER\n"; 114 getChild(i)->print(OS, indent+2); 118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, unsigned indent) const { 23 printImpl(OS, indent); 25 return Next->print(OS, indent); 97 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { 98 OS.indent(indent) << "Scope\n"; 101 OS.indent(indent+1) << "NULL POINTER\n"; 103 getChild(i)->print(OS, indent+2); 107 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const [all...] |
/frameworks/native/vulkan/tools/ |
vkinfo.cpp | 309 const char* Indent(size_t n) { 339 size_t indent) { 341 printf("%s%s (v%u)\n", Indent(indent), e.extensionName, e.specVersion); 348 size_t indent) { 350 printf("%s%s %u.%u.%u/%u\n", Indent(indent), layers[i].layerName, 356 printf("%s%s\n", Indent(indent + 1), layers[i].description); 359 printf("%sExtensions [%zu]:\n", Indent(indent + 1) 570 size_t indent = 0; local [all...] |
/external/flatbuffers/src/ |
idl_gen_php.cpp | 29 const std::string Indent = " "; 121 code += Indent + "const "; 138 code += Indent + "/**\n"; 139 code += Indent + " * @param ByteBuffer $bb\n"; 140 code += Indent + " * @return " + struct_def.name + "\n"; 141 code += Indent + " */\n"; 142 code += Indent + "public static function getRootAs"; 145 code += Indent + "{\n"; 147 code += Indent + Indent + "$obj = new " + struct_def.name + "();\n" [all...] |
/external/clang/include/clang/Basic/ |
PlistSupport.h | 39 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 40 for (unsigned i = 0; i < indent; ++i) 91 SourceLocation L, const FIDMap &FM, unsigned indent) { 96 Indent(o, indent) << "<dict>\n"; 97 Indent(o, indent) << " <key>line</key>"; 99 Indent(o, indent) << " <key>col</key>" [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
PlistSupport.h | 38 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 39 for (unsigned i = 0; i < indent; ++i) 90 SourceLocation L, const FIDMap &FM, unsigned indent) { 95 Indent(o, indent) << "<dict>\n"; 96 Indent(o, indent) << " <key>line</key>"; 98 Indent(o, indent) << " <key>col</key>" [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
PlistSupport.h | 38 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 39 for (unsigned i = 0; i < indent; ++i) 90 SourceLocation L, const FIDMap &FM, unsigned indent) { 95 Indent(o, indent) << "<dict>\n"; 96 Indent(o, indent) << " <key>line</key>"; 98 Indent(o, indent) << " <key>col</key>" [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
PlistSupport.h | 38 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 39 for (unsigned i = 0; i < indent; ++i) 90 SourceLocation L, const FIDMap &FM, unsigned indent) { 95 Indent(o, indent) << "<dict>\n"; 96 Indent(o, indent) << " <key>line</key>"; 98 Indent(o, indent) << " <key>col</key>" [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
PlistSupport.h | 38 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 39 for (unsigned i = 0; i < indent; ++i) 90 SourceLocation L, const FIDMap &FM, unsigned indent) { 95 Indent(o, indent) << "<dict>\n"; 96 Indent(o, indent) << " <key>line</key>"; 98 Indent(o, indent) << " <key>col</key>" [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
PlistSupport.h | 38 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 39 for (unsigned i = 0; i < indent; ++i) 90 SourceLocation L, const FIDMap &FM, unsigned indent) { 95 Indent(o, indent) << "<dict>\n"; 96 Indent(o, indent) << " <key>line</key>"; 98 Indent(o, indent) << " <key>col</key>" [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
PlistSupport.h | 38 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 39 for (unsigned i = 0; i < indent; ++i) 90 SourceLocation L, const FIDMap &FM, unsigned indent) { 95 Indent(o, indent) << "<dict>\n"; 96 Indent(o, indent) << " <key>line</key>"; 98 Indent(o, indent) << " <key>col</key>" [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
PlistSupport.h | 38 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 39 for (unsigned i = 0; i < indent; ++i) 90 SourceLocation L, const FIDMap &FM, unsigned indent) { 95 Indent(o, indent) << "<dict>\n"; 96 Indent(o, indent) << " <key>line</key>"; 98 Indent(o, indent) << " <key>col</key>" [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
PlistSupport.h | 38 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { 39 for (unsigned i = 0; i < indent; ++i) 90 SourceLocation L, const FIDMap &FM, unsigned indent) { 95 Indent(o, indent) << "<dict>\n"; 96 Indent(o, indent) << " <key>line</key>"; 98 Indent(o, indent) << " <key>col</key>" [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/ |
test_indent.py | 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
45 def check(indent, expected):
46 d1 = self.dumps(h, indent=indent)
50 self.json.dump(h, sio, indent=indent)
53 # indent=0 should emit newlines
55 # indent=None is more compact
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/ |
test_indent.py | 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
45 def check(indent, expected):
46 d1 = self.dumps(h, indent=indent)
50 self.json.dump(h, sio, indent=indent)
53 # indent=0 should emit newlines
55 # indent=None is more compact
|
/external/mesa3d/src/gallium/drivers/vc4/ |
.dir-locals.el | 2 (indent-tabs-mode . nil) 11 (makefile-mode (indent-tabs-mode . t))
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
.dir-locals.el | 2 (indent-tabs-mode . t) 11 (makefile-mode (indent-tabs-mode . t))
|
/external/mesa3d/src/gallium/winsys/radeon/ |
.dir-locals.el | 2 (indent-tabs-mode . nil) 11 (makefile-mode (indent-tabs-mode . t))
|
/external/python/cpython2/Lib/json/tests/ |
test_indent.py | 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': ')) 45 def check(indent, expected): 46 d1 = self.dumps(h, indent=indent) 50 self.json.dump(h, sio, indent=indent) 53 # indent=0 should emit newlines 55 # indent=None is more compact
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_indent.py | 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': ')) 45 def check(indent, expected): 46 d1 = self.dumps(h, indent=indent) 50 self.json.dump(h, sio, indent=indent) 53 # indent=0 should emit newlines 55 # indent=None is more compact
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_indent.py | 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': ')) 45 def check(indent, expected): 46 d1 = self.dumps(h, indent=indent) 50 self.json.dump(h, sio, indent=indent) 53 # indent=0 should emit newlines 55 # indent=None is more compact
|
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 34 protected static String indent = " "; field in class:JniCodeEmitter 178 out.println(iii + indent + "get" + typeName + "Array(" + argName + "),"); 179 out.print(iii + indent + "getOffset(" + argName + ")"); 181 out.print(iii + indent + argName); 186 out.println(iii + indent + argName + ".remaining()"); 212 out.println(iii + indent + "_exception = 1;"); 213 out.println(iii + indent + 215 out.println(iii + indent + 219 out.println(iii + indent + "goto exit;"); 389 out.println(iii + indent + "_exception = 1;") [all...] |