HomeSort by relevance Sort by last modified time
    Searched refs:FUNCS (Results 1 - 19 of 19) sorted by null

  /external/libdrm/libkms/
kms-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libkms.so} | awk '{print $3}'| while read func; do
24 test ! -n "$FUNCS" || echo $FUNCS
25 test ! -n "$FUNCS"
  /external/mesa3d/src/egl/wayland/wayland-egl/
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/exynos/
exynos-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_exynos.so} | awk '{print $3}'| while read func; do
39 test ! -n "$FUNCS" || echo $FUNCS
40 test ! -n "$FUNCS"
  /external/libdrm/omap/
omap-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_omap.so} | awk '{print $3}'| while read func; do
34 test ! -n "$FUNCS" || echo $FUNCS
35 test ! -n "$FUNCS"
  /external/libdrm/tegra/
tegra-symbol-check 5 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while read func; do
32 test ! -n "$FUNCS" || echo $FUNCS
33 test ! -n "$FUNCS"
  /external/libdrm/etnaviv/
etnaviv-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_etnaviv.so} | awk '{print $3}'| while read func; do
53 test ! -n "$FUNCS" || echo $FUNCS
54 test ! -n "$FUNCS"
  /external/libdrm/freedreno/
freedreno-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_freedreno.so} | awk '{print $3}'| while read func; do
62 test ! -n "$FUNCS" || echo $FUNCS
63 test ! -n "$FUNCS"
  /external/libdrm/nouveau/
nouveau-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_nouveau.so} | awk '{print $3}'| while read func; do
57 test ! -n "$FUNCS" || echo $FUNCS
58 test ! -n "$FUNCS"
  /external/libdrm/radeon/
radeon-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_radeon.so} | awk '{print $3}'| while read func; do
60 test ! -n "$FUNCS" || echo $FUNCS
61 test ! -n "$FUNCS"
  /external/mesa3d/src/egl/
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/mesa3d/src/gbm/
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/amdgpu/
amdgpu-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_amdgpu.so} | awk '{print $3}' | while read func; do
76 test ! -n "$FUNCS" || echo $FUNCS
77 test ! -n "$FUNCS"
  /external/libdrm/intel/
intel-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_intel.so} | awk '{print $3}' | while read func; do
99 test ! -n "$FUNCS" || echo $FUNCS
100 test ! -n "$FUNCS"
  /external/mesa3d/src/mapi/es1api/
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/
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/
_ctypes_test.c 228 } FUNCS;
230 EXPORT(int) _testfunc_callfuncp(FUNCS *fp)
  /external/python/cpython3/Modules/_ctypes/
_ctypes_test.c 238 } FUNCS;
240 EXPORT(int) _testfunc_callfuncp(FUNCS *fp)
  /external/protobuf/php/ext/google/protobuf/
upb.h 635 #define FUNCS(name, membername, type_t, converter, proto_type) \
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/
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...]

Completed in 3062 milliseconds