/external/freetype/include/freetype/internal/ |
psaux.h | 119 /* funcs :: A table of method pointers for this object. */ 134 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_ 427 /* funcs :: A table of functions for the parser. */ 437 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_ 562 /* funcs :: An array of function pointers for the builder. */ 589 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_ 696 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_ [all...] |
/external/libdrm/freedreno/ |
freedreno_device.c | 120 dev->funcs->destroy(dev);
|
/external/libpcap/msdos/ |
pktdrvr.h | 53 BYTE funcs; /* Basic/Extended/HiPerf functions */ member in struct:__anon24204
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
freedreno_query_sw.c | 162 q->funcs = &sw_query_funcs;
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
psaux.h | 118 /* 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_ [all...] |
/external/selinux/libsemanage/src/ |
handle.h | 79 struct semanage_policy_table *funcs; member in struct:semanage_handle
|
/frameworks/rs/ |
rsContext.cpp | 52 int32_t ret = mHal.funcs.initGraphics(this); 66 mHal.funcs.shutdownGraphics(this); 340 rsc->mHal.funcs.swap(rsc); 424 mHal.funcs.setPriority(this, mThreadPriority); 568 if (mHal.funcs.shutdownDriver && mHal.drv) { 569 mHal.funcs.shutdownDriver(this); 577 mHal.funcs.setSurface(this, w, h, sur); 675 if (mHal.funcs.finish) { 676 mHal.funcs.finish(this);
|
rsElement.cpp | 39 e->getContext()->mHal.funcs.freeRuntimeMem(ptr); 251 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Element), 0); 315 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Element), 0); 395 if (rsc->mHal.funcs.element.updateCachedObject != nullptr) { 396 rsc->mHal.funcs.element.updateCachedObject(rsc, this, (rs_element *)dstObj);
|
/prebuilts/go/darwin-x86/src/html/template/ |
example_test.go | 134 funcs = template.FuncMap{"join": strings.Join} 137 masterTmpl, err := template.New("master").Funcs(funcs).Parse(master)
|
/prebuilts/go/linux-x86/src/html/template/ |
example_test.go | 134 funcs = template.FuncMap{"join": strings.Join} 137 masterTmpl, err := template.New("master").Funcs(funcs).Parse(master)
|
/external/boringssl/src/crypto/asn1/ |
tasn_utl.c | 98 const ASN1_AUX *aux = it->funcs; 125 aux = it->funcs;
|
/external/chromium-trace/catapult/devil/devil/utils/ |
reraiser_thread.py | 216 def RunAsync(funcs, watcher=None): 220 funcs: List of functions to perform on their own threads. 226 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
reraiser_thread.py | 216 def RunAsync(funcs, watcher=None): 220 funcs: List of functions to perform on their own threads. 226 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
|
/external/pdfium/core/fpdfapi/page/ |
cpdf_meshstream.cpp | 94 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, 98 m_funcs(funcs),
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 672 FT_Outline_Funcs funcs; local 674 funcs.move_to = move_proc; 675 funcs.line_to = line_proc; 676 funcs.conic_to = quad_proc; 677 funcs.cubic_to = cubic_proc; 678 funcs.shift = 0; 679 funcs.delta = 0; 681 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
|
/prebuilts/go/darwin-x86/test/ |
closure.go | 104 println("newfunc returned broken funcs")
|
/prebuilts/go/linux-x86/test/ |
closure.go | 104 println("newfunc returned broken funcs")
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsubgpos-private.hh | 1053 ContextClosureFuncs funcs; member in struct:OT::ContextClosureLookupContext 1059 ContextCollectGlyphsFuncs funcs; member in struct:OT::ContextCollectGlyphsLookupContext 1065 ContextApplyFuncs funcs; member in struct:OT::ContextApplyLookupContext 1550 ContextClosureFuncs funcs; member in struct:OT::ChainContextClosureLookupContext 1556 ContextCollectGlyphsFuncs funcs; member in struct:OT::ChainContextCollectGlyphsLookupContext 1562 ContextApplyFuncs funcs; member in struct:OT::ChainContextApplyLookupContext [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_context.c | 539 struct dd_function_table funcs; local 542 memset(&funcs, 0, sizeof(funcs)); 543 st_init_driver_functions(pipe->screen, &funcs); 549 if (!_mesa_initialize_context(ctx, api, visual, shareCtx, &funcs)) {
|
/external/google-breakpad/src/common/windows/ |
pdb_source_line_writer.cc | 686 PIMAGE_RUNTIME_FUNCTION_ENTRY funcs = local 692 for (DWORD i = 0; i < exception_size / sizeof(*funcs); i++) { 693 DWORD unwind_rva = funcs[i].UnwindInfoAddress; 780 funcs[i].BeginAddress, 781 funcs[i].EndAddress - funcs[i].BeginAddress, rip_offset); 783 funcs[i].BeginAddress, stack_size); [all...] |
/frameworks/native/cmds/atrace/ |
atrace.cpp | 654 static bool verifyKernelTraceFuncs(const char* funcs) 665 // Make sure that every function listed in funcs is in the list we just 668 char* myFuncs = strdup(funcs); 687 static bool setKernelTraceFuncs(const char* funcs) 691 if (funcs == NULL || funcs[0] == '\0') { 709 char* myFuncs = strdup(funcs); 719 ok &= verifyKernelTraceFuncs(funcs); [all...] |
/external/valgrind/drd/ |
drd_pthread_intercepts.c | 674 vki_Lc_interface *funcs = ptr; local 675 for (tag = funcs->ci_tag; tag != 0; tag = (++funcs)->ci_tag) { 678 if (funcs->vki_ci_un.ci_func != DRD_(_ti_bind_guard_intercept)) { 679 DRD_(rtld_bind_guard) = funcs->vki_ci_un.ci_func; 680 funcs->vki_ci_un.ci_func = DRD_(_ti_bind_guard_intercept); 684 if (funcs->vki_ci_un.ci_func != DRD_(_ti_bind_clear_intercept)) { 685 DRD_(rtld_bind_clear) = funcs->vki_ci_un.ci_func; 686 funcs->vki_ci_un.ci_func = DRD_(_ti_bind_clear_intercept); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeSSBOBlockTests.cpp | 552 const FunctionContainer funcs[] = local 558 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
|
es31fNegativeShaderDirectiveTests.cpp | 616 const FunctionContainer funcs[] = local 633 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
|
es31fNegativeTessellationTests.cpp | 409 const FunctionContainer funcs[] = local 420 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
|