Searched refs:FALSE (Results 176 - 200 of 2028) sorted by relevance

1234567891011>>

/external/icu4c/i18n/
H A Dfpositer.cpp53 return FALSE;
58 return rhs.data ? data->operator==(*rhs.data) : FALSE;
106 return FALSE;
H A Dregextxt.h30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
/external/icu4c/layout/
H A DThaiLayoutEngine.cpp82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success);
91 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success);
/external/wpa_supplicant_8/hostapd/src/common/
H A Ddefs.h12 #ifdef FALSE
13 #undef FALSE macro
18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; enumerator in enum:__anon15384
/external/wpa_supplicant_8/src/common/
H A Ddefs.h12 #ifdef FALSE
13 #undef FALSE macro
18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; enumerator in enum:__anon15608
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddefs.h12 #ifdef FALSE
13 #undef FALSE macro
18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; enumerator in enum:__anon15834
/external/aac/libAACenc/src/
H A Dpsy_const.h95 #define FALSE 0 macro
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
H A Dsbc_enc_func_declare.h30 #if (SBC_IS_64_MULT_IN_WINDOW_ACCU == FALSE)
/external/chromium/base/win/
H A Dobject_watcher_unittest.cc41 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
62 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
83 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
107 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL); // not signaled
/external/icu4c/common/unicode/
H A Dunimatch.h119 * match, or a mismatch. If incremental is FALSE then
141 UBool escapeUnprintable = FALSE) const = 0;
/external/icu4c/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 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...]
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...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_sys_int.h68 #if NFA_DYNAMIC_MEMORY == FALSE
/external/libpng/contrib/gregbook/
H A Dreadpng.h58 # define FALSE 0 macro
/external/qemu/distrib/jpeg-6b/
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/qemu/distrib/sdl-1.2.15/src/thread/pth/
H A DSDL_sysmutex.c71 pth_mutex_acquire(&(mutex->mutexpth_p), FALSE, NULL);
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DPlatformVideoWindowGtk.cpp38 gtk_widget_set_double_buffered(m_videoWindow, FALSE);
/external/webkit/Tools/DumpRenderTree/win/
H A DGCControllerWin.cpp50 collector->collectOnAlternateThread(waitUntilDone ? TRUE : FALSE);
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sco.c36 #define BTA_AG_SCO_DEBUG FALSE
287 BOOLEAN removed_started = FALSE;
446 p_scb->codec_fallback = FALSE;
497 p_scb->retry_with_sco_only = FALSE;
498 APPL_TRACE_API0("Setting retry_with_sco_only to FALSE");
510 p_scb->retry_with_sco_only = FALSE;
562 p_scb->retry_with_sco_only = FALSE;
607 bta_ag_sco_codec_nego(p_scb, FALSE);
709 bta_ag_create_sco(p_scb, FALSE);
724 bta_ag_create_sco(p_scb, FALSE);
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_viewer.cc186 general_page_vbox_ = gtk_vbox_new(FALSE, gtk_util::kContentAreaSpacing);
190 GtkWidget* uses_vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
191 gtk_box_pack_start(GTK_BOX(general_page_vbox_), uses_vbox, FALSE, FALSE, 0); local
196 FALSE, FALSE, 0);
205 FALSE, FALSE, 0);
208 FALSE, FALSE, local
216 FALSE, FALSE, 0); local
533 FALSE, FALSE, 0); local
548 gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(hierarchy_tree), FALSE); local
568 hierarchy_scroll_window, FALSE, FALSE, 0); local
579 gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(fields_tree_), FALSE); local
610 gtk_text_view_set_editable(GTK_TEXT_VIEW(field_value_view), FALSE); local
633 FALSE, FALSE, 0); local
641 FALSE, FALSE, 0); local
[all...]
/external/dbus/bus/
H A Dtest.c81 /* can return FALSE on OOM but we just let it fire again later */
139 return FALSE;
141 retval = FALSE;
230 return FALSE;
254 while (_dbus_loop_iterate (client_loop, FALSE))
279 while (_dbus_loop_iterate (bus_context_get_loop (context), FALSE))
288 while (_dbus_loop_iterate (bus_context_get_loop (context), FALSE) ||
289 (client_loop == NULL || _dbus_loop_iterate (client_loop, FALSE)))
326 context = bus_context_new (&config_file, FALSE, NULL, NULL, NULL, FALSE,
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-hangul.c178 return FALSE;
180 item->attributes[i].mark = FALSE;
181 item->attributes[i].clusterStart = FALSE;
183 item->attributes[i].zeroWidth = FALSE;
198 positioned = HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE);
203 return FALSE;
223 allPrecomposed = FALSE;
229 HB_Bool openType = FALSE;
253 return FALSE;
/external/icu4c/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;
96 utb = utext_clone(NULL, uta, FALSE, FALSE, &status);
124 TEST_ASSERT(b==FALSE);
164 TEST_ASSERT(b==FALSE);
266 TEST_ASSERT(b == FALSE);
269 TEST_ASSERT(b == FALSE);
281 FALSE, /* move flag */

Completed in 443 milliseconds

1234567891011>>