Searched refs:indent (Results 1 - 5 of 5) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_capi_header.py | 27 def make_capi_static_funcs(funcs, indent, defined_names, translate_map): 34 result += indent + '// The resulting string must be freed by calling cef_string_userfree_free().\n' 41 result += '\n' + indent + 'ARK_WEB_EXPORT ' + func.get_capi_proto(defined_names, suffix) + ';\n' 47 def make_capi_class_funcs(funcs, indent, defined_names, translate_map): 55 result += indent + '// The resulting string must be freed by calling cef_string_userfree_free().\n' 65 result += indent+parts['retval']+' (ARK_WEB_CALLBACK *'+parts['name'] + suffix + \
|
H A D | file_parser.py | 36 def wrap_text(text, indent='', maxchars=120): 41 lines = textwrap.wrap(text, maxchars - len(indent)) 43 result += indent + line + '\n' 2084 pp = pprint.PrettyPrinter(indent=4)
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | sample_stack_printer.cpp | 170 const int indent = 2;
in Print() local 175 std::string space(indent * back->level, ' ');
in Print()
|
/base/startup/appspawn/etc/sandbox/ |
H A D | appdata_sandbox_fixer.py | 254 f.write(json.dumps(origin_json, ensure_ascii=False, indent=2))
|
/base/sensors/miscdevice/utils/tools/haptic_format_converter/converter/ |
H A D | converter.py | 106 json.dump(data, file, indent=2)
|
Completed in 5 milliseconds