HomeSort by relevance Sort by last modified time
    Searched refs:FUNCS (Results 1 - 21 of 21) 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 3 FUNCS=$(nm -D --defined-only ${1-.libs/libwayland-egl.so} | grep -o "T .*" | cut -c 3- | while read func; do
14 test ! -n "$FUNCS" || echo $FUNCS
15 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
47 test ! -n "$FUNCS" || echo $FUNCS
48 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 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while read func; do
29 test ! -n "$FUNCS" || echo $FUNCS
30 test ! -n "$FUNCS"
  /external/mesa3d/src/gbm/
gbm-symbols-check 3 FUNCS=$(nm -D --defined-only ${1-.libs/libgbm.so} | grep -o "T .*" | cut -c 3- | while read func; do
36 test ! -n "$FUNCS" || echo $FUNCS
37 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
55 test ! -n "$FUNCS" || echo $FUNCS
56 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
59 test ! -n "$FUNCS" || echo $FUNCS
60 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 3 FUNCS=$(nm -D --defined-only ${1-.libs/libEGL.so} | grep -o "T .*" | cut -c 3- | while read func; do
56 test ! -n "$FUNCS" || echo $FUNCS
57 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 11 FUNCS=$(nm -D --defined-only ${1-.libs/libGLESv1_CM.so.1} | grep -o 'T gl.*' | cut -c 3- | while read func; do
165 test ! -n "$FUNCS" || echo $FUNCS
166 test ! -n "$FUNCS"
  /external/mesa3d/src/mapi/es2api/
ABI-check 8 FUNCS=$(nm -D --defined-only ${1-.libs/libGLESv2.so.2} | grep -o 'T gl.*' | cut -c 3- | while read func; do
263 test ! -n "$FUNCS" || echo $FUNCS
264 test ! -n "$FUNCS"
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug447.go 25 var names, funcs bytes.Buffer
45 funcs.WriteString(body)
50 program = strings.Replace(program, "$FUNCS", funcs.String(), 1)
93 var funcs = []func(float64, int64){
97 $FUNCS
100 for _, f := range funcs {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug447.go 25 var names, funcs bytes.Buffer
45 funcs.WriteString(body)
50 program = strings.Replace(program, "$FUNCS", funcs.String(), 1)
93 var funcs = []func(float64, int64){
97 $FUNCS
100 for _, f := range funcs {
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 215 } FUNCS;
217 EXPORT(int) _testfunc_callfuncp(FUNCS *fp)
  /external/python/cpython3/Modules/_ctypes/
_ctypes_test.c 220 } FUNCS;
222 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 607 milliseconds