Searched defs:FALSE (Results 126 - 150 of 173) sorted by relevance

1234567

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h47 IN BOOL icm = FALSE)
77 IN BOOL icm = FALSE)
2316 BOOL booln = FALSE;
2338 BOOL booln = FALSE;
2353 BOOL booln = FALSE;
2393 BOOL booln = FALSE;
2648 BOOL booln = FALSE;
2667 BOOL booln = FALSE;
2687 BOOL booln = FALSE;
2710 BOOL booln = FALSE;
46 FromHWND(IN HWND hwnd, IN BOOL icm = FALSE) argument
76 Graphics(IN HWND hwnd, IN BOOL icm = FALSE) argument
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp20 m_bFocus(FALSE)
27 ASSERT(m_bFocus == FALSE);
68 if (bFirst)bFirst = FALSE;
94 pVSB->Move(rcVScroll, TRUE, FALSE);
151 if (IsReadOnly()) return FALSE;
181 FX_BOOL bExit = FALSE;
199 FX_BOOL bExit = FALSE;
239 m_pEdit->SetAlignmentH(2, FALSE);
243 m_pEdit->SetAlignmentH(1, FALSE);
247 m_pEdit->SetAlignmentH(0, FALSE);
268 m_pEdit->SetMultiLine(HasFlag(PES_MULTILINE), FALSE); local
269 m_pEdit->SetAutoReturn(HasFlag(PES_AUTORETURN), FALSE); local
270 m_pEdit->SetAutoFontSize(HasFlag(PWS_AUTOFONTSIZE), FALSE); local
271 m_pEdit->SetAutoScroll(HasFlag(PES_AUTOSCROLL), FALSE); local
309 << CPWL_Utils::GetColorAppStream(GetBorderColor(),FALSE) << " 2 J 0 j\\n"; local
[all...]
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp191 #define FALSE 0 macro
1024 isValidCfg = FALSE;
1035 isValidCfg = FALSE;
1072 isValidCfg = FALSE;
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c276 #ifndef FALSE
277 #define FALSE 0 macro
785 ras.joint = FALSE;
857 ras.joint = FALSE;
1148 ras.joint = FALSE;
1156 ras.fresh = FALSE;
1316 ras.joint = FALSE;
1328 ras.fresh = FALSE;
1345 ras.joint = FALSE;
2043 ras.joint = FALSE;
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen.cpp358 return FALSE;
364 return FALSE;
430 addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
440 addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
460 UBool gotMm=FALSE;
486 addPattern(mmss, FALSE, conflictingString, status);
542 "calendar", "calendar", locale.getName(), NULL, FALSE, &err);
569 UBool ignoreChars = FALSE;
661 firstTimeThrough = FALSE;
704 override = FALSE;
866 addPattern(UnicodeString(Canonical_Items[i]), FALSE, conflictingPattern, status); local
[all...]
/external/doclava/src/com/google/doclava/parser/
H A DJavaLexer.java40 public static final int FALSE=12; field in class:JavaLexer
2729 // $ANTLR start "FALSE"
2732 int _type = FALSE;
2748 // $ANTLR end "FALSE"
10531 // src/com/google/doclava/parser/Java.g:1:8: ( LONGLITERAL | INTLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | WS | COMMENT | LINE_COMMENT | ABSTRACT | ASSERT | BOOLEAN | BREAK | BYTE | CASE | CATCH | CHAR | CLASS | CONST | CONTINUE | DEFAULT | DO | DOUBLE | ELSE | ENUM | EXTENDS | FINAL | FINALLY | FLOAT | FOR | GOTO | IF | IMPLEMENTS | IMPORT | INSTANCEOF | INT | INTERFACE | LONG | NATIVE | NEW | PACKAGE | PRIVATE | PROTECTED | PUBLIC | RETURN | SHORT | STATIC | STRICTFP | SUPER | SWITCH | SYNCHRONIZED | THIS | THROW | THROWS | TRANSIENT | TRY | VOID | VOLATILE | WHILE | TRUE | FALSE | NULL | LPAREN | RPAREN | LBRACE | RBRACE | LBRACKET | RBRACKET | SEMI | COMMA | DOT | ELLIPSIS | EQ | BANG | TILDE | QUES | COLON | EQEQ | AMPAMP | BARBAR | PLUSPLUS | SUBSUB | PLUS | SUB | STAR | SLASH | AMP | BAR | CARET | PERCENT | PLUSEQ | SUBEQ | STAREQ | SLASHEQ | AMPEQ | BAREQ | CARETEQ | PERCENTEQ | MONKEYS_AT | BANGEQ | GT | LT | IDENTIFIER )
10956 // src/com/google/doclava/parser/Java.g:1:454: FALSE
16736 return "1:1: Tokens : ( LONGLITERAL | INTLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | WS | COMMENT | LINE_COMMENT | ABSTRACT | ASSERT | BOOLEAN | BREAK | BYTE | CASE | CATCH | CHAR | CLASS | CONST | CONTINUE | DEFAULT | DO | DOUBLE | ELSE | ENUM | EXTENDS | FINAL | FINALLY | FLOAT | FOR | GOTO | IF | IMPLEMENTS | IMPORT | INSTANCEOF | INT | INTERFACE | LONG | NATIVE | NEW | PACKAGE | PRIVATE | PROTECTED | PUBLIC | RETURN | SHORT | STATIC | STRICTFP | SUPER | SWITCH | SYNCHRONIZED | THIS | THROW | THROWS | TRANSIENT | TRY | VOID | VOLATILE | WHILE | TRUE | FALSE | NULL | LPAREN | RPAREN | LBRACE | RBRACE | LBRACKET | RBRACKET | SEMI | COMMA | DOT | ELLIPSIS | EQ | BANG | TILDE | QUES | COLON | EQEQ | AMPAMP | BARBAR | PLUSPLUS | SUBSUB | PLUS | SUB | STAR | SLASH | AMP | BAR | CARET | PERCENT | PLUSEQ | SUBEQ | STAREQ | SLASHEQ | AMPEQ | BAREQ | CARETEQ | PERCENTEQ | MONKEYS_AT | BANGEQ | GT | LT | IDENTIFIER );";
H A DJavaParser.java174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
185 public static final int FALSE=12; field in class:JavaParser
6300 case FALSE:
10630 case FALSE:
11114 case FALSE:
13136 // src/com/google/doclava/parser/Java.g:1232:1: literal : ( INTLITERAL | LONGLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | TRUE | FALSE | NULL );
13146 // src/com/google/doclava/parser/Java.g:1233:5: ( INTLITERAL | LONGLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | TRUE | FALSE | NULL )
/external/freetype/src/raster/
H A Dftraster.c276 #ifndef FALSE
277 #define FALSE 0 macro
787 ras.joint = FALSE;
859 ras.joint = FALSE;
1150 ras.joint = FALSE;
1158 ras.fresh = FALSE;
1318 ras.joint = FALSE;
1330 ras.fresh = FALSE;
1347 ras.joint = FALSE;
2045 ras.joint = FALSE;
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp359 return FALSE;
365 return FALSE;
431 addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
441 addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
461 UBool gotMm=FALSE;
487 addPattern(mmss, FALSE, conflictingString, status);
543 "calendar", "calendar", locale.getName(), NULL, FALSE, &err);
570 UBool ignoreChars = FALSE;
662 firstTimeThrough = FALSE;
705 override = FALSE;
867 addPattern(UnicodeString(Canonical_Items[i]), FALSE, conflictingPattern, status); local
[all...]
/external/libnfc-nxp/inc/
H A DphNfcTypes.h108 #ifndef FALSE
109 #define FALSE (0x00) /**< \ingroup grp_nfc_common macro
/external/pcre/dist/
H A Dpcregrep.c74 #define FALSE 0 macro
185 static BOOL count_only = FALSE;
186 static BOOL do_colour = FALSE;
187 static BOOL file_offsets = FALSE;
188 static BOOL hyphenpending = FALSE;
189 static BOOL invert = FALSE;
190 static BOOL line_buffered = FALSE;
191 static BOOL line_offsets = FALSE;
192 static BOOL multiline = FALSE;
193 static BOOL number = FALSE;
[all...]
H A Dpcre_internal.h1160 #ifndef FALSE
1161 #define FALSE 0 macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c276 #ifndef FALSE
277 #define FALSE 0 macro
787 ras.joint = FALSE;
859 ras.joint = FALSE;
1150 ras.joint = FALSE;
1158 ras.fresh = FALSE;
1318 ras.joint = FALSE;
1330 ras.fresh = FALSE;
1347 ras.joint = FALSE;
2045 ras.joint = FALSE;
[all...]
/external/pixman/pixman/
H A Dpixman-private.h98 pixman_bool_t have_clip_region; /* FALSE if there is no clip */
857 #ifndef FALSE
858 # define FALSE 0 macro
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c368 if (!WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuffer, BufferSize, (char*)TargetBuffer, 256, NULL, FALSE))
1045 WideCharToMultiByte(__GetDefaultCP(ltype->lc.id), WC_COMPOSITECHECK | WC_SEPCHARS, wbuf, 2, buf, 2, NULL, FALSE); local
1050 WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuf, 2, out_buf, 2, NULL, FALSE);
1065 WideCharToMultiByte(__GetDefaultCP(ltype->lc.id), WC_COMPOSITECHECK | WC_SEPCHARS, wbuf, 2, buf, 2, NULL, FALSE); local
1070 WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuf, 2, out_buf, 2, NULL, FALSE);
1517 return FALSE;
1756 NULL, 0, NULL, FALSE);
1771 buffer, to_size, NULL, FALSE);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c171 #ifndef FALSE
172 #define FALSE 0 macro
173 #define TRUE (!FALSE)
4659 { (yyval.negate) = FALSE; }
4673 { (yyval.negate) = FALSE; }
5545 * \c TRUE if the combination of inputs used is valid, \c FALSE otherwise.
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc361 msg_handled_(FALSE),
415 ::EnableWindow(start, FALSE);
766 int dwm_value = enabled ? FALSE : TRUE;
802 InvalidateRect(hwnd(), NULL, FALSE); local
832 InvalidateRect(hwnd(), &r, FALSE); local
1258 InvalidateRect(hwnd(), NULL, FALSE); local
1269 DefWindowProcWithRedrawLock(WM_NCACTIVATE, FALSE, 0);
1288 SetMsgHandled(FALSE);
1305 SetMsgHandled(FALSE);
1369 SetMsgHandled(FALSE);
1388 ShowScrollBar(hwnd(), SB_BOTH, FALSE); local
2052 ShowScrollBar(hwnd(), SB_BOTH, FALSE); local
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp277 return FALSE;
383 pStretched = pBitmap->StretchTo(dest_width, dest_height, FALSE, &image_clip);
552 return FALSE;
559 return FALSE;
568 return FALSE;
577 return FALSE;
586 return FALSE;
618 return FALSE;
722 static GpPen* _GdipCreatePen(const CFX_GraphStateData* pGraphState, const CFX_AffineMatrix* pMatrix, DWORD argb, FX_BOOL bTextMode = FALSE) argument
736 FX_BOOL bDashExtend = FALSE;
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp45 if (pAP == NULL) return FALSE;
58 if (psub == NULL) return FALSE;
78 return FALSE;
201 return FALSE;
346 m_bAppModified = FALSE;
1045 pEdit->EnableRefresh(FALSE);
1122 pEdit->EnableRefresh(FALSE);
1154 FX_BOOL bSelected = FALSE;
1214 pEdit->EnableRefresh(FALSE);
1309 CFX_ByteString sColor = CPWL_Utils::GetColorAppStream(GetBorderPWLColor(),FALSE);
1313 << CPWL_Utils::GetColorAppStream(GetBorderPWLColor(),FALSE) << " 2 J 0 j\\n"; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c110 #ifndef FALSE
111 # define FALSE (1 == 0) macro
112 # define TRUE (! FALSE)
856 return FALSE;
956 return FALSE;
974 return FALSE;
1184 BOOLEAN_T gotSticky = FALSE; /* Are there any sticky modifiers at all? */
1832 without_namespace = FALSE;
2200 isNegative = FALSE;
2628 BOOLEAN_T isExponentNegative = FALSE;
[all...]
/external/libxml2/
H A Dtrio.c110 #ifndef FALSE
111 # define FALSE (1 == 0) macro
112 # define TRUE (! FALSE)
860 return FALSE;
960 return FALSE;
978 return FALSE;
1188 BOOLEAN_T gotSticky = FALSE; /* Are there any sticky modifiers at all? */
1836 without_namespace = FALSE;
2204 isNegative = FALSE;
2632 BOOLEAN_T isExponentNegative = FALSE;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h251 #ifndef FALSE
252 # define FALSE 0 macro
1033 // For example, all create functions does return NULL on failure. Other may return FALSE.
1212 // if not, returns FALSE without touching anything.

Completed in 552 milliseconds

1234567