Home
last modified time | relevance | path

Searched defs:TestVector (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dcomparedf2_test.c25 struct TestVector { struct
37 int test__cmpdf2(const struct TestVector *vector) { in test__cmpdf2() argument
Dcomparesf2_test.c25 struct TestVector { struct
37 int test__cmpsf2(const struct TestVector *vector) { in test__cmpsf2() argument
/external/boringssl/src/crypto/digest/
Ddigest_test.cc48 struct TestVector { struct
59 static const TestVector kTestVectors[] = { argument
/external/boringssl/src/crypto/base64/
Dbase64_test.cc23 struct TestVector { struct
29 static const TestVector kTestVectors[] = { argument
/external/libchrome/crypto/
Dp224_unittest.cc31 struct TestVector { struct
32 uint8_t scalar[28];
33 uint8_t affine[28 * 2];
/external/libweave/third_party/chromium/crypto/
Dp224_unittest.cc31 struct TestVector { struct
32 uint8_t scalar[28];
33 uint8_t affine[28 * 2];
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp550 struct TestVector struct
552 string path;
553 string humanReadable;
554 list<string> valid;
555 list<string> invalid;
/external/parameter-framework/upstream/test/xml-generator/
Dtest.py43 class TestVector: class