Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyindecoderservice.cpp53 initDone(false) in PinyinDecoderService()
59 if (initDone) { in ~PinyinDecoderService()
61 initDone = false; in ~PinyinDecoderService()
76 if (initDone) in init()
97initDone = im_open_decoder(sysDict.toUtf8().constData(), usrDictInfo.absoluteFilePath().toUtf8().c… in init()
98 if (!initDone) in init()
101 return initDone; in init()
H A Dpinyindecoderservice.h68 bool initDone; variable
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_agp.c53 static Bool initDone = FALSE; variable
66 initDone = FALSE; in xf86GARTCloseScreen()
81 if (initDone) in GARTInit()
96 initDone = TRUE; in GARTInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_agp.c40 static Bool initDone = FALSE; variable
53 initDone = FALSE; in xf86GARTCloseScreen()
66 if (initDone) in GARTInit()
69 initDone = TRUE; in GARTInit()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dpinyindecoderservice.h68 bool initDone; variable