Searched defs:TRUE (Results 51 - 75 of 171) sorted by relevance

1234567

/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/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/libpng/contrib/gregbook/
H A Dwritepng.h56 #ifndef TRUE
57 # define TRUE 1 macro
/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
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h233 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
245 #ifndef TRUE
246 #define TRUE 1 macro
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djmorecfg.h233 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
245 #ifndef TRUE
246 #define TRUE 1 macro
/external/ppp/pppd/
H A Dmd4.c34 #define TRUE 1 macro
/external/qemu/distrib/jpeg-6b/
H A Djmorecfg.h244 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
256 #ifndef TRUE
257 #define TRUE 1 macro
/external/tcpdump/
H A Dtcpdump-stdinc.h228 #ifndef TRUE
229 #define TRUE 1 macro
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sco.c28 #if (BTM_SCO_HCI_INCLUDED == TRUE )
44 #if BTA_AG_SCO_DEBUG == TRUE
60 #if (BTM_WBS_INCLUDED == TRUE )
71 #if (BTM_WBS_INCLUDED == TRUE )
226 #if (BTM_SCO_HCI_INCLUDED == TRUE )
227 tBTM_STATUS status = BTM_ConfigScoPath(BTM_SCO_ROUTE_PCM, NULL, NULL, TRUE);
233 #if (BTM_WBS_INCLUDED == TRUE )
252 bta_ag_cb.sco.p_curr_scb->codec_fallback = TRUE;
281 #if (BTM_SCO_HCI_INCLUDED == TRUE )
308 ** If only_active is TRUE, the
1622 bta_ag_sco_read_cback, NULL, TRUE); local
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_stddefs.h44 #ifndef TRUE
45 #define TRUE (!FALSE) /**< This define statement sets TRUE as a preprocessor alias for !FALSE. */ macro
155 /** This macro's value is TRUE if the bit specified by y is set in data item x. */
158 /** This macro's value is TRUE if the bit specified by y is not set in data item x. */
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
H A Dsbc_encoder.h39 #ifndef TRUE
40 #define TRUE (!FALSE) macro
78 /* Set SBC_USE_ARM_PRAGMA to TRUE to use "#pragma arm section zidata" */
83 /* Set SBC_ARM_ASM_OPT to TRUE in case the target is an ARM */
96 #define SBC_ARM_COMPILER TRUE
99 /* Set SBC_IPAQ_OPT to TRUE in case the target is an ARM */
102 #define SBC_IPAQ_OPT TRUE
105 /* Debug only: set SBC_IS_64_MULT_IN_WINDOW_ACCU to TRUE to use 64 bit multiplication in the windowing */
111 /* Set SBC_IS_64_MULT_IN_IDCT to TRUE to use 64 bits multiplication in the DCT of Matrixing */
113 /* CAUTION: It only apply in the if SBC_FAST_DCT is set to TRUE */
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dprint_dialog_gtk2.cc120 gtk_enumerate_printers(SetPrinter, this, NULL, TRUE);
335 gtk_window_set_modal(GTK_WINDOW(dialog_), TRUE); local
348 TRUE); local
350 TRUE); local
H A Dselect_file_dialog_impl_gtk2.cc278 gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); local
470 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), TRUE); local
504 TRUE); local
634 pixbuf ? TRUE : FALSE);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmorecfg.h231 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
243 #ifndef TRUE
244 #define TRUE 1 macro
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h243 #ifndef TRUE /* Mac standard is lower case true */
244 #define TRUE 1 macro
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h262 #define TRUE 1 macro
321 #define TRUE 1 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.h76 #ifndef TRUE
77 #define TRUE (0==0) macro
86 typedef enum boolean { false = FALSE, true = TRUE } boolean;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h20 #ifndef TRUE
21 #define TRUE 1 macro
/external/iproute2/tc/
H A Dm_xt_old.c117 #ifndef TRUE
118 #define TRUE 1 macro
132 *invert = TRUE;
140 return TRUE;
/external/libpng/contrib/pngminus/
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;

Completed in 681 milliseconds

1234567