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

  /external/parameter-framework/upstream/parameter/
CompoundRule.cpp 89 bool bFirst = true;
93 if (!bFirst) {
103 bFirst = false;
SelectionCriterionType.cpp 160 bool bFirst = true;
164 if (bFirst) {
166 bFirst = false;
186 bool bFirst = true;
206 if (bFirst) {
208 bFirst = false;
ArrayParameter.cpp 299 bool bFirst = true;
306 if (!bFirst) {
311 bFirst = false;
ConfigurableElement.cpp 571 bool bFirst = true;
578 if (!bVertical && !bFirst) {
590 bFirst = false;
  /external/parameter-framework/upstream/remote-processor/
RequestMessage.cpp 91 bool bFirst = true;
96 if (!bFirst) {
101 bFirst = false;
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 54 int DetectFirstLastScan(const CFX_DIBitmap* pBitmap, bool bFirst) {
62 int line = bFirst ? 0 : height - 1;
63 int line_step = bFirst ? 1 : -1;
64 int line_end = bFirst ? height : -1;
  /external/pdfium/core/fxcodec/jbig2/
JBig2_TrdProc.cpp 38 bool bFirst = true;
41 if (bFirst) {
48 bFirst = false;
283 bool bFirst = true;
285 if (bFirst) {
290 bFirst = false;
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.h 77 bool bFirst,
cxfa_textparser.cpp 482 bool bFirst,
490 if (bFirst) {
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 575 bool bFirst = true;
587 if (bFirst) {
593 bFirst = !bFirst;
595 if (!bFirst)
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 404 UBool bFirst = TRUE;
412 if (bFirst) {
413 bFirst = FALSE;
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 164 bool bFirst = true;
178 if (bFirst)
183 bFirst = !bFirst;
185 if (!bFirst)
cpdf_syntax_parser.cpp 294 bool bFirst = true;
302 if (bFirst) {
308 bFirst = !bFirst;
314 if (!bFirst)
  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 240 bool bFirst = true;
246 if (bFirst) {
248 bFirst = false;
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 1041 bool bFirst = true;
1042 RTC_UNUSED(bFirst);
1069 if (bFirst) {
1073 bFirst = false;
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_list.cpp 632 bool bFirst = true;
640 bFirst = false;
653 if (bFirst)
fxet_edit.h 146 void SetFirst(bool bFirst);
fxet_edit.cpp 328 void CFX_Edit_UndoItem::SetFirst(bool bFirst) {
329 m_bFirst = bFirst;
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Edit.cpp 59 bool bFirst = true;
75 if (bFirst)
76 bFirst = false;
  /external/pdfium/xfa/fde/
cfde_txtedtengine.cpp 801 bool bFirst = true;
806 if (bFirst) {
810 bFirst = false;
822 if (bFirst) {
825 bFirst = false;
    [all...]
cfx_wordbreak.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h 64 WINBOOL bFirst;
    [all...]

Completed in 527 milliseconds