/third_party/boost/libs/test/doc/snippet/ |
D | snippet15.cpp | 15 const_string cs0( "" ); // 1 // in __BOOST_AUTO_TEST_CASE__() local 16 __BOOST_TEST__( cs0.length() == (size_t)0 ); in __BOOST_AUTO_TEST_CASE__() 17 __BOOST_TEST__( cs0.is_empty() ); in __BOOST_AUTO_TEST_CASE__()
|
D | const_string_test.cpp | 19 const_string cs0( "" ); in BOOST_AUTO_TEST_CASE() local 20 BOOST_CHECK_EQUAL( cs0.length(), (size_t)0 ); in BOOST_AUTO_TEST_CASE() 21 BOOST_CHECK_EQUAL( cs0.begin(), "" ); in BOOST_AUTO_TEST_CASE() 22 BOOST_CHECK_EQUAL( cs0.end(), "" ); in BOOST_AUTO_TEST_CASE() 23 BOOST_CHECK( cs0.is_empty() ); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/test/example/ |
D | const_string_test.cpp | 23 const_string cs0( "" ); in BOOST_AUTO_TEST_CASE() local 24 BOOST_CHECK_EQUAL( cs0.length(), (size_t)0 ); in BOOST_AUTO_TEST_CASE() 25 BOOST_CHECK_EQUAL( cs0.begin(), "" ); in BOOST_AUTO_TEST_CASE() 26 BOOST_CHECK_EQUAL( cs0.end(), "" ); in BOOST_AUTO_TEST_CASE() 27 BOOST_CHECK( cs0.is_empty() ); in BOOST_AUTO_TEST_CASE()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISO2022.java | 1865 byte cs0 = choices[i]; in encodeLoop() 1866 switch (cs0) { in encodeLoop() 1871 cs = cs0; in encodeLoop() 1879 cs = cs0; in encodeLoop() 1890 … myConverterData.fromU2022State.cs[1] = cs = cs0; /* do not output an escape sequence */ in encodeLoop() 1915 cs = cs0; in encodeLoop() 1922 … myConverterData.currentConverter.sharedData = myConverterData.myConverterArray[cs0]; in encodeLoop() 1931 cs = cs0; in encodeLoop() 1938 cs = cs0; in encodeLoop() 1945 …len2 = MBCSSingleFromUChar32(myConverterData.myConverterArray[cs0], sourceChar, value, usingFallba… in encodeLoop() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
D | low_level_hash.cc | 64 uint64_t cs0 = Mix(a ^ salt[1], b ^ current_state); in LowLevelHash() local 66 current_state = (cs0 ^ cs1); in LowLevelHash()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 810 struct radv_amdgpu_cs *cs0 = radv_amdgpu_cs(cs_array[0]); in radv_amdgpu_winsys_cs_submit_chained() local 811 struct radv_amdgpu_winsys *aws = cs0->ws; in radv_amdgpu_winsys_cs_submit_chained() 844 result = radv_amdgpu_get_bo_list(cs0->ws, cs_array, cs_count, NULL, 0, initial_preamble_cs, in radv_amdgpu_winsys_cs_submit_chained() 852 ibs[1] = cs0->ib; in radv_amdgpu_winsys_cs_submit_chained() 855 ibs[0] = cs0->ib; in radv_amdgpu_winsys_cs_submit_chained() 858 request.ip_type = cs0->hw_ip; in radv_amdgpu_winsys_cs_submit_chained() 891 struct radv_amdgpu_cs *cs0; in radv_amdgpu_winsys_cs_submit_fallback() local 898 cs0 = radv_amdgpu_cs(cs_array[0]); in radv_amdgpu_winsys_cs_submit_fallback() 899 aws = cs0->ws; in radv_amdgpu_winsys_cs_submit_fallback() 907 result = radv_amdgpu_get_bo_list(cs0->ws, &cs_array[0], cs_count, NULL, 0, initial_preamble_cs, in radv_amdgpu_winsys_cs_submit_fallback() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv2022.cpp | 1726 int8_t cs0 = choices[i]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 1727 switch(cs0) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1732 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1740 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1751 … pFromU2022State->cs[1] = cs = cs0; /* do not output an escape sequence */ in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1776 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1784 converterData->myConverterArray[cs0], in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1797 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1805 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1813 converterData->myConverterArray[cs0], in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ucnv2022.cpp | 1799 int8_t cs0 = choices[i]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 1800 switch(cs0) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1805 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1813 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1824 … pFromU2022State->cs[1] = cs = cs0; /* do not output an escape sequence */ in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1849 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1857 converterData->myConverterArray[cs0], in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1865 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1873 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1881 converterData->myConverterArray[cs0], in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv2022.cpp | 1726 int8_t cs0 = choices[i]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 1727 switch(cs0) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1732 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1740 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1751 … pFromU2022State->cs[1] = cs = cs0; /* do not output an escape sequence */ in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1776 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1784 converterData->myConverterArray[cs0], in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1797 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1805 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1813 converterData->myConverterArray[cs0], in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv2022.cpp | 1799 int8_t cs0 = choices[i]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 1800 switch(cs0) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1805 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1813 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1824 … pFromU2022State->cs[1] = cs = cs0; /* do not output an escape sequence */ in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1849 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1857 converterData->myConverterArray[cs0], in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1865 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1873 cs = cs0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1881 converterData->myConverterArray[cs0], in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_sampler.c | 533 __m128i s4s, t4s, cs0, cs1, ct0, ct1, tmp, si[4]; in fetch_bgra_clamp_linear() local 537 cs0 = _mm_min_epi16(_mm_max_epi16(s4s, zero), w4); in fetch_bgra_clamp_linear() 544 addr[0].m = _mm_add_epi32(tmp, cs0); in fetch_bgra_clamp_linear() 547 addr[2].m = _mm_add_epi32(tmp, cs0); in fetch_bgra_clamp_linear() 574 int cs0 = CLAMP(s0 , 0, tex_width); in fetch_bgra_clamp_linear() 579 si0.ui[j] = data[ct0 * stride + cs0]; in fetch_bgra_clamp_linear() 581 si2.ui[j] = data[ct1 * stride + cs0]; in fetch_bgra_clamp_linear()
|
/third_party/boost/libs/signals2/test/ |
D | signal_n_test.cpp | 124 const boost::signals2::signal0<int, max_or_default<int> >& cs0 = s0; in test_zero_args() local 125 BOOST_CHECK(cs0() == 72); in test_zero_args()
|
D | signal_test.cpp | 117 const boost::signals2::signal<int (), max_or_default<int> >& cs0 = s0; in test_zero_args() local 118 BOOST_CHECK(cs0() == 72); in test_zero_args()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 530 guint cs0, cs1, cs2, cs3; in GST_START_TEST() local 572 cs0 = GST_VIDEO_INFO_COMP_WIDTH (&vinfo, 0) * in GST_START_TEST() 583 fail_unless (cs0 <= off1); in GST_START_TEST() 590 fail_if (cs1 > cs0, "cs1 (%d) should be <= cs0 (%d)", cs1, cs0); in GST_START_TEST() 591 fail_if (cs2 > cs0, "cs2 (%d) should be <= cs0 (%d)", cs2, cs0); in GST_START_TEST() 592 fail_if (cs3 > cs0, "cs3 (%d) should be <= cs0 (%d)", cs3, cs0); in GST_START_TEST() 595 fail_unless (cs0 + cs1 + cs2 + cs3 <= size); in GST_START_TEST() 598 fail_if (cs1 > cs0, "cs1 (%d) should be <= cs0 (%d)", cs1, cs0); in GST_START_TEST() 599 fail_if (cs2 > cs0, "cs2 (%d) should be <= cs0 (%d)", cs2, cs0); in GST_START_TEST() 602 fail_unless (cs0 + cs1 + cs2 <= size, in GST_START_TEST() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/patches/ |
D | iso2022jp.patch | 95 converterData->myConverterArray[cs0],
|
/third_party/skia/third_party/externals/icu/patches/ |
D | iso2022jp.patch | 95 converterData->myConverterArray[cs0],
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 106 for (String cs0 : charsetNames) { in TestConstruction() 107 if (cs0.equals(cs)) { in TestConstruction()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 109 for (String cs0 : charsetNames) { in TestConstruction() 110 if (cs0.equals(cs)) { in TestConstruction()
|
/third_party/boost/libs/parameter/test/ |
D | preprocessor_eval_category.cpp | 466 test::C cs0( in main() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 154 def CS0: Rc<12, "cs0", ["c12"]>, DwarfRegNum<[79]>;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cComputeShaderTests.cpp | 6498 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 6507 const char* const src = cs0.c_str(); in Link()
|
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 8388 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 8397 const char* const src = cs0.c_str(); in Link()
|
D | gl4cShaderStorageBufferObjectTests.cpp | 8980 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 8989 const char* const src = cs0.c_str(); in Link()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cShaderStorageBufferObjectTests.cpp | 8557 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 8566 const char* const src = cs0.c_str(); in Link()
|
/third_party/libpsl/fuzz/libpsl_idn_load_fuzzer.in/ |
D | aad02c8751dbbae84b491af9b5ec0900e4ab6e72 | 9676 …�%+k�5���8�W� #�wi+���q��0��k�hc��uTT�[����`�5�Z[�`�J� &���-��v�**��cs0���:�-�7���o�3G�…
|