/external/mesa3d/src/egl/wayland/wayland-egl/ |
D | wayland-egl-symbols-check | 11 FUNCS=$(nm -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do 22 test ! -n "$FUNCS" || echo $FUNCS 23 test ! -n "$FUNCS"
|
/external/libdrm/libkms/ |
D | kms-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libkms.so} | awk '{print $3}'| while read func… 24 test ! -n "$FUNCS" || echo $FUNCS 25 test ! -n "$FUNCS"
|
/external/libdrm/tegra/ |
D | tegra-symbol-check | 5 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while rea… 32 test ! -n "$FUNCS" || echo $FUNCS 33 test ! -n "$FUNCS"
|
/external/libdrm/omap/ |
D | omap-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_omap.so} | awk '{print $3}'| while read… 34 test ! -n "$FUNCS" || echo $FUNCS 35 test ! -n "$FUNCS"
|
/external/libdrm/exynos/ |
D | exynos-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_exynos.so} | awk '{print $3}'| while re… 39 test ! -n "$FUNCS" || echo $FUNCS 40 test ! -n "$FUNCS"
|
/external/mesa3d/src/gbm/ |
D | gbm-symbols-check | 12 FUNCS=$(nm -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do 53 test ! -n "$FUNCS" || echo $FUNCS 54 test ! -n "$FUNCS"
|
/external/libdrm/etnaviv/ |
D | etnaviv-symbol-check | 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_etnaviv.so} | awk '{print $3}'| while re… 53 test ! -n "$FUNCS" || echo $FUNCS 54 test ! -n "$FUNCS"
|
/external/libdrm/nouveau/ |
D | nouveau-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_nouveau.so} | awk '{print $3}'| while r… 57 test ! -n "$FUNCS" || echo $FUNCS 58 test ! -n "$FUNCS"
|
/external/libdrm/freedreno/ |
D | freedreno-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_freedreno.so} | awk '{print $3}'| while… 62 test ! -n "$FUNCS" || echo $FUNCS 63 test ! -n "$FUNCS"
|
/external/libdrm/radeon/ |
D | radeon-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_radeon.so} | awk '{print $3}'| while re… 60 test ! -n "$FUNCS" || echo $FUNCS 61 test ! -n "$FUNCS"
|
/external/mesa3d/src/egl/ |
D | egl-symbols-check | 11 FUNCS=$(nm -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do 64 test ! -n "$FUNCS" || echo $FUNCS 65 test ! -n "$FUNCS"
|
/external/libdrm/amdgpu/ |
D | amdgpu-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_amdgpu.so} | awk '{print $3}' | while r… 76 test ! -n "$FUNCS" || echo $FUNCS 77 test ! -n "$FUNCS"
|
/external/libdrm/intel/ |
D | intel-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_intel.so} | awk '{print $3}' | while re… 99 test ! -n "$FUNCS" || echo $FUNCS 100 test ! -n "$FUNCS"
|
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 29 FUNCS=$(nm -D --defined-only $LIB | grep -o 'T gl.*' | cut -c 3- | while read func; do 183 test ! -n "$FUNCS" || echo $FUNCS 184 test ! -n "$FUNCS"
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 26 FUNCS=$(nm -D --defined-only $LIB | grep -o 'T gl.*' | cut -c 3- | while read func; do 398 test ! -n "$FUNCS" || echo $FUNCS 399 test ! -n "$FUNCS"
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 228 } FUNCS; typedef 230 EXPORT(int) _testfunc_callfuncp(FUNCS *fp) in _testfunc_callfuncp()
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 238 } FUNCS; typedef 240 EXPORT(int) _testfunc_callfuncp(FUNCS *fp) in _testfunc_callfuncp()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 635 #define FUNCS(name, membername, type_t, converter, proto_type) \ macro 650 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32) 651 FUNCS(int64, int64, int64_t, int64_t, UPB_CTYPE_INT64) 652 FUNCS(uint32, uint32, uint32_t, uint32_t, UPB_CTYPE_UINT32) 653 FUNCS(uint64, uint64, uint64_t, uint64_t, UPB_CTYPE_UINT64) 654 FUNCS(bool, _bool, bool, bool, UPB_CTYPE_BOOL) 655 FUNCS(cstr, cstr, char*, uintptr_t, UPB_CTYPE_CSTR) 656 FUNCS(ptr, ptr, void*, uintptr_t, UPB_CTYPE_PTR) 657 FUNCS(constptr, constptr, const void*, uintptr_t, UPB_CTYPE_CONSTPTR) 658 FUNCS(fptr, fptr, upb_func*, uintptr_t, UPB_CTYPE_FPTR) [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 846 #define FUNCS(name, membername, type_t, converter, proto_type) \ 861 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32) 862 FUNCS(int64, int64, int64_t, int64_t, UPB_CTYPE_INT64) 863 FUNCS(uint32, uint32, uint32_t, uint32_t, UPB_CTYPE_UINT32) 864 FUNCS(uint64, uint64, uint64_t, uint64_t, UPB_CTYPE_UINT64) 865 FUNCS(bool, _bool, bool, bool, UPB_CTYPE_BOOL) 866 FUNCS(cstr, cstr, char*, uintptr_t, UPB_CTYPE_CSTR) 867 FUNCS(ptr, ptr, void*, uintptr_t, UPB_CTYPE_PTR) 868 FUNCS(constptr, constptr, const void*, uintptr_t, UPB_CTYPE_CONSTPTR) 869 FUNCS(fptr, fptr, upb_func*, uintptr_t, UPB_CTYPE_FPTR) [all …]
|
/external/strace/ |
D | ChangeLog-CVS | 5049 * configure.in: (AC_CHECK_{HEADERS,FUNCS}): Add checks for
|