Searched defs:funcs (Results 1 - 22 of 22) sorted by relevance

/external/qemu/android/protocol/
H A Dui-commands-qemu.c36 AndroidHwControlFuncs funcs; local
37 funcs.light_brightness = callback;
38 android_hw_control_set(opaque, &funcs);
H A Dui-commands-proxy.c178 AndroidHwControlFuncs funcs; local
179 funcs.light_brightness = _uiCmdProxy_brightness_change_callback;
180 android_hw_control_set(&_uiCmdProxy, &funcs);
/external/freetype/include/freetype/
H A Dftincrem.h295 * inc_int.funcs = my_funcs;
316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
/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/clang/utils/VtableTest/
H A Dgen.cc148 static int funcs[N_FUNCS*FUNCSPACING]; local
156 funcs[i] = fn;
230 funcs[n_funcs++] = fn;
297 g(" fun"); g(funcs[i]); gl("(t);");
300 g(" mix(\"no funcs\", "); g(++uuid); gl(");");
/external/freetype/src/pshinter/
H A Dpshglob.h159 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs ); variable
H A Dpshrec.h154 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs ); variable
158 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs ); variable
/external/svox/pico/compat/jni/
H A Dtts.h85 android_tts_engine_funcs_t *funcs; member in struct:__anon12682
/external/webkit/Source/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp141 static void initializeExtraBrowserFuncs(NPNetscapeFuncs *funcs) argument
143 funcs->version = NP_VERSION_MINOR;
144 funcs->geturl = NPN_GetURL;
145 funcs->posturl = NPN_PostURL;
146 funcs->requestread = NPN_RequestRead;
147 funcs->newstream = NPN_NewStream;
148 funcs->write = NPN_Write;
149 funcs->destroystream = NPN_DestroyStream;
150 funcs->status = NPN_Status;
151 funcs
[all...]
/external/freetype/src/cff/
H A Dcffobjs.c82 PSH_Globals_Funcs funcs; local
85 funcs = cff_size_get_globals_funcs( size );
86 if ( funcs )
91 funcs->destroy( internal->topfont );
94 funcs->destroy( internal->subfonts[i - 1] );
157 PSH_Globals_Funcs funcs = cff_size_get_globals_funcs( size ); local
160 if ( funcs )
176 error = funcs->create( cffsize->face->memory, &priv,
187 error = funcs->create( cffsize->face->memory, &priv,
210 PSH_Globals_Funcs funcs; local
267 PSH_Globals_Funcs funcs; local
362 T2_Hints_Funcs funcs; local
[all...]
/external/openssl/crypto/
H A Dex_data.c282 static void def_cleanup_util_cb(CRYPTO_EX_DATA_FUNCS *funcs) argument
284 OPENSSL_free(funcs);
/external/qemu/hw/
H A Dgoldfish_pipe.c71 GoldfishPipeFuncs funcs; member in struct:__anon10967
99 list->services[count].funcs = pipeFuncs[0];
135 const GoldfishPipeFuncs* funcs; member in struct:Pipe
246 if (pipe->funcs->save) {
247 pipe->funcs->save(pipe->opaque, file);
283 pipe->funcs = &service->funcs;
286 if (pipe->funcs->load) {
287 pipe->opaque = pipe->funcs->load(pipe, service ? service->opaque : NULL, pipe->args, file);
303 if (pipe->funcs
[all...]
/external/dbus/test/
H A Ddecode-gcov.c2337 Function **funcs; local
2359 funcs = dbus_new (Function*, n_found);
2360 if (funcs == NULL)
2372 funcs[i] = func;
2381 qsort (funcs, n_found, sizeof (Function*),
2390 Function *func = funcs[i];
2400 dbus_free (funcs);
/external/freetype/include/freetype/internal/
H A Dpsaux.h115 /* funcs :: A table of method pointers for this object. */
130 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
422 /* funcs :: A table of functions for the parser. */
432 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
557 /* funcs :: An array of function pointers for the builder. */
584 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
690 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1984 const Module::FunctionListType &funcs = TheModule->getFunctionList(); local
1985 Module::const_iterator I = funcs.begin();
1986 Module::const_iterator IE = funcs.end();
/external/openssl/crypto/asn1/
H A Dasn1t.h573 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
599 * The 'funcs' field is used for application
602 * For COMPAT types the funcs field gives a
787 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/external/openssl/include/openssl/
H A Dasn1t.h573 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
599 * The 'funcs' field is used for application
602 * For COMPAT types the funcs field gives a
787 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1589 FT_Outline_Funcs funcs; local
1591 funcs.move_to = move_proc;
1592 funcs.line_to = line_proc;
1593 funcs.conic_to = quad_proc;
1594 funcs.cubic_to = cubic_proc;
1595 funcs.shift = 0;
1596 funcs.delta = 0;
1598 err = FT_Outline_Decompose(&fFace->glyph->outline, &funcs, path);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c67 struct hfunc *funcs; /* SQLite user defined function handles */ member in struct:__anon6528
829 while ((f = h->funcs)) {
830 h->funcs = f->next;
1111 h->funcs = 0;
1884 f->next = h->funcs;
1885 h->funcs = f;
3159 v->hh.funcs = 0;
3365 v->hh.funcs = 0;
3626 v->hh.funcs = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 975 milliseconds