Searched defs:FALSE (Results 1 - 25 of 110) sorted by relevance

12345

/external/dbus/tools/
H A Ddbus-launch.h34 #ifndef FALSE
35 #define FALSE (0) macro
/external/dbus/dbus/
H A Ddbus-macros.h41 #ifndef FALSE
42 # define FALSE 0 macro
63 * @brief #TRUE, #FALSE, #NULL, and so on
96 * @def FALSE
H A Ddbus-signature.c71 real_iter->finished = FALSE;
72 real_iter->in_array = FALSE;
155 * struct, the next value in an array. Returns #FALSE at the end of the
159 * @returns FALSE if nothing more to read at or below this level
167 return FALSE;
175 return FALSE;
186 return FALSE;
198 * a non-container (i.e. if dbus_type_is_container() returns #FALSE
214 real_sub_iter->in_array = FALSE;
228 * @returns #TRUE if signature is valid or #FALSE i
288 FALSE); local
310 FALSE); local
339 FALSE); local
[all...]
/external/libpng/contrib/gregbook/
H A Dreadpng.h58 # define FALSE 0 macro
/external/ipsec-tools/src/racoon/
H A Dvar.h54 #ifndef FALSE
55 #define FALSE 0 macro
/external/bluetooth/glib/gio/
H A Dgseekable.c106 * Returns: %TRUE if @seekable can be seeked. %FALSE otherwise.
113 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE); local
136 * has occurred, this function will return %FALSE and set @error
148 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE); local
161 * Returns: %TRUE if the stream can be truncated, %FALSE otherwise.
168 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE); local
192 * has occurred, this function will return %FALSE and set @error
203 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE); local
H A Dgvfs.c66 g_return_val_if_fail (G_IS_VFS (vfs), FALSE); local
H A Dgdataoutputstream.c229 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE); local
256 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE); local
296 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE); local
336 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE); local
376 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE); local
416 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE); local
456 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE); local
496 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE); local
497 g_return_val_if_fail (str != NULL, FALSE);
H A Dgdrive.c101 static gboolean initialized = FALSE;
203 * Returns: %TRUE if the @drive contains volumes, %FALSE otherwise.
210 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE); local
247 * media changes, %FALSE otherwise.
254 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE); local
267 * Returns: %TRUE if @drive supports removable media, %FALSE otherwise.
274 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE); local
289 * Returns: %TRUE if @drive has media, %FALSE otherwise.
296 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE); local
309 * Returns: %TRUE if the @drive can be ejected, %FALSE otherwis
316 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE); local
340 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE); local
407 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE); local
408 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE); local
477 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE); local
478 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE); local
[all...]
H A Dgvolume.c126 static gboolean initialized = FALSE;
281 * Returns: %TRUE if the @volume can be mounted. %FALSE otherwise.
288 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE); local
293 return FALSE;
304 * Returns: %TRUE if the @volume can be ejected. %FALSE otherwise.
311 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE); local
316 return FALSE;
334 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE); local
339 return FALSE;
391 * @error will be set to contain the errors and %FALSE wil
407 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE); local
408 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE); local
476 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE); local
477 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE); local
[all...]
/external/bluetooth/glib/gio/tests/
H A Dfilter-streams.c27 g_filter_input_stream_set_close_base_stream (G_FILTER_INPUT_STREAM (f1), FALSE); local
57 g_filter_output_stream_set_close_base_stream (G_FILTER_OUTPUT_STREAM (f1), FALSE); local
91 g_assert (callback_happened == FALSE);
108 g_filter_input_stream_set_close_base_stream (G_FILTER_INPUT_STREAM (f1), FALSE); local
119 callback_happened = FALSE;
122 g_assert (callback_happened == FALSE);
124 g_main_context_iteration (NULL, FALSE);
136 callback_happened = FALSE;
139 g_assert (callback_happened == FALSE);
141 g_main_context_iteration (NULL, FALSE);
180 g_filter_output_stream_set_close_base_stream (G_FILTER_OUTPUT_STREAM (f1), FALSE); local
[all...]
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimeint.h34 #ifndef FALSE
35 #define FALSE (0) macro
39 #define TRUE (!FALSE)
H A Dxdgmimealias.c40 #ifndef FALSE
41 #define FALSE (0) macro
45 #define TRUE (!FALSE)
H A Dxdgmimeicon.c39 #ifndef FALSE
40 #define FALSE (0) macro
44 #define TRUE (!FALSE)
H A Dxdgmimeint.c36 #ifndef FALSE
37 #define FALSE (0) macro
41 #define TRUE (!FALSE)
H A Dxdgmimeparent.c40 #ifndef FALSE
41 #define FALSE (0) macro
45 #define TRUE (!FALSE)
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
H A Dgsm_amr_typedefs.h118 #ifndef FALSE
119 #define FALSE 0 macro
/external/opencore/codecs_v2/audio/sbc/enc/src/
H A Dsbc_type_defs.h37 *==== TRUE / FALSE ===========================================================*
39 #ifndef FALSE
40 # define FALSE 0 macro
48 *==== TRUE / FALSE ===========================================================*
/external/clearsilver/util/
H A Dneo_misc.h112 #ifndef FALSE
113 #define FALSE 0 macro
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c29 #define FALSE 0 macro
/external/opencore/codecs_v2/audio/aac/dec/include/
H A Dpv_audio_type_defs.h161 #ifndef FALSE
162 #define FALSE 0 macro
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
H A Dbgnscd.cpp70 #define FALSE 0 macro
523 inbgNoise = FALSE;
549 prevVoiced = FALSE;
564 prevVoiced = FALSE;
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Dpv_amr_wb_type_defs.h153 #ifndef FALSE
154 #define FALSE 0 macro
/external/opencore/codecs_v2/audio/mp3/dec/include/
H A Dpvmp3_audio_type_defs.h155 #ifndef FALSE
156 #define FALSE 0 macro
/external/icu4c/common/unicode/
H A Dumachine.h214 #ifndef FALSE
215 /** The FALSE value of a UBool @stable ICU 2.0 */
216 # define FALSE 0 macro

Completed in 434 milliseconds

12345