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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/solaris/
coredump_many_threads.post.exp 9 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.so.1`slee
    [all...]
  /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
  /prebuilts/go/darwin-x86/src/debug/plan9obj/testdata/
hello.c 2 #include <libc.h>
  /prebuilts/go/linux-x86/src/debug/plan9obj/testdata/
hello.c 2 #include <libc.h>
  /test/vts/testcases/system/libc/
LibcTest.py 28 """A basic test of the libc API."""
36 target_filename="libc.so",
38 handler_name="libc",
46 result = self.dut.lib.libc.socket(self.dut.lib.libc.PF_UNIX,
47 self.dut.lib.libc.SOCK_STREAM, 0)
49 "libc.socket: could not create socket.")
51 result = self.dut.lib.libc.close(
54 "libc.close: unable to close socket.")
61 result = self.dut.lib.libc.socket(self.dut.lib.libc.PF_UNIX
    [all...]
Android.mk 21 VTS_CONFIG_SRC_DIR := testcases/system/libc
  /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/valgrind/drd/tests/
filter_stderr_solaris 4 # 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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
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
  /prebuilts/go/darwin-x86/src/runtime/
syscall2_solaris.go 9 //go:cgo_import_dynamic libc_chdir chdir "libc.so"
10 //go:cgo_import_dynamic libc_chroot chroot "libc.so"
11 //go:cgo_import_dynamic libc_close close "libc.so"
12 //go:cgo_import_dynamic libc_execve execve "libc.so"
13 //go:cgo_import_dynamic libc_fcntl fcntl "libc.so"
14 //go:cgo_import_dynamic libc_gethostname gethostname "libc.so"
15 //go:cgo_import_dynamic libc_getpid getpid "libc.so"
16 //go:cgo_import_dynamic libc_ioctl ioctl "libc.so"
17 //go:cgo_import_dynamic libc_pipe pipe "libc.so"
18 //go:cgo_import_dynamic libc_setgid setgid "libc.so
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
syscall2_solaris.go 9 //go:cgo_import_dynamic libc_chdir chdir "libc.so"
10 //go:cgo_import_dynamic libc_chroot chroot "libc.so"
11 //go:cgo_import_dynamic libc_close close "libc.so"
12 //go:cgo_import_dynamic libc_execve execve "libc.so"
13 //go:cgo_import_dynamic libc_fcntl fcntl "libc.so"
14 //go:cgo_import_dynamic libc_gethostname gethostname "libc.so"
15 //go:cgo_import_dynamic libc_getpid getpid "libc.so"
16 //go:cgo_import_dynamic libc_ioctl ioctl "libc.so"
17 //go:cgo_import_dynamic libc_pipe pipe "libc.so"
18 //go:cgo_import_dynamic libc_setgid setgid "libc.so
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
  /test/vts/tools/build/tasks/list/
vts_test_host_lib_package_list.mk 4 libc++ \
  /external/valgrind/tests/
filter_libc 13 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...)/;
  /system/extras/memcpy-perf/
Android.mk 8 LOCAL_CXX_STL := libc++_static
9 LOCAL_STATIC_LIBRARIES := libc
  /system/gatekeeper/
rules.mk 17 lib/libc \
18 lib/libc-trusty \
  /prebuilts/ndk/r16/sources/android/support/
regenerate-NOTICE.sh 10 xargs ../../../../bionic/libc/tools/generate-NOTICE.py . > NOTICE
Android.mk 13 LIBCXX_LIBS := ../../cxx-stl/llvm-libc++/libs/$(TARGET_ARCH_ABI)
33 # We don't need this file on LP32 because libc++ has its own fallbacks for these
35 # the strto*_l functions. LP64 had some of those in L, so the inlines in libc++
46 $(BIONIC_PATH)/libc \
47 $(BIONIC_PATH)/libc/upstream-openbsd/android/include \
58 $(BIONIC_PATH)/libc/bionic/c32rtomb.cpp \
59 $(BIONIC_PATH)/libc/bionic/locale.cpp \
60 $(BIONIC_PATH)/libc/bionic/mbrtoc32.cpp \
61 $(BIONIC_PATH)/libc/bionic/wchar.cpp \
62 $(BIONIC_PATH)/libc/upstream-freebsd/lib/libc/string/wcscat.c
    [all...]
  /system/extras/mmap-perf/
Android.mk 28 LOCAL_CXX_STL := libc++_static
29 LOCAL_STATIC_LIBRARIES := libc
  /development/vndk/tools/definition-tool/assets/insight/
insight-data.js 3 '/system/lib/libc.so',
6 '/system/lib64/libc.so',
11 'bionic/libc',
  /external/blktrace/
Android.mk 13 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

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 91011>>