Searched refs:funcs (Results 1 - 25 of 161) sorted by relevance

1234567

/external/deqp/modules/egl/
H A DteglGetProcAddressTests.inl7 static const char* funcs[] =
45 return funcs;
50 static const char* funcs[] =
161 return funcs;
166 static const char* funcs[] =
271 return funcs;
276 static const char* funcs[] =
385 return funcs;
390 static const char* funcs[] =
397 return funcs;
[all...]
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dppapi_start.h17 int PpapiPluginStart(const struct PP_StartFunctions *funcs);
H A Dppapi_plugin_start.c55 int PpapiPluginStart(const struct PP_StartFunctions *funcs) { argument
69 return hooks.ppapi_start(funcs);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCodeGeneration.py20 self.funcs = []
22 return (StatListNode(root.pos, stats=self.funcs), root.scope)
25 self.funcs.append(node)
/external/chromium_org/ppapi/nacl_irt/
H A Dirt_ppapi.h8 extern "C" int irt_ppapi_start(const struct PP_StartFunctions* funcs);
H A Dirt_ppapi.cc17 int irt_ppapi_start(const struct PP_StartFunctions* funcs) { argument
21 g_pp_functions = *funcs;
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dirt_shim_ppapi.h16 extern int irt_shim_ppapi_start(const struct PP_StartFunctions *funcs);
H A Dirt_shim_ppapi.c56 int irt_shim_ppapi_start(const struct PP_StartFunctions *funcs) { argument
57 g_user_start_functions = *funcs;
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dtable.h58 mapi_func *funcs = (mapi_func *) tbl; local
59 funcs[slot] = func;
68 const mapi_func *funcs = (const mapi_func *) tbl; local
69 return funcs[slot];
/external/mesa3d/src/mapi/mapi/
H A Dtable.h58 mapi_func *funcs = (mapi_func *) tbl; local
59 funcs[slot] = func;
68 const mapi_func *funcs = (const mapi_func *) tbl; local
69 return funcs[slot];
/external/qemu/android/
H A Dhw-control.h39 const AndroidHwControlFuncs* funcs );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1parse.h79 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l )
83 if ( (p)->funcs.done ) \
84 (p)->funcs.done( p ); \
89 if ( (p)->funcs.release ) \
90 (p)->funcs.release( p ); \
94 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
95 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root )
97 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
98 #define T1_ToFixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
101 (p)->root.funcs
[all...]
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c224 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
[all...]
H A Dencode_alltypes_callback.c208 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
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidparse.h96 (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
[all...]
H A Dcidobjs.c75 T1_Hints_Funcs funcs; local
78 funcs = pshinter->get_t1_funcs( module );
79 slot->internal->glyph_hints = (void*)funcs;
118 PSH_Globals_Funcs funcs; local
121 funcs = cid_size_get_globals_funcs( size );
122 if ( funcs )
123 funcs->destroy( (PSH_Globals)cidsize->internal );
135 PSH_Globals_Funcs funcs = cid_size_get_globals_funcs( size ); local
138 if ( funcs )
146 error = funcs
159 PSH_Globals_Funcs funcs; local
[all...]
/external/nanopb-c/tests/callbacks/
H A Dencode_callbacks.c71 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;
H A Ddecode_callbacks.c73 testmessage.submsg.stringvalue.funcs.decode = &print_string;
75 testmessage.submsg.int32value.funcs.decode = &print_int32;
77 testmessage.submsg.fixed32value.funcs.decode = &print_fixed32;
79 testmessage.submsg.fixed64value.funcs.decode = &print_fixed64;
82 testmessage.stringvalue.funcs.decode = &print_string;
84 testmessage.int32value.funcs.decode = &print_int32;
86 testmessage.fixed32value.funcs.decode = &print_fixed32;
88 testmessage.fixed64value.funcs.decode = &print_fixed64;
90 testmessage.repeatedstring.funcs.decode = &print_string;
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_ppapi.cc17 int IrtPpapiStart(const struct PP_StartFunctions* funcs) { argument
18 g_pp_functions = *funcs;
/external/chromium_org/ppapi/cpp/
H A Dmodule_impl.h25 static T const* funcs = reinterpret_cast<T const*>( local
27 return funcs;
/external/libunwind/tests/
H A Dtest-static-link-gen.c34 static void *funcs[] = variable
57 printf (__FILE__": funcs[0]=%p\n", funcs[0]);
H A Dtest-static-link-loc.c52 static void *funcs[] = variable
80 printf (__FILE__": funcs[0]=%p\n", funcs[0]);
/external/stlport/src/
H A Dcxa.c165 struct exit_function_list *funcs; local
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dex_data_impl.c164 static void data_funcs_free(CRYPTO_EX_DATA_FUNCS *funcs) { argument
165 OPENSSL_free(funcs);
248 CRYPTO_EX_DATA_FUNCS *funcs; local
255 funcs = OPENSSL_malloc(sizeof(CRYPTO_EX_DATA_FUNCS));
256 if (funcs == NULL) {
261 funcs->argl = argl;
262 funcs->argp = argp;
263 funcs->new_func = new_func;
264 funcs->dup_func = dup_func;
265 funcs
[all...]
/external/chromium_org/third_party/npapi/npspy/common/
H A Depmanager.cpp91 void NPPEntryPointManager::createEntryPointsForPlugin(char * mimetype, NPPluginFuncs * funcs, NP_SHUTDOWN shutdownproc, XP_HLIB hLib) argument
100 if(funcs)
102 eps->realNPPFuncs.size = funcs->size;
103 eps->realNPPFuncs.version = funcs->version;
104 eps->realNPPFuncs.newp = funcs->newp;
105 eps->realNPPFuncs.destroy = funcs->destroy;
106 eps->realNPPFuncs.setwindow = funcs->setwindow;
107 eps->realNPPFuncs.newstream = funcs->newstream;
108 eps->realNPPFuncs.destroystream = funcs->destroystream;
109 eps->realNPPFuncs.asfile = funcs
[all...]

Completed in 455 milliseconds

1234567