Home
last modified time | relevance | path

Searched defs:BadVersion (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dukey2_handshake.rs565 BadVersion, enumerator
598 BadVersion, enumerator
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/src/
Dresult.rs43 BadVersion, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor_test.cc876 TEST_F(GraphConstructorTest, BadVersion) { in TEST_F() argument
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_cfi_unittest.cc457 TEST_F(CFI, BadVersion) { in TEST_F() argument
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc423 TEST_F(ProfileCompilationInfoTest, BadVersion) { in TEST_F() argument
/aosp_15_r20/external/clang/lib/Driver/
H A DToolChains.cpp1282 const GCCVersion BadVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local