/third_party/mesa3d/src/vulkan/util/ |
D | vk_extensions_gen.py | 197 extensions, out_c, out_h): argument 218 if out_c: 219 with open(out_c, 'w') as f: 239 extensions, args.out_c, args.out_h)
|
D | vk_dispatch_trampolines_gen.py | 174 if args.out_c: 175 with open(args.out_c, 'w') as f:
|
D | vk_entrypoints_gen.py | 224 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h) 245 with open(args.out_c, 'w', encoding='utf-8') as f:
|
D | vk_dispatch_table_gen.py | 709 if args.out_c: 710 with open(args.out_c, 'w') as f:
|
D | vk_cmd_queue_gen.py | 563 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h) 589 with open(args.out_c, 'wb') as f:
|
/third_party/unity/auto/ |
D | colour_prompt.rb | 99 def out_c(mode, colour, str) method in ColourCommandLine 114 ColourCommandLine.new.out_c(:puts, role, str) 118 ColourCommandLine.new.out_c(:print, role, str)
|
/third_party/cJSON/tests/unity/auto/ |
D | colour_prompt.rb | 98 def out_c(mode, colour, str) method in ColourCommandLine 113 ColourCommandLine.new.out_c(:puts, role, str) 117 ColourCommandLine.new.out_c(:print, role, str)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-channel-mixer.c | 382 gint out_c[3] = { -1, -1, -1 }; in gst_audio_channel_mixer_fill_others() local 401 out_c, &out_has_center, out_r, &out_has_rear, in gst_audio_channel_mixer_fill_others() 416 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_c, in gst_audio_channel_mixer_fill_others() 419 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_c, in gst_audio_channel_mixer_fill_others() 423 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_c, in gst_audio_channel_mixer_fill_others() 455 in_f, out_c, RATIO_CENTER_FRONT); in gst_audio_channel_mixer_fill_others() 460 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_c, in gst_audio_channel_mixer_fill_others() 499 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_c, in gst_audio_channel_mixer_fill_others() 522 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_c, in gst_audio_channel_mixer_fill_others() 529 gst_audio_channel_mixer_fill_one_other (matrix, in_b, out_c, in gst_audio_channel_mixer_fill_others()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | greedyh.c | 198 guint8 out_l, out_c; in greedyh_scanline_C_yuy2() local 300 out_c = CLAMP (best_c, min_c, max_c); in greedyh_scanline_C_yuy2() 318 Dest[1] = out_c; in greedyh_scanline_C_yuy2() 342 guint8 out_l, out_c; in greedyh_scanline_C_uyvy() local 444 out_c = CLAMP (best_c, min_c, max_c); in greedyh_scanline_C_uyvy() 462 Dest[0] = out_c; in greedyh_scanline_C_uyvy()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_physical_device_features.py | 234 with open(args.out_c, 'wb') as f:
|