HomeSort by relevance Sort by last modified time
    Searched refs:funcs (Results 251 - 275 of 420) sorted by null

<<11121314151617

  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 91 const std::vector<std::unique_ptr<CPDF_Function>>& funcs) {
93 for (const auto& func : funcs) {
103 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
137 std::max(CountOutputs(funcs), pCS->CountComponents());
145 for (const auto& func : funcs) {
187 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
218 std::max(CountOutputs(funcs), pCS->CountComponents());
226 for (const auto& func : funcs) {
319 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
342 std::max(CountOutputs(funcs), pCS->CountComponents())
2031 const auto& funcs = pPattern->GetFuncs(); local
    [all...]
  /external/python/cpython2/Lib/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)

Completed in 745 milliseconds

<<11121314151617