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

123456

/external/selinux/checkpolicy/
H A Dpolicy_define.h13 #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
H A Dreadpng2.h58 # define FALSE 0 macro
/external/ipsec-tools/src/racoon/
H A Dvar.h54 #ifndef FALSE
55 #define FALSE 0 macro
/external/linux-tools-perf/src/tools/perf/ui/gtk/
H A Dprogress.c22 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 3); local
/external/squashfs-tools/squashfs-tools/
H A Dread_file.c34 #define FALSE 0 macro
55 return FALSE;
138 if(res == FALSE)
149 return FALSE;
H A Drestore.c46 #define FALSE 0 macro
82 set_progressbar_state(FALSE);
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c29 #define FALSE 0 macro
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Boolean.java14 * <li> ASN1Boolean.FALSE literal</li>
30 public static final ASN1Boolean FALSE = new ASN1Boolean(false); field in class:ASN1Boolean
71 return (value ? TRUE : FALSE);
81 return (value != 0 ? TRUE : FALSE);
91 return (octets[0] != 0) ? TRUE : FALSE;
198 return (value[0] != 0) ? "TRUE" : "FALSE";
210 return FALSE;
/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/libxml2/include/
H A Dwin32config.h120 #if !defined(FALSE)
121 #define FALSE 0 macro
124 #define TRUE (!(FALSE))
/external/libxml2/win32/VC10/
H A Dconfig.h117 #if !defined(FALSE)
118 #define FALSE 0 macro
121 #define TRUE (!(FALSE))
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h81 #ifndef FALSE
82 #define FALSE false macro
/external/openssh/contrib/
H A Dgnome-ssh-askpass1.c86 label, FALSE, FALSE, 0);
90 gtk_box_pack_start(GTK_BOX(GNOME_DIALOG(dialog)->vbox), entry, FALSE,
91 FALSE, 0);
92 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE); local
99 gtk_window_set_policy(GTK_WINDOW(dialog), FALSE, FALSE, TRUE); local
111 if (gdk_keyboard_grab(dialog->window, FALSE, GDK_CURRENT_TIME))
H A Dgnome-ssh-askpass2.c106 gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), entry, FALSE,
107 FALSE, 0);
108 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE); local
143 FALSE, GDK_CURRENT_TIME);
/external/aac/libAACenc/src/
H A Dpsy_const.h95 #define FALSE 0 macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h240 #ifndef FALSE
241 /** The FALSE value of a UBool @stable ICU 2.0 */
242 # define FALSE 0 macro
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h28 #define FALSE 0 macro
/external/libnfc-nxp/src/
H A DphFriNfc_FelicaMap.h83 #ifndef FALSE
84 #define FALSE 0 macro
85 #endif /* #ifndef FALSE */
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c29 #ifndef FALSE
30 #define FALSE (BOOL) 0 macro
67 BOOL alpha = FALSE;
77 raw = FALSE;
145 if (png2pnm (fp_rd, fp_wr, fp_al, raw, alpha) == FALSE)
213 return FALSE;
217 return FALSE;
224 return FALSE; /* out of memory */
230 return FALSE; /* out of memory */
236 return FALSE;
[all...]
/external/libxml2/
H A DtestOOMlib.c22 #ifndef FALSE
23 #define FALSE (0) macro
82 * fail. If it returns #FALSE, then the allocation
105 return FALSE;
215 return FALSE;
232 * call to malloc() each time. If the function ever returns #FALSE,
234 * valid (such as returning an error, or succeeding) occurs, and #FALSE
237 * Returns #TRUE if the function never returns FALSE
250 return FALSE;
256 return FALSE;
[all...]
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h101 #define FALSE 0 macro

Completed in 4934 milliseconds

123456