Searched refs:funcs (Results 76 - 100 of 161) sorted by relevance

1234567

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c72 error = inc->funcs->get_glyph_data( inc->object,
89 inc->funcs->free_glyph_data( inc->object, &glyph_data );
160 error = decoder->funcs.parse_charstrings(
170 if ( !error && inc && inc->funcs->get_glyph_metrics )
180 error = inc->funcs->get_glyph_metrics( inc->object,
/external/libunwind/tests/
H A DGia64-test-nat.c51 typedef void save_func_t (void *funcs, unsigned long *vals);
93 static save_func_t *funcs[MAX_CHECKS + 1]; variable
547 start_checks (void *funcs, unsigned long *vals) argument
593 funcs[i] = all_funcs[index].func;
597 funcs[num_checks] = start_checks;
600 (*funcs[0]) (funcs + 1, values);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c850 void (*funcs[3])(yasm_preproc *, const char *);
851 funcs[0] = cur_preproc_module->add_include_file;
852 funcs[1] = cur_preproc_module->predefine_macro;
853 funcs[2] = cur_preproc_module->undefine_macro;
856 if (0 <= cp->id && cp->id < 3 && funcs[cp->id])
857 funcs[cp->id](cur_preproc, cp->param);
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp305 const glw::Functions& funcs = context.getRenderContext().getFunctions(); local
306 m_posLoc = funcs.getAttribLocation(m_program->getProgram(), "a_position");
307 m_byteVecLoc = funcs.getAttribLocation(m_program->getProgram(), "a_byteVec");
515 const glw::Functions& funcs = context.getRenderContext().getFunctions();
516 m_posLoc = funcs.getAttribLocation(m_program->getProgram(), "a_position");
517 m_colorLoc = funcs.getAttribLocation(m_program->getProgram(), "a_color");
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.lua216 local gc, gc_caused, funcs
253 local f = funcs[name]
257 funcs[name] = f
297 mark(caller, funcs[caller])
303 for funcname, callers in pairs(funcs) do
310 gc, gc_caused, funcs = {}, {}, {}
/external/libvterm/src/
H A Dvterm.c35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) argument
38 VTerm *vt = (*funcs->malloc)(sizeof(VTerm), allocdata);
40 vt->allocator = funcs;
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpsaux.h118 /* funcs :: A table of method pointers for this object. */
133 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
426 /* funcs :: A table of functions for the parser. */
436 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
561 /* funcs :: An array of function pointers for the builder. */
588 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
694 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
/external/chromium_org/third_party/npapi/npspy/include/
H A Depmanager.h76 void createEntryPointsForPlugin(char * mimetype, NPPluginFuncs * funcs, NP_SHUTDOWN shutdownproc, XP_HLIB hLib);
/external/freetype/include/internal/
H A Dpsaux.h118 /* funcs :: A table of method pointers for this object. */
133 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
426 /* funcs :: A table of functions for the parser. */
436 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
561 /* funcs :: An array of function pointers for the builder. */
588 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
694 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
/external/libpcap/msdos/
H A Dpktdrvr.h53 BYTE funcs; /* Basic/Extended/HiPerf functions */ member in struct:__anon24594
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dpsaux.h118 /* funcs :: A table of method pointers for this object. */
133 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
426 /* funcs :: A table of functions for the parser. */
436 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
561 /* funcs :: An array of function pointers for the builder. */
588 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
694 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dpsaux.h118 /* funcs :: A table of method pointers for this object. */
133 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
426 /* funcs :: A table of functions for the parser. */
436 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
561 /* funcs :: An array of function pointers for the builder. */
588 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
694 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
/external/chromium_org/content/child/npapi/
H A Dnpobject_util.cc133 NPNetscapeFuncs* funcs = GetHostFunctions(); local
134 PluginHost::Singleton()->PatchNPNetscapeFuncs(funcs);
/external/mksh/
H A DAndroid.mk29 src/expr.c src/funcs.c src/histrap.c src/jobs.c \
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter.cc94 NaClDescCustomFuncs funcs = NACL_DESC_CUSTOM_FUNCS_INITIALIZER; local
95 funcs.Destroy = NaClDescCustomDestroy;
96 funcs.SendMsg = NaClDescCustomSendMsg;
97 funcs.RecvMsg = NaClDescCustomRecvMsg;
99 return NaClDescMakeCustomDesc(new DescThunker(adapter), &funcs);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1041 ContextClosureFuncs funcs; member in struct:OT::ContextClosureLookupContext
1047 ContextCollectGlyphsFuncs funcs; member in struct:OT::ContextCollectGlyphsLookupContext
1053 ContextApplyFuncs funcs; member in struct:OT::ContextApplyLookupContext
1066 lookup_context.funcs.intersects, lookup_context.intersects_data))
1080 lookup_context.funcs.collect, lookup_context.collect_data);
1094 lookup_context.funcs.match, lookup_context.match_data);
1107 lookup_context.funcs.match, lookup_context.match_data,
1542 ContextClosureFuncs funcs; member in struct:OT::ChainContextClosureLookupContext
1548 ContextCollectGlyphsFuncs funcs; member in struct:OT::ChainContextCollectGlyphsLookupContext
1554 ContextApplyFuncs funcs; member in struct:OT::ChainContextApplyLookupContext
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1041 ContextClosureFuncs funcs; member in struct:OT::ContextClosureLookupContext
1047 ContextCollectGlyphsFuncs funcs; member in struct:OT::ContextCollectGlyphsLookupContext
1053 ContextApplyFuncs funcs; member in struct:OT::ContextApplyLookupContext
1066 lookup_context.funcs.intersects, lookup_context.intersects_data))
1080 lookup_context.funcs.collect, lookup_context.collect_data);
1094 lookup_context.funcs.match, lookup_context.match_data);
1107 lookup_context.funcs.match, lookup_context.match_data,
1543 ContextClosureFuncs funcs; member in struct:OT::ChainContextClosureLookupContext
1549 ContextCollectGlyphsFuncs funcs; member in struct:OT::ChainContextCollectGlyphsLookupContext
1555 ContextApplyFuncs funcs; member in struct:OT::ChainContextApplyLookupContext
[all...]
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py775 funcs = self.cy.functions_by_name.get(funcname) or []
776 funcs = [f for f in funcs if not f.is_initmodule_function]
778 if not funcs:
782 if len(funcs) > 1:
785 for idx, func in enumerate(funcs):
799 break_funcs = funcs
802 0 <= int(result) < len(funcs)):
803 break_funcs = [funcs[int(result)]]
808 break_funcs = [funcs[
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp159 FunctionContainer funcs[] = local
166 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
1710 tcu::TestCaseGroup* createChildCases (CaseType type, Context& ctx, const char* name, const char* desc, const vector<FunctionContainer>& funcs)
1714 for (size_t ndx = 0; ndx < funcs.size(); ndx++)
1715 host->addChild(createCase(type, ctx, funcs[ndx].name, funcs[ndx].desc, funcs[ndx].function));
1810 vector<TestFunc> funcs (allFuncs.begin()+start, allFuncs.begin()+end);
1813 funcs
[all...]
H A Des31fNegativeFragmentApiTests.cpp381 FunctionContainer funcs[] = local
408 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_prn.c198 const ASN1_AUX *aux = it->funcs;
244 ef = it->funcs;
541 pf = it->funcs;
H A Dtasn_enc.c134 const ASN1_AUX *aux = it->funcs;
176 ef = it->funcs;
181 cf = it->funcs;
578 pf = it->funcs;
/external/openssl/crypto/asn1/
H A Dtasn_prn.c198 const ASN1_AUX *aux = it->funcs;
244 ef = it->funcs;
529 pf = it->funcs;
/external/qemu/android/
H A Dqemulator.c92 AndroidHwControlFuncs funcs; local
93 funcs.light_brightness = qemulator_light_brightness;
94 android_hw_control_set(emulator, &funcs);
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c789 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs )
791 funcs->create = psh_globals_new;
792 funcs->set_scale = psh_globals_set_scale;
793 funcs->destroy = psh_globals_destroy;

Completed in 1210 milliseconds

1234567