Home
last modified time | relevance | path

Searched refs:FUNCS (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/egl/wayland/wayland-egl/
Dwayland-egl-symbols-check11 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/
Dkms-symbol-check6 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/
Dtegra-symbol-check5 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/
Domap-symbol-check6 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/
Dexynos-symbol-check6 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/
Dgbm-symbols-check12 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/
Detnaviv-symbol-check6 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/
Dnouveau-symbol-check6 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/radeon/
Dradeon-symbol-check6 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/
Degl-symbols-check11 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/freedreno/
Dfreedreno-symbol-check6 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/amdgpu/
Damdgpu-symbol-check6 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/
Dintel-symbol-check6 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/
DABI-check29 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/
DABI-check26 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.c228 } FUNCS; typedef
230 EXPORT(int) _testfunc_callfuncp(FUNCS *fp) in _testfunc_callfuncp()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c238 } FUNCS; typedef
240 EXPORT(int) _testfunc_callfuncp(FUNCS *fp) in _testfunc_callfuncp()
/external/protobuf/php/ext/google/protobuf/
Dupb.h635 #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/
Dupb.h846 #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/
DChangeLog-CVS5049 * configure.in: (AC_CHECK_{HEADERS,FUNCS}): Add checks for