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

1 2 3 4 5 6 7 8 910

  /bionic/tools/
update_notice.sh 4 ./libc/tools/generate-NOTICE.py libc libdl libm linker libstdc++ > libc/NOTICE
6 git diff --exit-code HEAD libc/NOTICE
update_seccomp.sh 4 ./libc/tools/genseccomp.py
6 git diff --exit-code HEAD libc/seccomp/
update_syscalls.sh 4 ./libc/tools/gensyscalls.py
6 git diff --exit-code HEAD libc/arch-*/syscalls/
update_version_scripts.sh 4 ./libc/tools/genversion-scripts.py
6 git diff --exit-code HEAD libc/*.map libdl/*.map libm/*.map linker/*.map
  /external/v8/tools/ubsan/
vptr_blacklist.txt 12 src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp
  /bionic/libc/arch-arm/generic/bionic/
stpcpy.c 30 #include <upstream-openbsd/lib/libc/string/stpcpy.c>
strcat.c 30 #include <upstream-openbsd/lib/libc/string/strcat.c>
  /bionic/libc/arch-x86/generic/string/
wcscat.c 30 #include <upstream-freebsd/lib/libc/string/wcscat.c>
wcscpy.c 30 #include <upstream-freebsd/lib/libc/string/wcscpy.c>
wmemcmp.c 30 #include <upstream-freebsd/lib/libc/string/wmemcmp.c>
strlcat.c 32 #include <upstream-openbsd/lib/libc/string/strlcat.c>
strlcpy.c 32 #include <upstream-openbsd/lib/libc/string/strlcpy.c>
strncat.c 32 #include <upstream-openbsd/lib/libc/string/strncat.c>
  /external/libcxx/
ndk-test.sh 7 # libc++ tests against the NDK.
13 if [ ! -f $ANDROID_PRODUCT_OUT/system/lib/libc++_ndk.so ]; then
14 >&2 echo "Error: libc++_ndk.so has not been built for this target."
18 adb push $ANDROID_PRODUCT_OUT/system/lib/libc++_ndk.so /data/local/tmp
  /external/Reactive-Extensions/RxCpp/projects/scripts/
install_libcxx.sh 3 # Install libc++ under travis
9 sudo cp libcxx/build/lib/libc++.so.1.0 /usr/lib/
11 sudo ln -sf /usr/lib/libc++.so.1.0 /usr/lib/libc++.so
12 sudo ln -sf /usr/lib/libc++.so.1.0 /usr/lib/libc++.so.
  /device/linaro/hikey/mali/utgard/
Android.mk 11 LOCAL_SHARED_LIBRARIES := libc++ libc libdl liblog libm
23 LOCAL_SHARED_LIBRARIES := libc++ libc libdl liblog libm
  /development/vndk/tools/definition-tool/assets/insight/
insight-data.js 3 '/system/lib/libc.so',
6 '/system/lib64/libc.so',
11 'bionic/libc',
  /build/make/core/
cxx_stl_setup.mk 11 my_cxx_stl := libc++
14 my_cxx_stl := libc++_static
57 ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
61 # libc++'s headers are annotated with availability macros that indicate
62 # which version of Mac OS was the first to ship with a libc++ feature
63 # available in its *system's* libc++.dylib. We do not use the system's
70 # Note that the structure of this means that LOCAL_CXX_STL := libc++ will
71 # use the static libc++ for static executables.
73 ifeq ($(my_cxx_stl),libc++
    [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_errno.py 12 libc = CDLL(libc_name, use_errno=True)
14 libc_open = libc._open
16 libc_open = libc.open
29 libc = CDLL(libc_name, use_errno=False)
31 libc_open = libc._open
33 libc_open = libc.open
  /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/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...]
  /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
  /build/soong/cc/
stl.go 32 return "libc++", "shared"
34 return "libc++", "static"
45 // Select the STL library to use. Possible values are "libc++",
46 // "libc++_static", "libstdc++", or "none". Leave blank to select the
73 case "libc++":
75 case "libc++_static":
85 case "libc++", "libc++_static", "":
86 // Only use static libc++ for Windows.
87 return "libc++_static
    [all...]
  /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
  /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

Completed in 405 milliseconds

1 2 3 4 5 6 7 8 910