Searched refs:FALSE (Results 276 - 300 of 3724) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutexttst.c36 {if ((x)==FALSE) {log_err("Test failure in file %s at line %d\n", __FILE__, __LINE__);\
60 UBool gFailed = FALSE;
97 utb = utext_clone(NULL, uta, FALSE, FALSE, &status);
125 TEST_ASSERT(b==FALSE);
165 TEST_ASSERT(b==FALSE);
267 TEST_ASSERT(b == FALSE);
270 TEST_ASSERT(b == FALSE);
282 FALSE, /* move flag */
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.h49 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
H A Dtextfile.h36 * @return TRUE if a line was read, or FALSE if the EOF
45 * @return TRUE if a line was read, or FALSE if the EOF
49 UBool trim = FALSE);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdphuff.c103 bad = FALSE;
174 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl,
186 entropy->pub.insufficient_data = FALSE;
225 * Returns FALSE if must suspend.
241 return FALSE;
258 entropy->pub.insufficient_data = FALSE;
274 * We return FALSE if data source requested suspension. In that case no
303 return FALSE;
326 HUFF_DECODE(s, br_state, tbl, return FALSE, label1);
328 CHECK_BIT_BUFFER(br_state, s, return FALSE);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_so_emit_tmp.h12 const boolean quads_flatshade_last = FALSE; \
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_split_prim.h54 s->edgeflag_off = FALSE;
75 s->edge(s->priv, FALSE);
80 return FALSE;
111 return FALSE;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/
H A Dnative_null.c104 return FALSE;
130 return FALSE;
136 return FALSE;
141 return FALSE;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi.c37 static boolean initialized = FALSE;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
H A Di915_sw_winsys.c53 isws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", FALSE);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_clip.c48 bool use_eye = FALSE;
/external/chromium_org/third_party/npapi/npspy/common/
H A Dlogfile.cpp60 return FALSE;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dlock.cc34 if (::TryEnterCriticalSection(&os_lock_) != FALSE) {
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTest.cc72 // Since the dialog has been closed, return FALSE so that we exit the
74 return FALSE;
/external/deqp/framework/platform/ios/
H A DtcuIOSViewController.m50 isIterating = FALSE;
99 isIterating = FALSE;
/external/icu/icu4c/source/common/unicode/
H A Dunimatch.h119 * match, or a mismatch. If incremental is FALSE then
141 UBool escapeUnprintable = FALSE) const = 0;
/external/icu/icu4c/source/common/
H A Duvector.cpp113 if (count != other.count) return FALSE;
118 return FALSE;
197 return FALSE;
206 return FALSE;
213 UBool changed = FALSE;
225 UBool changed = FALSE;
249 return FALSE;
267 return FALSE;
272 return FALSE;
280 return FALSE;
[all...]
/external/icu/icu4c/source/i18n/
H A Dregextxt.h30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c36 {if ((x)==FALSE) {log_err("Test failure in file %s at line %d\n", __FILE__, __LINE__);\
60 UBool gFailed = FALSE;
97 utb = utext_clone(NULL, uta, FALSE, FALSE, &status);
125 TEST_ASSERT(b==FALSE);
165 TEST_ASSERT(b==FALSE);
267 TEST_ASSERT(b == FALSE);
270 TEST_ASSERT(b == FALSE);
282 FALSE, /* move flag */
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.h49 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
H A Dtextfile.h36 * @return TRUE if a line was read, or FALSE if the EOF
45 * @return TRUE if a line was read, or FALSE if the EOF
49 UBool trim = FALSE);
/external/jpeg/
H A Djdapimin.c56 cinfo->tile_decode = FALSE;
192 cinfo->buffered_image = FALSE;
193 cinfo->raw_data_out = FALSE;
197 cinfo->quantize_colors = FALSE;
203 cinfo->two_pass_quantize = FALSE;
208 cinfo->enable_1pass_quant = FALSE;
209 cinfo->enable_external_quant = FALSE;
210 cinfo->enable_2pass_quant = FALSE;
365 * Returns FALSE if suspended. The return value need be inspected only if
393 return FALSE; /* Suspen
[all...]
H A Djdmaster.c49 return FALSE;
58 return FALSE;
65 return FALSE;
75 return FALSE;
80 return FALSE;
84 return FALSE;
337 cinfo->enable_1pass_quant = FALSE;
338 cinfo->enable_external_quant = FALSE;
339 cinfo->enable_2pass_quant = FALSE;
347 cinfo->enable_external_quant = FALSE;
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_sys_int.h69 #if NFA_DYNAMIC_MEMORY == FALSE
/external/libpng/contrib/gregbook/
H A Dreadpng.h58 # define FALSE 0 macro
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_so_emit_tmp.h12 const boolean quads_flatshade_last = FALSE; \

Completed in 8001 milliseconds

<<11121314151617181920>>