/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_prt_nwk_payload.c | 34 int indent = 0; in iotx_facility_json_print() local 76 ++indent; in iotx_facility_json_print() 78 for (j = 0; j < indent; j++) { in iotx_facility_json_print() 91 --indent; in iotx_facility_json_print() 93 for (j = 0; j < indent; j++) { in iotx_facility_json_print() 98 for (j = 0; j < indent; j++) { in iotx_facility_json_print() 130 for (j = 0; j < indent; j++) { in iotx_facility_json_print()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | codeformat.py | 107 indent = len(m.group(1)) 112 if indent - 4 == indent_next and re.match(r" +(} else |case )", l_next): 115 dedent_stack.append(indent - 4) 122 indent_diff = indent - dedent_stack[-1]
|
A D | gen-cpydiff.py | 144 def indent(block, spaces): function 226 rst.write("Sample code::\n\n" + indent(output.code, TAB) + "\n") 227 output_cpy = indent("".join(output.output_cpy[0:2]), TAB).rstrip() 229 output_upy = indent("".join(output.output_upy[0:2]), TAB).rstrip() 240 index.write(indent(section + ".rst", TAB)) 243 index.write(indent(section + ".rst", TAB))
|
A D | uncrustify.cfg | 931 # The continuation indent. If non-zero, this overrides the indent of '(', '[' 947 # overrides the indent. 1060 # Whether to indent continued function call parameters one indent level, 1064 # Whether to indent continued function definition parameters one indent level, 1074 # Whether to indent continued function call prototype one indent level, 1078 # Whether to indent continued function call declaration one indent level, 1082 # Whether to indent continued class variable constructors one indent level, 1086 # Whether to indent continued template parameter list one indent level, 1124 # the indent level by this value. Negative values decrease the indent level. 1307 # 2 indent levels) [all …]
|
A D | gendoc.py | 150 def para(self, text, indent=""): argument 155 self.lines.append(indent + self._convert(t)) 157 self.lines.append(indent + self._convert(text)) 174 self.para(descr, indent=" ") 184 self.para(descr, indent=" ") 188 self.para(descr, indent=" ")
|
A D | transymodem.py | 35 f.write(json.dumps(data, indent=4, separators=(',', ': ')))
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | jsoncpp.dox | 17 "indent" : { "length" : 3, "use_space": true } 34 // Tab indent size 36 "indent" : { /*embedded comment*/ "length" : 3, "use_space": true } 72 foo::setIndentLength( root["indent"].get("length", 3).asInt() ); 73 foo::setIndentUseSpace( root["indent"].get("use_space", true).asBool() ); 78 root["indent"]["length"] = foo::getCurrentIndentLength(); 79 root["indent"]["use_space"] = foo::getCurrentIndentUseSpace();
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | jsontest.cpp | 151 Json::String indent(failure.nestingLevel_ * 2, ' '); in printFailure() local 153 printf("%s%s(%u): ", indent.c_str(), failure.file_, failure.line_); in printFailure() 161 Json::String reindented = indentText(failure.message_, indent + " "); in printFailure() 168 const Json::String& indent) { in indentText() argument 176 reindented += indent; in indentText()
|
A D | jsontest.h | 103 const Json::String& indent);
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_writer.cpp | 488 indent(); in writeValue() 519 indent(); in writeArrayValue() 604 void StyledWriter::indent() { indentString_ += String(indentSize_, ' '); } in indent() function in Json::StyledWriter 706 indent(); in writeValue() 737 indent(); in writeArrayValue() 824 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::StyledStreamWriter 894 void indent(); 981 indent(); in writeValue() 1013 indent(); in writeArrayValue() 1108 void BuiltStyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in Json::BuiltStyledStreamWriter
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | writer.h | 248 void indent(); 322 void indent();
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | trace.h | 66 int indent = 0; member 100 entry.indent = indent_; in Write() 141 inline std::string IndentString(int indent) { in IndentString() argument 143 for (int i = 0; i < indent; i++) { in IndentString() 270 source_location.c_str(), IndentString(entry.indent).c_str(), in Print()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | parse.h | 89 void mp_parse_node_print(const mp_print_t *print, mp_parse_node_t pn, size_t indent);
|
A D | lexer.c | 192 STATIC void indent_push(mp_lexer_t *lex, size_t indent) { in indent_push() argument 197 lex->indent_level[lex->num_indent_level++] = indent; in indent_push()
|
A D | parse.c | 368 void mp_parse_node_print(const mp_print_t *print, mp_parse_node_t pn, size_t indent) { in mp_parse_node_print() argument 374 for (size_t i = 0; i < indent; i++) { in mp_parse_node_print() 416 mp_parse_node_print(print, pns->nodes[i], indent + 2); in mp_parse_node_print()
|
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/ |
A D | flash_program.py | 35 f.write(json.dumps(data, indent=4, separators=(',', ': ')))
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/ |
A D | flash_program.py | 37 f.write(json.dumps(data, indent=4, separators=(',', ': ')))
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 2447 .format(textwrap.indent(node.help, " ")) 2497 def _split_expr_info(expr, indent): argument 2515 s += "{}{} {}".format(" "*indent, 2584 textwrap.indent(node.custom_str(_name_and_val_str), " ")) 2751 indent = 0 2754 indent += _SUBMENU_INDENT 2758 s = "{:{}}".format(_value_str(node), 3 + indent)
|
A D | kconfiglib.py | 2882 indent = _indentation(line) 2883 if not indent: 2901 while line and (line.isspace() or indentation(line) >= indent): 2910 add_help_line(line.expandtabs()[indent:].rstrip())
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 2447 .format(textwrap.indent(node.help, " ")) 2497 def _split_expr_info(expr, indent): argument 2515 s += "{}{} {}".format(" "*indent, 2584 textwrap.indent(node.custom_str(_name_and_val_str), " ")) 2751 indent = 0 2754 indent += _SUBMENU_INDENT 2758 s = "{:{}}".format(_value_str(node), 3 + indent)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/ |
A D | bazel_to_cmake.py | 63 def set_cmake_list(list_name, values, indent): argument
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 4645 indent(); in writeValue() 4676 indent(); in writeArrayValue() 4761 void StyledWriter::indent() { indentString_ += JSONCPP_STRING(indentSize_, ' '); } in indent() function in AlibabaCloud::OSS::Json::StyledWriter 4862 indent(); in writeValue() 4893 indent(); in writeArrayValue() 4978 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in AlibabaCloud::OSS::Json::StyledStreamWriter 5051 void indent(); 5143 indent(); in writeValue() 5174 indent(); in writeArrayValue() 5265 void BuiltStyledStreamWriter::indent() { indentString_ += indentation_; } in indent() function in AlibabaCloud::OSS::Json::BuiltStyledStreamWriter
|
A D | json.h | 2038 void indent(); 2111 void indent();
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | coderules.txt | 23 We indent statements in K&R style, e.g.,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1094 64da45a9 cosmetics, cwebp: fix indent 1121 e4a7eed4 cosmetics: fix indent 1123 aa2eb2d4 Merge "cosmetics: fix indent" 1124 b7551e90 cosmetics: fix indent 1712 aca1b98f enc/vp8l.c: fix indent 1754 6986bb5e webpmux: fix indent 2402 b25a6fbf yuv.h: fix indent 2403 ede3602e Merge "cosmetics: fix indent" 2405 388a7249 cosmetics: fix indent 2434 1aed8f2a Merge "fix indent" [all …]
|