HomeSort by relevance Sort by last modified time
    Searched refs:libc (Results 26 - 50 of 445) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/google/contexthub/firmware/os/cpu/cortexm4/
cortexm4.mk 41 $(LIB_PATH)/libc/memcpy-armv7m.S \
42 $(LIB_PATH)/libc/memset.c \
43 $(LIB_PATH)/libc/memcmp.c \
44 $(LIB_PATH)/libc/memmove.c \
48 $(LIB_PATH)/libc/memcpy-armv7m.S \
49 $(LIB_PATH)/libc/memset.c \
50 $(LIB_PATH)/libc/memcmp.c \
51 $(LIB_PATH)/libc/memmove.c \
  /external/libcxx/buildcmds/
Android.mk 23 LOCAL_MODULE := libc++_build_commands_$(ANDROID_DEVICE)
25 LOCAL_CXX_STL := libc++
  /hardware/qcom/msm8x27/
clean.sh 3 CLEAN_HEADER=../../../bionic/libc/kernel/tools/clean_header.py
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/buildcmds/
Android.mk 23 LOCAL_MODULE := libc++_build_commands_$(ANDROID_DEVICE)
25 LOCAL_CXX_STL := libc++
  /system/extras/tests/suspend_stress/
Android.mk 8 LOCAL_STATIC_LIBRARIES := libc libcutils
  /system/extras/tests/tcp_nuke_addr/
Android.mk 8 LOCAL_SHARED_LIBRARIES := libc++
  /system/extras/tests/timetest/
Android.mk 11 LOCAL_STATIC_LIBRARIES := libc
  /build/make/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.
74 ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
78 # libc++'s headers are annotated with availability macros that indicate
79 # which version of Mac OS was the first to ship with a libc++ featur
    [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
Android.mk 37 # Statically linking libc++ so this binary can be copied out of the tree and
39 LOCAL_CXX_STL := libc++_static
  /device/google/contexthub/util/stm32_flash/
Android.mk 21 LOCAL_SHARED_LIBRARIES := libcutils libc
  /external/autotest/client/site_tests/kernel_CryptoAPI/
kernel_CryptoAPI.py 94 libc = ctypes.CDLL("libc.so.6", use_errno=True)
98 libc.socket.argtypes = [ ctypes.c_int, ctypes.c_int, ctypes.c_int ]
99 libc.bind.argtypes = [ ctypes.c_int, ctypes.c_void_p, ctypes.c_int ]
100 libc.send.argtypes = [ ctypes.c_int, ctypes.c_void_p, ctypes.c_size_t,
102 libc.recv.argtypes = [ ctypes.c_int, ctypes.c_void_p, ctypes.c_size_t,
105 sock = libc.socket(AF_ALG, SOCK_SEQPACKET, 0)
107 libc.perror("socket")
111 if libc.bind(sock, ctypes.addressof(alg), ctypes.sizeof(alg)) == -1:
112 libc.perror("bind"
    [all...]
  /packages/apps/TV/jni/minijail/
Android.mk 26 LOCAL_STATIC_LIBRARIES := libc++_static libminijail
  /system/nvram/messages/
rules.mk 28 lib/libc
  /external/elfutils/tests/
run-unstrip-M.sh 33 7f31e7d9f000-7f31e7f29000 r-xp 00000000 fd:00 917531 /lib64/libc-1.13.so
34 7f31e7f29000-7f31e8128000 ---p 0018a000 fd:00 917531 /lib64/libc-1.13.so
35 7f31e8128000-7f31e812c000 r--p 00189000 fd:00 917531 /lib64/libc-1.13.so
36 7f31e812c000-7f31e812d000 rw-p 0018d000 fd:00 917531 /lib64/libc-1.13.so
48 0x7f31e7d9f000+0x38e000 - - - /lib64/libc-1.13.so
  /hardware/qcom/audio/legacy/libalsa-intf/
Android.mk 10 LOCAL_SHARED_LIBRARIES:= libc libcutils libalsa-intf
18 LOCAL_SHARED_LIBRARIES:= libc libcutils libalsa-intf
25 LOCAL_SHARED_LIBRARIES := libc libcutils libalsa-intf
32 LOCAL_SHARED_LIBRARIES:= libc libcutils libalsa-intf
44 LOCAL_SHARED_LIBRARIES:= libc libcutils #libutils #libmedia libhardware_legacy
  /external/python/cpython2/Lib/ctypes/test/
test_errno.py 15 libc = CDLL(libc_name, use_errno=True)
17 libc_open = libc._open
19 libc_open = libc.open
33 libc = CDLL(libc_name, use_errno=False)
35 libc_open = libc._open
37 libc_open = libc.open
  /external/python/cpython3/Lib/ctypes/test/
test_errno.py 14 libc = CDLL(libc_name, use_errno=True)
16 libc_open = libc._open
18 libc_open = libc.open
32 libc = CDLL(libc_name, use_errno=False)
34 libc_open = libc._open
36 libc_open = libc.open
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_errno.py 15 libc = CDLL(libc_name, use_errno=True)
17 libc_open = libc._open
19 libc_open = libc.open
33 libc = CDLL(libc_name, use_errno=False)
35 libc_open = libc._open
37 libc_open = libc.open
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_errno.py 15 libc = CDLL(libc_name, use_errno=True)
17 libc_open = libc._open
19 libc_open = libc.open
33 libc = CDLL(libc_name, use_errno=False)
35 libc_open = libc._open
37 libc_open = libc.open
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 15 libc = CDLL(libc_name, use_errno=True)
17 libc_open = libc._open
19 libc_open = libc.open
33 libc = CDLL(libc_name, use_errno=False)
35 libc_open = libc._open
37 libc_open = libc.open
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 15 libc = CDLL(libc_name, use_errno=True)
17 libc_open = libc._open
19 libc_open = libc.open
33 libc = CDLL(libc_name, use_errno=False)
35 libc_open = libc._open
37 libc_open = libc.open
  /development/build/
sdk-linux-x86.atree 21 lib64/libc++.so strip platform-tools/lib64/libc++.so
35 lib64/libc++.so strip build-tools/${PLATFORM_NAME}/lib64/libc++.so
  /external/iproute2/
Android.mk 3 UAPI_INCLUDES := bionic/libc/kernel/uapi
  /external/mmc-utils/
Android.mk 10 LOCAL_SHARED_LIBRARIES := libcutils libc
  /external/selinux/policycoreutils/sestatus/
sestatus.conf 11 /lib/libc.so.6

Completed in 2719 milliseconds

12 3 4 5 6 7 8 91011>>