/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 | t020fuzzy.py | 28 testOutput = open(outputPath).read() 30 success = (output == testOutput) 33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
|
D | t018llstar.py | 25 testOutput = open(outputPath).read() 27 success = (output == testOutput) 30 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/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/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 | 397 testOutput := testresult.NewResults() 409 testOutput.AddSkip(test.longName()) 414 testOutput.AddResult(test.longName(), "CRASH", testResult.Error) 419 testOutput.AddResult(test.longName(), "FAIL", nil) 422 testOutput.AddResult(test.longName(), "PASS", nil) 427 if err := testOutput.WriteToFile(*jsonOutput); err != nil {
|
/external/cronet/tot/third_party/boringssl/src/util/ |
D | all_tests.go | 396 testOutput := testresult.NewResults() 408 testOutput.AddSkip(test.longName()) 413 testOutput.AddResult(test.longName(), "CRASH", testResult.Error) 418 testOutput.AddResult(test.longName(), "FAIL", nil) 421 testOutput.AddResult(test.longName(), "PASS", nil) 426 if err := testOutput.WriteToFile(*jsonOutput); err != nil {
|
/external/cronet/stable/third_party/boringssl/src/util/ |
D | all_tests.go | 396 testOutput := testresult.NewResults() 408 testOutput.AddSkip(test.longName()) 413 testOutput.AddResult(test.longName(), "CRASH", testResult.Error) 418 testOutput.AddResult(test.longName(), "FAIL", nil) 421 testOutput.AddResult(test.longName(), "PASS", nil) 426 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/zxing/zxingorg/src/test/java/com/google/zxing/web/ |
D | OutputUtilsTestCase.java | 28 public void testOutput() { in testOutput() method in OutputUtilsTestCase
|
/external/cronet/stable/build/android/gyp/ |
D | java_google_api_keys_tests.py | 18 def testOutput(self): member in TestJavaGoogleAPIKeys
|
/external/angle/build/android/gyp/ |
D | java_google_api_keys_tests.py | 18 def testOutput(self): member in TestJavaGoogleAPIKeys
|
/external/cronet/tot/build/android/gyp/ |
D | java_google_api_keys_tests.py | 18 def testOutput(self): member in TestJavaGoogleAPIKeys
|
/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/google-benchmark/tools/gbench/ |
D | report.py | 466 testOutput = os.path.join(testInputs, "test3_run0.json") 467 with open(testOutput, "r") as f: 839 testOutput = os.path.join(testInputs, "test2_run.json") 840 with open(testOutput, "r") as f: 1458 testOutput = os.path.join(testInputs, "test4_run.json") 1459 with open(testOutput, "r") as f:
|
/external/cronet/stable/third_party/google_benchmark/src/tools/gbench/ |
D | report.py | 466 testOutput = os.path.join(testInputs, "test3_run0.json") 467 with open(testOutput, "r") as f: 839 testOutput = os.path.join(testInputs, "test2_run.json") 840 with open(testOutput, "r") as f: 1458 testOutput = os.path.join(testInputs, "test4_run.json") 1459 with open(testOutput, "r") as f:
|
/external/cronet/tot/third_party/google_benchmark/src/tools/gbench/ |
D | report.py | 466 testOutput = os.path.join(testInputs, "test3_run0.json") 467 with open(testOutput, "r") as f: 839 testOutput = os.path.join(testInputs, "test2_run.json") 840 with open(testOutput, "r") as f: 1458 testOutput = os.path.join(testInputs, "test4_run.json") 1459 with open(testOutput, "r") as f:
|
/external/angle/src/tests/gl_tests/ |
D | CopyTextureTest.cpp | 2082 auto testOutput = [this](GLuint texture, const GLColor &expectedColor) { in TEST_P() local 2126 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P() 2143 testOutput(destTexture, expectedColor); in TEST_P() 2146 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P() 2164 testOutput(destTexture, expectedColor); in TEST_P() 2219 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P() local 2263 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P() 2280 testOutput(destTexture, expectedColor); in TEST_P() 2341 auto testOutput = [this](GLuint texture, const GLColor32U &expectedColor) { in TEST_P() local 2393 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P() [all …]
|
/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/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
D | gmock_output_test.py | 157 def testOutput(self): member in GMockOutputTest
|
/external/cronet/stable/third_party/googletest/src/googlemock/test/ |
D | gmock_output_test.py | 157 def testOutput(self): member in GMockOutputTest
|