Home
last modified time | relevance | path

Searched refs:testOutput (Results 1 – 25 of 26) sorted by relevance

12

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DAlgorithmTests.c351 static TPM2B_PUBLIC_KEY_RSA testOutput; in TestRsaEncryptDecrypt() local
369 if(TPM_RC_SUCCESS != CryptRsaEncrypt(&testOutput, &testInput.b, in TestRsaEncryptDecrypt()
372 if(!MemoryEqual(testOutput.t.buffer, c_RsaepKvt.buffer, c_RsaepKvt.size)) in TestRsaEncryptDecrypt()
374 MemoryCopy2B(&testInput.b, &testOutput.b, sizeof(testInput.t.buffer)); in TestRsaEncryptDecrypt()
375 if(TPM_RC_SUCCESS != CryptRsaDecrypt(&testOutput.b, &testInput.b, in TestRsaEncryptDecrypt()
378 if(!MemoryEqual(testOutput.t.buffer, c_RsaTestValue, in TestRsaEncryptDecrypt()
414 if(TPM_RC_SUCCESS != CryptRsaEncrypt(&testOutput, &testInput.b, in TestRsaEncryptDecrypt()
418 MemoryCopy2B(&testInput.b, &testOutput.b, sizeof(testInput.t.buffer)); in TestRsaEncryptDecrypt()
420 if(TPM_RC_SUCCESS != CryptRsaDecrypt(&testOutput.b, &testInput.b, in TestRsaEncryptDecrypt()
424 if(testOutput.t.size != DEFAULT_TEST_DIGEST_SIZE in TestRsaEncryptDecrypt()
[all …]
/external/antlr/runtime/Python/tests/
Dt018llstar.py25 testOutput = open(outputPath).read()
27 success = (output == testOutput)
30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt020fuzzy.py28 testOutput = open(outputPath).read()
30 success = (output == testOutput)
33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt012lexerXML.py42 testOutput = unicode(open(outputPath).read(), 'utf-8')
44 success = (output == testOutput)
47 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
/external/skqp/infra/pathkit/gold/
Dwasm_gold_aggregator.go113 testOutput := reportBody{}
114 if err := json.Unmarshal(body, &testOutput); err != nil {
121 if hash, err = writeBase64EncodedPNG(testOutput.Data); err != nil {
135 "name": testOutput.TestName,
136 "config": testOutput.OutputType,
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go114 testOutput := reportBody{}
115 if err := json.Unmarshal(body, &testOutput); err != nil {
122 if hash, err = writeBase64EncodedPNG(testOutput.Data); err != nil {
138 "name": testOutput.TestName,
139 "config": testOutput.OutputType,
/external/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go106 testOutput := reportBody{}
107 if err := json.Unmarshal(body, &testOutput); err != nil {
114 if hash, err = writeBase64EncodedPNG(testOutput.Data); err != nil {
128 "name": testOutput.TestName,
/external/skqp/infra/lottiecap/gold/
Dlottie-web-aggregator.go107 testOutput := reportBody{}
108 if err := json.Unmarshal(body, &testOutput); err != nil {
115 if hash, err = writeBase64EncodedPNG(testOutput.Data); err != nil {
129 "name": testOutput.TestName,
/external/antlr/runtime/Python3/tests/
Dt020fuzzy.py29 testOutput = f.read()
31 self.assertEqual(output, testOutput)
Dt018llstar.py26 testOutput = f.read()
28 self.assertEqual(output, testOutput)
Dt012lexerXML.py45 testOutput = f.read()
47 self.assertEqual(output, testOutput)
/external/boringssl/src/util/
Dall_tests.go444 testOutput := testresult.NewResults()
454 testOutput.AddSkip(test.longName())
459 testOutput.AddResult(test.longName(), "CRASH")
464 testOutput.AddResult(test.longName(), "FAIL")
467 testOutput.AddResult(test.longName(), "PASS")
472 if err := testOutput.WriteToFile(*jsonOutput); err != nil {
/external/oboe/apps/OboeTester/scripts/
Ddsp_timing.py95 testOutput = ""
98 testOutput = subprocess.check_output(["adb", "shell", "cat", gOutputFile])
105 return loadNameValuePairsFromString(testOutput)
/external/openssh/
Dlogintest.c240 testOutput() in testOutput() function
297 if (be_verbose && !testOutput()) in main()
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py281 testOutput = os.path.join(testInputs, 'test3_run0.json')
282 with open(testOutput, 'r') as f:
355 testOutput = os.path.join(testInputs, 'test2_run.json')
356 with open(testOutput, 'r') as f:
/external/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py281 testOutput = os.path.join(testInputs, 'test3_run0.json')
282 with open(testOutput, 'r') as f:
355 testOutput = os.path.join(testInputs, 'test2_run.json')
356 with open(testOutput, 'r') as f:
/external/angle/src/tests/gl_tests/
DCopyTextureTest.cpp1801 auto testOutput = [this](GLuint texture, const GLColor &expectedColor) { in TEST_P() local
1845 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1862 testOutput(destTexture, expectedColor); in TEST_P()
1865 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1883 testOutput(destTexture, expectedColor); in TEST_P()
1938 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P() local
1982 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1999 testOutput(destTexture, expectedColor); in TEST_P()
2060 auto testOutput = [this](GLuint texture, const GLColor32U &expectedColor) { in TEST_P() local
2112 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
[all …]
/external/llvm-project/llvm/utils/benchmark/tools/gbench/
Dreport.py177 testOutput = os.path.join(testInputs, 'test2_run.json')
178 with open(testOutput, 'r') as f:
/external/vogar/src/vogar/
DClassFileIndex.java89 public Set<File> suggestClasspaths(String testOutput) { in suggestClasspaths() argument
93 Matcher matcher = pattern.matcher(testOutput); in suggestClasspaths()
/external/google-benchmark/tools/gbench/
Dreport.py349 testOutput = os.path.join(testInputs, 'test3_run0.json')
350 with open(testOutput, 'r') as f:
512 testOutput = os.path.join(testInputs, 'test2_run.json')
513 with open(testOutput, 'r') as f:
/external/googletest/googlemock/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/googletest/googletest/test/
Dgoogletest-output-test.py281 def testOutput(self): member in GTestOutputTest
/external/tensorflow/tensorflow/python/ops/
Dnn_xent_test.py144 def testOutput(self): member in WeightedCrossEntropyTest
/external/toolchain-utils/crosperf/
Dresults_report_unittest.py181 def testOutput(self, mock_getcooldown): member in TextResultsReportTest
/external/boringssl/src/ssl/test/runner/
Drunner.go16648 testOutput := testresult.NewResults()
16672 testOutput.AddSkip(msg.test.name)
16674 testOutput.AddResult(msg.test.name, "SKIP")
16679 testOutput.AddResult(msg.test.name, "FAIL")
16686 testOutput.AddResult(msg.test.name, "PASS")
16703 doneChan <- testOutput
16863 testOutput := <-doneChan
16868 if err := testOutput.WriteToFile(*jsonOutput); err != nil {
16873 if !testOutput.HasUnexpectedResults() {

12