OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gtest_output
(Results
1 - 3
of
3
) sorted by null
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
GTestXmlResultParserTest.java
51
InputStream
gtest_output
= null;
local
55
gtest_output
= getClass().getResourceAsStream(File.separator +
61
while ((byteRead =
gtest_output
.read(buffer)) != -1) {
/test/vts/runners/target/gtest/
gtest_main.cpp
467
// Output xml file when --
gtest_output
is used, write this function as we can't
981
std::string
gtest_output
;
member in struct:IsolationTestOptions
[
all
...]
/bionic/tests/
gtest_main.cpp
554
// Output xml file when --
gtest_output
is used, write this function as we can't reuse
1021
std::string
gtest_output
;
member in struct:IsolationTestOptions
[
all
...]
Completed in 165 milliseconds