/third_party/node/deps/icu-small/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 …]
|
/third_party/flutter/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 …]
|
/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 …]
|
/third_party/icu/icu4c/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 …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtspectest.cpp | 92 assertPatternFr("1\\u202F234,57", 1234.567, "#,##0.##", TRUE); in TestBasicPatterns() 93 assertPatternFr("1234,57", 1234.567, "0.##", TRUE); in TestBasicPatterns() 94 assertPatternFr("1235", 1234.567, "0", TRUE); in TestBasicPatterns() 95 assertPatternFr("1\\u202F234,567", 1234.567, "#,##0.###", TRUE); in TestBasicPatterns() 96 assertPatternFr("1234,567", 1234.567, "###0.#####", TRUE); in TestBasicPatterns() 97 assertPatternFr("1234,5670", 1234.567, "###0.0000#", TRUE); in TestBasicPatterns() 98 assertPatternFr("01234,5670", 1234.567, "00000.0000", TRUE); in TestBasicPatterns() 99 assertPatternFr("1\\u202F234,57 \\u20ac", 1234.567, "#,##0.00 \\u00a4", TRUE); in TestBasicPatterns() 110 assertEquals("", u"34\u202F567,89", format(1234567.89, *nf), TRUE); in TestNfSetters() 111 assertEquals("", u"0\u202F034,56", format(34.56, *nf), TRUE); in TestNfSetters() [all …]
|
D | tsputil.cpp | 111 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin() 115 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin() 117 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin() 121 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin() 123 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin() 127 maxMinTest(pinf, nan, nan, TRUE); in testMaxMin() 129 maxMinTest(ninf, nan, nan, TRUE); in testMaxMin() 133 maxMinTest(nan, nan, nan, TRUE); in testMaxMin() 137 maxMinTest(nan, pzero, nan, TRUE); in testMaxMin() 139 maxMinTest(nan, nzero, nan, TRUE); in testMaxMin() [all …]
|
/third_party/node/deps/icu-small/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/flutter/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/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/icu/icu4c/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/iowow/src/json/tests/ |
D | jbl_test_binn2.c | 246 return TRUE; in AlmostEqualFloats() 262 CU_ASSERT(binn_object_set(obj, "int32", BINN_INT32, &vint32, 0) == TRUE); in test_create_object_1() 264 CU_ASSERT(binn_object_set(obj, "int16", BINN_INT16, &vint16, 0) == TRUE); in test_create_object_1() 266 CU_ASSERT(binn_object_set(obj, "int8", BINN_INT8, &vint8, 0) == TRUE); in test_create_object_1() 268 CU_ASSERT(binn_object_set(obj, "int64", BINN_INT64, &vint64, 0) == TRUE); in test_create_object_1() 271 CU_ASSERT(binn_object_set(obj, "uint32", BINN_UINT32, &vuint32, 0) == TRUE); in test_create_object_1() 273 CU_ASSERT(binn_object_set(obj, "uint16", BINN_UINT16, &vuint16, 0) == TRUE); in test_create_object_1() 275 CU_ASSERT(binn_object_set(obj, "uint8", BINN_UINT8, &vuint8, 0) == TRUE); in test_create_object_1() 277 CU_ASSERT(binn_object_set(obj, "uint64", BINN_UINT64, &vuint64, 0) == TRUE); in test_create_object_1() 280 CU_ASSERT(binn_object_set(obj, "float32", BINN_FLOAT32, &vfloat32, 0) == TRUE); in test_create_object_1() [all …]
|
D | jbl_test_binn1.c | 50 return TRUE; in CheckAllocation() 178 return TRUE; in AlmostEqualFloats() 201 return TRUE; in AlmostEqualDoubles() 208 return TRUE; in AlmostEqualDoubles() 236 CU_ASSERT(AlmostEqualDoubles(d1, 1.234) == TRUE); in test_floating_point_numbers() 238 CU_ASSERT(AlmostEqualFloats(f1, 1.234, 2) == TRUE); in test_floating_point_numbers() 241 CU_ASSERT(AlmostEqualDoubles(d1, 1.2345) == TRUE); in test_floating_point_numbers() 243 CU_ASSERT(AlmostEqualFloats(f1, 1.2345, 2) == TRUE); in test_floating_point_numbers() 249 CU_ASSERT(AlmostEqualDoubles(d1, 1.234) == TRUE); in test_floating_point_numbers() 251 CU_ASSERT(AlmostEqualFloats(f1, 1.234, 2) == TRUE); in test_floating_point_numbers() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audiocdsrc.c | 54 {TRUE, 1, 0, 20664, NULL,}, 55 {TRUE, 2, 20665, 52377, NULL,}, 56 {TRUE, 3, 52378, 84100, NULL,}, 57 {TRUE, 4, 84101, 105401, NULL,}, 58 {TRUE, 5, 105402, 123060, NULL,}, 59 {TRUE, 6, 123061, 146497, NULL,}, 60 {TRUE, 7, 146498, 175693, NULL,}, 61 {TRUE, 8, 175694, 203272, NULL,}, 62 {TRUE, 9, 203273, 217909, NULL,}, 63 {TRUE, 10, 217910, 240938, NULL,}, [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/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpvp8.c | 99 return create_rtp_vp8_buffer_full (seqnum, picid, picid_bits, buf_pts, TRUE, in create_rtp_vp8_buffer() 100 TRUE); in create_rtp_vp8_buffer() 143 …VP8_PAY_PICTURE_ID_15BITS, TRUE, 4, 0x90}, /* X bit to allow for I bit with M bit means header … 150 …VP8_PAY_PICTURE_ID_15BITS, TRUE, 4, 0xB0}, /* X bit to allow for I bit with M bit means header … 228 …VP8_PAY_PICTURE_ID_15BITS, TRUE, FALSE, FALSE, 4, 0x90, 0x80}, /* X bit to allow for I bit … 230 …VP8_PAY_NO_PICTURE_ID, FALSE, TRUE, FALSE, 4, 0x90, 0x60}, /* no picture ID single byte header,… 232 …VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, FALSE, 5, 0x90, 0xE0}, /* X bit to allow for I bit means he… 234 …VP8_PAY_PICTURE_ID_15BITS, TRUE, TRUE, FALSE, 6, 0x90, 0xE0}, /* X bit to allow for I bit with M b… 236 …VP8_PAY_NO_PICTURE_ID, FALSE, TRUE, TRUE, 4, 0x90, 0x60}, /* no picture ID single byte header,… 238 …VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, TRUE, 5, 0x90, 0xE0}, /* X bit to allow for I bit means he… [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioconvert.c | 73 gst_pad_set_active (mysrcpad, TRUE); in setup_audioconvert() 74 gst_pad_set_active (mysinkpad, TRUE); in setup_audioconvert() 508 TRUE) 513 GST_FLOW_NOT_NEGOTIATED, TRUE) 532 in_i, get_int_caps (2, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED), in GST_START_TEST() 533 out, get_int_caps (1, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED)); in GST_START_TEST() 535 in_p, get_int_caps (2, G_BYTE_ORDER, 16, 16, TRUE, PLANAR), in GST_START_TEST() 536 out, get_int_caps (1, G_BYTE_ORDER, 16, 16, TRUE, PLANAR)); in GST_START_TEST() 545 in, get_int_caps (1, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED), in GST_START_TEST() 546 out_i, get_int_caps (2, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED)); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | uvch264demux.c | 71 have_##type##_eos = TRUE; \ 80 return TRUE; \ 113 gst_bus_set_flushing (bus, TRUE); in _teardown_test() 179 gst_pad_set_active (mjpg_pad, TRUE); in _setup_test() 193 gst_pad_set_active (h264_pad, TRUE); in _setup_test() 207 gst_pad_set_active (yuy2_pad, TRUE); in _setup_test() 220 gst_pad_set_active (nv12_pad, TRUE); in _setup_test() 234 gst_pad_set_active (jpg_pad, TRUE); in _setup_test() 268 _setup_test (TRUE, TRUE, TRUE, TRUE); in GST_START_TEST() 318 _setup_test (TRUE, TRUE, TRUE, TRUE); in GST_START_TEST() [all …]
|
D | hlsdemux_m3u8.c | 419 assert_equals_int (master->default_variant != NULL, TRUE); in do_test_load_main_playlist_variant() 532 assert_equals_int (gst_m3u8_is_live (pl), TRUE); in GST_START_TEST() 574 assert_equals_int (ret, TRUE); in GST_START_TEST() 575 file = gst_m3u8_get_next_fragment (pl, TRUE, NULL, NULL); in GST_START_TEST() 694 assert_equals_int (ret, TRUE); in GST_START_TEST() 706 assert_equals_int (ret, TRUE); in GST_START_TEST() 710 assert_equals_int (ret, TRUE); in GST_START_TEST() 808 mf = gst_m3u8_get_next_fragment (pl, TRUE, ×tamp, &discontinuous); in GST_START_TEST() 818 gst_m3u8_advance_fragment (pl, TRUE); in GST_START_TEST() 821 mf = gst_m3u8_get_next_fragment (pl, TRUE, ×tamp, &discontinuous); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 218 self->own_pool = TRUE; in gst_parallelized_task_runner_new() 585 while (TRUE) { in gst_line_cache_get_lines() 777 #define DEFAULT_OPT_FILL_BORDER TRUE 887 prev->write_input = TRUE; in chain_upsample() 888 prev->pass_alloc = TRUE; in chain_upsample() 1230 return TRUE; in is_ayuv_to_rgb_matrix() 1258 return TRUE; in is_identity_matrix() 1295 return TRUE; in is_no_clip_matrix() 1600 prev->write_input = TRUE; in chain_convert_to_RGB() 1731 same_matrix = TRUE; in chain_convert() [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 …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpad.c | 96 gst_pad_set_active (src, TRUE); in GST_START_TEST() 98 gst_pad_set_active (sink, TRUE); in GST_START_TEST() 137 fail_if (gst_pad_set_caps (src, caps) == TRUE); in GST_START_TEST() 138 fail_if (gst_pad_set_caps (sink, caps) == TRUE); in GST_START_TEST() 142 gst_pad_set_active (src, TRUE); in GST_START_TEST() 143 fail_unless (gst_pad_set_caps (src, caps) == TRUE); in GST_START_TEST() 146 gst_pad_set_active (sink, TRUE); in GST_START_TEST() 147 fail_unless (gst_pad_set_caps (sink, caps) == TRUE); in GST_START_TEST() 184 gst_pad_set_active (src, TRUE); in GST_START_TEST() 186 fail_unless (gst_pad_set_caps (src, caps) == TRUE); in GST_START_TEST() [all …]
|