OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_output
(Results
1 - 2
of
2
) sorted by null
/external/libmojo/mojo/common/
common_custom_types_unittest.cc
338
std::unique_ptr<base::ListValue>
list_output
;
local
339
ASSERT_TRUE(ptr->BounceListValue(list->CreateDeepCopy(), &
list_output
));
340
EXPECT_TRUE(base::Value::Equals(list.get(),
list_output
.get()));
/tools/tradefederation/core/src/com/android/tradefed/testtype/
GoogleBenchmarkTest.java
199
String
list_output
= testDevice.executeShellCommand(cmd);
local
200
String[] list =
list_output
.trim().split("\n");
Completed in 73 milliseconds