/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>
|
/prebuilt/ndk/android-ndk-r5/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>
|
/prebuilt/ndk/android-ndk-r6/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/device/multi-static-instances/jni/ |
Android.mk | 21 $(call import-module,cxx-stl/gnu-libstdc++) 22 $(call import-module,cxx-stl/stlport) 23 $(call import-module,cxx-stl/system
|
/external/chromium/build/ |
compiler_version.py | 32 # Check if CXX environment variable exists and 34 cxx = os.getenv("CXX", None) 35 if cxx: 36 cxxversion = GetVersion(cxx)
|
/ndk/build/tools/ |
dev-defaults.sh | 15 STLPORT_SUBDIR=sources/cxx-stl/stlport 18 GABIXX_SUBDIR=sources/cxx-stl/gabi++ 22 GNUSTL_SUBDIR=sources/cxx-stl/gnu-libstdc++
|
/ndk/tests/build/prebuild-stlport/jni/ |
Android.mk | 16 $(call import-module,cxx-stl/stlport)
|
/ndk/tests/device/test-gabi++/jni/ |
Android.mk | 15 $(call import-module,cxx-stl/gabi++)
|
/ndk/tests/device/exceptions-crash/jni/ |
Android.mk | 29 $(call import-module,cxx-stl/gnu-libstdc++
|
/external/llvm/utils/ |
llvmbuild | 172 parser.add_option("--cxx", default=find_executable("c++"), 220 options.cxx = find_executable(options.cxx) 307 self.cxx = options.cxx 363 command = [self.cxx] 420 "--with-cxx-include-root=" + cxxroot, 421 "--with-cxx-include-arch=" + cxxarch], 425 "--with-cxx-include-root=" + cxxroot, 426 "--with-cxx-include-arch=" + cxxarch] [all...] |
/external/icu4c/samples/ |
defs.mk | 9 CXX=$(shell icu-config --cxx)
|
/ndk/sources/host-tools/ndk-stack/ |
GNUMakefile | 18 CXX := g++ 69 define build-cxx-object 73 $$(CXX) $$(CFLAGS) $$(EXTRA_CFLAGS) -c -o $1 $2 81 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\ 88 $(CXX) $(LDFLAGS) $(OBJECTS) -o $@ $(EXTRA_LDFLAGS)
|
/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/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 150 CXX=`which CC`; export CX [all...] |
/external/bison/tests/ |
Makefile.am | 55 cxx-type.at glr-regression.at 82 $(TESTSUITE) CC='$(CXX)'
|
/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:
|
/build/core/ |
binary.mk | 46 my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/system/include 50 my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/stlport/stlport 52 my_ndk_stl_static_lib := $(my_ndk_source_root)/cxx-stl/stlport/libs/$(TARGET_CPU_ABI)/libstlport_static.a 54 my_ndk_stl_shared_lib_fullpath := $(my_ndk_source_root)/cxx-stl/stlport/libs/$(TARGET_CPU_ABI)/libstlport_shared.so 59 my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/gnu-libstdc++/libs/$(TARGET_CPU_ABI)/include \ 60 $(my_ndk_source_root)/cxx-stl/gnu-libstdc++/include 61 my_ndk_stl_static_lib := $(my_ndk_source_root)/cxx-stl/gnu-libstdc++/libs/$(TARGET_CPU_ABI)/libstdc++.a 174 LOCAL_CXX := $($(my_prefix)CXX)
|
/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...] |