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

<<11121314151617

  /system/core/healthd/
Android.mk 47 LOCAL_STATIC_LIBRARIES := libbatterymonitor libbatteryservice libbinder libminui libpng libz libutils libcutils liblog libm libc
  /bionic/tests/
Android.mk 132 bionic/libc \
309 bionic/libc \
369 libc \
370 libc++_static \
378 # libc and libc++ both define std::nothrow. libc's is a private symbol, but this
379 # still causes issues when linking libc.a and libc++.a, since private isn't
423 bionic/libc \
    [all...]
  /bionic/libc/kernel/uapi/linux/
in.h 6 *** call into the kernel available to libc. It contains only constants,
12 *** run bionic/libc/kernel/tools/update_all.py
22 #include <linux/libc-compat.h>
  /build/core/combo/
TARGET_linux-arm64.mk 137 libc_root := bionic/libc
TARGET_linux-mips64.mk 134 libc_root := bionic/libc
TARGET_linux-x86_64.mk 76 libc_root := bionic/libc
  /external/iproute2/include/linux/
in.h 22 #include <linux/libc-compat.h>
  /external/kernel-headers/original/uapi/linux/
in.h 22 #include <linux/libc-compat.h>
  /external/v8/
Android.libv8.mk 7 LOCAL_CXX_STL := libc++
Makefile 271 buildtools/third_party/libc++abi/libc++abi.gyp \
272 buildtools/third_party/libc++/libc++.gyp samples/samples.gyp \
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 4 # version of libc++.
74 echo "This script is used to update the LLVM libc++ sources to a"
86 BUILD_DIR=/tmp/ndk-$USER/llvm-libc++/build
  /bionic/linker/
Android.mk 58 LOCAL_CFLAGS += -I$(LOCAL_PATH)/../libc/
  /external/ceres-solver/jni/
Application.mk 36 # Use libc++ from LLVM. It is a modern BSD licensed implementation of
  /external/dhcpcd-6.8.2/
Android.mk 80 LOCAL_SHARED_LIBRARIES += libc libcutils libnetutils
  /external/wpa_supplicant_8/hs20/client/
Android.mk 69 LOCAL_SHARED_LIBRARIES := libc libcutils
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
shared.mk 7 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
shared.mk 7 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/
shared.mk 6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
shared.mk 6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
shared.mk 6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk 6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
shared.mk 6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
  /libnativehelper/
Android.mk 45 # NDK-only build for the target (device), using libc++.
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 188 libc = CDLL(libc_path)
196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 188 libc = CDLL(libc_path)
196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)

Completed in 1402 milliseconds

<<11121314151617