Searched refs:bUpdate (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fftextedit.cpp | 290 bool bUpdate = false; in UpdateFWLData() local 300 bUpdate = true; in UpdateFWLData() 311 bUpdate = true; in UpdateFWLData() 316 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) { in UpdateFWLData() 318 bUpdate = true; in UpdateFWLData() 320 if (bUpdate) in UpdateFWLData()
|
/external/OpenCSD/decoder/source/ptm/ |
D | trc_pkt_decode_ptm.cpp | 270 bool bUpdate = true; in decodePacket() local 273 bUpdate = false; in decodePacket() 274 if(bUpdate) in decodePacket() 287 bool bUpdate = true; in decodePacket() local 290 bUpdate = false; in decodePacket() 291 if(bUpdate) in decodePacket()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 493 … fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate) in Print3D() argument 523 if(bUpdate) in Print3D() 568 bool bUpdate = false; in Print3D() local 595 bUpdate = true; in Print3D() 599 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D() 630 bool bUpdate = false; in Print3D() local 646 bUpdate = true; in Print3D() 650 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D()
|
D | PVRTPrint3D.h | 363 …fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate);
|
/external/sqlite/dist/ |
D | shell.c | 5751 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local 5767 bUpdate = 1; in zipfileUpdate() 5849 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate() 13521 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument 13586 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
|
D | sqlite3.c | 73874 int bUpdate /* True for an update, false otherwise */ 73948 if( iOff==0 && bUpdate==0 ){
|
/external/sqlite/dist/orig/ |
D | shell.c | 5745 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local 5761 bUpdate = 1; in zipfileUpdate() 5843 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate() 13498 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument 13563 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
|
D | sqlite3.c | 73858 int bUpdate /* True for an update, false otherwise */ 73932 if( iOff==0 && bUpdate==0 ){
|