Searched refs:libc (Results 1 - 25 of 132) sorted by relevance

123456

/external/valgrind/none/tests/solaris/
H A Dcoredump_many_threads.post.exp9 libc.so.1`_thrp_setup
10 libc.so.1`_lwp_start
13 libc.so.1`sleep
18 libc.so.1`sleep
20 libc.so.1`_thrp_setup
21 libc.so.1`_lwp_start
24 libc.so.1`sleep
26 libc.so.1`_thrp_setup
27 libc.so.1`_lwp_start
30 libc
[all...]
H A Dcoredump_many_threads.stderr.exp5 by 0x........: _thrp_setup (in /...libc...)
6 by 0x........: ??? (in /...libc...)
/external/libcxx/
H A Dndk-test.sh7 # 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/valgrind/drd/tests/
H A Dfilter_stderr_solaris4 # by 0x........: _thrp_setup (in /lib/libc.so.1)
9 s/_thrp_setup \(in .*libc.*\)/start_thread \(pthread_create.c:123\)/g;
11 # We need to filter out the Solaris libc's stack frame which looks like:
12 # by 0x........: pthread_mutex_init (in /...libc...)
18 s/.*\(in \/...libc...\)\R//m;
/external/valgrind/tests/
H A Dfilter_libc13 s/\(in \/.*(libc|libSystem|libsystem|libsocket).*\)$/(in \/...libc...)/;
14 s/\(within \/.*(libc|libSystem|libsystem|libsocket).*\)$/(within \/...libc...)/;
20 # libc, on some (eg. Darwin) it will be in the main executable.
23 # filter out the exact libc-start.c:### line number. (ppc64*)
24 s/\(libc-start.c:[0-9]*\)$/(in \/...libc...)/;
H A Dlibc_test.c1 // Compare given libc name and version number to system name and version.
4 // - 0 if the libc name matches is at least the minimum version (if given).
5 // - 1 if the libc name doesn't match or the version is lower than requested.
6 // - 2 if the requested libc name isn't recognised.
14 #include <gnu/libc-version.h>
49 static Bool go(char* libc, char *min_version) argument
52 if ( 0 == strcmp( libc, "glibc" )
66 fprintf( stderr, "usage: libc_test <libc-name> [<min-version>]\n" );
74 return 1; // Requested libc name known, but this isn't it.
77 return 2; // Didn't match any known libc nam
[all...]
/external/autotest/client/site_tests/kernel_CryptoAPI/
H A Dkernel_CryptoAPI.py94 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
[all...]
/external/blktrace/
H A DAndroid.mk13 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
22 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
31 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
40 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
49 #LOCAL_SYSTEM_SHARED_LIBRARIES := libc
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_errno.py15 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/
H A Dtest_errno.py14 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
/external/libcxx/buildcmds/
H A DAndroid.mk23 LOCAL_MODULE := libc++_build_commands_$(ANDROID_DEVICE)
25 LOCAL_CXX_STL := libc++
/external/elfutils/tests/
H A Drun-unstrip-M.sh33 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
/external/iproute2/
H A DAndroid.mk3 UAPI_INCLUDES := bionic/libc/kernel/uapi
/external/mmc-utils/
H A DAndroid.mk10 LOCAL_SHARED_LIBRARIES := libcutils libc
/external/selinux/policycoreutils/sestatus/
H A Dsestatus.conf11 /lib/libc.so.6
/external/strace/tests/
H A Dsigaction.c109 sigset_t libc[1]; member in union:__anon22098
148 sigemptyset(mask.libc);
149 sigaddset(mask.libc, SIGHUP);
150 sigaddset(mask.libc, SIGINT);
161 sigemptyset(mask.libc);
162 sigaddset(mask.libc, SIGQUIT);
163 sigaddset(mask.libc, SIGTERM);
176 sigdelset(mask.libc, SIGHUP);
/external/strace/tests-m32/
H A Dsigaction.c109 sigset_t libc[1]; member in union:__anon22172
148 sigemptyset(mask.libc);
149 sigaddset(mask.libc, SIGHUP);
150 sigaddset(mask.libc, SIGINT);
161 sigemptyset(mask.libc);
162 sigaddset(mask.libc, SIGQUIT);
163 sigaddset(mask.libc, SIGTERM);
176 sigdelset(mask.libc, SIGHUP);
/external/strace/tests-mx32/
H A Dsigaction.c109 sigset_t libc[1]; member in union:__anon22246
148 sigemptyset(mask.libc);
149 sigaddset(mask.libc, SIGHUP);
150 sigaddset(mask.libc, SIGINT);
161 sigemptyset(mask.libc);
162 sigaddset(mask.libc, SIGQUIT);
163 sigaddset(mask.libc, SIGTERM);
176 sigdelset(mask.libc, SIGHUP);
/external/valgrind/helgrind/tests/
H A Dfilter_stderr_solaris7 # names from libc, for example
8 # by 0x........: pthread_mutex_init (in /...libc...)
10 s/^\s*by 0x........: (?:$check) \(in \/...libc...\)\s*//;
/external/valgrind/memcheck/tests/
H A Dsendmsg.stderr.exp2 at 0x........: sendmsg (in /...libc...)
/external/libyuv/files/tools/ubsan/
H A Dblacklist.txt74 # libc++ __tree and map are not UBSAN clean
76 src:*/third_party/libc\+\+/trunk/include/__tree
77 src:*/third_party/libc\+\+/trunk/include/map
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Dlib.h36 extern struct addr_range libc, vdso;
/external/blktrace/btt/
H A DAndroid.mk18 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
/external/chromium-libpac/
H A DAndroid.mk29 LOCAL_CXX_STL := libc++
/external/dnsmasq/src/
H A DAndroid.mk15 LOCAL_SYSTEM_SHARED_LIBRARIES := libc

Completed in 767 milliseconds

123456