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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/tools/gyp/test/mac/clang-cxx-library/
libc++.cc 7 #error expected std library: libc++
  /system/core/netcfg/
Android.mk 11 #LOCAL_STATIC_LIBRARIES := libcutils libc
13 LOCAL_SHARED_LIBRARIES := libc libnetutils
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
  /external/valgrind/main/tests/
filter_libc 13 s/\(in \/.*(libc|libSystem).*\)$/(in \/...libc...)/;
14 s/\(within \/.*(libc|libSystem).*\)$/(within \/...libc...)/;
17 # libc, on some (eg. Darwin) it will be in the main executable.
  /system/core/sdcard/
Android.mk 9 LOCAL_SHARED_LIBRARIES := libc libcutils
  /system/extras/su/
Android.mk 10 LOCAL_STATIC_LIBRARIES := 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
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
profile.sh 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
  /external/fsck_msdos/
Android.mk 13 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
  /external/openssl/crypto/threads/
profile.sh 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
  /frameworks/base/media/tests/audiotests/
Android.mk 11 libc \
  /frameworks/native/cmds/rawbu/
Android.mk 8 LOCAL_SHARED_LIBRARIES := libcutils libc
  /system/extras/tests/icachetest/
Android.mk 8 LOCAL_SHARED_LIBRARIES := libc
  /system/extras/tests/timetest/
Android.mk 16 LOCAL_STATIC_LIBRARIES := libc
  /bionic/libc/
Android.mk 5 # Define the common source files for all the libc instances
184 # Fortify implementations of libc functions.
257 upstream-freebsd/lib/libc/stdio/clrerr.c \
258 upstream-freebsd/lib/libc/stdio/fclose.c \
259 upstream-freebsd/lib/libc/stdio/fdopen.c \
260 upstream-freebsd/lib/libc/stdio/feof.c \
261 upstream-freebsd/lib/libc/stdio/ferror.c \
262 upstream-freebsd/lib/libc/stdio/fgetln.c \
263 upstream-freebsd/lib/libc/stdio/fgetpos.c \
264 upstream-freebsd/lib/libc/stdio/fgets.c
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/
Android.mk 9 LOCAL_SHARED_LIBRARIES := libc++_shared
16 LOCAL_STATIC_LIBRARIES := libc++_static
  /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
  /bionic/libstdc++/
Android.mk 6 libstdc++_cflags := -Ibionic/libc/
26 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
43 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
  /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
  /bionic/libthread_db/
Android.mk 26 LOCAL_SHARED_LIBRARIES := libdl libc
  /bootable/diskinstaller/
Android.mk 21 libc
  /bootable/recovery/mtdutils/
Android.mk 17 LOCAL_SHARED_LIBRARIES := libcutils liblog libc

Completed in 3202 milliseconds

1 2 3 4 5 6 7 8 910