Home
last modified time | relevance | path

Searched refs:test_uuid (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/uuid/
Dtst_uuid.c48 static int test_uuid(const char * uuid, int isValid) in test_uuid() function
183 failed += test_uuid("84949cc5-4701-4a84-895b-354c584a981b", 1); in main()
184 failed += test_uuid("84949CC5-4701-4A84-895B-354C584A981B", 1); in main()
185 failed += test_uuid("84949cc5-4701-4a84-895b-354c584a981bc", 0); in main()
186 failed += test_uuid("84949cc5-4701-4a84-895b-354c584a981", 0); in main()
187 failed += test_uuid("84949cc5x4701-4a84-895b-354c584a981b", 0); in main()
188 failed += test_uuid("84949cc504701-4a84-895b-354c584a981b", 0); in main()
189 failed += test_uuid("84949cc5-470104a84-895b-354c584a981b", 0); in main()
190 failed += test_uuid("84949cc5-4701-4a840895b-354c584a981b", 0); in main()
191 failed += test_uuid("84949cc5-4701-4a84-895b0354c584a981b", 0); in main()
[all …]
/external/rust/crates/rusqlite/src/types/
Dto_sql.rs404 fn test_uuid() -> crate::Result<()> { in test_uuid() function
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a4.rst835 Port test_ssl and test_uuid to VxWorks RTOS.
D3.9.0a1.rst4414 Modify the test_uuid logic to test when a program is available AND can be
/external/python/cpython2/Misc/NEWS.d/
D2.7.6rc1.rst1084 test_uuid no more reports skipped tests as passed.
D2.7.7rc1.rst1179 The test_find_mac test in test_uuid is now skipped if the ifconfig
/external/python/cpython3/Misc/
DHISTORY2730 - Issue #19804: The test_find_mac test in test_uuid is now skipped if the
6005 - Issue #18094: test_uuid no longer reports skipped tests as passed.
17746 ``test_uuid`` and ``test_email_codecs`` didn't actually run any tests when
/external/python/cpython2/Misc/
DHISTORY362 ``test_uuid`` and ``test_email_codecs`` didn't actually run any tests when