Searched refs:CXX (Results 1 - 25 of 188) sorted by relevance

12345678

/external/toolchain-utils/go/android/
H A Dgo_shamu10 CXX="arm-linux-androideabi-g++" \
H A Dgo_volantis10 CXX="aarch64-linux-android-g++" \
/external/toolchain-utils/go/chromeos/
H A Dgo_daisy10 CXX="armv7a-cros-linux-gnueabi-g++" \
H A Dgo_panther10 CXX="x86_64-cros-linux-gnu-g++" \
H A Dgo_x86-zgb10 CXX="i686-pc-linux-gnu-g++" \
/external/toolchain-utils/go/
H A Dgo_local7 CXX="g++" \
/external/eigen/bench/
H A Dbenchmark_suite2 CXX=${CXX-g++} # default value unless caller has defined CXX
4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
6 $CXX -O3 -I .. benchmark.cpp -o benchmark && time ./benchmark >/dev/null
8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmark.cpp -o benchmark && time ./benchmark >/dev/null
12 $CXX -O3 -I .. -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
14 $CXX -O3 -I .. benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
16 $CXX
[all...]
H A Dbench_unrolling3 # gcc : CXX="g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000"
4 # icc : CXX="icpc -fast -no-inline-max-size -fno-exceptions"
5 CXX=${CXX-g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000} # default value
9 $CXX -O3 -I.. -DNDEBUG benchmark.cpp -DMATSIZE=$i -DEIGEN_UNROLLING_LIMIT=400 -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I.. -DNDEBUG -finline-limit=10000 benchmark.cpp -DMATSIZE=$i -DEIGEN_DONT_USE_UNROLLED_LOOPS=1 -o benchmark && time ./benchmark >/dev/null
/external/libcxx/buildcmds/
H A Dbuildcmdscc2 CXX=$1
5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
16 $CXX $ARGS
/external/libyuv/files/util/
H A DMakefile2 ifeq ($(CXX),icl)
3 $(CXX) /arch:SSE2 /Ox /openmp psnr.cc ssim.cc psnr_main.cc
5 $(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--strip-all
/external/vixl/tools/
H A Dcross_build_gcc.sh34 export CXX=$1g++
41 if [ ! -x "`which $CXX`" ]; then
42 echo "Error: $CXX does not exist or is not executable."
/external/clang/tools/diag-build/
H A Ddiag-build.sh9 # you to manually specify "dry-run" and "use $CC and $CXX"; if there is a build
48 if [[ -z "$CXX" ]]; then
50 CXX=$(dirname $0)/clang++
52 CXX=$(which clang++)
54 CXX=$CC
77 set_compiler="CC='$CC' CXX='$CXX'"
80 set_compiler="CC='$CC' CXX='$CXX'"
84 # FIXME: We really only need $CC /or/ $CXX
[all...]
/external/icu/icu4c/source/
H A DrunConfigureICU61 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
142 CXX=`which xlC_r`; export CXX
143 if [ ! -x $CXX ]; then
153 CXX=g++; export CXX
161 CXX=`which CC`; export CXX
169 CXX=g++; export CXX
[all...]
/external/autotest/client/cros/crash/crasher/
H A DMakefile20 $(CXX) $(CXXFLAGS) -o $@ $^
23 $(CXX) $(CXXFLAGS) -c $< -o $@
/external/gemmlowp/scripts/
H A Dtest-android.sh16 if [ -z "$CXX" ]
18 echo "please set the CXX environment variable to point to your native Android toolchain C++ compiler"
30 echo "Relies on the CXX environment variable to point to an Android C++ toolchain compiler."
36 if [[ $CXX =~ .*aarch64.* ]]
43 $CXX \
/external/google-breakpad/src/tools/solaris/dump_syms/
H A DMakefile32 CXX=CC macro
46 $(CXX) $(CXXFLAGS) -o $@ $^
49 $(CXX) $(CXXFLAGS) -c $^
52 $(CXX) $(CXXFLAGS) -c $^
55 $(CXX) $(CXXFLAGS) -c $^
58 $(CXX) $(CXXFLAGS) -c $^
/external/v8/tools/
H A Dcross_build_gcc.sh35 export CXX=$1g++
43 if [ ! -x "$CXX" ]; then
44 echo "Error: $CXX does not exist or is not executable."
/external/libcxxabi/lib/
H A Dbuildit4 # running this script. If you set $CXX, that will be used to compile
15 if [ -z "$CXX" ]
17 CXX=clang++
47 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
85 $CXX -c -g -O3 $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
90 $CXX -c -g -Os $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
/external/google-breakpad/src/testing/gtest/scripts/test/
H A DMakefile46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
49 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_MAIN_CC)
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
59 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@
/external/googletest/googletest/scripts/test/
H A DMakefile46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
49 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_MAIN_CC)
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
59 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@
/external/gptfdisk/
H A DMakefile2 CXX=g++ macro
17 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid -o gdisk
18 # $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk
21 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncursesw -o cgdisk
22 # $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -licuio -licuuc -luuid -lncurses -o cgdisk
25 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt -o sgdisk
26 # $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk
29 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts
/external/protobuf/gtest/scripts/test/
H A DMakefile44 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
47 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_MAIN_CC)
50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
57 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@
/external/v8/testing/gtest/scripts/test/
H A DMakefile46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
49 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_MAIN_CC)
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
59 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/test/
H A DMakefile46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
49 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_MAIN_CC)
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
59 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@
/external/swiftshader/third_party/subzero/
H A DMakefile18 CXX.Flags += -O2
20 CXX.Flags += -std=gnu++11
30 CXX.Flags += -Wno-undefined-var-template

Completed in 1031 milliseconds

12345678