HomeSort by relevance Sort by last modified time
    Searched refs:bLast (Results 1 - 10 of 10) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
xpt-b64.h 93 * bLast, flag that indicates if the specified block is the last
126 unsigned int bLast,
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xpt/hdr/
xpt-b64.h 93 * bLast, flag that indicates if the specified block is the last
126 unsigned int bLast,
  /packages/apps/OMA-DM/engine/dmlib/tool-src/servercred/hdr/
xpt-b64.h 93 * bLast, flag that indicates if the specified block is the last
126 unsigned int bLast,
  /packages/apps/OMA-DM/engine/dmlib/tool-src/servercred/src/
xpt-b64.c 126 unsigned int bLast, // i: 0=first block, 1= next block, 2=last block
150 if ( bLast && ( pbSaveBytes && pbSaveBytes [0] )) {
192 ( ((cbDataProcessed >= 3) && (bLast == 0)) ||
193 ((cbDataProcessed > 0) && (bLast == 1)) ))
264 if ((bLast == 0) && (cbDataProcessed <= 2) && (pbSaveBytes != NULL))
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xpt/src/
xpt-b64.c 126 unsigned int bLast, // i: 0=first block, 1= next block, 2=last block
150 if ( bLast && ( pbSaveBytes && pbSaveBytes [0] )) {
197 * ( ((cbDataProcessed >= 3) && (bLast == 0)) ||
198 * ((cbDataProcessed > 0) && (bLast == 1)) ))
272 if ((bLast == 0) && (cbDataProcessed <= 2) && (pbSaveBytes != NULL))
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xpt-b64.c 126 unsigned int bLast, // i: 0=first block, 1= next block, 2=last block
150 if ( bLast && ( pbSaveBytes && pbSaveBytes [0] )) {
197 * ( ((cbDataProcessed >= 3) && (bLast == 0)) ||
198 * ((cbDataProcessed > 0) && (bLast == 1)) ))
272 if ((bLast == 0) && (cbDataProcessed <= 2) && (pbSaveBytes != NULL))
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 186 void SetEditFocus(FX_BOOL bLast);
263 void SetNoteFocus(FX_BOOL bLast);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 215 FX_BOOL bLast = TRUE;
230 bLast = FALSE;
241 if (bLast) return m_aListItems.GetSize()-1;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 627 void CPWL_Note_Contents::SetEditFocus(FX_BOOL bLast)
632 m_pEdit->SetCaret(bLast ? m_pEdit->GetTotalWords() : 0);
1186 void CPWL_NoteItem::SetNoteFocus(FX_BOOL bLast)
1188 m_pContents->SetEditFocus(bLast);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 335 void SetLast(FX_BOOL bLast){m_bLast = bLast;}

Completed in 302 milliseconds