Home
last modified time | relevance | path

Searched refs:bUpdate (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp290 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/
Dtrc_pkt_decode_ptm.cpp270 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/
DPVRTPrint3D.cpp493 … 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()
DPVRTPrint3D.h363 …fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate);
/external/sqlite/dist/
Dshell.c5751 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()
Dsqlite3.c73874 int bUpdate /* True for an update, false otherwise */
73948 if( iOff==0 && bUpdate==0 ){
/external/sqlite/dist/orig/
Dshell.c5745 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()
Dsqlite3.c73858 int bUpdate /* True for an update, false otherwise */
73932 if( iOff==0 && bUpdate==0 ){