HomeSort by relevance Sort by last modified time
    Searched refs:libcxx (Results 26 - 48 of 48) sorted by null

12

  /frameworks/compile/mclinker/
mcld-device-build.mk 38 external/libcxx/include \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/
ndk-test.sh 49 LIBCXX_DIR=$NDK/sources/cxx-stl/llvm-libc++/libcxx
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
compiler.py 6 import libcxx.compiler namespace
9 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler):
  /prebuilts/clang/host/darwin-x86/3.8/
update.sh 24 cp -a ${ANDROID_BUILD_TOP}/external/libcxx/MODULE_LICENSE_* .
31 cat ${ANDROID_BUILD_TOP}/external/libcxx/NOTICE >> NOTICE
  /prebuilts/clang/host/linux-x86/3.8/
update.sh 24 cp -a ${ANDROID_BUILD_TOP}/external/libcxx/MODULE_LICENSE_* .
31 cat ${ANDROID_BUILD_TOP}/external/libcxx/NOTICE >> NOTICE
  /external/libcxxabi/
Android.mk 41 external/libcxx/include \
  /external/libcxxabi/test/libcxxabi/test/
config.py 4 from libcxx.test.config import Configuration as LibcxxConfiguration
22 os.path.join(self.libcxxabi_src_root, '/../libcxx'))
  /external/libcxx/test/libcxx/
compiler.py 3 import libcxx.util namespace
105 with_fn = lambda: libcxx.util.guardedTempFilename(suffix='.o')
108 with_fn = lambda: libcxx.util.nullContext(object_file)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py 3 import libcxx.util namespace
105 with_fn = lambda: libcxx.util.guardedTempFilename(suffix='.o')
108 with_fn = lambda: libcxx.util.nullContext(object_file)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 26 LIBCXX_ROOT=`pwd`/../../llvm-libc++/libcxx
79 TARGET_PATH=/data/local/tmp/libcxx-${SHARD_TEST_TOOLCHAIN}-$(dirname $PWD | sum | cut -d' ' -f1)-$(basename $PWD)
81 TARGET_PATH=/data/local/tmp/libcxx
267 # like libcxx/test/atomics/atomics.types.generic/address.pass.cpp. Define -UNDEBUG
280 # llvm-libc++/libcxx/test/lit.cfg line #278 defineds the following for testing only on Linux
  /external/llvm/utils/release/
test-release.sh 62 echo " -no-libs Disable check-out & build libcxx/libcxxabi/libunwind"
199 projects="$projects libcxx libcxxabi"
299 if [ -d $BuildDir/libcxx.src ] && [ ! -h libcxx ]; then
300 ln -s ../../libcxx.src libcxx
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 20 libcxx_includes := $(LOCAL_PATH)/libcxx/include
51 libcxx_sources := $(libcxx_sources:%=libcxx/src/%)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/test/
config.py 4 from libcxx.test.config import Configuration as LibcxxConfiguration
22 os.path.join(self.libcxxabi_src_root, '/../libcxx'))
  /ndk/sources/cxx-stl/llvm-libc++abi/
Android.mk 50 $(LOCAL_PATH)/../llvm-libc++/libcxx/include \
  /ndk/build/tools/
make-standalone-toolchain.sh 425 if [ "$STL" = "libcxx" -o "$STL" = "libc++" ]; then
451 libcxx|libc++)
452 copy_directory "$LIBCXX_DIR/libcxx/include" "$ABI_STL_INCLUDE"
503 libcxx|libc++)
build-cxx-stl.sh 166 LIBCXX_INCLUDES="-I$LIBCXX_SRCDIR/libcxx/include -I$ANDROID_NDK_ROOT/sources/android/support/include -I$LIBCXXABI_SRCDIR/include"
242 "libcxx/src/algorithm.cpp \
243 libcxx/src/bind.cpp \
244 libcxx/src/chrono.cpp \
245 libcxx/src/condition_variable.cpp \
246 libcxx/src/debug.cpp \
247 libcxx/src/exception.cpp \
248 libcxx/src/future.cpp \
249 libcxx/src/hash.cpp \
250 libcxx/src/ios.cpp
    [all...]
  /external/libcxx/test/libcxx/test/
config.py 13 from libcxx.test.format import LibcxxTestFormat
14 from libcxx.compiler import CXXCompiler
15 from libcxx.test.executor import *
16 from libcxx.test.tracing import *
144 default = "libcxx.test.target_info.LocalTI"
    [all...]
executor.py 3 from libcxx.test import tracing
167 cmd = 'mktemp -q {} /tmp/libcxx.XXXXXXXXXX'.format(dir_arg)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 13 from libcxx.test.format import LibcxxTestFormat
14 from libcxx.compiler import CXXCompiler
15 from libcxx.test.executor import *
16 from libcxx.test.tracing import *
144 default = "libcxx.test.target_info.LocalTI"
    [all...]
executor.py 3 from libcxx.test import tracing
167 cmd = 'mktemp -q {} /tmp/libcxx.XXXXXXXXXX'.format(dir_arg)
  /build/core/
binary.mk 140 my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/llvm-libc++/libcxx/include \
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 3 libcxx-test-path := $(abspath $(NDK)/sources/cxx-stl/llvm-libc++/libcxx/test)
8 LOCAL_SRC_FILES := $(libcxx-test-path)/$$(__test).pass.cpp
20 LOCAL_C_INCLUDES += $(libcxx-test-path)/support
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 3 libcxx-test-path := $(abspath $(NDK)/sources/cxx-stl/llvm-libc++/libcxx/test)
8 LOCAL_SRC_FILES := $(libcxx-test-path)/$$(__test).pass.cpp
20 LOCAL_C_INCLUDES += $(libcxx-test-path)/support
    [all...]

Completed in 1599 milliseconds

12