/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 559 StringBuffer chained; in doTestChainingToASCII() local 563 chained = expected; in doTestChainingToASCII() 565 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 567 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 572 chained = expected; in doTestChainingToASCII() 574 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 576 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 591 StringBuffer chained; in doTestChainingToUnicode() local 595 chained = expected; in doTestChainingToUnicode() 597 chained = IDNAReference.convertIDNToUnicode(chained,IDNAReference.DEFAULT); in doTestChainingToUnicode() [all …]
|
D | TestIDNA.java | 473 StringBuffer chained; in doTestChainingToASCII() local 477 chained = expected; in doTestChainingToASCII() 479 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 481 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 486 chained = expected; in doTestChainingToASCII() 488 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 490 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 499 StringBuffer chained; in doTestChainingToUnicode() local 503 chained = expected; in doTestChainingToUnicode() 505 chained = IDNA.convertIDNToUnicode(chained,IDNA.DEFAULT); in doTestChainingToUnicode() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 556 StringBuffer chained; in doTestChainingToASCII() local 560 chained = expected; in doTestChainingToASCII() 562 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 564 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 569 chained = expected; in doTestChainingToASCII() 571 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 573 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 588 StringBuffer chained; in doTestChainingToUnicode() local 592 chained = expected; in doTestChainingToUnicode() 594 chained = IDNAReference.convertIDNToUnicode(chained,IDNAReference.DEFAULT); in doTestChainingToUnicode() [all …]
|
D | TestIDNA.java | 470 StringBuffer chained; in doTestChainingToASCII() local 474 chained = expected; in doTestChainingToASCII() 476 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 478 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 483 chained = expected; in doTestChainingToASCII() 485 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 487 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 496 StringBuffer chained; in doTestChainingToUnicode() local 500 chained = expected; in doTestChainingToUnicode() 502 chained = IDNA.convertIDNToUnicode(chained,IDNA.DEFAULT); in doTestChainingToUnicode() [all …]
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_copy_prop.c | 98 bi_index chained = replacement[replace.value]; in bi_opt_copy_prop() local 100 if (!bi_is_null(chained)) in bi_opt_copy_prop() 101 replace = chained; in bi_opt_copy_prop()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_pipeline_creation_feedback/ |
D | pipelines.txt | 49 When chained to 59 When chained to slink:VkComputePipelineCreateInfo, the first element of 66 When chained to slink:VkGraphicsPipelineCreateInfo, 70 When chained to slink:VkComputePipelineCreateInfo, 75 When chained to slink:VkRayTracingPipelineCreateInfoKHR, 81 When chained to slink:VkRayTracingPipelineCreateInfoNV,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_subpass_merge_feedback.adoc | 26 Some new structures can be chained to pNext of VkRenderPassCreateInfo2, then the driver could 59 It can be chained to the pNext of VkRenderPassCreateInfo2 or VkSubpassDescription2. 71 It can be chained to the pNext of VkRenderPassCreateInfo2. The feedback information could 92 It can be chained to the pNext of VkSubpassDescription2. The feedback information could
|
D | VK_GOOGLE_surfaceless_query.adoc | 73 is chained to `pSurfaceCapabilities`. 76 and any other chained structs will have undefined values.
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
D | wgpu_structs.h | 43 {% if type.chained %} 56 {% if type.chained and loop.first %}
|
D | wgpu_structs.cpp | 53 return {% if type.extensible or type.chained -%}
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
D | webgpu_struct_info.json | 31 {% if type.chained %} 37 {%- if (type.chained or type.extensible) or not loop.first -%}
|
D | api_cpp.h | 214 {% if type.chained %} 227 {% if type.chained and loop.first %}
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 220 or self.chained or self.extensible) 232 self.chained = json_data.get("chained", None) 234 if self.chained: 235 assert (self.chained == "in" or self.chained == "out") 241 assert not (self.extensible and self.chained) 245 return self.chained == "out" or self.extensible == "out"
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | video_decode_h264_extensions.txt | 19 chained to slink:VkVideoProfileKHR when the codec-operation in 111 slink:VkVideoDecodeH264ProfileEXT structure must: be chained to 131 slink:VkVideoDecodeH264CapabilitiesEXT structure must: be chained to 157 A slink:VkVideoDecodeH264SessionCreateInfoEXT structure can: be chained to 195 one H.264 SPS and at least one H.264 PPS paramater set must: be chained to 287 may: be chained to slink:VkVideoDecodeInfoKHR when calling 340 structure must: be chained to slink:VkVideoDecodeH264PictureInfoEXT.
|
D | video_decode_h265_extensions.txt | 19 chained to slink:VkVideoProfileKHR when the codec-operation in 45 slink:VkVideoDecodeH265ProfileEXT structure must: be chained to 64 slink:VkVideoDecodeH265CapabilitiesEXT structure can: be chained to 87 A slink:VkVideoDecodeH265SessionCreateInfoEXT structure can: be chained to 123 one H.265 SPS and at least one H.265 PPS paramater set must: be chained to
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_sample_locations.txt | 46 slink:VkSampleLocationsInfoEXT can: be chained from 50 slink:VkRenderPassSampleLocationsBeginInfoEXT can: be chained from
|
D | VK_EXT_sample_locations.adoc | 46 slink:VkSampleLocationsInfoEXT can: be chained from 50 slink:VkRenderPassSampleLocationsBeginInfoEXT can: be chained from
|
D | VK_AMD_pipeline_compiler_control.txt | 22 structure that can be chained to a pipeline's creation information to
|
D | VK_AMD_pipeline_compiler_control.adoc | 22 structure that can be chained to a pipeline's creation information to
|
/third_party/node/deps/npm/node_modules/imurmurhash/ |
D | README.md | 45 // All calls can be chained if desired 76 …he hash state object, including after a call to `result()`. Returns `this` so calls can be chained. 99 …sing the given _seed_ (defaults to 0 like the constructor). Returns `this` so calls can be chained.
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/ |
D | WireCmd.cpp | 104 static_assert({{[is_cmd, record.extensible, record.chained].count(True)}} <= 1, 111 {% elif record.chained %} 135 {% if record.chained %} 225 {% if record.chained %} 317 {% if record.chained %}
|
/third_party/optimized-routines/string/arm/ |
D | memchr.S | 81 sel r6, r5, r7 @ chained....bytes are 00 for none-00 bytes, or ff for 00 bytes - NOTE INVERSION 109 @ r5 has the 00/ff pattern for the first word, r6 has the chained value
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/ |
D | defer-parens.comp | 12 // Tests defer-parens behavior where a binary expression is OpCompositeExtracted chained together
|
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/ |
D | defer-parens.comp | 12 // Tests defer-parens behavior where a binary expression is OpCompositeExtracted chained together
|
/third_party/curl/ |
D | backport-CVE-2022-32206.patch | 19 +/* allow no more than 5 "chained" compression steps */
|