Searched defs:TRUE (Results 101 - 125 of 171) sorted by path

1234567

/external/javassist/src/main/javassist/compiler/
H A DTokenId.java110 int TRUE = 410; field in interface:TokenId
/external/jhead/
H A Djhead.h34 #ifndef TRUE
35 #define TRUE 1 macro
/external/jpeg/
H A Djmorecfg.h247 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
259 #ifndef TRUE
260 #define TRUE 1 macro
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java307 public static final BooleanLiteralExpression TRUE = new BooleanLiteralExpression(true); field in class:JavaExpression.BooleanLiteralExpression
/external/kernel-headers/original/uapi/linux/
H A Dagpgart.h45 #ifndef TRUE
46 #define TRUE 1 macro
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h40 #ifndef TRUE
41 #define TRUE (!FALSE) macro
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c30 #if (defined(NFC_HAL_HCI_INCLUDED) && (NFC_HAL_HCI_INCLUDED == TRUE))
202 nfc_hal_cb.hci_cb.hci_fw_workaround = TRUE;
203 nfc_hal_cb.hci_cb.hci_fw_validate_netwk_cmd = TRUE;
209 nfc_hal_cb.hci_cb.hci_fw_workaround = TRUE;
325 DISP_NCI (ps, (UINT16) p_msg->len, TRUE); local
343 ** TRUE to drop the packet and fake credit ntf for hcp connection
375 nfc_hal_cb.hci_cb.update_session_id = TRUE;
389 nfc_hal_cb.hci_cb.clear_all_pipes_to_uicc1 = TRUE;
410 /* return TRUE to drop this hcp without forwarding to host controller */
411 return TRUE;
[all...]
H A Dnfc_hal_main.c56 #if (NFC_HAL_DEBUG == TRUE)
359 GKI_start_timer (NFC_HAL_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE);
484 DISP_NCI (ps, (UINT16) p_msg->len, TRUE); local
505 #if (defined(NFC_HAL_HCI_INCLUDED) && (NFC_HAL_HCI_INCLUDED == TRUE))
537 #if (defined(NFC_HAL_HCI_INCLUDED) && (NFC_HAL_HCI_INCLUDED == TRUE))
589 while (TRUE)
638 free_msg = TRUE;
665 GKI_start_timer (NFC_HAL_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE);
693 while (TRUE)
720 } /* while (TRUE) */
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h40 #ifndef TRUE
41 #define TRUE (!FALSE) macro
/external/libnfc-nxp/inc/
H A DphNfcTypes.h103 #ifndef TRUE
104 #define TRUE (0x01) /**< \ingroup grp_nfc_common macro
/external/libnfc-nxp/src/
H A DphFriNfc_FelicaMap.h79 #ifndef TRUE
80 #define TRUE 1 macro
81 #endif /* #ifndef TRUE */
/external/libpcap/
H A Dpcap-dos.h29 #ifndef TRUE
30 #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
H A Dwritepng.h56 #ifndef TRUE
57 # define TRUE 1 macro
/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;
H A Dpnm2png.c26 #ifndef TRUE
27 #define TRUE (BOOL) 1 macro
78 interlace = TRUE;
81 alpha = TRUE;
238 packed_bitmap = TRUE;
437 if (packed_bitmap == TRUE)
490 return TRUE;
/external/libxml2/
H A Dtrio.c112 # define TRUE (! FALSE) macro
770 static BOOLEAN_T internalDigitsUnconverted = TRUE;
773 static BOOLEAN_T internalCollationUnconverted = TRUE;
858 return TRUE;
1567 gotSticky = TRUE;
1799 int without_namespace = TRUE;
4472 ? TRUE
4497 ? TRUE
4522 ? TRUE
4547 ? TRUE
[all...]
H A Dtriostr.c49 # define TRUE (! FALSE) macro
226 return TRUE;
277 return TRUE;
309 return TRUE;
756 return TRUE;
809 return TRUE;
1306 status = TRUE;
1329 : TRUE;
1545 return TRUE;
1573 return TRUE;
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dannotate.c201 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0); local
H A Dhists.c268 gtk_tree_view_column_set_resizable(column, TRUE);
328 gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(view), TRUE); local
367 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0); local
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/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h78 #ifndef TRUE
79 #define TRUE true macro
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h99 #ifndef TRUE
100 #define TRUE 1 macro
/external/opencv/cvaux/src/
H A D_cvaux.h69 #ifndef TRUE
70 #define TRUE 1 macro

Completed in 571 milliseconds

1234567