Home
last modified time | relevance | path

Searched refs:pretty_print (Results 1 - 8 of 8) sorted by relevance

/third_party/gptfdisk/
H A Dgdisk_test.sh66 pretty_print() { function
89 pretty_print "SUCCESS" "$3"
91 pretty_print "FAILED" "$3"
122 pretty_print "FAILED" "gdisk return $ret when creating partition table"
132 pretty_print "FAILED" "sgdisk return $ret when creating partition table"
243 pretty_print "SUCCESS" "GPT data backuped sucessfully"
245 pretty_print "FAILED" "Unable to create GPT backup file !"
325 pretty_print "SUCCESS" "GUID of disk has been sucessfully changed"
327 pretty_print "FAILED" "GUID of disk is the same as the previous one"
363 pretty_print "SUCCES
[all...]
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp100 @param[in] pretty_print whether the output shall be pretty-printed
108 const bool pretty_print, in dump()
123 if (pretty_print) in dump()
196 if (pretty_print) in dump()
257 if (pretty_print) in dump()
107 dump(const BasicJsonType& val, const bool pretty_print, const bool ensure_ascii, const unsigned int indent_step, const unsigned int current_indent = 0) dump() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c4165 char *buf, size_t buflen, int pretty_print);
4638 int pretty_print) in wpa_config_get_int()
4642 if (pretty_print) in wpa_config_get_int()
4650 int pretty_print) in wpa_config_get_str()
4655 if (pretty_print) in wpa_config_get_str()
4672 int pretty_print) in wpa_config_get_ipv4()
4681 if (pretty_print) in wpa_config_get_ipv4()
4636 wpa_config_get_int(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_int() argument
4648 wpa_config_get_str(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_str() argument
4670 wpa_config_get_ipv4(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_ipv4() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c4652 char *buf, size_t buflen, int pretty_print);
5182 int pretty_print) in wpa_config_get_int()
5186 if (pretty_print) in wpa_config_get_int()
5194 int pretty_print) in wpa_config_get_str()
5199 if (pretty_print) in wpa_config_get_str()
5216 int pretty_print) in wpa_config_get_ipv4()
5225 if (pretty_print) in wpa_config_get_ipv4()
5180 wpa_config_get_int(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_int() argument
5192 wpa_config_get_str(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_str() argument
5214 wpa_config_get_ipv4(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) wpa_config_get_ipv4() argument
/third_party/json/include/nlohmann/
H A Djson.hpp3970 const bool pretty_print = o.width() > 0;
3971 const auto indentation = pretty_print ? o.width() : 0;
3978 s.dump(j, pretty_print, false, static_cast<unsigned int>(indentation));
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc546 bool pretty_print,
9119 /*pretty_print=*/true,
9324 /// @param pretty_print if set to yes, the type names are going to be
9346 bool pretty_print,
9359 pretty_print
9405 pretty_print
9502 /*pretty_print=*/false,
9690 /*pretty_print=*/true,
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp16134 @param[in] pretty_print whether the output shall be pretty-printed
16142 const bool pretty_print,
16157 if (pretty_print)
16230 if (pretty_print)
16291 if (pretty_print)
20776 const bool pretty_print = o.width() > 0;
20777 const auto indentation = pretty_print ? o.width() : 0;
20784 s.dump(j, pretty_print, false, static_cast<unsigned int>(indentation));
/third_party/json/single_include/nlohmann/
H A Djson.hpp17984 @param[in] pretty_print whether the output shall be pretty-printed
17992 const bool pretty_print,
18007 if (pretty_print)
18080 if (pretty_print)
18141 if (pretty_print)
23148 const bool pretty_print = o.width() > 0;
23149 const auto indentation = pretty_print ? o.width() : 0;
23156 s.dump(j, pretty_print, false, static_cast<unsigned int>(indentation));

Completed in 74 milliseconds