Searched refs:FALSE (Results 126 - 150 of 3724) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_win.cc19 FALSE, // manual reset
20 FALSE, // initial state
/external/icu/icu4c/source/common/
H A Dappendable.cpp38 return FALSE;
45 return FALSE;
/external/icu/icu4c/source/layout/
H A DScriptAndLanguage.h37 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
49 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
H A DGlyphLookupTables.h28 le_bool coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
/external/icu/icu4c/source/test/intltest/
H A Drestest.cpp102 { "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
103 { "te", NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
104 { "te_IN", NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
105 { "te_NE", NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRU
[all...]
/external/jpeg/
H A Djdmarker.c146 * If must suspend, take the specified action (typically "return FALSE").
173 * If return FALSE, was forced to suspend before reaching end of
185 * what it's consumed (ie, the end of the buffer) before returning FALSE.
219 cinfo->CCIR601_sampling = FALSE; /* Assume non-CCIR sampling??? */
221 cinfo->saw_JFIF_marker = FALSE;
227 cinfo->saw_Adobe_marker = FALSE;
248 INPUT_2BYTES(cinfo, length, return FALSE);
250 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE);
251 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
252 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmarker.c147 * If must suspend, take the specified action (typically "return FALSE").
174 * If return FALSE, was forced to suspend before reaching end of
186 * what it's consumed (ie, the end of the buffer) before returning FALSE.
220 cinfo->CCIR601_sampling = FALSE; /* Assume non-CCIR sampling??? */
222 cinfo->saw_JFIF_marker = FALSE;
228 cinfo->saw_Adobe_marker = FALSE;
251 INPUT_2BYTES(cinfo, length, return FALSE);
253 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE);
254 INPUT_2BYTES(cinfo, image_height, return FALSE);
255 INPUT_2BYTES(cinfo, image_width, return FALSE);
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiplusInit.h53 BOOL SuppressBackgroundThread; // FALSE unless you're prepared to call
55 BOOL SuppressExternalCodecs; // FALSE unless you want GDI+ only to use
60 BOOL suppressBackgroundThread = FALSE,
61 BOOL suppressExternalCodecs = FALSE)
74 // The following 2 fields are NULL if SuppressBackgroundThread is FALSE.
92 // output - may be NULL only if input->SuppressBackgroundThread is FALSE.
58 GdiplusStartupInput( DebugEventProc debugEventCallback = NULL, BOOL suppressBackgroundThread = FALSE, BOOL suppressExternalCodecs = FALSE) argument
/external/pixman/pixman/
H A Dpixman-mips.c48 return FALSE;
63 return FALSE;
/external/qemu/distrib/jpeg-6b/
H A Djdmarker.c146 * If must suspend, take the specified action (typically "return FALSE").
173 * If return FALSE, was forced to suspend before reaching end of
185 * what it's consumed (ie, the end of the buffer) before returning FALSE.
219 cinfo->CCIR601_sampling = FALSE; /* Assume non-CCIR sampling??? */
221 cinfo->saw_JFIF_marker = FALSE;
227 cinfo->saw_Adobe_marker = FALSE;
248 INPUT_2BYTES(cinfo, length, return FALSE);
250 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE);
251 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
252 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A DSDL_sysmutex.c45 mutex->id = CreateMutex(NULL, FALSE, NULL);
90 if ( ReleaseMutex(mutex->id) == FALSE ) {
/external/webrtc/src/system_wrappers/source/
H A Devent_win.cc18 FALSE /* manual reset */,
19 FALSE /* initial state */,
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_int.h69 #if A2D_DYNAMIC_MEMORY == FALSE
/external/chromium_org/remoting/base/
H A Dscoped_sc_handle_win.h20 return ::CloseServiceHandle(handle) != FALSE;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Didna.h272 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {}
309 isTransDiff=FALSE;
310 isBiDi=FALSE;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.c65 static boolean initialized = FALSE;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dnative_x11.c41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE);
/external/chromium_org/ui/base/win/
H A Dhidden_window.cc34 EnableWindow(g_temp_parent->hwnd(), FALSE);
/external/icu/icu4c/source/common/unicode/
H A Didna.h272 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {}
309 isTransDiff=FALSE;
310 isBiDi=FALSE;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.c65 static boolean initialized = FALSE;
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_x11.c41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE);
/external/pcre/dist/
H A Dpcre_newline.c72 Returns: TRUE or FALSE
97 default: return FALSE;
127 default: return FALSE;
147 Returns: TRUE or FALSE
176 default: return FALSE;
206 default: return FALSE;
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_SymbolDict.cpp12 m_bContextRetained = FALSE;
/external/pdfium/fpdfsdk/src/
H A Dfpdfeditimg.cpp24 return FALSE;
45 return FALSE;
60 return FALSE;
70 pImgObj->m_pImage->SetImage(pBmp,FALSE);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c212 return (FALSE);
218 return (FALSE);
230 return (FALSE);
276 return (FALSE);
341 return (FALSE);
349 if ( l2c_ucd_connect (rem_bda) == FALSE )
351 return (FALSE);
417 if ( l2c_ucd_connect (rem_bda) == FALSE )
497 return (FALSE);
512 ** Returns TRUE if a valid channel, else FALSE
[all...]

Completed in 568 milliseconds

1234567891011>>