Home
last modified time | relevance | path

Searched refs:initContext (Results 1 – 5 of 5) sorted by relevance

/external/zstd/contrib/single_file_libs/examples/
Demscripten.c226 static EM_BOOL initContext() { in initContext() function
268 if (initContext()) { in main()
/external/python/cpython2/Modules/
D_lsprof.c320 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext() function
406 initContext(pObj, pContext, profEntry); in ptrace_enter_call()
/external/python/cpython3/Modules/
D_lsprof.c267 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext() function
353 initContext(pObj, pContext, profEntry); in ptrace_enter_call()
/external/skia/dm/
DDMSrcSink.h389 std::function<void(GrDirectContext*)> initContext = nullptr) const;
DDMSrcSink.cpp1535 std::function<void(GrDirectContext*)> initContext) const { in onDraw()
1547 if (initContext) { in onDraw()
1548 initContext(direct); in onDraw()