Home
last modified time | relevance | path

Searched refs:testOutput (Results 1 – 25 of 47) 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/
Dt020fuzzy.py28 testOutput = open(outputPath).read()
30 success = (output == testOutput)
33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt018llstar.py25 testOutput = open(outputPath).read()
27 success = (output == testOutput)
30 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/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/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.go397 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/
Dall_tests.go396 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/
Dall_tests.go396 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/
Ddsp_timing.py95 testOutput = ""
98 testOutput = subprocess.check_output(["adb", "shell", "cat", gOutputFile])
105 return loadNameValuePairsFromString(testOutput)
/external/zxing/zxingorg/src/test/java/com/google/zxing/web/
DOutputUtilsTestCase.java28 public void testOutput() { in testOutput() method in OutputUtilsTestCase
/external/cronet/stable/build/android/gyp/
Djava_google_api_keys_tests.py18 def testOutput(self): member in TestJavaGoogleAPIKeys
/external/angle/build/android/gyp/
Djava_google_api_keys_tests.py18 def testOutput(self): member in TestJavaGoogleAPIKeys
/external/cronet/tot/build/android/gyp/
Djava_google_api_keys_tests.py18 def testOutput(self): member in TestJavaGoogleAPIKeys
/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/google-benchmark/tools/gbench/
Dreport.py466 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/
Dreport.py466 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/
Dreport.py466 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/
DCopyTextureTest.cpp2082 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/
DClassFileIndex.java89 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/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/cronet/stable/third_party/googletest/src/googlemock/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest

12