Searched defs:TRUE (Results 26 - 50 of 144) sorted by relevance

123456

/external/pdfium/fpdfsdk/src/javascript/
H A Devent.cpp76 return TRUE;
89 return TRUE;
102 return TRUE;
116 vp << TRUE;
119 return TRUE;
132 vp << TRUE; local
135 return TRUE;
148 vp << TRUE; local
151 return TRUE;
164 return TRUE;
283 vp << TRUE; local
374 vp << TRUE; local
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListCtrl.cpp63 ResetAll(TRUE, nStart);
122 pChild->Move(CPDF_Rect(fLeft, fy-fItemHeight, fWidth - fRight, fy), TRUE, FALSE); local
/external/squashfs-tools/squashfs-tools/
H A Dsort.c26 #define TRUE 1 macro
127 return TRUE;
165 return TRUE;
186 return TRUE;
330 return TRUE;
/external/svox/pico/lib/
H A Dpicopal.h57 #define TRUE 1 macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser.c107 return TRUE;
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL); local
/external/wpa_supplicant_8/src/utils/
H A Dbrowser.c107 return TRUE;
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL); local
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser.c107 return TRUE;
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL); local
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventListener.java47 public static final int TRUE = 1; field in interface:DebugEventListener
/external/fio/
H A Dghelpers.c14 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3); local
27 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3); local
65 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3); local
79 gtk_box_pack_start(GTK_BOX(box), button, TRUE, TRUE, 0); local
122 gtk_tree_view_column_set_resizable(col, TRUE);
123 gtk_tree_view_column_pack_start(col, renderer, TRUE);
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h447 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) { argument
/external/icu/icu4c/source/samples/layout/
H A Dcgnomelayout.c136 gtk_window_set_modal(GTK_WINDOW(fileselection), TRUE); local
192 return TRUE;
206 return TRUE;
221 return TRUE;
H A Dgnomelayout.cpp144 gtk_window_set_modal(GTK_WINDOW(fileselection), TRUE); local
200 return TRUE;
214 return TRUE;
227 return TRUE;
/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/libvncserver/examples/
H A Dmac.c35 #undef TRUE macro
47 rfbBool rfbNoSleep = TRUE;
66 dim_time_saved = TRUE;
94 sleep_time_saved = TRUE;
142 initialized = TRUE;
212 rfbBool disconnectAfterFirstClient = TRUE;
436 CGPostMouseEvent(position, TRUE, 8,
437 (buttonMask & (1 << 0)) ? TRUE : FALSE,
438 (buttonMask & (1 << 1)) ? TRUE : FALSE,
439 (buttonMask & (1 << 2)) ? TRUE
[all...]
/external/libxml2/
H A DtestOOM.c31 #ifndef TRUE
32 #define TRUE (1) macro
219 return TRUE;
235 error = TRUE;
256 status = TRUE;
/external/linux-tools-perf/src/tools/perf/ui/gtk/
H A Dannotate.c201 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/selinux/libsemanage/src/
H A Dutilities.c31 #define TRUE 1 macro
67 return TRUE;

Completed in 807 milliseconds

123456