/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | AlgorithmTests.c | 351 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/ |
D | t018llstar.py | 25 testOutput = open(outputPath).read() 27 success = (output == testOutput) 30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
|
D | t020fuzzy.py | 28 testOutput = open(outputPath).read() 30 success = (output == testOutput) 33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
|
D | t012lexerXML.py | 42 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/ |
D | wasm_gold_aggregator.go | 113 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/ |
D | wasm_gold_aggregator.go | 114 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/ |
D | lottie-web-aggregator.go | 106 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/ |
D | lottie-web-aggregator.go | 107 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/ |
D | t020fuzzy.py | 29 testOutput = f.read() 31 self.assertEqual(output, testOutput)
|
D | t018llstar.py | 26 testOutput = f.read() 28 self.assertEqual(output, testOutput)
|
D | t012lexerXML.py | 45 testOutput = f.read() 47 self.assertEqual(output, testOutput)
|
/external/boringssl/src/util/ |
D | all_tests.go | 444 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/ |
D | dsp_timing.py | 95 testOutput = "" 98 testOutput = subprocess.check_output(["adb", "shell", "cat", gOutputFile]) 105 return loadNameValuePairsFromString(testOutput)
|
/external/openssh/ |
D | logintest.c | 240 testOutput() in testOutput() function 297 if (be_verbose && !testOutput()) in main()
|
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 281 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/ |
D | report.py | 281 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/ |
D | CopyTextureTest.cpp | 1801 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/ |
D | report.py | 177 testOutput = os.path.join(testInputs, 'test2_run.json') 178 with open(testOutput, 'r') as f:
|
/external/vogar/src/vogar/ |
D | ClassFileIndex.java | 89 public Set<File> suggestClasspaths(String testOutput) { in suggestClasspaths() argument 93 Matcher matcher = pattern.matcher(testOutput); in suggestClasspaths()
|
/external/google-benchmark/tools/gbench/ |
D | report.py | 349 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/ |
D | gmock_output_test.py | 157 def testOutput(self): member in GMockOutputTest
|
/external/googletest/googletest/test/ |
D | googletest-output-test.py | 281 def testOutput(self): member in GTestOutputTest
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_xent_test.py | 144 def testOutput(self): member in WeightedCrossEntropyTest
|
/external/toolchain-utils/crosperf/ |
D | results_report_unittest.py | 181 def testOutput(self, mock_getcooldown): member in TextResultsReportTest
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 16648 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() {
|