OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gtest_prog_path
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/testing/gtest/test/
gtest_xml_outfiles_test.py
99
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(test_name)
100
command = [
gtest_prog_path
, "--gtest_output=xml:%s" % self.output_dir_]
gtest_xml_output_unittest.py
208
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(
217
[
gtest_prog_path
, '%s=xml' % GTEST_OUTPUT_FLAG],
269
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
271
command = ([
gtest_prog_path
, '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path)] +
/external/gtest/test/
gtest_xml_outfiles_test.py
99
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(test_name)
100
command = [
gtest_prog_path
, "--gtest_output=xml:%s" % self.output_dir_]
gtest_xml_output_unittest.py
208
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(
217
[
gtest_prog_path
, '%s=xml' % GTEST_OUTPUT_FLAG],
269
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
271
command = ([
gtest_prog_path
, '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path)] +
/external/protobuf/gtest/test/
gtest_xml_outfiles_test.py
99
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(test_name)
100
command = [
gtest_prog_path
, "--gtest_output=xml:%s" % self.output_dir_]
/ndk/sources/third_party/googletest/googletest/test/
gtest_xml_outfiles_test.py
99
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(test_name)
100
command = [
gtest_prog_path
, "--gtest_output=xml:%s" % self.output_dir_]
gtest_xml_output_unittest.py
198
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(
207
[
gtest_prog_path
, '%s=xml' % GTEST_OUTPUT_FLAG],
249
gtest_prog_path
= gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
251
command = [
gtest_prog_path
, '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path)]
Completed in 970 milliseconds