/external/icu/icu4c/source/i18n/ |
D | regexcst.h | 148 {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} // 10 [all …]
|
D | csdetect.cpp | 69 return TRUE; in csdet_cleanup() 88 new CSRecognizerInfo(new CharsetRecog_UTF8(), TRUE), in initRecognizers() 90 new CSRecognizerInfo(new CharsetRecog_UTF_16_BE(), TRUE), in initRecognizers() 91 new CSRecognizerInfo(new CharsetRecog_UTF_16_LE(), TRUE), in initRecognizers() 92 new CSRecognizerInfo(new CharsetRecog_UTF_32_BE(), TRUE), in initRecognizers() 93 new CSRecognizerInfo(new CharsetRecog_UTF_32_LE(), TRUE), in initRecognizers() 95 new CSRecognizerInfo(new CharsetRecog_8859_1(), TRUE), in initRecognizers() 96 new CSRecognizerInfo(new CharsetRecog_8859_2(), TRUE), in initRecognizers() 97 new CSRecognizerInfo(new CharsetRecog_8859_5_ru(), TRUE), in initRecognizers() 98 new CSRecognizerInfo(new CharsetRecog_8859_6_ar(), TRUE), in initRecognizers() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtspectest.cpp | 90 assertPatternFr("1 234,57", 1234.567, "#,##0.##", TRUE); in TestBasicPatterns() 91 assertPatternFr("1234,57", 1234.567, "0.##", TRUE); in TestBasicPatterns() 92 assertPatternFr("1235", 1234.567, "0", TRUE); in TestBasicPatterns() 93 assertPatternFr("1 234,567", 1234.567, "#,##0.###", TRUE); in TestBasicPatterns() 94 assertPatternFr("1234,567", 1234.567, "###0.#####", TRUE); in TestBasicPatterns() 95 assertPatternFr("1234,5670", 1234.567, "###0.0000#", TRUE); in TestBasicPatterns() 96 assertPatternFr("01234,5670", 1234.567, "00000.0000", TRUE); in TestBasicPatterns() 97 assertPatternFr("1 234,57 \\u20ac", 1234.567, "#,##0.00 \\u00a4", TRUE); in TestBasicPatterns() 108 assertEquals("", "34 567,89", format(1234567.89, *nf), TRUE); in TestNfSetters() 109 assertEquals("", "0 034,56", format(34.56, *nf), TRUE); in TestNfSetters() [all …]
|
D | tsputil.cpp | 109 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin() 113 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin() 115 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin() 119 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin() 121 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin() 125 maxMinTest(pinf, nan, nan, TRUE); in testMaxMin() 127 maxMinTest(ninf, nan, nan, TRUE); in testMaxMin() 131 maxMinTest(nan, nan, nan, TRUE); in testMaxMin() 135 maxMinTest(nan, pzero, nan, TRUE); in testMaxMin() 137 maxMinTest(nan, nzero, nan, TRUE); in testMaxMin() [all …]
|
/external/icu/icu4c/source/common/ |
D | rbbirpt.h | 77 {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} // 17 option-scan3 [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_conv.c | 172 return TRUE; in test_one() 181 return TRUE; in test_one() 190 return TRUE; in test_one() 222 success = TRUE; in test_one() 334 { TRUE, FALSE, TRUE, TRUE, 32, 4 }, 335 { TRUE, FALSE, TRUE, FALSE, 32, 4 }, 336 { TRUE, FALSE, FALSE, TRUE, 32, 4 }, 337 { TRUE, FALSE, FALSE, FALSE, 32, 4 }, 339 { TRUE, FALSE, TRUE, TRUE, 32, 8 }, 340 { TRUE, FALSE, TRUE, FALSE, 32, 8 }, [all …]
|
/external/curl/src/ |
D | tool_getparam.c | 69 {"*", "url", TRUE}, 70 {"*4", "dns-ipv4-addr", TRUE}, 71 {"*6", "dns-ipv6-addr", TRUE}, 72 {"*a", "random-file", TRUE}, 73 {"*b", "egd-file", TRUE}, 74 {"*B", "oauth2-bearer", TRUE}, 75 {"*c", "connect-timeout", TRUE}, 76 {"*d", "ciphers", TRUE}, 77 {"*D", "dns-interface", TRUE}, 85 {"*F", "dns-servers", TRUE}, [all …]
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 785 return TRUE; in is_legal_int_format_combo() 869 case PIPE_FORMAT_R64G64B64A64_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 870 case PIPE_FORMAT_R64G64B64_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 871 case PIPE_FORMAT_R64G64_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 872 case PIPE_FORMAT_R64_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 874 case PIPE_FORMAT_R32G32B32A32_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 875 case PIPE_FORMAT_R32G32B32_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 876 case PIPE_FORMAT_R32G32_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 877 case PIPE_FORMAT_R32_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 879 case PIPE_FORMAT_R16G16B16A16_FLOAT: return TRUE; in translate_generic_is_output_format_supported() [all …]
|
/external/libnfc-nci/src/include/ |
D | bt_target.h | 42 #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) 555 #define BTM_AUTOMATIC_HCI_RESET TRUE 565 #define BTM_PRE_LISBON_INCLUDED TRUE 570 #define BTM_SCO_INCLUDED TRUE /* TRUE includes SCO code */ 647 #define BTM_USE_INQ_RESULTS_FILTER TRUE [all …]
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 65 return TRUE; in stw_query_attrib() 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; in stw_query_attrib() 76 return TRUE; in stw_query_attrib() 79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; in stw_query_attrib() 80 return TRUE; in stw_query_attrib() 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; in stw_query_attrib() 84 return TRUE; in stw_query_attrib() 87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; in stw_query_attrib() 88 return TRUE; in stw_query_attrib() 92 return TRUE; in stw_query_attrib() [all …]
|
/external/clang/test/Analysis/ |
D | ivars.m | 15 clang_analyzer_eval(savedID == obj->uniqueID); // expected-warning{{TRUE}} 28 clang_analyzer_eval(savedID == self->uniqueID); // expected-warning{{TRUE}} 61 clang_analyzer_eval(s.a == 1); // expected-warning{{TRUE}} 62 clang_analyzer_eval(s.b == 2); // expected-warning{{TRUE}} 63 clang_analyzer_eval(c == 3); // expected-warning{{TRUE}} 64 clang_analyzer_eval(d == 4); // expected-warning{{TRUE}} 68 clang_analyzer_eval(s.a == 1); // expected-warning{{TRUE}} 69 clang_analyzer_eval(s.b == 2); // expected-warning{{TRUE}} 70 clang_analyzer_eval(c == 3); // expected-warning{{TRUE}} 71 clang_analyzer_eval(d == 0); // expected-warning{{TRUE}} [all …]
|
D | ctor.mm | 35 clang_analyzer_eval(b.x == 42); // expected-warning{{TRUE}} 49 clang_analyzer_eval(b.x == 42); // expected-warning{{TRUE}} 87 clang_analyzer_eval(a == 1); // expected-warning{{TRUE}} 88 clang_analyzer_eval(b == 2); // expected-warning{{TRUE}} 89 clang_analyzer_eval(c == 3); // expected-warning{{TRUE}} 91 clang_analyzer_eval(obj.get() == 3); // expected-warning{{TRUE}} 95 clang_analyzer_eval(base->get() == 3); // expected-warning{{TRUE}} 103 clang_analyzer_checkInlined(true); // expected-warning{{TRUE}} 126 clang_analyzer_eval(result); // expected-warning{{TRUE}} 206 clang_analyzer_eval(p2.x == 1); // expected-warning{{TRUE}} [all …]
|
D | global_region_invalidation.mm | 12 clang_analyzer_eval(p == 0); // expected-warning{{TRUE}} 19 // FIXME: Should be TRUE, but should at least not crash. 38 clang_analyzer_eval(globalInt == 42); // expected-warning{{TRUE}} 39 clang_analyzer_eval(globalStruct.value == 43); // expected-warning{{TRUE}} 50 clang_analyzer_eval(globalInt == 42); // expected-warning{{TRUE}} 51 clang_analyzer_eval(globalStruct.value == 43); // expected-warning{{TRUE}} 64 clang_analyzer_eval(globalInt == 42); // expected-warning{{TRUE}} 65 clang_analyzer_eval(globalStruct.value == 43); // expected-warning{{TRUE}} 80 clang_analyzer_eval(i == 5); // expected-warning{{TRUE}} 82 clang_analyzer_eval(i == 5); // expected-warning{{TRUE}} [all …]
|
D | uninit-vals.m | 64 clang_analyzer_eval(testObj->size == 0); // expected-warning{{TRUE}} 72 // This should be TRUE. 80 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}} 83 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}} 108 clang_analyzer_eval(testObj->size == 0); // expected-warning{{TRUE}} 109 clang_analyzer_eval(testObj->origin.x == 0); // expected-warning{{TRUE}} 110 clang_analyzer_eval(testObj->origin.y == 0); // expected-warning{{TRUE}} 111 clang_analyzer_eval(testObj->origin.z == 0); // expected-warning{{TRUE}} 119 // This should be TRUE. 121 clang_analyzer_eval(testObj->origin.x == 1); // expected-warning{{TRUE}} [all …]
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | event.cpp | 67 return TRUE; in change() 80 return TRUE; in changeEx() 93 return TRUE; in commitKey() 107 vp << TRUE; in fieldFull() 110 return TRUE; in fieldFull() 123 vp << TRUE; in keyDown() 126 return TRUE; in keyDown() 139 vp << TRUE; in modifier() 142 return TRUE; in modifier() 155 return TRUE; in name() [all …]
|
/external/cblas/testing/ |
D | c_d2chke.c | 7 int link_xerbla=TRUE; 43 cblas_ok = TRUE ; in F77_d2chke() 77 cblas_info = 2; RowMajorStrg = TRUE; RowMajorStrg = TRUE; in F77_d2chke() 81 cblas_info = 3; RowMajorStrg = TRUE; in F77_d2chke() 85 cblas_info = 4; RowMajorStrg = TRUE; in F77_d2chke() 89 cblas_info = 7; RowMajorStrg = TRUE; in F77_d2chke() 93 cblas_info = 9; RowMajorStrg = TRUE; in F77_d2chke() 97 cblas_info = 12; RowMajorStrg = TRUE; in F77_d2chke() 139 cblas_info = 2; RowMajorStrg = TRUE; in F77_d2chke() 143 cblas_info = 3; RowMajorStrg = TRUE; in F77_d2chke() [all …]
|
D | c_s2chke.c | 7 int link_xerbla=TRUE; 43 cblas_ok = TRUE ; in F77_s2chke() 77 cblas_info = 2; RowMajorStrg = TRUE; RowMajorStrg = TRUE; in F77_s2chke() 81 cblas_info = 3; RowMajorStrg = TRUE; in F77_s2chke() 85 cblas_info = 4; RowMajorStrg = TRUE; in F77_s2chke() 89 cblas_info = 7; RowMajorStrg = TRUE; in F77_s2chke() 93 cblas_info = 9; RowMajorStrg = TRUE; in F77_s2chke() 97 cblas_info = 12; RowMajorStrg = TRUE; in F77_s2chke() 139 cblas_info = 2; RowMajorStrg = TRUE; in F77_s2chke() 143 cblas_info = 3; RowMajorStrg = TRUE; in F77_s2chke() [all …]
|
D | c_z2chke.c | 7 int link_xerbla=TRUE; 45 cblas_ok = TRUE ; in F77_z2chke() 79 cblas_info = 2; RowMajorStrg = TRUE; RowMajorStrg = TRUE; in F77_z2chke() 83 cblas_info = 3; RowMajorStrg = TRUE; in F77_z2chke() 87 cblas_info = 4; RowMajorStrg = TRUE; in F77_z2chke() 91 cblas_info = 7; RowMajorStrg = TRUE; in F77_z2chke() 95 cblas_info = 9; RowMajorStrg = TRUE; in F77_z2chke() 99 cblas_info = 12; RowMajorStrg = TRUE; in F77_z2chke() 141 cblas_info = 2; RowMajorStrg = TRUE; in F77_z2chke() 145 cblas_info = 3; RowMajorStrg = TRUE; in F77_z2chke() [all …]
|
D | c_c2chke.c | 7 int link_xerbla=TRUE; 45 cblas_ok = TRUE ; in F77_c2chke() 79 cblas_info = 2; RowMajorStrg = TRUE; RowMajorStrg = TRUE; in F77_c2chke() 83 cblas_info = 3; RowMajorStrg = TRUE; in F77_c2chke() 87 cblas_info = 4; RowMajorStrg = TRUE; in F77_c2chke() 91 cblas_info = 7; RowMajorStrg = TRUE; in F77_c2chke() 95 cblas_info = 9; RowMajorStrg = TRUE; in F77_c2chke() 99 cblas_info = 12; RowMajorStrg = TRUE; in F77_c2chke() 141 cblas_info = 2; RowMajorStrg = TRUE; in F77_c2chke() 145 cblas_info = 3; RowMajorStrg = TRUE; in F77_c2chke() [all …]
|
D | c_s3chke.c | 7 int link_xerbla=TRUE; 43 cblas_ok = TRUE ; in F77_s3chke() 177 cblas_info = 4; RowMajorStrg = TRUE; in F77_s3chke() 181 cblas_info = 4; RowMajorStrg = TRUE; in F77_s3chke() 185 cblas_info = 4; RowMajorStrg = TRUE; in F77_s3chke() 189 cblas_info = 4; RowMajorStrg = TRUE; in F77_s3chke() 193 cblas_info = 5; RowMajorStrg = TRUE; in F77_s3chke() 197 cblas_info = 5; RowMajorStrg = TRUE; in F77_s3chke() 201 cblas_info = 5; RowMajorStrg = TRUE; in F77_s3chke() 205 cblas_info = 5; RowMajorStrg = TRUE; in F77_s3chke() [all …]
|
D | c_d3chke.c | 7 int link_xerbla=TRUE; 43 cblas_ok = TRUE ; in F77_d3chke() 177 cblas_info = 4; RowMajorStrg = TRUE; in F77_d3chke() 181 cblas_info = 4; RowMajorStrg = TRUE; in F77_d3chke() 185 cblas_info = 4; RowMajorStrg = TRUE; in F77_d3chke() 189 cblas_info = 4; RowMajorStrg = TRUE; in F77_d3chke() 193 cblas_info = 5; RowMajorStrg = TRUE; in F77_d3chke() 197 cblas_info = 5; RowMajorStrg = TRUE; in F77_d3chke() 201 cblas_info = 5; RowMajorStrg = TRUE; in F77_d3chke() 205 cblas_info = 5; RowMajorStrg = TRUE; in F77_d3chke() [all …]
|
/external/jhead/ |
D | jhead.c | 88 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/pcre/dist/ |
D | pcre_newline.c | 94 case CHAR_LF: *lenptr = 1; return TRUE; in PRIV() 96 return TRUE; in PRIV() 109 case CHAR_FF: *lenptr = 1; return TRUE; in PRIV() 113 return TRUE; in PRIV() 117 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; in PRIV() 119 case 0x2029: *lenptr = 3; return TRUE; /* PS */ in PRIV() 123 case 0x2029: *lenptr = 1; return TRUE; /* PS */ in PRIV() 173 return TRUE; in PRIV() 175 case CHAR_CR: *lenptr = 1; return TRUE; in PRIV() 185 return TRUE; in PRIV() [all …]
|
/external/libnfc-nci/halimpl/pn54x/log/ |
D | phNxpLog.h | 37 #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 …]
|
/external/curl/tests/unit/ |
D | unit1303.c | 85 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"}, 86 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"}, 87 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"}, 88 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"}, 109 {BASE + 4, 0, 0, 10000, TRUE, 6000, "6 seconds should be left"}, 110 {BASE + 4, 990000, 0, 10000, TRUE, 5010, "5010 ms should be left"}, 111 {BASE + 10, 0, 0, 10000, TRUE, -1, "timeout is -1, expired"}, 112 {BASE + 12, 0, 0, 10000, TRUE, -2000, "-2000, overdue 2 seconds"}, 121 {BASE + 4, 0, 0, 0, TRUE, 296000, "no timeout active"}, 122 {BASE + 4, 990000, 0, 0, TRUE, 295010, "no timeout active"}, [all …]
|