/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitPrivateSymbolCausesVarDeclarationToBeEmitted.js | 2 const _data = Symbol('data'); constant 13 var _data = Symbol('data'); variable
|
/third_party/glib/tests/gobject/ |
D | performance.c | 476 gpointer _data, in test_construction_init() 492 gpointer _data) in test_construction_run() 506 gpointer _data) in test_construction_finish() 517 gpointer _data) in test_construction_teardown() 526 gpointer _data, in test_construction_print_result() 559 gpointer _data, in test_type_check_init() 575 gpointer _data) in test_type_check_run() 607 gpointer _data, in test_type_check_print_result() 617 gpointer _data) in test_type_check_teardown() 639 gpointer _data) in test_emission_run() [all …]
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_nir_lower_ubo_to_uniform.c | 34 is_const_ubo(const nir_instr *instr, const void *_data) in is_const_ubo() 54 lower_ubo_to_uniform(nir_builder *b, nir_instr *instr, void *_data) in lower_ubo_to_uniform()
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitPrivateSymbolCausesVarDeclarationToBeEmitted.ts | 3 const _data = Symbol('data'); constant
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 848 struct _data struct in gl4cts::GPUShaderFP64Test4 852 double uniform_double; 853 double uniform_double_arr[2]; 854 double uniform_dvec2[2]; 855 double uniform_dvec2_arr[4]; 856 double uniform_dvec3[3]; 857 double uniform_dvec3_arr[6]; 858 double uniform_dvec4[4]; 859 double uniform_dvec4_arr[8]; 861 glw::GLint uniform_location_double; [all …]
|
/third_party/boost/boost/bimap/support/ |
D | lambda.hpp | 37 boost::lambda::placeholder1_type & _data = boost::lambda::_1; variable
|
/third_party/python/Lib/email/mime/ |
D | application.py | 16 def __init__(self, _data, _subtype='octet-stream', argument
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplexibitstream.cc | 36 GstMplexIBitStream::GstMplexIBitStream (GstMplexPad * _data, guint buf_size): in GstMplexIBitStream()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_convert_alu_types.c | 185 is_alu_conversion(const nir_instr *instr, UNUSED const void *_data) in is_alu_conversion() 192 lower_alu_conversion(nir_builder *b, nir_instr *instr, UNUSED void *_data) in lower_alu_conversion()
|
D | nir_lower_vec_to_movs.c | 131 try_coalesce(nir_alu_instr *vec, unsigned start_idx, void *_data) in try_coalesce() 306 const void *_data) in nir_lower_vec_to_movs()
|
D | nir_lower_alu_to_scalar.c | 143 lower_alu_instr_scalar(nir_builder *b, nir_instr *instr, void *_data) in lower_alu_instr_scalar() 357 nir_lower_alu_to_scalar(nir_shader *shader, nir_instr_filter_cb cb, const void *_data) in nir_lower_alu_to_scalar()
|
D | nir_lower_double_ops.c | 633 should_lower_double_instr(const nir_instr *instr, const void *_data) in should_lower_double_instr() 661 lower_doubles_instr(nir_builder *b, nir_instr *instr, void *_data) in lower_doubles_instr()
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsriff.c | 50 #define TYPE_FIND_REGISTER_RIFF_DEFINE(typefind_name, name, rank, ext, _data) \ argument
|
D | gsttypefindfunctionsstartwith.c | 51 #define TYPE_FIND_REGISTER_START_WITH_DEFINE(typefind_name, name, rank, ext, _data, _size, _probabi… argument
|
/third_party/boost/boost/proto/transform/ |
D | arg.hpp | 99 struct _data : transform<_data> struct 102 struct impl
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_lower_ubo_loads.c | 28 lower_ubo_load_instr(nir_builder *b, nir_instr *instr, UNUSED void *_data) in lower_ubo_load_instr()
|
/third_party/boost/libs/python/example/numpy/ |
D | gaussian.cpp | 38 double _data[4]; member in matrix2 74 double _data[2]; member in vector2
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | curlfilesink.c | 65 test_set_and_play_buffer (const gchar * _data) in test_set_and_play_buffer() 81 test_set_and_fail_to_play_buffer (const gchar * _data) in test_set_and_fail_to_play_buffer()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.h | 39 SDL_WindowData *_data; variable
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersMonsterWriterTests.swift | 30 let _data = ByteBuffer(data: data) in testData() variable 38 let _data = ByteBuffer(data: data) in testReadFromOtherLanguages() variable
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testatomic.c | 495 static int FIFO_Writer(void* _data) in FIFO_Writer() 530 static int FIFO_Reader(void* _data) in FIFO_Reader() 570 static int FIFO_Watcher(void* _data) in FIFO_Watcher()
|
/third_party/grpc/src/csharp/Grpc.Tools/ |
D | ProtoCompile.cs | 383 StringBuilder _data = new StringBuilder(1000); field in Grpc.Tools.ProtoCompile.ProtocResponseFileBuilder
|
/third_party/glib/gio/tests/ |
D | gdbus-threading.c | 134 test_delivery_in_thread_func (gpointer _data) in test_delivery_in_thread_func() 345 test_sleep_in_thread_func (gpointer _data) in test_sleep_in_thread_func()
|
/third_party/jsframework/runtime/main/model/ |
D | index.ts | 667 public get _data() { method in Vm 671 public set _data(newData: any) { method in Vm
|
/third_party/boost/boost/graph/ |
D | minimum_degree_ordering.hpp | 52 stack(Iterator _data, const value_type& head) in stack() 59 stack(Iterator _data) in stack() 196 Numbering(Iterator _data, number_type _max_num, VertexIndexMap id) in Numbering()
|