Home
last modified time | relevance | path

Searched refs:testOutput (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/infra/wasm-common/gold/
H A 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,
/third_party/skia/infra/lottiecap/gold/
H A 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,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/
H A Ddsp_timing.py95 testOutput = ""
98 testOutput = subprocess.check_output(["adb", "shell", "cat", gOutputFile])
103 # print testOutput
105 return loadNameValuePairsFromString(testOutput)
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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()
2112 auto testCopyCombination = [testOutput](GLenu in TEST_P()
2171 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { TEST_P() local
[all...]
/third_party/benchmark/tools/gbench/
H A Dreport.py404 testOutput = os.path.join(testInputs, 'test3_run0.json')
405 with open(testOutput, 'r') as f:
625 testOutput = os.path.join(testInputs, 'test2_run.json')
626 with open(testOutput, 'r') as f:
1136 testOutput = os.path.join(testInputs, 'test4_run.json')
1137 with open(testOutput, 'r') as f:
/third_party/googletest/googlemock/test/
H A Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test.py281 def testOutput(self): member in GTestOutputTest

Completed in 8 milliseconds