Home
last modified time | relevance | path

Searched refs:reason_strings (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dsync_internals_util.cc206 std::vector<std::string> reason_strings; in GetDisableReasonsString() local
208 reason_strings.push_back("Platform override"); in GetDisableReasonsString()
210 reason_strings.push_back("Enterprise policy"); in GetDisableReasonsString()
212 reason_strings.push_back("Not signed in"); in GetDisableReasonsString()
214 reason_strings.push_back("User choice"); in GetDisableReasonsString()
216 reason_strings.push_back("Unrecoverable error"); in GetDisableReasonsString()
217 return base::JoinString(reason_strings, ", "); in GetDisableReasonsString()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dp_test.c209 static const OSSL_ITEM reason_strings[] = { in p_get_reason_strings() local
216 return reason_strings; in p_get_reason_strings()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dp_test.c209 static const OSSL_ITEM reason_strings[] = {
216 return reason_strings;
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dp_test.c209 static const OSSL_ITEM reason_strings[] = { in p_get_reason_strings() local
216 return reason_strings; in p_get_reason_strings()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dp_test.c209 static const OSSL_ITEM reason_strings[] = { in p_get_reason_strings() local
216 return reason_strings; in p_get_reason_strings()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/
H A Dp_test.c209 static const OSSL_ITEM reason_strings[] = { in p_get_reason_strings() local
216 return reason_strings; in p_get_reason_strings()
/dports/security/openssl-devel/openssl-3.0.2/test/
H A Dp_test.c209 static const OSSL_ITEM reason_strings[] = { in p_get_reason_strings() local
216 return reason_strings; in p_get_reason_strings()
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Djsapi-util.cpp642 static const char* reason_strings[] = { in gjs_explain_gc_reason() local
648 static_assert(G_N_ELEMENTS(reason_strings) == Gjs::GCReason::N_REASONS, in gjs_explain_gc_reason()
654 return reason_strings[size_t(reason) - in gjs_explain_gc_reason()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/backend/
H A Dcups_jobs.cc432 std::vector<std::string> reason_strings; in ParsePrinterStatus() local
433 ParseCollection(attr, &reason_strings); in ParsePrinterStatus()
434 for (const std::string& reason : reason_strings) { in ParsePrinterStatus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/backend/
H A Dcups_jobs.cc442 std::vector<std::string> reason_strings; in ParsePrinterStatus() local
443 ParseCollection(attr, &reason_strings); in ParsePrinterStatus()
444 for (const std::string& reason : reason_strings) { in ParsePrinterStatus()
/dports/lang/gjs/gjs-1.70.0/gi/
H A Darg-cache.cpp166 static const char* reason_strings[] = { in gjs_marshal_not_introspectable_in() local
177 G_N_ELEMENTS(reason_strings) == NotIntrospectableReason::LAST_REASON, in gjs_marshal_not_introspectable_in()
185 reason_strings[self->contents.reason]); in gjs_marshal_not_introspectable_in()