Searched refs:TRUE (Results 1 - 25 of 2137) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dregexcst.h148 {doNOP, 0, 0, 0, TRUE}
150 , {doLiteralChar, 254, 14,0, TRUE} // 2 term
151 , {doLiteralChar, 130, 14,0, TRUE} // 3
152 , {doSetBegin, 91 /* [ */, 123, 205, TRUE} // 4
153 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5
154 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6
155 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7
156 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8
157 , {doNOP, 92 /* \ */, 89,0, TRUE} // 9
158 , {doOrOperator, 124 /* | */, 2,0, TRUE} // 1
[all...]
/external/eigen/
H A DCTestConfig.cmake13 set(CTEST_DROP_SITE_CDASH TRUE)
/external/icu/icu4c/source/common/
H A Drbbirpt.h77 {doNOP, 0, 0, 0, TRUE}
79 , {doNOP, 132, 1,0, TRUE} // 2
81 , {doNOP, 33 /* ! */, 11,0, TRUE} // 4
82 , {doNOP, 59 /* ; */, 1,0, TRUE} // 5
85 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 8 break-rule-end
86 , {doNOP, 132, 8,0, TRUE} // 9
88 , {doNOP, 33 /* ! */, 13,0, TRUE} // 11 rev-option
90 , {doOptionStart, 130, 15,0, TRUE} // 13 option-scan1
92 , {doNOP, 129, 15,0, TRUE} // 15 option-scan2
94 , {doNOP, 59 /* ; */, 1,0, TRUE} // 1
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtspectest.cpp87 assertPatternFr("1 234,57", 1234.567, "#,##0.##", TRUE);
88 assertPatternFr("1234,57", 1234.567, "0.##", TRUE);
89 assertPatternFr("1235", 1234.567, "0", TRUE);
90 assertPatternFr("1 234,567", 1234.567, "#,##0.###", TRUE);
91 assertPatternFr("1234,567", 1234.567, "###0.#####", TRUE);
92 assertPatternFr("1234,5670", 1234.567, "###0.0000#", TRUE);
93 assertPatternFr("01234,5670", 1234.567, "00000.0000", TRUE);
94 assertPatternFr("1 234,57 \\u20ac", 1234.567, "#,##0.00 \\u00a4", TRUE);
101 assertEquals("", "34 567,89", format(1234567.89, *nf), TRUE);
102 assertEquals("", "0 034,56", format(34.56, *nf), TRUE);
[all...]
H A Dtsputil.cpp109 maxMinTest(pinf, ninf, pinf, TRUE);
113 maxMinTest(pinf, pzero, pinf, TRUE);
115 maxMinTest(pinf, nzero, pinf, TRUE);
119 maxMinTest(ninf, pzero, pzero, TRUE);
121 maxMinTest(ninf, nzero, nzero, TRUE);
125 maxMinTest(pinf, nan, nan, TRUE);
127 maxMinTest(ninf, nan, nan, TRUE);
131 maxMinTest(nan, nan, nan, TRUE);
135 maxMinTest(nan, pzero, nan, TRUE);
137 maxMinTest(nan, nzero, nan, TRUE);
[all...]
H A Dtokiter.cpp34 done = TRUE;
37 haveLine = TRUE;
46 return TRUE;
62 * @return TRUE if a valid token is found, or FALSE if the end
66 ICU_Utility::skipWhitespace(line, pos, TRUE);
95 return TRUE;
97 return TRUE; // do NOT increment
107 return TRUE;
/external/pcre/dist/
H A Dpcre_newline.c70 utf TRUE if in utf mode
72 Returns: TRUE or FALSE
94 case CHAR_LF: *lenptr = 1; return TRUE;
96 return TRUE;
109 case CHAR_FF: *lenptr = 1; return TRUE;
113 return TRUE;
117 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE;
119 case 0x2029: *lenptr = 3; return TRUE; /* PS */
123 case 0x2029: *lenptr = 1; return TRUE; /* PS */
145 utf TRUE i
[all...]
/external/lzma/CPP/7zip/UI/Console/
H A DConsoleClose.cpp18 return TRUE;
23 return TRUE;
31 return TRUE;
60 if(!SetConsoleCtrlHandler(HandlerRoutine, TRUE))
/external/v8/src/
H A Dv8dll-main.cc18 return TRUE;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c172 return TRUE;
181 return TRUE;
190 return TRUE;
222 success = TRUE;
334 { TRUE, FALSE, TRUE, TRUE, 32, 4 },
335 { TRUE, FALSE, TRUE, FALSE, 32, 4 },
336 { TRUE, FALS
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_HuffmanTable_Standard.h22 const FX_BOOL HuffmanTable_HTOOB_B2 = TRUE;
33 const FX_BOOL HuffmanTable_HTOOB_B3 = TRUE;
101 const FX_BOOL HuffmanTable_HTOOB_B8 = TRUE;
125 const FX_BOOL HuffmanTable_HTOOB_B9 = TRUE;
150 const FX_BOOL HuffmanTable_HTOOB_B10 = TRUE;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c65 return TRUE;
75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE;
76 return TRUE;
79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE;
80 return TRUE;
83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE;
84 return TRUE;
87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE;
88 return TRUE;
92 return TRUE;
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Button.cpp38 m_bMouseDown = TRUE;
41 return TRUE;
51 return TRUE;
H A DPWL_SpecialButton.cpp63 return TRUE;
69 return TRUE;
91 SetCheck(TRUE);
92 return TRUE;
107 SetCheck(TRUE);
108 return TRUE;
/external/skia/tools/
H A Dwin_lcid.cpp12 return (TRUE);
18 return (TRUE);
26 return (TRUE);
/external/libnfc-nci/src/include/
H A Dbt_target.h42 #define BT_BRCM_VS_INCLUDED TRUE
52 #define GPS_INCLUDED TRUE
397 #if (HCISU_H4_INCLUDED == TRUE)
448 #if (HCISU_H4_INCLUDED == TRUE)
457 #if (HCISU_H4_INCLUDED == TRUE)
466 #if (HCISU_H4_INCLUDED == TRUE)
483 /* If TRUE, BTU task will check HCISU again when HCI command timer expires */
488 /* If TRUE, stack is compiled to include MM dual stack functionality */
493 /* If TRUE, stack is compiled to support Embedded Lite Stack in BT chip */
498 /* If TRUE, stac
[all...]
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_nv_ci.h28 #if (defined(NFC_HAL_HCI_INCLUDED) && (NFC_HAL_HCI_INCLUDED == TRUE))
/external/lzma/C/Util/LzmaLib/
H A DLzmaLibExports.c11 return TRUE;
/external/pdfium/fpdfsdk/src/javascript/
H A Dconsole.cpp43 return TRUE;
48 return TRUE;
57 return TRUE;
62 return TRUE;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fence.c48 return TRUE;
58 return TRUE;
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c785 return TRUE;
869 case PIPE_FORMAT_R64G64B64A64_FLOAT: return TRUE;
870 case PIPE_FORMAT_R64G64B64_FLOAT: return TRUE;
871 case PIPE_FORMAT_R64G64_FLOAT: return TRUE;
872 case PIPE_FORMAT_R64_FLOAT: return TRUE;
874 case PIPE_FORMAT_R32G32B32A32_FLOAT: return TRUE;
875 case PIPE_FORMAT_R32G32B32_FLOAT: return TRUE;
876 case PIPE_FORMAT_R32G32_FLOAT: return TRUE;
877 case PIPE_FORMAT_R32_FLOAT: return TRUE;
879 case PIPE_FORMAT_R16G16B16A16_FLOAT: return TRUE;
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c87 return TRUE;
91 return TRUE;
95 return TRUE;
102 return TRUE;
107 return TRUE;
111 return TRUE;
115 return TRUE;
123 return TRUE;
128 return TRUE;
134 return TRUE;
[all...]
/external/jhead/
H A Djhead.c88 static int ShowFileInfo = TRUE; // Indicates to show standard file info
229 Modified = TRUE;
237 if (a == 3) HasScandate = TRUE;
241 Modified = TRUE;
249 TagExists = TRUE;
251 Modified = TRUE;
271 Modified = TRUE;
279 Modified = TRUE;
304 return TRUE;
387 TempUsed = TRUE;
[all...]
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_RadioButton.cpp40 return TRUE;
64 if (bReset) return TRUE;
65 if (bExit) return TRUE;
69 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
70 pWnd->SetCheck(TRUE);
72 return TRUE;
85 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
86 pWnd->SetCheck(TRUE);
91 return TRUE;
/external/libnfc-nci/halimpl/pn54x/log/
H A DphNxpLog.h37 #define ENABLE_EXTNS_TRACES TRUE
38 #define ENABLE_HAL_TRACES TRUE
39 #define ENABLE_TML_TRACES TRUE
40 #define ENABLE_FWDNLD_TRACES TRUE
41 #define ENABLE_NCIX_TRACES TRUE
42 #define ENABLE_NCIR_TRACES TRUE
103 #if (ENABLE_EXTNS_TRACES == TRUE )
114 #if (ENABLE_HAL_TRACES == TRUE )
125 #if (ENABLE_NCIX_TRACES == TRUE )
136 #if (ENABLE_NCIR_TRACES == TRUE )
[all...]

Completed in 8640 milliseconds

1234567891011>>