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

1 2 3 4 5 6 7 891011>>

  /frameworks/rs/cpp/
Android.mk 95 LOCAL_LDFLAGS := -llog -lz -ldl -Wl,--exclude-libs,libc++_static.a
  /packages/apps/Messaging/jni/
Android.mk 33 LOCAL_NDK_STL_VARIANT := c++_static # LLVM libc++
  /packages/experimental/RpcPerformance/
Android.mk 35 #LOCAL_STATIC_LIBRARIES := libbinder libutils libcutils libstdc++ libc
  /packages/experimental/procstatlog/
Android.mk 25 LOCAL_STATIC_LIBRARIES := libc
  /system/bt/profile/
Android.mk 37 LOCAL_SHARED_LIBRARIES := libc liblog
  /system/core/libmemunreachable/
Android.mk 29 # Only need this for arm since libc++ uses its own unwind code that
  /system/core/trusty/libtrusty/tipc-test/
Android.mk 24 LOCAL_STATIC_LIBRARIES := libc libtrusty liblog
  /system/extras/tests/kernel.config/
Android.mk 68 LOCAL_CXX_STL := libc++
  /system/media/brillo/audio/audioservice/
Android.mk 21 libc \
  /system/netd/client/
Android.mk 19 LOCAL_C_INCLUDES := bionic/libc/dns/include system/netd/include
  /bionic/libc/kernel/uapi/linux/
ipv6.h 6 *** call into the kernel available to libc. It contains only constants,
12 *** run bionic/libc/kernel/tools/update_all.py
21 #include <linux/libc-compat.h>
in6.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>
  /external/kernel-headers/original/uapi/linux/
ipv6.h 4 #include <linux/libc-compat.h>
  /frameworks/compile/libbcc/
Android.mk 58 LOCAL_SHARED_LIBRARIES := libbcinfo libLLVM libdl libutils libcutils liblog libc++
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 26 LIBCXX_ROOT=`pwd`/../../llvm-libc++/libcxx
127 This script is used to run the libc++ test suite for Android.
130 - The prebuild libc++ libraries in your NDK install.
143 --static Link against static libc++ library.
179 for LIB in libc++_static.a libc++_shared.so; do
182 echo "Please run: build/tools/build-cxx-stl.sh --stl=libc++"
280 # llvm-libc++/libcxx/test/lit.cfg line #278 defineds the following for testing only on Linux
364 run2 $ADB push $LIBCXX_LIBS/libc++_shared.so $TARGET_PATH 2>/dev/null
366 echo "ERROR: Can't push shared libc++ to target device!
    [all...]
  /system/bt/btcore/
Android.mk 50 LOCAL_SHARED_LIBRARIES := libc liblog
81 # we get to test with both Bionic libc and glibc
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 56 libc = ctypes.CDLL('/usr/lib/libc.dylib', use_errno=True)
62 mach_absolute_time = libc.mach_absolute_time
66 libc.mach_timebase_info(ctypes.byref(timebase))
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_profiling_helper_unittest.py 127 '/system/lib/libc.so',
158 '/system/lib/libc.so',
207 with tempfile.NamedTemporaryFile() as libc:
208 self._device.PullFile('/system/lib/libc.so', libc.name)
209 path = android_profiling_helper.GetToolchainBinaryPath(libc.name,
  /ndk/build/tools/
dev-system-import.sh 84 4/ Copy a few system static libraries (libc.a, libm.a, etc...) used
506 copy_system_shared_library libc
507 copy_system_static_library libc
508 copy_system_headers_from $ANDROID_ROOT/bionic/libc/include
509 copy_arch_system_headers_from $ANDROID_ROOT/bionic/libc/arch-$ARCH/include
510 copy_arch_kernel_headers_from $ANDROID_ROOT/bionic/libc/kernel/arch-$ARCH
534 # The <dlfcn.h> header was already copied from bionic/libc/include
  /external/elfutils/tests/
run-strings-test.sh 27 testfile: 1d8 libc.so.6
41 testfile2: 22e libc.so.6
53 testfile3: 1d8 libc.so.6
123 testfile4: cb0 libc.so.6
234 testfile5: 1d8 libc.so.6
275 testfile6: 64d libc.so.6
318 testfile7: 64d libc.so.6
  /system/bt/osi/
Android.mk 125 LOCAL_SHARED_LIBRARIES := libc liblog libchrome
159 # we get to test with both Bionic libc and glibc
168 LOCAL_SHARED_LIBRARIES := libc liblog libprotobuf-cpp-full libchrome libcutils
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 131 This script is used to run the libc++ test suite for Android.
134 - The prebuild libc++ libraries in your NDK install.
147 --static Link against static libc++ library.
183 for LIB in libc++_static.a libc++_shared.so; do
186 echo "Please run: build/tools/build-cxx-stl.sh --stl=libc++"
192 $READELF -d "$LIBCXX_LIBS/libc++_shared.so" | grep NEEDED | grep -q compiler_rt
260 # Some libc++ implementation (eg. list) break TBAA!
267 # llvm-libc++/libcxx/test/lit.cfg line #278 defineds the following for testing only on Linux
345 # Note that in standalone toolchain libc++_static is renamed to libstdc++, an
    [all...]
  /bionic/tools/relocation_packer/
Android.mk 50 # Statically linking libc++ to make it work from prebuilts
51 LOCAL_CXX_STL := libc++_static
  /bootable/recovery/
Android.mk 26 LOCAL_STATIC_LIBRARIES := libcutils libc libcrypto_static
86 libc
  /build/core/
install_jni_libs_internal.mk 38 $(HISTORICAL_NDK_VERSIONS_ROOT)/current/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(my_2nd_arch_prefix)CPU_ABI)/libc++_shared.so

Completed in 1537 milliseconds

1 2 3 4 5 6 7 891011>>