Searched defs:TRUE (Results 1 - 25 of 144) sorted by relevance

123456

/external/selinux/checkpolicy/
H A Dpolicy_define.h12 #define TRUE 1 macro
/external/opencv/cvaux/src/
H A D_cvaux.h69 #ifndef TRUE
70 #define TRUE 1 macro
/external/libpng/contrib/gregbook/
H A Dreadpng.h56 #ifndef TRUE
57 # define TRUE 1 macro
H A Dreadpng2.h56 #ifndef TRUE
57 # define TRUE 1 macro
/external/ipsec-tools/src/racoon/
H A Dvar.h57 #ifndef TRUE
58 #define TRUE 1 macro
/external/linux-tools-perf/src/tools/perf/ui/gtk/
H A Dprogress.c16 GtkWidget *vbox = gtk_vbox_new(TRUE, 5);
22 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 3); local
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3); local
/external/squashfs-tools/squashfs-tools/
H A Dread_file.c33 #define TRUE 1 macro
144 return TRUE;
H A Drestore.c47 #define TRUE 1 macro
77 interrupted = TRUE;
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c28 #define TRUE 1 macro
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Boolean.java13 * <li> ASN1Boolean.TRUE literal</li>
31 public static final ASN1Boolean TRUE = new ASN1Boolean(true); 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";
214 return TRUE;
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h40 #ifndef TRUE
41 #define TRUE (!FALSE) macro
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h40 #ifndef TRUE
41 #define TRUE (!FALSE) macro
/external/libxml2/include/
H A Dwin32config.h123 #if !defined(TRUE)
124 #define TRUE (!(FALSE)) macro
/external/libxml2/win32/VC10/
H A Dconfig.h120 #if !defined(TRUE)
121 #define TRUE (!(FALSE)) macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h78 #ifndef TRUE
79 #define TRUE true macro
/external/openssh/contrib/
H A Dgnome-ssh-askpass1.c99 gtk_window_set_policy(GTK_WINDOW(dialog), FALSE, FALSE, TRUE); local
100 gnome_dialog_close_hides(GNOME_DIALOG(dialog), TRUE); local
108 if (grab_pointer && gdk_pointer_grab(dialog->window, TRUE, 0,
H A Dgnome-ssh-askpass2.c72 TRUE); local
114 gtk_window_set_keep_above(GTK_WINDOW(dialog), TRUE); local
116 TRUE); local
123 gtk_window_set_keep_above(GTK_WINDOW(dialog), TRUE); local
130 (GTK_WIDGET(dialog))->window, TRUE, 0, NULL,
/external/aac/libAACenc/src/
H A Dpsy_const.h94 #define TRUE 1 macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h236 #ifndef TRUE
237 /** The TRUE value of a UBool @stable ICU 2.0 */
238 # define TRUE 1 macro
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h27 #define TRUE 1 macro
/external/libnfc-nxp/src/
H A DphFriNfc_FelicaMap.h79 #ifndef TRUE
80 #define TRUE 1 macro
81 #endif /* #ifndef TRUE */
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c26 #ifndef TRUE
27 #define TRUE (BOOL) 1 macro
66 BOOL raw = TRUE;
80 raw = TRUE;
83 alpha = TRUE;
428 return TRUE;
/external/libxml2/
H A DtestOOMlib.c19 #ifndef TRUE
20 #define TRUE (1) macro
81 * it returns #TRUE, then the allocation should
85 * returns #TRUE if this alloc should fail
100 return TRUE;
222 return TRUE;
233 * the test fails. The function should return #TRUE whenever something
237 * Returns #TRUE if the function never returns FALSE
268 return TRUE;
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h99 #ifndef TRUE
100 #define TRUE 1 macro
/external/opencv/ml/src/
H A D_ml.h63 #ifndef TRUE
64 #define TRUE 1 macro

Completed in 833 milliseconds

123456