Home
last modified time | relevance | path

Searched refs:error_hex (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dext-encoded-character.c125 unsigned int *error_hex) in _decode_unicode() argument
140 if ( valid ) *error_hex = unicode_hex; in _decode_unicode()
161 unsigned int error_hex = 0; in arg_encoded_string_validate() local
208 if ( !_decode_unicode(&p, strend, tmpstr, &error_hex) ) in arg_encoded_string_validate()
220 if ( error_hex != 0 ) { in arg_encoded_string_validate()
223 error_hex); in arg_encoded_string_validate()
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnchannel.py1072 error_hex = error_bytes.hex() if error_bytes else None
1074 self.hm.log['fail_htlc_reasons'][htlc_id] = (error_hex, failure_hex)
1077 error_hex, failure_hex = self.hm.log['fail_htlc_reasons'].pop(htlc_id, (None, None))
1078 error_bytes = bytes.fromhex(error_hex) if error_hex else None
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/src/
H A Dgtest.cc1355 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1358 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gtest/src/
H A Dgtest.cc1389 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1392 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/src/gtest/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/lib/gtest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/src/
H A Dgtest.cc1389 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1392 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/googletest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/testing/gtest/src/
H A Dgtest.cc1397 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1400 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/gtest/gtest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/
H A Dgtest.cc1389 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1392 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/devel/protobuf25/protobuf-2.5.0/gtest/src/
H A Dgtest.cc1330 const std::string error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1333 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/unittests/gtest/src/
H A Dgtest.cc1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local
1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
/dports/astro/oskar/OSKAR-2.8.0/extern/gtest-1.7.0/src/
H A Dgtest.cc1373 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local
1376 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/dports/science/ALPSCore/ALPSCore-2.2.0/common/deps/gtest-1.7.0/src/
H A Dgtest.cc1373 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local
1376 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/dports/devel/bullet/bullet3-3.21/test/gtest-1.7.0/src/
H A Dgtest.cc1492 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local
1495 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/dports/math/fcl/fcl-0.7.0/test/gtest/src/
H A Dgtest.cc1376 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local
1379 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/dports/science/madness/madness-ebb3fd7/src/madness/external/gtest/src/
H A Dgtest.cc1373 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local
1376 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest.cc1373 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local
1376 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/dports/net-im/licq-osd/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest.cc1373 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local
1376 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()

12345678910