/frameworks/base/tools/aapt2/ |
Android.mk | 7 aapt2_run_host_unit_tests: PRIVATE_GTEST_OPTIONS := --gtest_output=xml:$(DIST_DIR)/gtest/aapt2_host_unit_tests_result.xml
|
/external/googletest/googletest/test/ |
gtest_env_var_test.py | 105 SetEnvVar('GTEST_OUTPUT', None) 110 """Tests that $XML_OUTPUT_FILE is overridden by $GTEST_OUTPUT""" 112 SetEnvVar('GTEST_OUTPUT', 'xml:tmp/foo.xml')
|
gtest_no_test_unittest.cc | 50 // though --gtest_output=xml is specified. This makes sure the
|
gtest_xml_output_unittest_.cc | 35 // either the GTEST_OUTPUT environment variable or the --gtest_output
|
gtest_xml_outfiles_test.py | 100 command = [gtest_prog_path, "--gtest_output=xml:%s" % self.output_dir_]
|
/external/protobuf/gtest/test/ |
gtest_xml_output_unittest_.cc | 35 // either the GTEST_OUTPUT environment variable or the --gtest_output
|
gtest_no_test_unittest.cc | 49 // though --gtest_output=xml is specified. This makes sure the
|
gtest_xml_outfiles_test.py | 100 command = [gtest_prog_path, "--gtest_output=xml:%s" % self.output_dir_]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
GTestXmlResultParserTest.java | 52 InputStream gtest_output = null; local 56 gtest_output = getClass().getResourceAsStream(File.separator + 62 while ((byteRead = gtest_output.read(buffer)) != -1) {
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_no_test_unittest.cc | 50 // though --gtest_output=xml is specified. This makes sure the
|
gtest_xml_output_unittest_.cc | 35 // either the GTEST_OUTPUT environment variable or the --gtest_output
|
gtest_xml_outfiles_test.py | 100 command = [gtest_prog_path, "--gtest_output=xml:%s" % self.output_dir_]
|
/external/v8/testing/gtest/test/ |
gtest_no_test_unittest.cc | 50 // though --gtest_output=xml is specified. This makes sure the
|
gtest_xml_output_unittest_.cc | 35 // either the GTEST_OUTPUT environment variable or the --gtest_output
|
gtest_xml_outfiles_test.py | 100 command = [gtest_prog_path, "--gtest_output=xml:%s" % self.output_dir_]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_no_test_unittest.cc | 50 // though --gtest_output=xml is specified. This makes sure the
|
gtest_xml_output_unittest_.cc | 35 // either the GTEST_OUTPUT environment variable or the --gtest_output
|
gtest_xml_outfiles_test.py | 100 command = [gtest_prog_path, "--gtest_output=xml:%s" % self.output_dir_]
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest_no_test_unittest.cc | 50 // though --gtest_output=xml is specified. This makes sure the
|
gtest_xml_output_unittest_.cc | 35 // either the GTEST_OUTPUT environment variable or the --gtest_output
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/ |
gtest_xml_output_unittest_.cc | 35 // either the GTEST_OUTPUT environment variable or the --gtest_output
|
/test/vts/testcases/template/gtest_binary_test/ |
gtest_test_case.py | 53 '--gtest_output=xml:{output_file_path}').format(
|
/bionic/tests/ |
gtest_main.cpp | 536 // Output xml file when --gtest_output is used, write this function as we can't reuse 1003 std::string gtest_output; member in struct:IsolationTestOptions [all...] |
/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...] |
/external/autotest/client/cros/ |
chrome_binary_test.py | 121 'GTEST_OUTPUT=xml:' + gtest_xml,
|