Home
last modified time | relevance | path

Searched refs:testLine (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DCommandOptionsTest.kt61 val testLine = "invalid" in invalidCommand() constant
63 CommandOptions(testLine.split(' ').toTypedArray()) in invalidCommand()
70 val testLine = "transform-protolog-calls " + in transformClasses() constant
78 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in transformClasses()
92 val testLine = "transform-protolog-calls " + in transformClasses_noViewerConfigFile() constant
100 CommandOptions(testLine.split(' ').toTypedArray()) in transformClasses_noViewerConfigFile()
107 val testLine = "transform-protolog-calls " + in transformClasses_noLegacyViewerConfigFile() constant
114 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in transformClasses_noLegacyViewerConfigFile()
128 val testLine = "transform-protolog-calls " + in transformClasses_noLegacyOutputFile() constant
135 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in transformClasses_noLegacyOutputFile()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionTraceWriterTest.cpp64 std::string testLine = "test"; in TEST_F() local
67 file << testLine; in TEST_F()
75 std::string testLine = "test"; in TEST_F() local
78 file << testLine; in TEST_F()
86 EXPECT_EQ(line, testLine); in TEST_F()
92 std::string testLine = "test"; in TEST_F() local
95 file << testLine; in TEST_F()