Searched defs:FALSE (Results 101 - 125 of 173) sorted by relevance

1234567

/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c52 #ifndef FALSE
53 #define FALSE 0 macro
54 #endif /* !defined FALSE */
457 show(argv[i], now, FALSE);
489 warned = FALSE;
/external/iptables/iptables/
H A Dip6tables.c51 #ifndef FALSE
52 #define FALSE 0 macro
1685 * cs.invert=FALSE to be executed.
1690 cs.invert = FALSE;
H A Diptables.c47 #ifndef FALSE
48 #define FALSE 0 macro
1680 cs.invert = FALSE;
/external/jhead/
H A Djhead.h36 #define FALSE 0 macro
/external/libxml2/
H A Dtriostr.c47 #if !defined(FALSE)
48 # define FALSE (1 == 0) macro
49 # define TRUE (! FALSE)
419 return FALSE;
445 return FALSE;
474 return FALSE;
545 return FALSE;
644 assert(FALSE);
745 return FALSE;
761 return FALSE;
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h777 void Concat(FX_FLOAT a, FX_FLOAT b, FX_FLOAT c, FX_FLOAT d, FX_FLOAT e, FX_FLOAT f, FX_BOOL bPrepended = FALSE);
779 void Concat(const CFX_Matrix &m, FX_BOOL bPrepended = FALSE);
781 void ConcatInverse(const CFX_Matrix& m, FX_BOOL bPrepended = FALSE);
802 void Translate(FX_FLOAT x, FX_FLOAT y, FX_BOOL bPrepended = FALSE);
804 void TranslateI(FX_INT32 x, FX_INT32 y, FX_BOOL bPrepended = FALSE) argument
809 void Scale(FX_FLOAT sx, FX_FLOAT sy, FX_BOOL bPrepended = FALSE);
811 void Rotate(FX_FLOAT fRadian, FX_BOOL bPrepended = FALSE);
813 void RotateAt(FX_FLOAT fRadian, FX_FLOAT x, FX_FLOAT y, FX_BOOL bPrepended = FALSE);
815 void Shear(FX_FLOAT fAlphaRadian, FX_FLOAT fBetaRadian, FX_BOOL bPrepended = FALSE);
H A Dfx_system.h120 #ifndef FALSE
122 #define FALSE 0 macro
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h56 #ifndef FALSE
57 #define FALSE 0 macro
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.cpp106 static FX_UINT32 FPF_GetHashCode_StringA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE) argument
231 : m_bLoaded(FALSE), m_FTLibrary(NULL)
408 return FALSE;
427 return FALSE;
439 FX_BOOL bFolder = FALSE;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h56 #ifndef FALSE
57 #define FALSE 0 macro
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp23 m_bValid(FALSE),
52 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE))
54 pWnd->Move(CPDF_Rect(rcWindow), TRUE, FALSE); local
60 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE))
75 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE))
99 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE))
156 return FALSE;
161 return FALSE;
166 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE))
174 return FALSE;
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp25 m_bMouseDown(FALSE),
180 return FALSE;
218 m_pEdit->OnVK_UP(IsSHIFTpressed(nFlag),FALSE); local
221 m_pEdit->OnVK_DOWN(IsSHIFTpressed(nFlag),FALSE); local
224 m_pEdit->OnVK_LEFT(IsSHIFTpressed(nFlag),FALSE); local
227 m_pEdit->OnVK_RIGHT(IsSHIFTpressed(nFlag),FALSE); local
259 return FALSE;
294 return FALSE;
354 m_bMouseDown = FALSE;
365 m_pEdit->OnMouseMove(point,FALSE,FALS
[all...]
/external/valgrind/main/VEX/unused/
H A Dlinker.c31 #define FALSE 0 macro
978 int is_bss = FALSE;
1049 char isLocal = FALSE; /* avoids uninit-var warning */
1058 isLocal = FALSE;
1104 isLocal = FALSE;
/external/valgrind/main/none/tests/ppc32/
H A Dround.c27 typedef enum { FALSE=0, TRUE } bool_t; enumerator in enum:__anon33141
84 bool_t debug = FALSE;
436 FALSE);
484 FALSE);
683 FALSE);
712 FALSE);
777 FALSE);
1020 FALSE);
1049 FALSE);
1118 FALSE);
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c27 typedef enum { FALSE=0, TRUE } bool_t; enumerator in enum:__anon33189
84 bool_t debug = FALSE;
436 FALSE);
484 FALSE);
683 FALSE);
712 FALSE);
777 FALSE);
1020 FALSE);
1049 FALSE);
1118 FALSE);
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp38 #ifndef FALSE
40 #define FALSE 0 macro
192 int ret = FALSE;
207 int ret = FALSE;
386 return FALSE;
391 return FALSE;
499 int ret = FALSE;
510 return FALSE;
534 int ret = FALSE;
587 int ret = FALSE;
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp58 TestZIDEnumeration(UBool all = FALSE);
173 dtr = new DateTimeRule(UCAL_SEPTEMBER, 30, UCAL_SATURDAY, FALSE,
395 errln("FAIL: useDaylightTime returned FALSE");
572 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
576 ny->getOffset(times[i], FALSE, offset2, dst2, status);
688 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
692 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
745 if (!newyork->hasEquivalentTransitions(*newyork2, jan1_1971, jan1_2011, FALSE, status)) {
829 tz->getOffset(startTime, FALSE, raw1, dst1, status);
830 vtz_new->getOffset(startTime, FALSE, raw
1879 tokyo->getOffset(Calendar::getNow(), FALSE, rawOffset, dstSavings, status); local
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c72 #ifndef FALSE
73 # define FALSE (0 == 1) macro
74 # define TRUE (!FALSE)
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h208 #ifndef FALSE
209 #define FALSE (0) macro
/external/fio/
H A Dgclient.c98 vbox = gtk_vbox_new(FALSE, 0);
102 gtk_box_pack_start(GTK_BOX(vbox), ge->results_menu, FALSE, FALSE, 0); local
160 vbox = gtk_vbox_new(FALSE, 3);
161 box = gtk_hbox_new(FALSE, 0);
162 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local
184 vbox = gtk_vbox_new(FALSE, 3);
188 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, local
194 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 2); local
207 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 2); local
220 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 2); local
787 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
835 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
995 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
1028 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
1152 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
1202 gtk_box_pack_start(GTK_BOX(mbox), box, TRUE, FALSE, 3); local
1211 gtk_box_pack_start(GTK_BOX(main_vbox), box, TRUE, FALSE, 3); local
1243 gtk_box_pack_start(GTK_BOX(main_vbox), frame, FALSE, FALSE, 5); local
1272 gtk_box_pack_start(GTK_BOX(main_vbox), frame, FALSE, FALSE, 5); local
1307 gtk_box_pack_start(GTK_BOX(vbox), box, TRUE, FALSE, 5); local
[all...]
H A Dgfio.c195 gtk_box_pack_start(GTK_BOX(buttonbox), button, FALSE, FALSE, 3); local
304 gtk_widget_set_can_focus(tree_view, FALSE);
357 return FALSE;
378 return FALSE;
549 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
551 box = gtk_vbox_new(FALSE, 6);
555 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, local
561 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
566 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); local
570 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
575 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); local
586 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
591 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); local
596 gtk_box_pack_start(GTK_BOX(hbox), cw.button, FALSE, FALSE, 6); local
933 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), FALSE); local
1135 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
1140 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 5); local
1145 gtk_box_pack_start(GTK_BOX(hbox), font, FALSE, FALSE, 5); local
1148 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local
1153 gtk_box_pack_start(GTK_BOX(hbox), entry, FALSE, FALSE, 5); local
1158 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local
1163 gtk_box_pack_start(GTK_BOX(hbox), entry, FALSE, FALSE, 5); local
1168 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); local
1186 gtk_box_pack_start(GTK_BOX(box), buttons[i], FALSE, FALSE, 6); local
1330 gtk_box_pack_start(GTK_BOX(vbox), menubar, FALSE, FALSE, 0); local
1366 gtk_box_pack_start(GTK_BOX(main_vbox), top_align, FALSE, FALSE, 0); local
1369 gtk_box_pack_start(GTK_BOX(main_vbox), probe, FALSE, FALSE, 3); local
1374 gtk_box_pack_start(GTK_BOX(probe_frame), probe_box, FALSE, FALSE, 3); local
1381 gtk_box_pack_start(GTK_BOX(probe_frame), probe_box, FALSE, FALSE, 3); local
1394 gtk_box_pack_start(GTK_BOX(probe_frame), probe_box, FALSE, FALSE, 3); local
1443 gtk_box_pack_start(GTK_BOX(main_vbox), bottom_align, FALSE, FALSE, 0); local
1473 gtk_box_pack_start(GTK_BOX(main_vbox), top_align, FALSE, FALSE, 0); local
1476 gtk_box_pack_start(GTK_BOX(main_vbox), probe, FALSE, FALSE, 3); local
1481 gtk_box_pack_start(GTK_BOX(probe_frame), probe_box, FALSE, FALSE, 3); local
1532 gtk_box_pack_start(GTK_BOX(main_vbox), bottom_align, FALSE, FALSE, 0); local
[all...]
H A Dgoptions.c114 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 3); local
115 hbox = gtk_hbox_new(FALSE, 0);
123 hbox = gtk_hbox_new(FALSE, 3);
124 gtk_box_pack_start(GTK_BOX(gfw->vbox[gfw->nr++ & 1]), hbox, FALSE, FALSE, 5);
242 s->gopt.box = gtk_hbox_new(FALSE, 3);
260 gtk_box_pack_start(GTK_BOX(s->gopt.box), s->entry, FALSE, FALSE, 0); local
261 gtk_box_pack_start(GTK_BOX(s->gopt.box), label, FALSE, FALS
305 gtk_box_pack_start(GTK_BOX(c->gopt.box), c->combo, FALSE, FALSE, 0); local
446 gtk_box_pack_start(GTK_BOX(hbox), m->checks[i], FALSE, FALSE, 3); local
544 gtk_box_pack_start(GTK_BOX(i->gopt.box), i->spin, FALSE, FALSE, 0); local
643 gtk_box_pack_start(GTK_BOX(b->gopt.box), b->check, FALSE, FALSE, 0); local
745 gtk_box_pack_start(GTK_BOX(r->gopt.box), r->spins[i], FALSE, FALSE, 0); local
844 gtk_box_pack_start(GTK_BOX(g->gopt.box), g->spin, FALSE, FALSE, 0); local
856 gtk_box_pack_start(GTK_BOX(g->gopt.box), g->combo, FALSE, FALSE, 0); local
1121 gtk_box_pack_start(GTK_BOX(hbox), go->box, FALSE, FALSE, 5); local
1123 gtk_box_pack_start(GTK_BOX(dest), go->box, FALSE, FALSE, 5); local
1145 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 5); local
1174 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local
1568 gtk_box_pack_start(GTK_BOX(topvbox), combo, FALSE, FALSE, 5); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp56 TestZIDEnumeration(UBool all = FALSE);
171 dtr = new DateTimeRule(UCAL_SEPTEMBER, 30, UCAL_SATURDAY, FALSE,
393 errln("FAIL: useDaylightTime returned FALSE");
570 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
574 ny->getOffset(times[i], FALSE, offset2, dst2, status);
686 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
690 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
743 if (!newyork->hasEquivalentTransitions(*newyork2, jan1_1971, jan1_2011, FALSE, status)) {
827 tz->getOffset(startTime, FALSE, raw1, dst1, status);
828 vtz_new->getOffset(startTime, FALSE, raw
1877 tokyo->getOffset(Calendar::getNow(), FALSE, rawOffset, dstSavings, status); local
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_ge.h330 void RestoreState(FX_BOOL bKeepSaved = FALSE);
486 FX_BOOL Attach(CFX_DIBitmap* pBitmap, int dither_bits = 0, FX_BOOL bRgbByteOrder = FALSE, CFX_DIBitmap* pOriDevice = NULL, FX_BOOL bGroupKnockout = FALSE);
501 FX_BOOL Attach(CFX_DIBitmap* pBitmap, int dither_bits = 0, FX_BOOL bRgbByteOrder = FALSE, CFX_DIBitmap* pOriDevice = NULL, FX_BOOL bGroupKnockout = FALSE);
512 static IFX_RenderDeviceDriver* CreateFxgeDriver(CFX_DIBitmap* pBitmap, FX_BOOL bRgbByteOrder = FALSE,
513 CFX_DIBitmap* pOriDevice = NULL, FX_BOOL bGroupKnockout = FALSE);
528 return FALSE;
543 virtual void RestoreState(FX_BOOL bKeepSaved = FALSE) = 0;
556 return FALSE;
590 GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform = NULL, FX_BOOL bDEdge = FALSE) argument
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dpageint.h46 CPDF_Object* ReadNextObject(FX_BOOL bAllowNestedArray = FALSE, FX_BOOL bInArray = FALSE);
391 FX_BOOL PDF_DocPageData_Release(CFX_MapPtrTemplate<KeyType, CPDF_CountedObject<ValueType>*> &map, KeyType findKey, ValueType findValue, FX_BOOL bForce = FALSE) argument
394 return FALSE;
400 return FALSE;
408 return FALSE;
415 void Clear(FX_BOOL bRelease = FALSE);
429 void ReleaseFontFileStreamAcc(CPDF_Stream* pFontStream, FX_BOOL bForce = FALSE);
478 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;

Completed in 2639 milliseconds

1234567