/third_party/node/test/parallel/ |
D | test-stream-transform-destroy.js | 8 const transform = new Transform({ constant 9 transform(chunk, enc, cb) {} method 12 transform.resume(); 14 transform.on('end', common.mustNotCall()); 15 transform.on('close', common.mustCall()); 16 transform.on('finish', common.mustNotCall()); 18 transform.destroy(); 22 const transform = new Transform({ constant 23 transform(chunk, enc, cb) {} method 25 transform.resume(); [all …]
|
D | test-whatwg-webstreams-adapters-to-streamduplex.js | 28 const transform = new TransformStream(); constant 29 const duplex = newStreamDuplexFromReadableWritablePair(transform); 31 assert(transform.readable.locked); 32 assert(transform.writable.locked); 37 assert.strictEqual(transform.readable[kState].state, 'closed'); 38 assert.strictEqual(transform.writable[kState].state, 'errored'); 44 const transform = new TransformStream(); constant 45 const duplex = newStreamDuplexFromReadableWritablePair(transform); 47 assert(transform.readable.locked); 48 assert(transform.writable.locked); [all …]
|
D | test-node-output-errors.mjs | 30 .transform(snapshot.replaceWindowsLineEndings, snapshot.replaceWindowsPaths); 31 const defaultTransform = snapshot.transform(common, normalize, replaceNodeVersion); 32 const errTransform = snapshot.transform(common, normalizeNoNumbers, replaceNodeVersion); 33 …const promiseTransform = snapshot.transform(common, replaceStackTrace, normalizeNoNumbers, replace… 42 { name: 'errors/error_aggregateTwoErrors.js', transform: errTransform }, property 43 { name: 'errors/error_exit.js', transform: errTransform }, property 44 { name: 'errors/error_with_nul.js', transform: errTransform }, property 45 { name: 'errors/events_unhandled_error_common_trace.js', transform: errTransform }, property 46 { name: 'errors/events_unhandled_error_nexttick.js', transform: errTransform }, property 47 { name: 'errors/events_unhandled_error_sameline.js', transform: errTransform }, property [all …]
|
D | test-webstreams-compose.js | 24 transform: common.mustCall((chunk, controller) => { property 29 transform: common.mustCall((chunk, controller) => { property 51 transform: common.mustCall((chunk, encoding, callback) => { property 56 transform: common.mustCall((chunk, controller) => { property 80 transform: common.mustCall((chunk, controller) => { property 99 transform: common.mustCall((chunk, controller) => { property 109 transform: common.mustCall((chunk, enc, clb) => { property 128 transform: common.mustCall((chunk, controller) => { property 138 transform: common.mustCall((chunk, controller) => { property 162 transform: common.mustCall((chunk, controller) => { property [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiTransform.java | 221 public String transform(CharSequence text, in transform() method in BidiTransform 385 void doTransform(BidiTransform transform) { in doTransform() argument 386 … transform.shapeArabic(ArabicShaping.TEXT_DIRECTION_LOGICAL, ArabicShaping.TEXT_DIRECTION_LOGICAL); in doTransform() 387 transform.resolve(Bidi.LTR, Bidi.REORDER_DEFAULT); in doTransform() 388 transform.reorder(); in doTransform() 398 void doTransform(BidiTransform transform) { in doTransform() argument 399 transform.resolve(Bidi.RTL, Bidi.REORDER_DEFAULT); in doTransform() 400 transform.reorder(); in doTransform() 401 …transform.shapeArabic(ArabicShaping.TEXT_DIRECTION_LOGICAL, ArabicShaping.TEXT_DIRECTION_VISUAL_LT… in doTransform() 411 void doTransform(BidiTransform transform) { in doTransform() argument [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BidiTransform.java | 211 public String transform(CharSequence text, in transform() method in BidiTransform 375 void doTransform(BidiTransform transform) { in doTransform() argument 376 … transform.shapeArabic(ArabicShaping.TEXT_DIRECTION_LOGICAL, ArabicShaping.TEXT_DIRECTION_LOGICAL); in doTransform() 377 transform.resolve(Bidi.LTR, Bidi.REORDER_DEFAULT); in doTransform() 378 transform.reorder(); in doTransform() 388 void doTransform(BidiTransform transform) { in doTransform() argument 389 transform.resolve(Bidi.RTL, Bidi.REORDER_DEFAULT); in doTransform() 390 transform.reorder(); in doTransform() 391 …transform.shapeArabic(ArabicShaping.TEXT_DIRECTION_LOGICAL, ArabicShaping.TEXT_DIRECTION_VISUAL_LT… in doTransform() 401 void doTransform(BidiTransform transform) { in doTransform() argument [all …]
|
D | SourceTargetUtility.java | 21 final Transform<String, String> transform; field in SourceTargetUtility 28 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility() argument 29 this(transform, null); in SourceTargetUtility() 32 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility() argument 33 this.transform = transform; in SourceTargetUtility() 65 String s = transform.transform(UTF16.valueOf(i)); in SourceTargetUtility() 78 s = transform.transform(d); in SourceTargetUtility() 123 targetSet.addAll(transform.transform(s)); in addSourceTargetSet() 127 String t = transform.transform(s); in addSourceTargetSet()
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | transform_builder.h | 46 transform::Manager* manager() { return &manager_; } in manager() 47 transform::DataMap* data_map() { return &data_map_; } in data_map() 54 static_assert(std::is_base_of<transform::Transform, T>::value, in AddTransform() 62 AddTransform<transform::Robustness>(); in AddPlatformIndependentPasses() 63 AddTransform<transform::FirstIndexOffset>(); in AddPlatformIndependentPasses() 64 AddTransform<transform::BindingRemapper>(); in AddPlatformIndependentPasses() 65 AddTransform<transform::Renamer>(); in AddPlatformIndependentPasses() 66 AddTransform<transform::SingleEntryPoint>(); in AddPlatformIndependentPasses() 67 AddTransform<transform::VertexPulling>(); in AddPlatformIndependentPasses() 72 transform::Manager manager_; [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/ |
D | gstopencvvideofilter.cpp | 92 GstOpencvVideoFilter *transform = GST_OPENCV_VIDEO_FILTER (obj); in gst_opencv_video_filter_finalize() local 94 transform->cvImage.release (); in gst_opencv_video_filter_finalize() 95 transform->out_cvImage.release (); in gst_opencv_video_filter_finalize() 124 gst_opencv_video_filter_init (GstOpencvVideoFilter * transform) in gst_opencv_video_filter_init() argument 132 GstOpencvVideoFilter *transform; in gst_opencv_video_filter_transform_frame() local 136 transform = GST_OPENCV_VIDEO_FILTER (trans); in gst_opencv_video_filter_transform_frame() 137 fclass = GST_OPENCV_VIDEO_FILTER_GET_CLASS (transform); in gst_opencv_video_filter_transform_frame() 141 transform->cvImage.data = (unsigned char *) inframe->data[0]; in gst_opencv_video_filter_transform_frame() 142 transform->cvImage.datastart = (unsigned char *) inframe->data[0]; in gst_opencv_video_filter_transform_frame() 143 transform->out_cvImage.data = (unsigned char *) outframe->data[0]; in gst_opencv_video_filter_transform_frame() [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_transform_feedback2.txt | 44 capabilities to these extensions, making transform feedback mode 47 First, it provides transform feedback objects encapsulating transform 49 transform feedback configuration in a single bind call. Second, it 50 provides the ability to pause and resume transform feedback operations. 51 When transform feedback is paused, applications may render without 52 transform feedback or may use transform feedback with different state and 53 a different transform feedback object. When transform feedback is 58 captured in transform feedback mode without querying the captured 61 captured to buffer objects during the last transform feedback capture 62 operation on the transform feedback object used. This draw operation only [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_transform_feedback2.txt | 44 capabilities to these extensions, making transform feedback mode 47 First, it provides transform feedback objects encapsulating transform 49 transform feedback configuration in a single bind call. Second, it 50 provides the ability to pause and resume transform feedback operations. 51 When transform feedback is paused, applications may render without 52 transform feedback or may use transform feedback with different state and 53 a different transform feedback object. When transform feedback is 58 captured in transform feedback mode without querying the captured 61 captured to buffer objects during the last transform feedback capture 62 operation on the transform feedback object used. This draw operation only [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_transform_feedback2.txt | 56 making transform feedback mode more useful. 58 First, it provides transform feedback objects which encapsulate transform 60 transform feedback configuration in a single bind call. Second, it 61 provides the ability to pause and resume transform feedback operations. 62 When transform feedback is paused, applications may render without 63 transform feedback or may use transform feedback with different state and 64 a different transform feedback object. When transform feedback is 69 captured in transform feedback mode without querying the captured 72 captured to buffer objects during the last transform feedback capture 73 operation on the transform feedback object used. This draw operation only [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_transform_feedback2.txt | 51 making transform feedback mode more useful. 53 First, it provides transform feedback objects which encapsulate transform 55 transform feedback configuration in a single bind call. Second, it 56 provides the ability to pause and resume transform feedback operations. 57 When transform feedback is paused, applications may render without 58 transform feedback or may use transform feedback with different state and 59 a different transform feedback object. When transform feedback is 64 captured in transform feedback mode without querying the captured 67 captured to buffer objects during the last transform feedback capture 68 operation on the transform feedback object used. This draw operation only [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_transform_feedback2.txt | 51 making transform feedback mode more useful. 53 First, it provides transform feedback objects which encapsulate transform 55 transform feedback configuration in a single bind call. Second, it 56 provides the ability to pause and resume transform feedback operations. 57 When transform feedback is paused, applications may render without 58 transform feedback or may use transform feedback with different state and 59 a different transform feedback object. When transform feedback is 64 captured in transform feedback mode without querying the captured 67 captured to buffer objects during the last transform feedback capture 68 operation on the transform feedback object used. This draw operation only [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_transform_feedback2.txt | 66 making transform feedback mode more useful. 68 First, it provides transform feedback objects which encapsulate transform 70 transform feedback configuration in a single bind call. Second, it 71 provides the ability to pause and resume transform feedback operations. 72 When transform feedback is paused, applications may render without 73 transform feedback or may use transform feedback with different state and 74 a different transform feedback object. When transform feedback is 79 captured in transform feedback mode without querying the captured 82 captured to buffer objects during the last transform feedback capture 83 operation on the transform feedback object used. This draw operation only [all …]
|
/third_party/jerryscript/tools/babel/ |
D | .babelrc | 3 "@babel/plugin-transform-function-name", 5 "@babel/plugin-transform-block-scoping", 6 "@babel/plugin-transform-destructuring", 7 "@babel/plugin-transform-block-scoped-functions", 8 "@babel/plugin-transform-unicode-regex", 9 "@babel/plugin-transform-sticky-regex", 10 "@babel/plugin-transform-spread", 11 "@babel/plugin-transform-parameters", 12 "@babel/plugin-transform-object-super", 13 "@babel/plugin-transform-new-target", [all …]
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | SourceTargetUtility.java | 20 final Transform<String, String> transform; field in SourceTargetUtility 27 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility() argument 28 this(transform, null); in SourceTargetUtility() 31 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility() argument 32 this.transform = transform; in SourceTargetUtility() 64 String s = transform.transform(UTF16.valueOf(i)); in SourceTargetUtility() 77 s = transform.transform(d); in SourceTargetUtility() 122 targetSet.addAll(transform.transform(s)); in addSourceTargetSet() 126 String t = transform.transform(s); in addSourceTargetSet()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_point_sprite.c | 528 struct psprite_transform_context transform; in tgsi_add_point_sprite() local 534 memset(&transform, 0, sizeof(transform)); in tgsi_add_point_sprite() 535 transform.base.transform_declaration = psprite_decl; in tgsi_add_point_sprite() 536 transform.base.transform_instruction = psprite_inst; in tgsi_add_point_sprite() 537 transform.base.transform_property = psprite_property; in tgsi_add_point_sprite() 538 transform.base.transform_immediate = psprite_immediate; in tgsi_add_point_sprite() 539 transform.base.prolog = psprite_prolog; in tgsi_add_point_sprite() 541 transform.point_size_in = INVALID_INDEX; in tgsi_add_point_sprite() 542 transform.point_size_out = INVALID_INDEX; in tgsi_add_point_sprite() 543 transform.point_size_tmp = INVALID_INDEX; in tgsi_add_point_sprite() [all …]
|
D | tgsi_aa_point.c | 285 struct aa_transform_context transform; in tgsi_add_aa_point() local 290 memset(&transform, 0, sizeof(transform)); in tgsi_add_aa_point() 291 transform.base.transform_declaration = aa_decl; in tgsi_add_aa_point() 292 transform.base.transform_instruction = aa_inst; in tgsi_add_aa_point() 293 transform.base.transform_immediate = aa_immediate; in tgsi_add_aa_point() 294 transform.base.prolog = aa_prolog; in tgsi_add_aa_point() 295 transform.base.epilog = aa_epilog; in tgsi_add_aa_point() 297 transform.tmp = INVALID_INDEX; in tgsi_add_aa_point() 298 transform.color_out = INVALID_INDEX; in tgsi_add_aa_point() 299 transform.color_tmp = INVALID_INDEX; in tgsi_add_aa_point() [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | BUILD.gn | 428 "transform/add_empty_entry_point.cc", 429 "transform/add_empty_entry_point.h", 430 "transform/array_length_from_uniform.cc", 431 "transform/array_length_from_uniform.h", 432 "transform/binding_remapper.cc", 433 "transform/binding_remapper.h", 434 "transform/calculate_array_length.cc", 435 "transform/calculate_array_length.h", 436 "transform/canonicalize_entry_point_io.cc", 437 "transform/canonicalize_entry_point_io.h", [all …]
|
D | CMakeLists.txt | 291 transform/add_empty_entry_point.cc 292 transform/add_empty_entry_point.h 293 transform/array_length_from_uniform.cc 294 transform/array_length_from_uniform.h 295 transform/binding_remapper.cc 296 transform/binding_remapper.h 297 transform/calculate_array_length.cc 298 transform/calculate_array_length.h 299 transform/canonicalize_entry_point_io.cc 300 transform/canonicalize_entry_point_io.h [all …]
|
/third_party/mbedtls/library/ |
D | ssl_msg.c | 637 mbedtls_ssl_transform const *transform) in ssl_transform_aead_dynamic_iv_is_explicit() argument 639 return transform->ivlen != transform->fixed_ivlen; in ssl_transform_aead_dynamic_iv_is_explicit() 682 mbedtls_ssl_transform *transform, in mbedtls_ssl_encrypt_buf() argument 717 if (transform == NULL) { in mbedtls_ssl_encrypt_buf() 733 ssl_mode = mbedtls_ssl_get_mode_from_transform(transform); in mbedtls_ssl_encrypt_buf() 761 if (transform->tls_version == MBEDTLS_SSL_VERSION_TLS1_3) { in mbedtls_ssl_encrypt_buf() 781 rec->cid_len = transform->out_cid_len; in mbedtls_ssl_encrypt_buf() 782 memcpy(rec->cid, transform->out_cid, transform->out_cid_len); in mbedtls_ssl_encrypt_buf() 816 if (post_avail < transform->maclen) { in mbedtls_ssl_encrypt_buf() 830 transform->tls_version, in mbedtls_ssl_encrypt_buf() [all …]
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | manager.cc | 27 TINT_INSTANTIATE_TYPEINFO(tint::transform::Manager); 30 namespace transform { namespace 37 auto print_program = [&](const char* msg, const Transform* transform) { in Run() argument 41 std::cout << "-- " << msg << " " << transform->TypeInfo().name << ":" in Run() 54 for (const auto& transform : transforms_) { in Run() local 55 TINT_IF_PRINT_PROGRAM(print_program("Input to", transform.get())); in Run() 57 auto res = transform->Run(program, data); in Run() 63 print_program("Invalid output of", transform.get())); in Run() 67 if (transform == transforms_.back()) { in Run() 68 TINT_IF_PRINT_PROGRAM(print_program("Output of", transform.get())); in Run()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmftransform.cpp | 244 IMFTransform *transform; member 572 IMFTransform *transform = self->transform; in gst_mf_transform_process_output() local 580 hr = transform->GetOutputStreamInfo (stream_id, &out_stream_info); in gst_mf_transform_process_output() 614 hr = transform->ProcessOutput (0, 1, &out_data, &status); in gst_mf_transform_process_output() 624 hr = transform->GetOutputAvailableType (stream_id, in gst_mf_transform_process_output() 632 hr = transform->SetOutputType (stream_id, output_type.Get (), 0); in gst_mf_transform_process_output() 680 hr = self->transform->ProcessInput (self->output_id, sample, 0); in gst_mf_transform_process_input_sync() 699 if (!object->transform) in gst_mf_transform_process_input() 706 hr = object->transform->ProcessMessage (MFT_MESSAGE_NOTIFY_START_OF_STREAM, in gst_mf_transform_process_input() 713 hr = object->transform->ProcessMessage (MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, in gst_mf_transform_process_input() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 380 struct pstip_transform_context transform; in util_pstipple_create_fragment_shader() local 386 memset(&transform, 0, sizeof(transform)); in util_pstipple_create_fragment_shader() 387 transform.wincoordInput = -1; in util_pstipple_create_fragment_shader() 388 transform.wincoordFile = wincoordFile; in util_pstipple_create_fragment_shader() 389 transform.maxInput = -1; in util_pstipple_create_fragment_shader() 390 transform.coordOrigin = TGSI_FS_COORD_ORIGIN_UPPER_LEFT; in util_pstipple_create_fragment_shader() 391 transform.hasFixedUnit = !samplerUnitOut; in util_pstipple_create_fragment_shader() 392 transform.fixedUnit = fixedUnit; in util_pstipple_create_fragment_shader() 393 transform.base.prolog = pstip_transform_prolog; in util_pstipple_create_fragment_shader() 394 transform.base.transform_declaration = pstip_transform_decl; in util_pstipple_create_fragment_shader() [all …]
|