Home
last modified time | relevance | path

Searched refs:chained (Results 1 – 25 of 186) sorted by relevance

12345678

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNARef.java559 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 …]
DTestIDNA.java473 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/
DTestIDNARef.java556 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 …]
DTestIDNA.java470 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/
Dbi_opt_copy_prop.c98 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/
Dpipelines.txt49 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/
DVK_EXT_subpass_merge_feedback.adoc26 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
DVK_GOOGLE_surfaceless_query.adoc73 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/
Dwgpu_structs.h43 {% if type.chained %}
56 {% if type.chained and loop.first %}
Dwgpu_structs.cpp53 return {% if type.extensible or type.chained -%}
/third_party/skia/third_party/externals/dawn/generator/templates/
Dwebgpu_struct_info.json31 {% if type.chained %}
37 {%- if (type.chained or type.extensible) or not loop.first -%}
Dapi_cpp.h214 {% if type.chained %}
227 {% if type.chained and loop.first %}
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py220 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/
Dvideo_decode_h264_extensions.txt19 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.
Dvideo_decode_h265_extensions.txt19 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/
DVK_EXT_sample_locations.txt46 slink:VkSampleLocationsInfoEXT can: be chained from
50 slink:VkRenderPassSampleLocationsBeginInfoEXT can: be chained from
DVK_EXT_sample_locations.adoc46 slink:VkSampleLocationsInfoEXT can: be chained from
50 slink:VkRenderPassSampleLocationsBeginInfoEXT can: be chained from
DVK_AMD_pipeline_compiler_control.txt22 structure that can be chained to a pipeline's creation information to
DVK_AMD_pipeline_compiler_control.adoc22 structure that can be chained to a pipeline's creation information to
/third_party/node/deps/npm/node_modules/imurmurhash/
DREADME.md45 // 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/
DWireCmd.cpp104 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/
Dmemchr.S81 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/
Ddefer-parens.comp12 // Tests defer-parens behavior where a binary expression is OpCompositeExtracted chained together
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Ddefer-parens.comp12 // Tests defer-parens behavior where a binary expression is OpCompositeExtracted chained together
/third_party/curl/
Dbackport-CVE-2022-32206.patch19 +/* allow no more than 5 "chained" compression steps */

12345678