Home
last modified time | relevance | path

Searched refs:indent (Results 1 - 5 of 5) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_capi_header.py27 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 Dfile_parser.py36 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 Dsample_stack_printer.cpp170 const int indent = 2; in Print() local
175 std::string space(indent * back->level, ' '); in Print()
/base/startup/appspawn/etc/sandbox/
H A Dappdata_sandbox_fixer.py254 f.write(json.dumps(origin_json, ensure_ascii=False, indent=2))
/base/sensors/miscdevice/utils/tools/haptic_format_converter/converter/
H A Dconverter.py106 json.dump(data, file, indent=2)

Completed in 5 milliseconds