HomeSort by relevance Sort by last modified time
    Searched refs:testVector (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSScriptTest.java 40 native boolean testVector(String path);
42 assertTrue(testVector(this.getContext().getCacheDir().toString()));
  /cts/tests/tests/keystore/src/android/keystore/cts/
AESCipherNistCavpKatTest.java 177 TestVector testVector = null;
213 testVector = new TestVector();
230 runKatTest(blockMode, encrypt, testVector);
232 testVector = null;
244 testVector.key = HexEncoding.decode(value);
246 testVector.iv = HexEncoding.decode(value);
248 testVector.plaintext = HexEncoding.decode(value);
250 testVector.ciphertext = HexEncoding.decode(value)
    [all...]
CipherTest.java     [all...]
MacTest.java 319 for (KatVector testVector : SHORT_MSG_KAT_MACS.get(algorithm)) {
320 byte[] keyBytes = testVector.key;
327 byte[] goodMacBytes = testVector.mac.clone();
  /external/parameter-framework/upstream/test/xml-generator/
test.py 43 class TestVector:
50 def __init__(self, pfConfig, testVector):
58 if testVector.initialSettings:
59 self.command += ["--initial-settings", testVector.initialSettings]
60 if testVector.edds:
61 self.command += ["--add-edds"] + testVector.edds
62 if testVector.domains:
63 self.command += ["--add-domains"] + testVector.domains
91 vector_dir = os.path.join(basedir, "testVector")
98 self.nominal_vector = TestVector(os.path.join(vector_dir, "initialSettings.xml")
    [all...]
  /external/clang/test/Analysis/inlining/
stl.cpp 8 void testVector(std::vector<int> &nums) {
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 285 BasicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);
303 BasicOcclusionQueryTestInstance::BasicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector)
305 , m_testVector (testVector)
307 DE_ASSERT(testVector.queryResultSize == RESULT_SIZE_64_BIT
308 && testVector.queryWait == WAIT_QUEUE
309 && testVector.queryResultsMode == RESULTS_MODE_GET
310 && testVector.queryResultsStride == sizeof(deUint64)
311 && testVector.queryResultsAvailability == false
312 && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST);
505 OcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
VectorTest.java 27 public void testVector() throws ClassNotFoundException {
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 550 struct TestVector
558 list<TestVector> testVectors = {
593 for (auto &testVector : testVectors) {
595 CHECK(cmdHandler->process("showMapping", {testVector.path}, output));
596 CHECK(output == testVector.humanReadable);
  /external/compiler-rt/test/builtins/Unit/ppc/
fixtfdi_test.c 6 struct testVector { double xhi; double xlo; int64_t result; };
12 const struct testVector testCases[] = {
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
qdiv_test.c 19 struct testVector {
29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
215 const struct testVector accuracyTests[] = {
    [all...]
qmul_test.c 19 struct testVector {
29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
217 const struct testVector accuracyTests[] = {
    [all...]
qadd_test.c 19 struct testVector {
29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
265 const struct testVector accuracyTests[] = {
    [all...]
qsub_test.c 19 struct testVector {
29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
267 const struct testVector accuracyTests[] = {
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 668 public void testVector() {

Completed in 894 milliseconds