/prebuilts/go/darwin-x86/src/debug/plan9obj/testdata/ |
hello.c | 2 #include <libc.h>
|
/prebuilts/go/linux-x86/src/debug/plan9obj/testdata/ |
hello.c | 2 #include <libc.h>
|
/ndk/tests/build/issue66668-libc++-std-feof/jni/ |
Android.mk | 4 LOCAL_MODULE := issue66668-libc++-std-feof 5 LOCAL_SRC_FILES := issue66668-libc++-std-feof.cpp
|
/external/valgrind/none/tests/solaris/ |
coredump_many_threads.post.exp | 10 libc.so.1`_thrp_setup 11 libc.so.1`_lwp_start 14 libc.so.1`sleep 19 libc.so.1`sleep 21 libc.so.1`_thrp_setup 22 libc.so.1`_lwp_start 25 libc.so.1`sleep 27 libc.so.1`_thrp_setup 28 libc.so.1`_lwp_start 31 libc.so.1`slee [all...] |
/ndk/tests/device/test-libc++/jni/ |
Android.mk | 6 LOCAL_STATIC_LIBRARIES := libc++_static 12 LOCAL_SHARED_LIBRARIES := libc++_shared 15 $(call import-module,cxx-stl/llvm-libc++)
|
/external/libcxx/ |
ndk-test.sh | 7 # libc++ tests against the NDK. 13 if [ ! -f $ANDROID_PRODUCT_OUT/system/lib/libc++_ndk.so ]; then 14 >&2 echo "Error: libc++_ndk.so has not been built for this target." 18 adb push $ANDROID_PRODUCT_OUT/system/lib/libc++_ndk.so /data/local/tmp
|
Makefile | 2 # libc++ Makefile 50 ditto lib/libc++.1.dylib $(SYMROOT)/usr/lib/libc++.1.dylib 51 cd lib && dsymutil -o $(SYMROOT)/libc++.1.dylib.dSYM \ 52 $(SYMROOT)/usr/lib/libc++.1.dylib 54 strip -S -o $(INSTALL_DIR)/usr/lib/libc++.1.dylib \ 55 $(SYMROOT)/usr/lib/libc++.1.dylib 56 cd $(INSTALL_DIR)/usr/lib && ln -s libc++.1.dylib libc++.dylib
|
/external/valgrind/drd/tests/ |
filter_stderr_solaris | 4 # by 0x........: _thrp_setup (in /lib/libc.so.1) 9 s/_thrp_setup \(in .*libc.*\)/start_thread \(pthread_create.c:123\)/g; 11 # We need to filter out the Solaris libc's stack frame which looks like: 12 # by 0x........: pthread_mutex_init (in /...libc...) 18 s/.*\(in \/...libc...\)\R//m;
|
/ndk/tests/build/clang-include-gnu-libc++/jni/ |
Android.mk | 4 LOCAL_MODULE := clang-include-gnu-libc++ 5 LOCAL_SRC_FILES := clang-include-gnu-libc++.cc
|
/system/gatekeeper/ |
rules.mk | 12 lib/libc \ 13 lib/libc-trusty \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/ |
libc.so | 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libc.so | 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/ |
libc.so | 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libc.so | 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
|
/bionic/libc/ |
Android.mk | 39 # Define the common source files for all the libc instances 65 # Fortify implementations of libc functions. 253 # The data that backs getauxval is initialized in the libc init functions which 280 upstream-freebsd/lib/libc/gen/ldexp.c \ 281 upstream-freebsd/lib/libc/gen/sleep.c \ 282 upstream-freebsd/lib/libc/gen/usleep.c \ 283 upstream-freebsd/lib/libc/stdlib/getopt_long.c \ 284 upstream-freebsd/lib/libc/stdlib/qsort.c \ 285 upstream-freebsd/lib/libc/stdlib/quick_exit.c \ 286 upstream-freebsd/lib/libc/stdlib/realpath.c [all...] |
/external/valgrind/tests/ |
filter_libc | 13 s/\(in \/.*(libc|libSystem|libsystem|libsocket).*\)$/(in \/...libc...)/; 14 s/\(within \/.*(libc|libSystem|libsystem|libsocket).*\)$/(within \/...libc...)/; 20 # libc, on some (eg. Darwin) it will be in the main executable. 23 # filter out the exact libc-start.c:### line number. (ppc64*) 24 s/\(libc-start.c:[0-9]*\)$/(in \/...libc...)/;
|
/bionic/ |
Android.mk | 20 $(call all-makefiles-under,$(LOCAL_PATH)/libc)
|
/system/extras/memcpy-perf/ |
Android.mk | 9 LOCAL_CXX_STL := libc++_static 10 LOCAL_STATIC_LIBRARIES := libc
|
/build/core/ |
cxx_stl_setup.mk | 11 my_cxx_stl := libc++ 14 my_cxx_stl := libc++_static 18 # libc++ is not supported on mingw. 41 ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),) 42 # libc++ is not supported on mingw. 73 ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),) 76 # Note that the structure of this means that LOCAL_CXX_STL := libc++ will 77 # use the static libc++ for static executables [all...] |
/external/libcxx/buildcmds/ |
Android.mk | 23 LOCAL_MODULE := libc++_build_commands_$(ANDROID_DEVICE) 25 LOCAL_CXX_STL := libc++
|
/system/extras/mmap-perf/ |
Android.mk | 28 LOCAL_CXX_STL := libc++_static 29 LOCAL_STATIC_LIBRARIES := libc
|
/external/libcxx/lib/ |
buildit | 56 LDSHARED_FLAGS="-o libc++.1.dylib \ 59 -install_name /usr/lib/libc++.1.dylib \ 60 -Wl,-reexport_library,/usr/lib/libc++abi.dylib \ 61 -Wl,-unexported_symbols_list,libc++unexp.exp \ 69 RE_EXPORT_LINE="${SDKROOT}/usr/lib/libc++abi.dylib -Wl,-reexported_symbols_list,libc++sjlj-abi.exp" 71 RE_EXPORT_LINE="-Wl,-reexport_library,${SDKROOT}/usr/lib/libc++abi.dylib" 80 RE_EXPORT_LINE="/usr/lib/libc++abi.dylib -Wl,-reexported_symbols_list,libc++abi2.exp" 82 RE_EXPORT_LINE="/usr/lib/libc++abi.dylib -Wl,-reexported_symbols_list,libc++abi.exp [all...] |
/external/blktrace/ |
Android.mk | 13 LOCAL_SYSTEM_SHARED_LIBRARIES := libc 22 LOCAL_SYSTEM_SHARED_LIBRARIES := libc 31 LOCAL_SYSTEM_SHARED_LIBRARIES := libc 40 LOCAL_SYSTEM_SHARED_LIBRARIES := libc 49 #LOCAL_SYSTEM_SHARED_LIBRARIES := libc
|
/bionic/libc/arch-x86_64/ |
x86_64.mk | 8 upstream-openbsd/lib/libc/string/memmove.c \ 9 upstream-openbsd/lib/libc/string/stpcpy.c \ 10 upstream-openbsd/lib/libc/string/stpncpy.c \ 11 upstream-openbsd/lib/libc/string/strcat.c \ 12 upstream-openbsd/lib/libc/string/strcpy.c \ 13 upstream-openbsd/lib/libc/string/strlcat.c \ 14 upstream-openbsd/lib/libc/string/strlcpy.c \ 15 upstream-openbsd/lib/libc/string/strncat.c \ 16 upstream-openbsd/lib/libc/string/strncmp.c \ 17 upstream-openbsd/lib/libc/string/strncpy.c [all...] |
/bionic/linker/tests/ |
Android.mk | 27 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../libc/ 40 LOCAL_SRC_FILES += ../../libc/bionic/libc_logging.cpp
|