Home
last modified time | relevance | path

Searched refs:cxx (Results 1 – 25 of 42) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dconfig.py51 self.cxx = None
107 self.lit_config.note('Using compiler: %s' % self.cxx.path)
108 self.lit_config.note('Using flags: %s' % self.cxx.flags)
110 % self.cxx.compile_flags)
111 self.lit_config.note('Using link flags: %s' % self.cxx.link_flags)
119 self.cxx,
154 cxx = self.get_lit_conf('cxx_under_test')
158 if cxx is None:
162 cxx = clangxx
164 "inferred cxx_under_test as: %r" % cxx)
[all …]
Dformat.py24 def __init__(self, cxx, use_verify_for_fail, execute_external, argument
26 self.cxx = cxx
109 cmd, out, err, rc = self.cxx.compileLinkTwoSteps(
154 cmd, out, err, rc = self.cxx.compile(source_path, out=os.devnull,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ndk/test/
Dconfig.py53 self.cxx.compile_flags.append('-I' + android_support_headers)
56 self.cxx.link_flags.append('-nodefaultlibs')
59 self.cxx.link_flags.append('-L' + self.cxx_library_root)
62 self.cxx.link_flags.append('-gcc-toolchain')
63 self.cxx.link_flags.append(gcc_toolchain)
67 self.cxx.link_flags.append('-lunwind')
68 self.cxx.link_flags.append('-latomic')
70 self.cxx.link_flags.append('-lgcc')
72 self.cxx.link_flags.append('-lc++_shared')
73 self.cxx.link_flags.append('-lc')
[all …]
/ndk/tests/device/test-libc++-shared-full/
DDATA5 input.output___file.streams___fstreams___ifstream.cons___move sources/cxx-stl/llvm-libc++/libcxx…
6 input.output___file.streams___fstreams___ifstream.cons___pointer sources/cxx-stl/llvm-libc++/libcxx…
7 input.output___file.streams___fstreams___ifstream.cons___string sources/cxx-stl/llvm-libc++/libcxx…
9 input.output___file.streams___fstreams___filebuf.virtuals___pbackfail sources/cxx-stl/llvm-libc++/l…
10 input.output___file.streams___fstreams___filebuf.virtuals___underflow sources/cxx-stl/llvm-libc++/l…
12 input.output___file.streams___fstreams___ifstream.members___close sources/cxx-stl/llvm-libc+…
13 input.output___file.streams___fstreams___ifstream.members___open_pointer sources/cxx-stl/llvm-libc+…
14 input.output___file.streams___fstreams___ifstream.members___open_string sources/cxx-stl/llvm-libc+…
15 input.output___file.streams___fstreams___ifstream.members___rdbuf sources/cxx-stl/llvm-libc+…
17 input.output___file.streams___fstreams___ifstream.assign___member_swap sources/cxx-stl/llvm-libc…
[all …]
/ndk/tests/device/test-libc++-static-full/
DDATA5 input.output___file.streams___fstreams___ifstream.cons___move sources/cxx-stl/llvm-libc++/libcxx…
6 input.output___file.streams___fstreams___ifstream.cons___pointer sources/cxx-stl/llvm-libc++/libcxx…
7 input.output___file.streams___fstreams___ifstream.cons___string sources/cxx-stl/llvm-libc++/libcxx…
9 input.output___file.streams___fstreams___filebuf.virtuals___pbackfail sources/cxx-stl/llvm-libc++/l…
10 input.output___file.streams___fstreams___filebuf.virtuals___underflow sources/cxx-stl/llvm-libc++/l…
12 input.output___file.streams___fstreams___ifstream.members___close sources/cxx-stl/llvm-libc+…
13 input.output___file.streams___fstreams___ifstream.members___open_pointer sources/cxx-stl/llvm-libc+…
14 input.output___file.streams___fstreams___ifstream.members___open_string sources/cxx-stl/llvm-libc+…
15 input.output___file.streams___fstreams___ifstream.members___rdbuf sources/cxx-stl/llvm-libc+…
17 input.output___file.streams___fstreams___ifstream.assign___member_swap sources/cxx-stl/llvm-libc…
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
Dconfig.py26 'Using compiler: {}'.format(self.cxx.path))
28 'Using compile template: {}'.format(self.cxx.cxx_template))
30 'Using link template: {}'.format(self.cxx.link_template))
59 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(
63 self.config.target_triple = self.cxx.get_triple()
68 match = std_pattern.search(self.cxx.cxx_template)
76 self.cxx,
83 self.cxx,
Dformat.py13 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, timeout, argument
15 self.cxx = cxx
39 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, device_dir, argument
43 cxx,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/test/
Dconfig.py31 self.cxx.compile_flags += ['-DLIBCXXABI_NO_TIMER']
41 self.cxx.compile_flags += ['-I' + cxx_headers]
49 self.cxx.compile_flags += ['-I' + libcxxabi_headers]
58 self.cxx.compile_flags += ['-DLIBCXXABI_HAS_NO_THREADS=1']
66 self.cxx.link_flags += ['-L' + self.libcxxabi_lib_root,
76 self.cxx.link_flags += ['-lc++abi']
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_dec.h5 # 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/build/tools/
Ddev-defaults.sh19 STLPORT_SUBDIR=sources/cxx-stl/stlport
22 GABIXX_SUBDIR=sources/cxx-stl/gabi++
26 GNUSTL_SUBDIR=sources/cxx-stl/gnu-libstdc++
30 LIBCXX_SUBDIR=sources/cxx-stl/llvm-libc++
33 LIBCXXABI_SUBDIR=sources/cxx-stl/llvm-libc++abi/libcxxabi
/ndk/tests/device/multi-static-instances/jni/
DAndroid.mk21 $(call import-module,cxx-stl/gnu-libstdc++)
22 $(call import-module,cxx-stl/stlport)
23 $(call import-module,cxx-stl/system)
/ndk/sources/host-tools/ndk-depends/
DGNUmakefile52 define build-cxx-object
64 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
/ndk/tests/build/check-armeabi-v7a-prebuilts/
Dbuild.sh264 STLPORT_LIBS=$NDK/sources/cxx-stl/stlport/libs/$ABI
270 GNUSTL_LIBS=$NDK/sources/cxx-stl/gnu-libstdc++/4.9/libs/$ABI
/ndk/sources/host-tools/ndk-stack/
DGNUmakefile62 define build-cxx-object
74 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
/ndk/tests/build/system-cpp-headers/jni/
DAndroid.mk6 LOCAL_C_INCLUDES := $(NDK_ROOT)/sources/cxx-stl/system/include
/ndk/tests/device/test-unwind-struct/jni/
DAndroid.mk9 $(call import-module,cxx-stl/stlport)
/ndk/tests/device/static-executable/jni/
DAndroid.mk5 LOCAL_SRC_FILES := main.cxx
/ndk/tests/build/cpp-extensions/jni/
DAndroid.mk12 foo3.cxx \
/ndk/tests/build/prebuild-stlport/jni/
DAndroid.mk15 $(call import-module,cxx-stl/stlport)
/ndk/tests/device/test-libc++/jni/
DAndroid.mk15 $(call import-module,cxx-stl/llvm-libc++)
/ndk/tests/build/issue36131-flto-c++11/jni/
DAndroid.mk5 LOCAL_SRC_FILES := issue36131-flto-c++11.cxx
/ndk/tests/device/test-stlport/jni/
DAndroid.mk27 $(call import-module,cxx-stl/stlport)
/ndk/tests/device/exceptions-crash/jni/
DAndroid.mk29 $(call import-module,cxx-stl/gnu-libstdc++)
/ndk/tests/build/c++-stl-source-extensions/jni/
DAndroid.mk15 LOCAL_SRC_FILES := main.cxx
/ndk/sources/cxx-stl/llvm-libc++/
DAndroid.mk14 $(call __ndk_info,You might want to use $$NDK/build/tools/build-cxx-stl.sh --stl=libc++)
124 $(call import-module, cxx-stl/llvm-libc++abi)

12