Searched refs:testOutput (Results 1 – 8 of 8) sorted by relevance
/third_party/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,
|
/third_party/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,
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/ |
D | dsp_timing.py | 95 testOutput = "" 98 testOutput = subprocess.check_output(["adb", "shell", "cat", gOutputFile]) 105 return loadNameValuePairsFromString(testOutput)
|
/third_party/skia/third_party/externals/angle2/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 …]
|
/third_party/benchmark/tools/gbench/ |
D | report.py | 404 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/ |
D | gmock_output_test.py | 157 def testOutput(self): member in GMockOutputTest
|
/third_party/googletest/googletest/test/ |
D | googletest-output-test.py | 281 def testOutput(self): member in GTestOutputTest
|
/third_party/icu/docs/userguide/dev/ |
D | codingguidelines.md | 1864 `intltest -v > testOutput`. 1875 `icu4c/source/test/intltest/Debug`, then type: `intltest -v >testOutput`. For the
|