Home
last modified time | relevance | path

Searched refs:testOutput (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Darray-type.test.ts1675 function testOutput( function
1703 testOutput(
1708 testOutput(
1729 testOutput(
1734 testOutput(
1739 testOutput(
1744 testOutput('array', 'let a: Array<>[] = [];', 'let a: any[][] = [];');
1745 testOutput('array', 'let a: Array<any[]> = [];', 'let a: any[][] = [];');
1746 testOutput(
1752 testOutput(
[all …]
/third_party/node/deps/npm/test/tap/
Drun-script.js86 function testOutput (t, command, er, code, stdout, stderr) { function
124 common.npm(['run-script', 'start'], opts, testOutput.bind(null, t, 'start'))
128 common.npm(['run-script', 'start', '--', 'stop'], opts, testOutput.bind(null, t, 'stop'))
132 …common.npm(['run-script', 'start', '--', 'hello world'], opts, testOutput.bind(null, t, 'hello wor…
136 …common.npm(['run-script', 'start', '--', 'they"re awesome'], opts, testOutput.bind(null, t, 'they"…
140 …common.npm(['run-script', 'start', '--', 'what"s "up"?'], opts, testOutput.bind(null, t, 'what"s "…
144 …common.npm(['run-script', 'start', '--', 'what\'s \'up\'?'], opts, testOutput.bind(null, t, 'what\…
148 common.npm(['run-script', 'with-post'], opts, testOutput.bind(null, t, 'main;post'))
152 common.npm(['run-script', 'with-pre'], opts, testOutput.bind(null, t, 'pre;main'))
156 common.npm(['run-script', 'with-both'], opts, testOutput.bind(null, t, 'pre;main;post'))
[all …]
Dstartstop.js22 function testOutput (t, command, er, code, stdout, stderr) { function
43 common.npm(['start'], EXEC_OPTS, testOutput.bind(null, t, 'start'))
47 common.npm(['stop'], EXEC_OPTS, testOutput.bind(null, t, 'stop'))
/third_party/flutter/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go115 testOutput := reportBody{}
116 if err := json.Unmarshal(body, &testOutput); err != nil {
123 if hash, err = writeBase64EncodedPNG(testOutput.Data); err != nil {
139 "name": testOutput.TestName,
140 "config": testOutput.OutputType,
/third_party/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,
/third_party/typescript_eslint/packages/eslint-plugin-tslint/tests/
Dindex.spec.ts154 function testOutput(code: string, config: TSESLint.Linter.Config): void { function
165 testOutput('foo;', {
174 testOutput('foo;', {
/third_party/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,
/third_party/flutter/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,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/
Ddsp_timing.py95 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/
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() local
2112 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
[all …]
/third_party/benchmark/tools/gbench/
Dreport.py395 testOutput = os.path.join(testInputs, 'test3_run0.json')
396 with open(testOutput, 'r') as f:
568 testOutput = os.path.join(testInputs, 'test2_run.json')
569 with open(testOutput, 'r') as f:
1079 testOutput = os.path.join(testInputs, 'test4_run.json')
1080 with open(testOutput, 'r') as f:
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTextureTest.cpp1606 auto testOutput = [this](GLuint texture, const GLColor &expectedColor) { in TEST_P() local
1650 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1667 testOutput(destTexture, expectedColor); in TEST_P()
1670 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1688 testOutput(destTexture, expectedColor); in TEST_P()
1743 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P() local
1787 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1804 testOutput(destTexture, expectedColor); in TEST_P()
1865 auto testOutput = [this](GLuint texture, const GLColor32U &expectedColor) { in TEST_P() local
1917 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
[all …]
/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/
Dreport.py177 testOutput = os.path.join(testInputs, 'test2_run.json')
178 with open(testOutput, 'r') as f:
/third_party/cef/tests/gtest/teamcity/src/
Dteamcity_messages.h54 …void testOutput(const std::string &name, const std::string &output, const std::string &flowid, boo…
Dteamcity_messages.cpp177 void TeamcityMessages::testOutput(const std::string &name, const std::string &output, const std::st… in testOutput() function in jetbrains::teamcity::TeamcityMessages
/third_party/googletest/googlemock/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/third_party/flutter/flutter/dev/bots/
Dtest.dart561 final Stream<String> testOutput = runAndGetStdout(
568 await _processTestOutput(formatter, testOutput, tableData);
619 final Stream<String> testOutput = runAndGetStdout(
625 await _processTestOutput(formatter, testOutput, tableData);
703 Stream<String> testOutput,
710 await testOutput.forEach(formatter.processRawOutput);
887 final Stream<String> testOutput = runAndGetStdout(
896 await _processTestOutput(formatter, testOutput, tableData);
/third_party/googletest/googletest/test/
Dgoogletest-output-test.py281 def testOutput(self): member in GTestOutputTest
/third_party/boost/libs/beast/test/beast/http/
Dwrite.cpp504 testOutput() in testOutput() function in boost::beast::http::write_test
1064 testOutput(); in run()
/third_party/typescript/src/testRunner/unittests/tsbuild/
DwatchMode.ts155 const testOutput = getOutputStamps(system, SubProject.tests, "index"); constant
157 … for (const stamp of outputFileStamps.slice(0, outputFileStamps.length - testOutput.length)) {
160 for (const stamp of testOutput) {
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md1831 `intltest -v > testOutput`.
1842 `icu4c/source/test/intltest/Debug`, then type: `intltest -v >testOutput`. For the