/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcst.h | 152 {doNOP, 0, 0, 0, TRUE} 154 , {doLiteralChar, 254, 14,0, TRUE} // 2 term 155 , {doLiteralChar, 130, 14,0, TRUE} // 3 156 , {doSetBegin, 91 /* [ */, 123, 205, TRUE} // 4 157 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5 158 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6 159 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7 160 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8 161 , {doNOP, 92 /* \ */, 89,0, TRUE} // 9 162 , {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 …]
|
D | csrmbcs.cpp | 135 done = TRUE; in nextByte() 255 return TRUE; in nextChar() 266 it->error = TRUE; in nextChar() 269 return TRUE; in nextChar() 309 return TRUE; in nextChar() 321 it->error = TRUE; in nextChar() 324 return TRUE; in nextChar() 335 it->error = TRUE; in nextChar() 338 return TRUE; in nextChar() 349 it->error = TRUE; in nextChar() [all …]
|
D | esctrn.cpp | 39 …return new EscapeTransliterator(ID, UnicodeString(TRUE, UNIPRE, 2), UnicodeString(), 16, 4, TRUE, … in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 43 …return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, FALSE, N… in _createEscJava() 47 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, TRUE, in _createEscC() 48 …w EscapeTransliterator(UnicodeString(), UnicodeString(TRUE, BS_U, 2), UnicodeString(), 16, 8, TRUE… in _createEscC() 52 …return new EscapeTransliterator(ID, UnicodeString(TRUE, XMLPRE, 3), UnicodeString(SEMI[0]), 16, 1,… in _createEscXML() 56 …eturn new EscapeTransliterator(ID, UnicodeString(TRUE, XML10PRE, 2), UnicodeString(SEMI[0]), 10, 1… in _createEscXML10() 60 …turn new EscapeTransliterator(ID, UnicodeString(TRUE, PERLPRE, 3), UnicodeString(RBRACE[0]), 16, 1… in _createEscPerl() 154 redoPrefix = TRUE; in handleTransliterate()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbirpt.h | 82 {doNOP, 0, 0, 0, TRUE} 84 , {doNOP, 132, 1,0, TRUE} // 2 85 , {doNoChain, 94 /* ^ */, 12, 9, TRUE} // 3 87 , {doNOP, 33 /* ! */, 19,0, TRUE} // 5 88 , {doNOP, 59 /* ; */, 1,0, TRUE} // 6 91 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 9 break-rule-end 92 , {doNOP, 132, 9,0, TRUE} // 10 95 , {doNOP, 132, 12,0, TRUE} // 13 101 , {doNOP, 33 /* ! */, 21,0, TRUE} // 19 rev-option 103 , {doOptionStart, 130, 23,0, TRUE} // 21 option-scan1 [all …]
|
/third_party/curl/tests/unit/ |
D | unit1614.c | 59 { "192.160.0.1", "192.160.0.1", 32, TRUE}, 60 { "192.160.0.1", "192.160.0.1", 0, TRUE}, 61 { "192.160.0.1", "192.160.0.1", 24, TRUE}, 62 { "192.160.0.1", "192.160.0.1", 26, TRUE}, 63 { "192.160.0.1", "192.160.0.1", 20, TRUE}, 64 { "192.160.0.1", "192.160.0.1", 18, TRUE}, 65 { "192.160.0.1", "192.160.0.1", 12, TRUE}, 66 { "192.160.0.1", "192.160.0.1", 8, TRUE}, 73 { "::1", "::1", 0, TRUE}, 74 { "::1", "::1", 128, TRUE}, [all …]
|
D | unit1397.c | 51 {"\xff", "\xff", TRUE}, 53 {"aa.aa.aa", "aa.aa.aa", TRUE}, 55 {"aa.aa.aa", "*.aa.aa", TRUE}, 56 {"192.168.0.1", "192.168.0.1", TRUE}, 62 {"h.e.llo", "*.e.llo", TRUE}, 64 {" h.e.llo", "*.e.llo", TRUE}, 65 {"h.e.llo.", "*.e.llo", TRUE}, 66 {"*.e.llo.", "*.e.llo", TRUE}, 67 {"************.e.llo.", "*.e.llo", TRUE}, 73 ".e.llo.", "*.e.llo", TRUE}, [all …]
|
D | unit1303.c | 92 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"}, 93 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"}, 94 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"}, 95 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"}, 104 {BASE + 4, 0, 10000, 0, TRUE, 6000, "6 seconds should be left"}, 105 {BASE + 4, 990000, 10000, 0, TRUE, 5010, "5010 ms should be left"}, 106 {BASE + 10, 0, 10000, 0, TRUE, -1, "timeout is -1, expired"}, 107 {BASE + 12, 0, 10000, 0, TRUE, -2000, "-2000, overdue 2 seconds"}, 116 {BASE + 4, 0, 0, 10000, TRUE, 6000, "6 seconds should be left"}, 117 {BASE + 4, 990000, 0, 10000, TRUE, 5010, "5010 ms should be left"}, [all …]
|
/third_party/curl/tests/data/ |
D | test442 | 6 # "attack.invalid", "TRUE", "/", "FALSE", "0", 44 attack.invalid TRUE / FALSE 0 name1 could-be-large-1 45 attack.invalid TRUE / FALSE 0 name2 could-be-large-2 46 attack.invalid TRUE / FALSE 0 name3 could-be-large-3 47 attack.invalid TRUE / FALSE 0 name4 could-be-large-4 48 attack.invalid TRUE / FALSE 0 name5 could-be-large-5 49 attack.invalid TRUE / FALSE 0 name6 could-be-large-6 50 attack.invalid TRUE / FALSE 0 name7 could-be-large-7 51 attack.invalid TRUE / FALSE 0 name8 could-be-large-8 52 attack.invalid TRUE / FALSE 0 name9 could-be-large-9 [all …]
|
D | test443 | 6 # "attack.invalid", "TRUE", "/", "FALSE", "0", 44 attack.invalid TRUE / FALSE 0 huge-1 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… 45 attack.invalid TRUE / FALSE 0 huge-2 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… 46 attack.invalid TRUE / FALSE 0 huge-3 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… 47 attack.invalid TRUE / FALSE 0 huge-4 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… 48 attack.invalid TRUE / FALSE 0 huge-5 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… 49 attack.invalid TRUE / FALSE 0 huge-6 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… 50 attack.invalid TRUE / FALSE 0 huge-7 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… 51 attack.invalid TRUE / FALSE 0 huge-8 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… 52 attack.invalid TRUE / FALSE 0 huge-9 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_conv.c | 173 return TRUE; in test_one() 182 return TRUE; in test_one() 191 return TRUE; in test_one() 237 success = TRUE; in test_one() 348 { TRUE, FALSE, TRUE, TRUE, 32, 4 }, 349 { TRUE, FALSE, TRUE, FALSE, 32, 4 }, 350 { TRUE, FALSE, FALSE, TRUE, 32, 4 }, 351 { TRUE, FALSE, FALSE, FALSE, 32, 4 }, 353 { TRUE, FALSE, TRUE, TRUE, 32, 8 }, 354 { TRUE, FALSE, TRUE, FALSE, 32, 8 }, [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 775 return TRUE; in is_legal_int_format_combo() 850 case PIPE_FORMAT_R64G64B64A64_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 851 case PIPE_FORMAT_R64G64B64_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 852 case PIPE_FORMAT_R64G64_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 853 case PIPE_FORMAT_R64_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 855 case PIPE_FORMAT_R32G32B32A32_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 856 case PIPE_FORMAT_R32G32B32_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 857 case PIPE_FORMAT_R32G32_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 858 case PIPE_FORMAT_R32_FLOAT: return TRUE; in translate_generic_is_output_format_supported() 860 case PIPE_FORMAT_R16G16B16A16_FLOAT: return TRUE; in translate_generic_is_output_format_supported() [all …]
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pixelformat.c | 61 return TRUE; in stw_query_attrib() 71 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; in stw_query_attrib() 72 return TRUE; in stw_query_attrib() 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; in stw_query_attrib() 76 return TRUE; in stw_query_attrib() 79 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; in stw_query_attrib() 80 return TRUE; in stw_query_attrib() 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; in stw_query_attrib() 84 return TRUE; in stw_query_attrib() 93 return TRUE; in stw_query_attrib() [all …]
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_newline.c | 95 return TRUE; in PRIV() 99 return TRUE; in PRIV() 116 return TRUE; in PRIV() 120 return TRUE; in PRIV() 126 return TRUE; in PRIV() 131 return TRUE; in PRIV() 138 return TRUE; in PRIV() 191 return TRUE; in PRIV() 195 return TRUE; in PRIV() 207 return TRUE; in PRIV() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_validate.c | 69 return TRUE; in draw_need_pipeline() 73 return TRUE; in draw_need_pipeline() 77 return TRUE; in draw_need_pipeline() 80 return TRUE; in draw_need_pipeline() 84 return TRUE; in draw_need_pipeline() 89 return TRUE; in draw_need_pipeline() 93 return TRUE; in draw_need_pipeline() 97 return TRUE; in draw_need_pipeline() 100 return TRUE; in draw_need_pipeline() 104 return TRUE; in draw_need_pipeline() [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | qmdc0c0.c | 42 NVC0C0_QMDV02_01_DEF(qmd, RUN_CTA_IN_ONE_SM_PARTITION, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 43 NVC0C0_QMDV02_01_DEF(qmd, IS_QUEUE, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 44 NVC0C0_QMDV02_01_DEF(qmd, ADD_TO_HEAD_OF_QMD_GROUP_LINKED_LIST, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 45 NVC0C0_QMDV02_01_DEF(qmd, SEMAPHORE_RELEASE_ENABLE0, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 46 NVC0C0_QMDV02_01_DEF(qmd, SEMAPHORE_RELEASE_ENABLE1, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 47 NVC0C0_QMDV02_01_DEF(qmd, REQUIRE_SCHEDULING_PCAS, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 48 NVC0C0_QMDV02_01_DEF(qmd, DEPENDENT_QMD_SCHEDULE_ENABLE, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 50 NVC0C0_QMDV02_01_DEF(qmd, DEPENDENT_QMD_FIELD_COPY, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 54 NVC0C0_QMDV02_01_DEF(qmd, INVALIDATE_TEXTURE_HEADER_CACHE, FALSE, TRUE); in NVC0C0QmdDump_V02_01() 55 NVC0C0_QMDV02_01_DEF(qmd, INVALIDATE_TEXTURE_SAMPLER_CACHE, FALSE, TRUE); in NVC0C0QmdDump_V02_01() [all …]
|
D | qmdc3c0.c | 42 NVC3C0_QMDV02_02_DEF(qmd, RUN_CTA_IN_ONE_SM_PARTITION, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 43 NVC3C0_QMDV02_02_DEF(qmd, IS_QUEUE, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 44 NVC3C0_QMDV02_02_DEF(qmd, ADD_TO_HEAD_OF_QMD_GROUP_LINKED_LIST, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 45 NVC3C0_QMDV02_02_DEF(qmd, SEMAPHORE_RELEASE_ENABLE0, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 46 NVC3C0_QMDV02_02_DEF(qmd, SEMAPHORE_RELEASE_ENABLE1, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 47 NVC3C0_QMDV02_02_DEF(qmd, REQUIRE_SCHEDULING_PCAS, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 48 NVC3C0_QMDV02_02_DEF(qmd, DEPENDENT_QMD_SCHEDULE_ENABLE, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 50 NVC3C0_QMDV02_02_DEF(qmd, DEPENDENT_QMD_FIELD_COPY, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 54 NVC3C0_QMDV02_02_DEF(qmd, INVALIDATE_TEXTURE_HEADER_CACHE, FALSE, TRUE); in NVC3C0QmdDump_V02_02() 55 NVC3C0_QMDV02_02_DEF(qmd, INVALIDATE_TEXTURE_SAMPLER_CACHE, FALSE, TRUE); in NVC3C0QmdDump_V02_02() [all …]
|
D | qmda0c0.c | 44 NVA0C0_QMDV00_06_DEF(qmd, QMD_RESERVED_V1_K, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 45 NVA0C0_QMDV00_06_DEF(qmd, QMD_RESERVED_V1_L, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 46 NVA0C0_QMDV00_06_DEF(qmd, SEMAPHORE_RELEASE_ENABLE0, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 47 NVA0C0_QMDV00_06_DEF(qmd, SEMAPHORE_RELEASE_ENABLE1, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 50 NVA0C0_QMDV00_06_DEF(qmd, QMD_RESERVED_V1_N, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 53 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_TEXTURE_HEADER_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 54 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_TEXTURE_SAMPLER_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 55 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_TEXTURE_DATA_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 56 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_SHADER_DATA_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06() 57 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_INSTRUCTION_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06() [all …]
|
/third_party/mesa3d/src/util/tests/format/ |
D | u_format_test.c | 52 return TRUE; in compare_float() 214 success = TRUE; in test_format_fetch_rgba() 228 success = TRUE; in test_format_fetch_rgba() 252 success = TRUE; in test_format_unpack_rgba() 265 success = TRUE; in test_format_unpack_rgba() 294 return TRUE; in test_format_pack_rgba_float() 310 success = TRUE; in test_format_pack_rgba_float() 318 success = TRUE; in test_format_pack_rgba_float() 322 success = TRUE; in test_format_pack_rgba_float() 338 boolean accurate = TRUE; in convert_float_to_8unorm() [all …]
|
/third_party/curl/lib/ |
D | cookie.c | 146 return TRUE; in cookie_tailmatch() 148 return TRUE; in cookie_tailmatch() 168 return TRUE; in pathmatch() 210 ret = TRUE; in pathmatch() 216 ret = TRUE; in pathmatch() 444 return TRUE; in bad_domain() 548 sep = TRUE; in Curl_cookie_add() 609 badcookie = TRUE; in Curl_cookie_add() 614 done = TRUE; in Curl_cookie_add() 616 badcookie = TRUE; in Curl_cookie_add() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/ |
D | PGI_misc_hints.txt | 94 visuals. If <mode> is TRUE, the client will tend to choose 101 non-conformant depth functions. When <mode> is TRUE or NICEST, 109 non-conformant lighting operations. When <mode> is TRUE or NICEST, 116 non-conformant scissoring operations. When <mode> is TRUE or NICEST, 123 non-conformant polygon stippling. When <mode> is TRUE or NICEST, 134 If <mode> is TRUE, NICEST, or DONT_CARE, GL prepares the native 146 is TRUE, DONT_CARE, or FASTEST, GL performs minimal synchronization 155 most conservation: FALSE, FASTEST, DONT_CARE, TRUE, or NICEST. 163 GL reclaims memory: FALSE, FASTEST, DONT_CARE, TRUE, or NICEST. 174 The <mode> for each of these hints may be TRUE or FALSE only. [all …]
|
/third_party/openGLES/extensions/PGI/ |
D | PGI_misc_hints.txt | 94 visuals. If <mode> is TRUE, the client will tend to choose 101 non-conformant depth functions. When <mode> is TRUE or NICEST, 109 non-conformant lighting operations. When <mode> is TRUE or NICEST, 116 non-conformant scissoring operations. When <mode> is TRUE or NICEST, 123 non-conformant polygon stippling. When <mode> is TRUE or NICEST, 134 If <mode> is TRUE, NICEST, or DONT_CARE, GL prepares the native 146 is TRUE, DONT_CARE, or FASTEST, GL performs minimal synchronization 155 most conservation: FALSE, FASTEST, DONT_CARE, TRUE, or NICEST. 163 GL reclaims memory: FALSE, FASTEST, DONT_CARE, TRUE, or NICEST. 174 The <mode> for each of these hints may be TRUE or FALSE only. [all …]
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | diotest4.c | 82 #define TRUE 1 macro 106 l_fail = TRUE; in runtest_f() 114 l_fail = TRUE; in runtest_f() 121 l_fail = TRUE; in runtest_f() 129 l_fail = TRUE; in runtest_f() 146 l_fail = TRUE; in runtest_s() 151 l_fail = TRUE; in runtest_s() 157 l_fail = TRUE; in runtest_s() 162 l_fail = TRUE; in runtest_s() 177 *failed = TRUE; in testcheck_end() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_type.h | 217 res_type.floating = TRUE; in lp_type_float() 218 res_type.sign = TRUE; in lp_type_float() 233 res_type.floating = TRUE; in lp_type_float_vec() 234 res_type.sign = TRUE; in lp_type_float_vec() 249 res_type.sign = TRUE; in lp_type_int() 264 res_type.sign = TRUE; in lp_type_int_vec() 306 res_type.norm = TRUE; in lp_type_unorm() 320 res_type.sign = TRUE; in lp_type_fixed() 321 res_type.fixed = TRUE; in lp_type_fixed() 335 res_type.fixed = TRUE; in lp_type_ufixed() [all …]
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfssecaudit.c | 564 return (TRUE); in open_security_api() 593 ok = TRUE; in open_volume() 822 fail = TRUE; in utf8size() 831 surrog = TRUE; in utf8size() 839 fail = TRUE; in utf8size() 842 fail = TRUE; in utf8size() 987 known = TRUE; in showsid() 993 known = TRUE; in showsid() 1000 known = TRUE; in showsid() 1004 known = TRUE; in showsid() [all …]
|