Searched refs:FALSE (Results 101 - 125 of 2028) sorted by relevance

1234567891011>>

/external/dbus/dbus/
H A Ddbus-macros.h41 #ifndef FALSE
42 # define FALSE 0 macro
89 * @brief #TRUE, #FALSE, #NULL, and so on
122 * @def FALSE
H A Ddbus-userdb-util.c50 dbus_bool_t result = FALSE;
60 return FALSE;
67 return FALSE;
87 return FALSE;
97 return FALSE;
140 return FALSE;
147 return FALSE;
177 return FALSE;
184 return FALSE;
311 * @returns #FALSE i
[all...]
/external/icu4c/common/
H A Dappendable.cpp35 return FALSE;
42 return FALSE;
H A Dicudataver.c30 result = FALSE;
68 result = FALSE;
76 *isModifiedFillin = FALSE;
/external/icu4c/test/intltest/
H A Drestest.cpp103 { "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
104 { "te", NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
105 { "te_IN", NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 { "te_NE", NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRU
[all...]
H A Dnumrgts.h96 UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE);
97 UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE);
98 UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
H A Dsimplethread.cpp118 return FALSE;
237 return FALSE;
242 return FALSE;
286 return FALSE;
334 imp->fRunning = FALSE;
342 imp->fRunning = FALSE;
343 imp->fRan = FALSE;
361 static UBool attrIsInitialized = FALSE;
368 if (attrIsInitialized == FALSE) {
374 if (attrIsInitialized == FALSE) {
[all...]
/external/icu4c/tools/genrb/
H A Derrmsg.c45 static UBool gStrict =FALSE;
52 static UBool gVerbose =FALSE;
/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/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/webkit/Source/WebCore/platform/gtk/
H A DSharedTimerGtk.cpp50 return FALSE;
72 gboolean s = FALSE;
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_int.h69 #if A2D_DYNAMIC_MEMORY == FALSE
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_uninstall_dialog_gtk.cc53 gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE); local
59 GtkWidget* icon_hbox = gtk_hbox_new(FALSE, gtk_util::kContentAreaSpacing);
69 GtkWidget* right_column_area = gtk_vbox_new(FALSE, 0);
79 gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE); local
/external/dbus/test/name-test/
H A Dtest-privserver-client.c49 dbus_connection_set_exit_on_disconnect (session, FALSE);
73 dbus_connection_set_exit_on_disconnect (privconn, FALSE);
108 open_shutdown_private_connection (FALSE);
112 open_shutdown_private_connection (FALSE);
/external/dbus/tools/
H A Ddbus-uuidgen.c59 return FALSE;
80 return FALSE;
92 ensure_uuid = FALSE;
93 get_uuid = FALSE;
/external/icu4c/common/unicode/
H A Didna.h270 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {}
307 isTransDiff=FALSE;
308 isBiDi=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...]
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp98 UBool opt_help = FALSE;
102 UBool opt_terse = FALSE;
104 UBool opt_win = FALSE; // Run with Windows native functions.
105 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
106 UBool opt_mac = FALSE; // Run with MacOSX word break services.
107 UBool opt_uselen = FALSE;
108 UBool opt_dump = FALSE;
109 UBool opt_char = FALSE;
110 UBool opt_word = FALSE;
111 UBool opt_line = FALSE;
[all...]
/external/bluetooth/bluedroid/include/
H A Dbte.h66 #define BUILD_HCITOOL FALSE
67 #define BUILD_L2PING FALSE
70 #define LINUX_FM_DRIVER_INCLUDED FALSE
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_gtk.cc124 GtkWidget* vbox = gtk_vbox_new(FALSE, 0);
130 gtk_box_pack_start(GTK_BOX(vbox), icon_container_, FALSE, FALSE, local
135 gtk_box_pack_start(GTK_BOX(vbox), label_, FALSE, FALSE, local
141 gtk_box_pack_start(GTK_BOX(vbox), mic_settings_, FALSE, FALSE, local
147 GtkWidget* button_bar = gtk_hbox_new(FALSE, kButtonBarHorizontalSpacing);
148 gtk_box_pack_start(GTK_BOX(vbox), button_bar, FALSE, FALSE, local
153 gtk_box_pack_start(GTK_BOX(button_bar), cancel_button_, TRUE, FALSE, 0); local
159 gtk_box_pack_start(GTK_BOX(button_bar), try_again_button_, TRUE, FALSE, 0); local
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dupdate_recommended_dialog.cc45 FALSE, FALSE, 0);
47 gtk_window_set_resizable(GTK_WINDOW(dialog_), FALSE); local
/external/harfbuzz/src/
H A Dharfbuzz-global.h44 #ifndef FALSE
45 #define FALSE 0 macro
49 #define TRUE (!FALSE)
/external/icu4c/test/cintltst/
H A Deurocreg.c158 return FALSE;
169 return FALSE;
174 return FALSE;
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp242 printUsage(pname, FALSE);
251 isModified=FALSE;
277 isPackage=FALSE;
298 printUsage(pname, FALSE);
308 printUsage(pname, FALSE);
342 printUsage(pname, FALSE);
367 printUsage(pname, FALSE);
374 listPkg=readList(NULL, options[OPT_REMOVE_LIST].value, FALSE);
380 printUsage(pname, FALSE);
398 printUsage(pname, FALSE);
[all...]

Completed in 432 milliseconds

1234567891011>>