HomeSort by relevance Sort by last modified time
    Searched full:funcs (Results 1 - 25 of 684) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/test/shaping/tests/
spaces.tests 1 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+0020:[gid1=0+560]
2 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+00A0:[gid1=0+560]
3 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+1680:[gid0=0+692]
4 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2000:[gid1=0+1024]
5 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2001:[gid1=0+2048]
6 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2002:[gid1=0+1024]
7 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2003:[gid1=0+2048]
8 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2004:[gid1=0+683]
9 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2005:[gid1=0+512]
10 fonts/sha1sum/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2006:[gid1=0+341
    [all...]
  /frameworks/rs/
rsScriptGroup2.cpp 9 if (mRSC->mHal.funcs.scriptgroup.destroy) {
10 mRSC->mHal.funcs.scriptgroup.destroy(mRSC, this);
15 if (rsc->mHal.funcs.scriptgroup.execute) {
16 rsc->mHal.funcs.scriptgroup.execute(rsc, this);
29 if (rsc->mHal.funcs.scriptgroup.init) {
30 rsc->mHal.funcs.scriptgroup.init(rsc, group);
rsDriverLoader.cpp 62 ret &= fn(RS_HAL_CORE_SHUTDOWN, (void **)&rsc->mHal.funcs.shutdownDriver);
63 ret &= fn(RS_HAL_CORE_SET_PRIORITY, (void **)&rsc->mHal.funcs.setPriority);
64 ret &= fn(RS_HAL_CORE_ALLOC_RUNTIME_MEM, (void **)&rsc->mHal.funcs.allocRuntimeMem);
65 ret &= fn(RS_HAL_CORE_FREE_RUNTIME_MEM, (void **)&rsc->mHal.funcs.freeRuntimeMem);
66 ret &= fn(RS_HAL_CORE_FINISH, (void **)&rsc->mHal.funcs.finish);
68 ret &= fn(RS_HAL_SCRIPT_INIT, (void **)&rsc->mHal.funcs.script.init);
69 ret &= fn(RS_HAL_SCRIPT_INIT_INTRINSIC, (void **)&rsc->mHal.funcs.script.initIntrinsic);
70 ret &= fn(RS_HAL_SCRIPT_INVOKE_FUNCTION, (void **)&rsc->mHal.funcs.script.invokeFunction);
71 ret &= fn(RS_HAL_SCRIPT_INVOKE_ROOT, (void **)&rsc->mHal.funcs.script.invokeRoot);
72 ret &= fn(RS_HAL_SCRIPT_INVOKE_FOR_EACH, (void **)&rsc->mHal.funcs.script.invokeForEach)
    [all...]
  /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/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"
  /toolchain/binutils/binutils-2.25/libiberty/
configure.ac 331 funcs="asprintf"
332 funcs="$funcs atexit"
333 funcs="$funcs basename"
334 funcs="$funcs bcmp"
335 funcs="$funcs bcopy"
336 funcs="$funcs bsearch
    [all...]
  /external/libdrm/radeon/
radeon_cs.c 12 struct radeon_cs_int *csi = csm->funcs->cs_create(csm, ndw);
23 return csi->csm->funcs->cs_write_reloc(csi,
35 return csi->csm->funcs->cs_begin(csi, ndw, file, func, line);
43 return csi->csm->funcs->cs_end(csi, file, func, line);
49 return csi->csm->funcs->cs_emit(csi);
55 return csi->csm->funcs->cs_destroy(csi);
61 return csi->csm->funcs->cs_erase(csi);
67 return csi->csm->funcs->cs_need_flush(csi);
73 csi->csm->funcs->cs_print(csi, file);
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"
radeon_bo.c 52 bo = bom->funcs->bo_open(bom, handle, size, alignment, domains, flags);
60 boi->bom->funcs->bo_ref(boi);
70 return boi->bom->funcs->bo_unref(boi);
76 return boi->bom->funcs->bo_map(boi, write);
82 return boi->bom->funcs->bo_unmap(boi);
88 if (!boi->bom->funcs->bo_wait)
90 return boi->bom->funcs->bo_wait(boi);
96 return boi->bom->funcs->bo_is_busy(boi, domain);
104 return boi->bom->funcs->bo_set_tiling(boi, tiling_flags, pitch);
112 return boi->bom->funcs->bo_get_tiling(boi, tiling_flags, pitch)
    [all...]
  /external/nanopb-c/tests/callbacks/
encode_callbacks.c 71 testmessage.stringvalue.funcs.encode = &encode_string;
72 testmessage.int32value.funcs.encode = &encode_int32;
73 testmessage.fixed32value.funcs.encode = &encode_fixed32;
74 testmessage.fixed64value.funcs.encode = &encode_fixed64;
77 testmessage.submsg.stringvalue.funcs.encode = &encode_string;
78 testmessage.submsg.int32value.funcs.encode = &encode_int32;
79 testmessage.submsg.fixed32value.funcs.encode = &encode_fixed32;
80 testmessage.submsg.fixed64value.funcs.encode = &encode_fixed64;
82 testmessage.repeatedstring.funcs.encode = &encode_repeatedstring;
  /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
50 test ! -n "$FUNCS" || echo $FUNCS
51 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/freedreno/
freedreno-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_freedreno.so} | awk '{print $3}'| while read func; do
53 test ! -n "$FUNCS" || echo $FUNCS
54 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidparse.h 96 (p)->root.funcs.skip_spaces( &(p)->root )
98 (p)->root.funcs.skip_PS_token( &(p)->root )
100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
101 #define cid_parser_to_fixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
104 (p)->root.funcs.to_coord_array( &(p)->root, m, c )
106 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
108 (p)->root.funcs.to_token( &(p)->root, t )
110 (p)->root.funcs.to_token_array( &(p)->root, t, m, c )
113 (p)->root.funcs.load_field( &(p)->root, f, o, 0, 0 )
115 (p)->root.funcs.load_field_table( &(p)->root, f, o, 0, 0
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidparse.h 96 (p)->root.funcs.skip_spaces( &(p)->root )
98 (p)->root.funcs.skip_PS_token( &(p)->root )
100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
101 #define cid_parser_to_fixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
104 (p)->root.funcs.to_coord_array( &(p)->root, m, c )
106 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
108 (p)->root.funcs.to_token( &(p)->root, t )
110 (p)->root.funcs.to_token_array( &(p)->root, t, m, c )
113 (p)->root.funcs.load_field( &(p)->root, f, o, 0, 0 )
115 (p)->root.funcs.load_field_table( &(p)->root, f, o, 0, 0
    [all...]
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 224 alltypes.req_int32.funcs.decode = &read_varint;
227 alltypes.req_int64.funcs.decode = &read_varint;
230 alltypes.req_uint32.funcs.decode = &read_varint;
233 alltypes.req_uint32.funcs.decode = &read_varint;
236 alltypes.req_uint64.funcs.decode = &read_varint;
239 alltypes.req_sint32.funcs.decode = &read_svarint;
242 alltypes.req_sint64.funcs.decode = &read_svarint;
245 alltypes.req_bool.funcs.decode = &read_varint;
248 alltypes.req_fixed32.funcs.decode = &read_fixed32;
251 alltypes.req_sfixed32.funcs.decode = &read_fixed32
    [all...]
encode_alltypes_callback.c 208 alltypes.req_int32.funcs.encode = &write_varint;
211 alltypes.req_int64.funcs.encode = &write_varint;
214 alltypes.req_uint32.funcs.encode = &write_varint;
217 alltypes.req_uint32.funcs.encode = &write_varint;
220 alltypes.req_uint64.funcs.encode = &write_varint;
223 alltypes.req_sint32.funcs.encode = &write_svarint;
226 alltypes.req_sint64.funcs.encode = &write_svarint;
229 alltypes.req_bool.funcs.encode = &write_varint;
232 alltypes.req_fixed32.funcs.encode = &write_fixed32;
235 alltypes.req_sfixed32.funcs.encode = &write_fixed32
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1parse.h 79 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l )
83 if ( (p)->funcs.release ) \
84 (p)->funcs.release( p ); \
88 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
89 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root )
91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
92 #define T1_ToFixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
95 (p)->root.funcs.to_coord_array( &(p)->root, m, c )
97 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
99 (p)->root.funcs.to_token( &(p)->root, t
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1parse.h 79 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l )
83 if ( (p)->funcs.release ) \
84 (p)->funcs.release( p ); \
88 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
89 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root )
91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
92 #define T1_ToFixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
95 (p)->root.funcs.to_coord_array( &(p)->root, m, c )
97 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
99 (p)->root.funcs.to_token( &(p)->root, t
    [all...]
  /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
89 test ! -n "$FUNCS" || echo $FUNCS
90 test ! -n "$FUNCS"
  /external/v8/test/mjsunit/es6/
prototype-ordinary-objects.js 6 var funcs = [ variable
51 for (var fun of funcs) {
61 var funcs = [
66 for (var fun of 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 {

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>