HomeSort by relevance Sort by last modified time
    Searched refs:libc (Results 101 - 125 of 425) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/opengl/tests/hwc/
Android.mk 23 LOCAL_CXX_STL := libc++
36 LOCAL_CXX_STL := libc++
66 LOCAL_CXX_STL := libc++
96 LOCAL_CXX_STL := libc++
126 LOCAL_CXX_STL := libc++
  /bionic/libc/tools/
genlibgcc_compat.py 6 * to copy their definition into the final libc.so binary.
9 * libc.so provided by the platform and binaries built with the NDK or
35 * already been copied into libc.so or libm.so, then nothing will be copied
37 * so libfoo.so can directly call the one in libc.so at runtime.
40 * flags, the set of helper functions copied to libc.so may change, which
48 * still need all 1.5/1.6 helper functions in libc.so and libm.so
56 * HW idiv instructions so the system libc.so doesn't pull in the reference to
62 * since libm.so depends on libc.so, it's easier to put all of
63 * these in libc.so instead, since the dynamic linker will always
64 * search in libc.so before libm.so for dependencies
    [all...]
  /ndk/build/tools/
build-cxx-stl.sh 20 # - Define CXX_STL to one of 'stlport' or 'libc++'
28 CXX_STL_LIST="stlport libc++"
130 libc++)
131 CXX_SUPPORT_LIB=gabi++ # libc++abi
133 libc++-libc++abi)
134 CXX_SUPPORT_LIB=libc++abi
135 CXX_STL=libc++
137 libc++-gabi++)
139 CXX_STL=libc+
    [all...]
  /build/core/
executable_internal.mk 29 # Check for statically linked libc
31 ifneq ($(filter $(my_static_libraries),libc),)
32 $(error $(LOCAL_PATH): $(LOCAL_MODULE) is statically linking libc to dynamic executable, please remove libc from static libs or set LOCAL_FORCE_STATIC_EXECUTABLE := true)
55 # so we don't have race condition when the system libraries (such as libc, libstdc++) are also built in the tree.
  /hardware/ti/omap4-aah/domx/omx_proxy_component/
Android.mk 19 libc \
56 libc \
88 libc \
121 libc \
156 libc \
189 libc \
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Android.mk 19 libc \
48 libc \
78 libc \
112 libc \
148 libc \
180 libc \
  /system/core/liblog/tests/
libc_test.cpp 24 #include "../../../../bionic/libc/bionic/libc_logging.cpp" // not Standalone
34 TEST(libc, __libc_android_log_event_int) {
94 TEST(libc, __libc_fatal_no_abort) {
127 && !strcmp(data + 1, "libc")
138 TEST(libc, __pstore_append) {
141 static const char message[] = "libc.__pstore_append\n";
144 fprintf(stderr, "Reboot, ensure string libc.__pstore_append is in /sys/fs/pstore/pmsg-ramoops-0\n");
Android.mk 63 ifneq ($(wildcard $(LOCAL_PATH)/../../../../bionic/libc/bionic/libc_logging.cpp),)
  /bionic/libc/bionic/
NetdClient.cpp 18 #error NetdClient.cpp should NOT be included in static libc builds.
  /bionic/libc/kernel/uapi/linux/
xattr.h 6 *** call into the kernel available to libc. It contains only constants,
12 *** run bionic/libc/kernel/tools/update_all.py
19 #include <linux/libc-compat.h>
  /bootable/recovery/tools/ota/
Android.mk 23 LOCAL_STATIC_LIBRARIES := libc
32 LOCAL_STATIC_LIBRARIES := libcutils libc
  /cts/tests/tests/net/jni/
Android.mk 29 LOCAL_CXX_STL := libc++_static
39 LOCAL_CXX_STL := libc++_static
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/
Android.mk 43 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/socket.h
44 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/un.h
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/
Android.mk 43 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/socket.h
44 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/un.h
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/
Android.mk 47 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/socket.h
48 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/un.h
  /external/e2fsprogs/lib/blkid/
Android.mk 20 libext2_blkid_system_shared_libraries := libc
24 libext2_blkid_system_static_libraries := libc
  /external/e2fsprogs/lib/uuid/
Android.mk 45 libext2_uuid_system_shared_libraries := libc
77 LOCAL_STATIC_LIBRARIES := libc
  /external/iproute2/lib/
Android.mk 8 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
48 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
  /external/kernel-headers/original/uapi/linux/
xattr.h 11 #include <linux/libc-compat.h>
  /external/valgrind/memcheck/tests/darwin/
aio.stderr.exp 4 at 0x........: aio_read (in /...libc...)
12 at 0x........: aio_write (in /...libc...)
  /frameworks/av/media/ndk/
Android.mk 36 bionic/libc/private \
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/
Android.mk 52 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/socket.h
53 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/un.h
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/
Android.mk 52 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/socket.h
53 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/un.h
  /hardware/ti/omap4-aah/libtiutils/
Android.mk 26 bionic/libc/include
  /prebuilts/clang/host/linux-x86/3.8/
update.sh 45 echo Copying libc++.so
46 cp -a ${ANDROID_HOST_OUT}/lib/libc++.so lib/
47 cp -a ${ANDROID_HOST_OUT}/lib64/libc++.so lib64/
65 cp -a ${ANDROID_BUILD_TOP}/bionic/libc/include/stdatomic.h lib/clang/*/include/

Completed in 691 milliseconds

1 2 3 45 6 7 8 91011>>