Home
last modified time | relevance | path

Searched defs:initFunc (Results 1 – 8 of 8) sorted by relevance

/external/bazelbuild-rules_android/src/tools/ak/
Dtypes.go18 type initFunc func() type
/external/icu/libicu/cts_headers/
Ducln.h73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
/external/icu/icu4c/source/common/
Ducln.h73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
/external/cronet/third_party/icu/source/common/
Ducln.h73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
/external/libxml2/fuzz/
DtestFuzzer.c96 (*initFunc)(int *argc, char ***argv); typedef
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp213 SupportFunction suppFunc, InitFunction initFunc, TestFunction testFunc, Arg0 arg0) in SubgroupFactory()
287 InitFunction initFunc, in addFunctionCaseWithPrograms()
/external/deqp/framework/opengl/
DgluRenderContext.cpp247 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader); in initCoreFunctions() member
/external/swiftshader/third_party/marl/src/
Dscheduler.cpp375 if (auto const& initFunc = scheduler->cfg.workerThread.initializer) { in start() local