OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:echo_cxxflags
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gmock/scripts/
gmock-config.in
184
--cxxflags)
echo_cxxflags
=yes;;
281
test "$
echo_cxxflags
" = "yes" && show_usage && exit 1
298
test "$
echo_cxxflags
" = "yes" && output="$output $gmock_cxxflags"
/external/chromium/testing/gtest/scripts/
gtest-config.in
184
--cxxflags)
echo_cxxflags
=yes;;
252
test "$
echo_cxxflags
" = "yes" && show_usage && exit 1
269
test "$
echo_cxxflags
" = "yes" && output="$output $gtest_cxxflags"
/external/gtest/scripts/
gtest-config.in
184
--cxxflags)
echo_cxxflags
=yes;;
252
test "$
echo_cxxflags
" = "yes" && show_usage && exit 1
269
test "$
echo_cxxflags
" = "yes" && output="$output $gtest_cxxflags"
/external/protobuf/gtest/scripts/
gtest-config.in
184
--cxxflags)
echo_cxxflags
=yes;;
252
test "$
echo_cxxflags
" = "yes" && show_usage && exit 1
269
test "$
echo_cxxflags
" = "yes" && output="$output $gtest_cxxflags"
Completed in 28 milliseconds