Home
last modified time | relevance | path

Searched defs:fns (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/test/core/gpr/
Dalloc_test.cc38 gpr_allocation_functions fns = {fake_malloc, nullptr, fake_realloc, in test_custom_allocs() local
/external/u-boot/drivers/fpga/
DstratixII.c71 altera_board_specific_func *fns; in StratixII_ps_fpp_load() local
/external/libcxx/src/
Dios.cpp235 …event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))… in register_callback() local
/external/v8/tools/
Dprofile.js1001 fns : inlinedFunctions property
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py1227 def setParseAction( self, *fns, **kwargs ):
1265 def addParseAction( self, *fns, **kwargs ):
1275 def addCondition(self, *fns, **kwargs):
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py1227 def setParseAction( self, *fns, **kwargs ):
1265 def addParseAction( self, *fns, **kwargs ):
1275 def addCondition(self, *fns, **kwargs):
/external/skia/src/core/
DSkLiteDL.cpp490 inline void SkLiteDL::map(const Fn fns[], Args... args) const { in map() argument
/external/skqp/src/core/
DSkLiteDL.cpp484 inline void SkLiteDL::map(const Fn fns[], Args... args) const { in map() argument
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2932 vector<FunctionContainer> wrapCoreFunctions (const vector<NegativeTestShared::FunctionContainer>& f… in wrapCoreFunctions()
/external/toybox/toys/pending/
Dbc.c554 BcVec fns; member