HomeSort by relevance Sort by last modified time
    Searched refs:cxx (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/stlport/stlport/stl/config/
_dec.h 5 # define _STLP_NATIVE_HEADER(header) <../cxx/##header>
9 # define _STLP_NATIVE_CPP_C_HEADER(header) <../cxx/##header>
14 # define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <../cxx/##header>
15 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../cxx/##header>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dec.h 5 # define _STLP_NATIVE_HEADER(header) <../cxx/##header>
9 # define _STLP_NATIVE_CPP_C_HEADER(header) <../cxx/##header>
14 # define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <../cxx/##header>
15 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../cxx/##header>
  /ndk/tests/build/prebuild-stlport/jni/
Android.mk 16 $(call import-module,cxx-stl/stlport)
  /external/icu4c/samples/
defs.mk 9 CXX=$(shell icu-config --cxx)
  /external/libffi/
ltcf-cxx.sh 3 # ltcf-cxx.sh - Create a C++ compiler specific configuration
46 CXX=${CXX-c++}
49 CC=${CC-"$CXX"}
76 # the only users of ltcf-cxx.sh are libstdc++-v3 and libjava,
88 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
258 archive_cmds='$CXX -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
411 cxx)
442 cxx)
478 cxx)
    [all...]
  /external/chromium/third_party/icu/source/
runConfigureICU 50 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
51 zOS Use the IBM cxx compiler on z/OS (os/390)
52 zOSV1R2 Use the IBM cxx compiler for z/OS 1.2
128 CXX=`which xlC_r`; export CXX
136 CXX=g++; export CXX
142 CXX=`which CC`; export CXX
    [all...]
  /external/icu4c/
runConfigureICU 50 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
51 zOS Use the IBM cxx compiler on z/OS (os/390)
52 zOSV1R2 Use the IBM cxx compiler for z/OS 1.2
131 CXX=`which xlC_r`; export CXX
132 if [ ! -x $CXX ]; then
142 CXX=g++; export CXX
148 CXX=`which CC`; export CX
    [all...]
  /external/bison/tests/
Makefile.am 55 cxx-type.at glr-regression.at
82 $(TESTSUITE) CC='$(CXX)'
Makefile 43 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
96 CXX = g++
214 cxx-type.at glr-regression.at
408 $(TESTSUITE) CC='$(CXX)'
  /external/chromium/third_party/icu/source/config/
test-icu-config.sh 16 icu-config --cxx
icu-config-bottom 30 echo " --cxx Print C++ compiler used [CXX]"
205 --cxx)
206 echo $ECHO_N "${CXX}${ECHO_C} "
  /external/icu4c/config/
test-icu-config.sh 16 icu-config --cxx
icu-config-bottom 32 echo " --cxx Print C++ compiler used [CXX]"
224 --cxx)
225 echo $ECHO_N "${CXX} ${ECHO_C}"
  /external/stlport/test/eh/
deccxx.mak 33 CC = cxx
34 CXX = $(CC)
54 $(CXX) $(CXXFLAGS) $(OBJECTS) $(LIBS) -o $(TEST_EXE)
58 $(CXX) $(CXXFLAGS) $< -c -o $@
61 $(CXX) $(CXXFLAGS) $< -E > $@
64 $(CXX) $(CXXFLAGS) $*.cpp -c -USINGLE -DMAIN -g -o $*.o
65 $(CXX) $(CXXFLAGS) $*.o $(LIBS) -o $*
70 $(CXX) $(CXXFLAGS) -O4 -S -pto $*.cpp -o $@
intel.mak 62 .cxx.obj:
intel45.mak 102 .cxx.obj:
intel50.mak 108 .cxx.obj:
  /ndk/sources/cxx-stl/stlport/
Android.mk 107 $(call import-module,cxx-stl/system)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h 934 struct cxx { struct in struct:gcc_target
983 } cxx; member in struct:gcc_target
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 934 struct cxx { struct in struct:gcc_target
983 } cxx; member in struct:gcc_target
    [all...]
  /external/netcat/
stupidh 341 cxx
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 158 .cxx{$(CPP_OBJS)}.obj:
167 .cxx{$(CPP_SBRS)}.sbr:
  /external/stlport/
configure 55 --with-cxx=<name> use <name> as C++ compiler (use --target= for cross-compilation)
97 \$CXX C++ compiler name (use --target= for cross-compilation)
225 --with-cxx=*)
286 if [ -n "${CXX}" ]; then
288 echo "Both --with-cxx and \$CXX set, using the first"
290 write_option "${CXX}" _FORCE_CXX
295 echo "\$CXX set, but I don't see \$CC!"
  /external/bison/djgpp/
config.bat 205 if not errorlevel 1 mv -f %XSRC%/data/c++.m4 %XSRC%/data/cxx.m4
206 test -f %XSRC%/data/cxx.m4
207 if errorlevel 1 mv -f %XSRC%/data/cpp.m4 %XSRC%/data/cxx.m4
221 sed "s/c++\.m4/cxx.m4/" %XSRC%/data/lalr1.cc > lalr1.cc
224 sed "s/c++\.m4/cxx.m4/" %XSRC%/data/location.cc > location.cc
227 sed "s/c++\.m4/cxx.m4/" %XSRC%/data/glr.cc > glr.cc
242 if not errorlevel 1 mv -f %XSRC%/tests/c++.at %XSRC%/tests/cxx.at
  /ndk/build/core/
definitions.mk     [all...]

Completed in 683 milliseconds

1 2 3