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

123456789

/external/webkit/Tools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/
H A Dnpapi.h4 #ifndef FALSE
5 #define FALSE (0) macro
/external/libvpx/vp8/common/
H A Dcommon_types.h16 #define FALSE 0 macro
/external/dbus/tools/
H A Ddbus-launch.h33 #ifndef FALSE
34 #define FALSE (0) macro
/external/opencv/cvaux/src/
H A D_cvaux.h66 #ifndef FALSE
67 #define FALSE 0 macro
/external/libpng/contrib/gregbook/
H A Dreadpng.h58 # define FALSE 0 macro
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.cc55 gtk_box_pack_start(GTK_BOX(content_area), label, FALSE, FALSE, 0); local
58 gtk_window_set_resizable(GTK_WINDOW(dialog_), FALSE); local
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dtranslate_message_infobar_gtk.cc22 GtkWidget* hbox = gtk_hbox_new(FALSE, gtk_util::kControlSpacing);
26 gtk_box_pack_start(GTK_BOX(hbox), CreateLabel(text.c_str()), FALSE, FALSE, 0); local
32 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); local
/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
H A Dfullscreen_exit_bubble_gtk.cc53 FALSE); local
H A Dexternal_protocol_dialog_gtk.cc82 GtkWidget* vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
95 FALSE, FALSE, 0); local
99 FALSE, FALSE, 0);
103 gtk_window_set_resizable(GTK_WINDOW(dialog_), FALSE); local
/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
/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
/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/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DDERBoolean.java12 public static final DERBoolean FALSE = new DERBoolean(false); field in class:DERBoolean
37 return (value ? TRUE : FALSE);
47 return (octets[0] != 0) ? TRUE : FALSE;
134 return (value != 0) ? "TRUE" : "FALSE";
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c29 #define FALSE 0 macro
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageAllocationAligned.cpp50 vm_map(current_task(), &address, size, alignmentMask, flags, MEMORY_OBJECT_NULL, 0, FALSE, protection, PROT_READ | PROT_WRITE | PROT_EXEC, VM_INHERIT_DEFAULT); local
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMEventTarget.cpp81 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALSE); local
82 g_return_val_if_fail(eventName, FALSE);
89 return FALSE;
94 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALSE); local
95 g_return_val_if_fail(eventName, FALSE);
102 return 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

Completed in 873 milliseconds

123456789