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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/drd/
drd_pthread_intercepts.c 668 vki_Lc_interface *funcs = ptr; local
669 for (tag = funcs->ci_tag; tag != 0; tag = (++funcs)->ci_tag) {
672 if (funcs->vki_ci_un.ci_func != DRD_(_ti_bind_guard_intercept)) {
673 DRD_(rtld_bind_guard) = funcs->vki_ci_un.ci_func;
674 funcs->vki_ci_un.ci_func = DRD_(_ti_bind_guard_intercept);
678 if (funcs->vki_ci_un.ci_func != DRD_(_ti_bind_clear_intercept)) {
679 DRD_(rtld_bind_clear) = funcs->vki_ci_un.ci_func;
680 funcs->vki_ci_un.ci_func = DRD_(_ti_bind_clear_intercept);
    [all...]
  /external/deqp/modules/gles31/functional/
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));
  /external/libdrm/freedreno/msm/
msm_ringbuffer.c 359 static const struct fd_ringbuffer_funcs funcs = { variable in typeref:struct:fd_ringbuffer_funcs
381 ring->funcs = &funcs;
  /external/v8/tools/gcmole/
gcmole.lua 327 local gc, gc_caused, funcs
364 local f = funcs[name]
368 funcs[name] = f
408 mark(caller, funcs[caller])
414 for funcname, callers in pairs(funcs) do
421 gc, gc_caused, funcs = {}, {}, {}
  /art/test/971-iface-super/util-src/
generate_smali.py 610 funcs = self.DEFAULT_FUNC_TEMPLATE.format(super_calls = super_calls)
612 funcs = self.ABSTRACT_FUNC_TEMPLATE.format()
614 funcs = ""
619 func = funcs,
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_memmap.c 92 .funcs = &memmap_dev_funcs,
io_semihosting.c 78 .funcs = &sh_dev_funcs,
  /external/boringssl/src/crypto/asn1/
tasn_enc.c 135 const ASN1_AUX *aux = it->funcs;
174 ef = it->funcs;
179 cf = it->funcs;
561 pf = it->funcs;
  /external/freetype/src/pshinter/
pshglob.c 787 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs )
789 funcs->create = psh_globals_new;
790 funcs->set_scale = psh_globals_set_scale;
791 funcs->destroy = psh_globals_destroy;
  /external/pdfium/third_party/freetype/src/cid/
cidparse.c 230 parser->root.funcs.done( &parser->root );
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 787 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs )
789 funcs->create = psh_globals_new;
790 funcs->set_scale = psh_globals_set_scale;
791 funcs->destroy = psh_globals_destroy;
  /external/selinux/libsemanage/src/
database.c 52 int commit_num = handle->funcs->get_serial(handle);
database_llist.c 24 cache_serial = handle->funcs->get_serial(handle);
91 int cache_serial = handle->funcs->get_serial(handle);
database_policydb.c 58 int cache_serial = handle->funcs->get_serial(handle);
77 cache_serial = handle->funcs->get_serial(handle);
  /frameworks/rs/
rsType.cpp 50 t->getContext()->mHal.funcs.freeRuntimeMem(ptr);
252 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Type), 0);
352 if (rsc->mHal.funcs.type.updateCachedObject != nullptr) {
353 rsc->mHal.funcs.type.updateCachedObject(rsc, this, (rs_type *)dstObj);
  /prebuilts/go/darwin-x86/src/crypto/md5/
gen.go 34 t := template.Must(template.New("main").Funcs(funcs).Parse(program))
62 var funcs = template.FuncMap{ var
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 101 // Funcs is a list of functions in the Obj.
102 Funcs []Func
120 Funcs []Func
351 t.Funcs = make([]Func, 0, nf)
377 obj.Funcs = t.Funcs[lastf:]
379 lastf = len(t.Funcs)
411 if n := len(t.Funcs); n > 0 {
412 t.Funcs[n-1].End = sym.Value
434 n := len(t.Funcs)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/md5/
gen.go 34 t := template.Must(template.New("main").Funcs(funcs).Parse(program))
62 var funcs = template.FuncMap{ var
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 101 // Funcs is a list of functions in the Obj.
102 Funcs []Func
120 Funcs []Func
351 t.Funcs = make([]Func, 0, nf)
377 obj.Funcs = t.Funcs[lastf:]
379 lastf = len(t.Funcs)
411 if n := len(t.Funcs); n > 0 {
412 t.Funcs[n-1].End = sym.Value
434 n := len(t.Funcs)
    [all...]
  /external/mksh/
Android.mk 29 src/expr.c src/funcs.c src/histrap.c src/jobs.c \
  /external/nanopb-c/
pb.h 280 } funcs; member in struct:_pb_callback_t
286 } funcs;
  /external/pdfium/core/fxge/
fx_freetype.h 162 #define FXFT_Outline_Decompose(outline, funcs, params) \
163 FT_Outline_Decompose(outline, funcs, params)
  /prebuilts/go/darwin-x86/src/go/types/
check.go 80 funcs []funcInfo // list of functions to type-check
139 check.funcs = append(check.funcs, funcInfo{name, decl, sig, body})
178 check.funcs = nil
  /prebuilts/go/linux-x86/src/go/types/
check.go 80 funcs []funcInfo // list of functions to type-check
139 check.funcs = append(check.funcs, funcInfo{name, decl, sig, body})
178 check.funcs = nil

Completed in 1136 milliseconds

1 2 3 4 5 6 7 8 91011>>