HomeSort by relevance Sort by last modified time
    Searched refs:libc (Results 126 - 150 of 245) sorted by null

1 2 3 4 56 7 8 910

  /bionic/libc/kernel/uapi/linux/
if.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>
in.h 6 *** call into the kernel available to libc. It contains only constants,
12 *** run bionic/libc/kernel/tools/update_all.py
25 #include <linux/libc-compat.h>
  /build/make/core/
install_jni_libs_internal.mk 32 $(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(my_2nd_arch_prefix)CPU_ABI)/libc++_shared.so
prebuilt_internal.mk 164 my_system_shared_libraries := libc libm libdl
167 my_system_shared_libraries := $(patsubst libc,libc libdl,$(my_system_shared_libraries))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Makefile 98 /NODEFAULTLIB:libc.lib /NODEFAULTLIB:msvcrt.lib /NODEFAULTLIB:libcd.lib \
  /external/iproute2/include/uapi/linux/
if.h 23 #include <linux/libc-compat.h> /* for compatibility with glibc */
in.h 23 #include <linux/libc-compat.h>
  /external/kernel-headers/original/uapi/linux/
if.h 23 #include <linux/libc-compat.h> /* for compatibility with glibc */
in.h 23 #include <linux/libc-compat.h>
  /external/libcxxabi/test/native/arm-linux-eabi/
ttype-encoding-00.pass.sh.s 6 @ GCC 4.6 are generating 0x00 as ttype encoding. libc++abi should provide
  /external/openssh/
Android.mk 298 # libc.bootstrap is available/required since Q
303 LOCAL_SHARED_LIBRARIES += libc.bootstrap
  /external/v8/
Makefile 276 buildtools/third_party/libc++abi/libc++abi.gyp \
277 buildtools/third_party/libc++/libc++.gyp samples/samples.gyp \
  /cts/hostsidetests/security/
Android.mk 60 $(HOST_OUT)/lib64/libc++.$(SHAREDLIB_EXT) \
  /cts/tests/libcore/luni/
Android.mk 48 LOCAL_JNI_SHARED_LIBRARIES := libjavacoretests libsqlite_jni libnativehelper_compat_libc++ libc++
  /cts/tests/tests/media/
Android.mk 64 libc++ \
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
security.pyx.pxi 15 from libc.string cimport memcpy
  /external/swiftshader/src/OpenGL/compiler/
Android.mk 13 # Marshmallow does not have stlport, but comes with libc++ by default
  /external/swiftshader/src/OpenGL/libEGL/
Android.mk 63 # Marshmallow does not have stlport, but comes with libc++ by default
  /external/swiftshader/src/OpenGL/libGLES_CM/
Android.mk 82 # Marshmallow does not have stlport, but comes with libc++ by default
  /external/swiftshader/src/OpenGL/libGLESv2/
Android.mk 91 # Marshmallow does not have stlport, but comes with libc++ by default
  /external/wpa_supplicant_8/hs20/client/
Android.mk 69 LOCAL_SHARED_LIBRARIES := libc libcutils
  /build/soong/apex/
apex_test.go 144 name: "libc",
592 name: "libc",
640 // Ensure that libc is not included (since it has stubs and not listed in native_shared_libs)
641 ensureNotContains(t, copyCmds, "image.apex/lib64/bionic/libc.so")
647 // For dependency to libc
649 ensureContains(t, mylibLdFlags, "libc/android_arm64_armv8-a_core_shared_29_myapex/libc.so")
651 ensureNotContains(t, mylibLdFlags, "libc/android_arm64_armv8-a_core_shared_myapex/libc.so")
679 ensureContains(t, libFlags, "libc/android_arm64_armv8-a_core_shared/libc.so"
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 443 // We don't need to link in libc! In fact, /usr/lib/libc.so may not be a
445 std::vector<std::string>::iterator libc = local
447 if (libc != Libraries.end()) Libraries.erase(libc);
  /build/soong/bpf/
bpf_test.go 95 name: "libc",
  /build/soong/cc/
object.go 66 deps.LateSharedLibs = append(deps.LateSharedLibs, "libc")

Completed in 941 milliseconds

1 2 3 4 56 7 8 910