HomeSort by relevance Sort by last modified time
    Searched refs:libc (Results 201 - 225 of 448) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/generic/goldfish/vndk/
Android.mk 18 libc++\
  /device/generic/qemu/
qemu_base.mk 23 # following NDK libraries: libc, libm, libstdc++, libdl, liblog
44 libc \
  /device/google/marlin/liblight/
Android.mk 22 LOCAL_SHARED_LIBRARIES := libc libcutils liblog
  /device/google/wahoo/liblight/
Android.mk 23 LOCAL_SHARED_LIBRARIES := libc libcutils liblog
  /external/android-clat/
Android.mk 9 LOCAL_C_INCLUDES := external/libnl/include bionic/libc/dns/include
  /external/libyuv/files/tools/ubsan/
vptr_blacklist.txt 123 src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp
  /frameworks/base/media/tests/NativeMidiDemo/jni/
Android.mk 31 LOCAL_CXX_STL := libc++_static
  /frameworks/native/opengl/libagl/
Android.mk 42 LOCAL_C_INCLUDES += bionic/libc/private
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
Android.mk 22 libpowermanager libsdmutils libc++ liblog libgrallocutils \
  /packages/apps/Messaging/jni/
Android.mk 33 LOCAL_NDK_STL_VARIANT := c++_static # LLVM libc++
  /packages/experimental/RpcPerformance/
Android.mk 35 #LOCAL_STATIC_LIBRARIES := libbinder libutils libcutils libstdc++ libc
  /packages/experimental/procstatlog/
Android.mk 25 LOCAL_STATIC_LIBRARIES := libc
  /bionic/libc/kernel/uapi/linux/
ipv6.h 6 *** call into the kernel available to libc. It contains only constants,
12 *** run bionic/libc/kernel/tools/update_all.py
21 #include <linux/libc-compat.h>
  /bionic/tests/
Android.build.mk 105 LOCAL_CXX_STL := libc++_static
  /external/f2fs-tools/
Android.mk 96 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
129 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
  /external/kernel-headers/original/uapi/linux/
ipv6.h 4 #include <linux/libc-compat.h>
  /external/openssh/
includes.h 48 # include <libc.h>
  /prebuilts/go/darwin-x86/src/net/
conf.go 89 // with ASR_CONFIG. If we notice that, defer to libc.
104 // libc's resolver might then fail too, but at least
190 // libc might (via Avahi, etc) and use cgo.
205 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html.
232 return fallbackOrder // non-standard; let libc deal with it.
247 // libc wouldn't have found a hit on this anyway.
257 // '*', so just let libc deal with it.
277 // Something weird. Let libc deal with it.
nss_test.go 18 # If you have the libc-doc-reference' and nfo' packages installed, try:
19 # nfo libc "Name Service Switch"' for information about this file.
  /prebuilts/go/linux-x86/src/net/
conf.go 89 // with ASR_CONFIG. If we notice that, defer to libc.
104 // libc's resolver might then fail too, but at least
190 // libc might (via Avahi, etc) and use cgo.
205 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html.
232 return fallbackOrder // non-standard; let libc deal with it.
247 // libc wouldn't have found a hit on this anyway.
257 // '*', so just let libc deal with it.
277 // Something weird. Let libc deal with it.
nss_test.go 18 # If you have the libc-doc-reference' and nfo' packages installed, try:
19 # nfo libc "Name Service Switch"' for information about this file.
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 26 LIBCXX_ROOT=`pwd`/../../llvm-libc++/libcxx
127 This script is used to run the libc++ test suite for Android.
130 - The prebuild libc++ libraries in your NDK install.
143 --static Link against static libc++ library.
179 for LIB in libc++_static.a libc++_shared.so; do
182 echo "Please run: build/tools/build-cxx-stl.sh --stl=libc++"
280 # llvm-libc++/libcxx/test/lit.cfg line #278 defineds the following for testing only on Linux
364 run2 $ADB push $LIBCXX_LIBS/libc++_shared.so $TARGET_PATH 2>/dev/null
366 echo "ERROR: Can't push shared libc++ to target device!
    [all...]
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 56 libc = ctypes.CDLL('/usr/lib/libc.dylib', use_errno=True)
62 mach_absolute_time = libc.mach_absolute_time
66 libc.mach_timebase_info(ctypes.byref(timebase))
  /build/soong/cc/
binary.go 141 if ctx.selectedStl() == "libc++_static" {
142 deps.StaticLibs = append(deps.StaticLibs, "libm", "libc", "libdl")
144 // static libraries libcompiler_rt, libc and libc_nomalloc need to be linked with
149 []string{"libc", "libc_nomalloc", "libcompiler_rt"})
154 if !binary.static() && inList("libc", deps.StaticLibs) {
155 ctx.ModuleErrorf("statically linking libc to dynamic executable, please remove libc\n" +
  /external/elfutils/tests/
run-strings-test.sh 27 testfile: 1d8 libc.so.6
41 testfile2: 22e libc.so.6
53 testfile3: 1d8 libc.so.6
123 testfile4: cb0 libc.so.6
234 testfile5: 1d8 libc.so.6
275 testfile6: 64d libc.so.6
318 testfile7: 64d libc.so.6

Completed in 1015 milliseconds

1 2 3 4 5 6 7 891011>>