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

1234567

/external/checkpolicy/
H A Dpolicy_define.h14 #define FALSE 0 macro
/external/opencv/cvaux/src/
H A D_cvaux.h66 #ifndef FALSE
67 #define FALSE 0 macro
/external/chromium_org/third_party/fips181/
H A Downtypes.h40 #define FALSE 0 macro
/external/libpng/contrib/gregbook/
H A Dreadpng.h58 # define FALSE 0 macro
/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h25 #ifndef FALSE
26 # define FALSE false macro
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dstandard.h27 #ifndef FALSE
28 #define FALSE 0 macro
/external/ipsec-tools/src/racoon/
H A Dvar.h54 #ifndef FALSE
55 #define FALSE 0 macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dprogress.c22 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 3); local
/external/chromium_org/remoting/host/
H A Dcontinue_window_linux.cc82 gtk_window_set_resizable(GTK_WINDOW(continue_window_), FALSE); local
H A Ddisconnect_window_linux.cc101 gtk_window_set_resizable(window, FALSE);
108 gtk_window_set_decorated(window, FALSE);
113 gtk_window_set_deletable(window, FALSE);
140 GtkWidget* button_row = gtk_hbox_new(FALSE, 12);
145 gtk_box_pack_end(GTK_BOX(button_row), button_, FALSE, FALSE, 0); local
150 gtk_box_pack_end(GTK_BOX(button_row), message_, FALSE, FALSE, 0); local
194 return FALSE;
269 gdk_window_set_back_pixmap(widget->window, background, FALSE);
[all...]
/external/chromium_org/third_party/npapi/npspy/include/
H A Dxp.h77 #ifndef FALSE
78 #define FALSE false macro
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c29 #define FALSE 0 macro
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiplusInit.h53 BOOL SuppressBackgroundThread; // FALSE unless you're prepared to call
55 BOOL SuppressExternalCodecs; // FALSE unless you want GDI+ only to use
60 BOOL suppressBackgroundThread = FALSE,
61 BOOL suppressExternalCodecs = FALSE)
74 // The following 2 fields are NULL if SuppressBackgroundThread is FALSE.
92 // output - may be NULL only if input->SuppressBackgroundThread is FALSE.
58 GdiplusStartupInput( DebugEventProc debugEventCallback = NULL, BOOL suppressBackgroundThread = FALSE, BOOL suppressExternalCodecs = FALSE) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERBoolean.java17 public static final ASN1Boolean FALSE = new ASN1Boolean(false); field in class:DERBoolean
36 return ((DERBoolean)obj).isTrue() ? DERBoolean.TRUE : DERBoolean.FALSE;
48 return (value ? TRUE : FALSE);
57 return (value != 0 ? TRUE : FALSE);
67 return (octets[0] != 0) ? TRUE : FALSE;
173 return (value[0] != 0) ? "TRUE" : "FALSE";
185 return FALSE;
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgtkvideorenderer.cc127 gtk_window_set_resizable(GTK_WINDOW(window_), FALSE); local
/external/chromium_org/third_party/libxml/src/include/
H A Dwin32config.h116 #if !defined(FALSE)
117 #define FALSE 0 macro
120 #define TRUE (!(FALSE))
/external/chromium_org/third_party/libxml/win32/
H A Dconfig.h116 #if !defined(FALSE)
117 #define FALSE 0 macro
120 #define TRUE (!(FALSE))
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h81 #ifndef FALSE
82 #define FALSE false macro
/external/fio/
H A Dgerror.c39 gtk_box_pack_start(GTK_BOX(ui->vbox), ui->error_info_bar, FALSE, FALSE, 0); local
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h25 #ifndef FALSE
26 #define FALSE 0 macro
41 #define TRUE (!FALSE)
55 #define BIG_ENDIAN FALSE
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h25 #ifndef FALSE
26 #define FALSE 0 macro
41 #define TRUE (!FALSE)
55 #define BIG_ENDIAN FALSE
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h81 #ifndef FALSE
82 #define FALSE false macro
/external/aac/libAACenc/src/
H A Dpsy_const.h95 #define FALSE 0 macro
/external/bluetooth/bluedroid/hci/include/
H A Dbt_hci_bdroid.h43 # ifndef FALSE
44 # define FALSE 0 macro
47 # define TRUE (!FALSE)
51 # ifndef FALSE
52 # define FALSE false macro
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc118 FALSE, 0); local

Completed in 582 milliseconds

1234567