HomeSort by relevance Sort by last modified time
    Searched refs:funcs (Results 26 - 50 of 394) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/pdfium/third_party/freetype/src/cid/
cidobjs.c 75 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->create( cidsize->face->memory, priv, &globals )
159 PSH_Globals_Funcs funcs; local
    [all...]
  /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 {
  /external/libdrm/freedreno/msm/
msm_bo.c 99 static const struct fd_bo_funcs funcs = { variable in typeref:struct:fd_bo_funcs
138 bo->funcs = &funcs;
msm_pipe.c 83 static const struct fd_pipe_funcs funcs = { variable in typeref:struct:fd_pipe_funcs
124 pipe->funcs = &funcs;
  /external/selinux/libsemanage/src/
handle.c 367 assert(sh != NULL && sh->funcs != NULL
368 && sh->funcs->disconnect != NULL);
372 if (sh->funcs->disconnect(sh) < 0) {
386 if (sh->funcs != NULL && sh->funcs->destroy != NULL)
387 sh->funcs->destroy(sh);
398 assert(sh != NULL && sh->funcs != NULL
399 && sh->funcs->begin_trans != NULL);
408 if (sh->funcs->begin_trans(sh) < 0) {
420 assert(sh != NULL && sh->funcs != NULL && sh->funcs->commit != NULL)
    [all...]
  /frameworks/rs/
rsFBOCache.cpp 39 rsc->mHal.funcs.framebuffer.init(rsc, this);
43 rsc->mHal.funcs.framebuffer.destroy(rsc, this);
89 rsc->mHal.funcs.framebuffer.setActive(rsc, this);
rsScriptIntrinsic.cpp 30 mRSC->mHal.funcs.script.destroy(mRSC, this);
40 rsc->mHal.funcs.script.initIntrinsic(rsc, this, iid, e);
67 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen,
rsAllocation.cpp 57 a->getContext()->mHal.funcs.freeRuntimeMem(ptr);
65 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Allocation), 0);
75 if (rsc->mHal.funcs.allocation.initOem != nullptr) {
77 success = rsc->mHal.funcs.allocation.initOem(rsc, a, type->getElement()->getHasReferences(), ptr);
85 success = rsc->mHal.funcs.allocation.initStrided(rsc, a, type->getElement()->getHasReferences(), requiredAlignment);
89 success = rsc->mHal.funcs.allocation.init(rsc, a, type->getElement()->getHasReferences());
108 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Allocation), 0);
117 if (!rsc->mHal.funcs.allocation.initAdapter(rsc, a)) {
139 rsc->mHal.funcs.allocation.adapterOffset(rsc, this);
165 mRSC->mHal.funcs.allocation.destroy(mRSC, this)
    [all...]
rsProgramFragment.cpp 34 mRSC->mHal.funcs.fragment.init(mRSC, this, mUserShader, mUserShaderLen,
39 mRSC->mHal.funcs.fragment.destroy(mRSC, this);
57 void *p = rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]);
60 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
77 rsc->mHal.funcs.fragment.setActive(rsc, this);
rsProgramRaster.cpp 29 rsc->mHal.funcs.raster.init(rsc, this);
43 mRSC->mHal.funcs.raster.destroy(mRSC, this);
53 rsc->mHal.funcs.raster.setActive(rsc, this);
  /system/chre/build/app_support/qcom_nanohub/
app_support.cc 80 struct AppFuncs funcs; member in struct:LegacyAppHdr
109 .funcs.init = chreappStart,
110 .funcs.end = nanoappEnd,
111 .funcs.handle = chreappHandle,
  /external/boringssl/src/crypto/asn1/
tasn_new.c 96 const ASN1_AUX *aux = it->funcs;
113 ef = it->funcs;
121 cf = it->funcs;
232 ef = it->funcs;
323 if (it->funcs) {
324 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
370 if (it && it->funcs) {
371 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
tasn_fre.c 83 const ASN1_AUX *aux = it->funcs;
130 cf = it->funcs;
136 ef = it->funcs;
197 pf = it->funcs;
  /external/freetype/src/pshinter/
pshrec.h 150 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs ); variable
154 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs ); variable
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.h 150 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs ); variable
154 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs ); variable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
test-example.c 48 #define cond_jmp_insn(insname, word, funcs...) \
53 ## funcs)
  /external/pdfium/third_party/freetype/src/type1/
t1objs.c 82 PSH_Globals_Funcs funcs; local
85 funcs = T1_Size_Get_Globals_Funcs( size );
86 if ( funcs )
87 funcs->destroy( (PSH_Globals)size->root.internal );
99 PSH_Globals_Funcs funcs = T1_Size_Get_Globals_Funcs( size ); local
102 if ( funcs )
108 error = funcs->create( size->root.face->memory,
123 PSH_Globals_Funcs funcs = T1_Size_Get_Globals_Funcs( size ); local
128 if ( funcs )
129 funcs->set_scale( (PSH_Globals)size->root.internal
170 T1_Hints_Funcs funcs; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 439 hb_font_funcs_t *funcs = (hb_font_funcs_t *) hb_atomic_ptr_get (&static_ft_funcs); local
441 if (unlikely (!funcs))
443 funcs = hb_font_funcs_create ();
445 hb_font_funcs_set_font_h_extents_func (funcs, hb_ft_get_font_h_extents, NULL, NULL);
446 //hb_font_funcs_set_font_v_extents_func (funcs, hb_ft_get_font_v_extents, NULL, NULL);
447 hb_font_funcs_set_nominal_glyph_func (funcs, hb_ft_get_nominal_glyph, NULL, NULL);
448 hb_font_funcs_set_variation_glyph_func (funcs, hb_ft_get_variation_glyph, NULL, NULL);
449 hb_font_funcs_set_glyph_h_advance_func (funcs, hb_ft_get_glyph_h_advance, NULL, NULL);
450 hb_font_funcs_set_glyph_v_advance_func (funcs, hb_ft_get_glyph_v_advance, NULL, NULL);
451 //hb_font_funcs_set_glyph_h_origin_func (funcs, hb_ft_get_glyph_h_origin, NULL, NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
128 contents.append(self.docroutine(value, key, funcs=fdict))
178 if method_name in self.funcs:
179 method = self.funcs[method_name]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
128 contents.append(self.docroutine(value, key, funcs=fdict))
178 if method_name in self.funcs:
179 method = self.funcs[method_name]
  /prebuilts/gdb/linux-x86/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
128 contents.append(self.docroutine(value, key, funcs=fdict))
178 if method_name in self.funcs:
179 method = self.funcs[method_name]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
128 contents.append(self.docroutine(value, key, funcs=fdict))
178 if method_name in self.funcs:
179 method = self.funcs[method_name]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
128 contents.append(self.docroutine(value, key, funcs=fdict))
178 if method_name in self.funcs:
179 method = self.funcs[method_name]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/
io_driver.h 49 const struct io_dev_funcs *funcs; member in struct:io_dev_info

Completed in 1553 milliseconds

12 3 4 5 6 7 8 91011>>