Home
last modified time | relevance | path

Searched refs:data_source_name (Results 1 – 25 of 44) sorted by relevance

12

/external/angle/scripts/
Dgenerate_loader.py18 def write_header(data_source_name, argument
48 data_source_name=data_source_name,
63 def write_source(data_source_name, argument
93 data_source_name=data_source_name,
107 data_source_name = "egl.xml and egl_angle_ext.xml"
124 data_source_name,
132 write_source(data_source_name, all_cmds, "egl", path, prefix="EGL_")
137 data_source_name = "gl.xml and gl_angle_ext.xml"
162 data_source_name,
172 data_source_name,
[all …]
Dgen_proc_table.py192 data_source_name="gl.xml, gl_angle_ext.xml, egl.xml, egl_angle_ext.xml",
235 data_source_name="gl.xml, wgl.xml",
270 data_source_name="cl.xml",
280 script_name=sys.argv[0], data_source_name="cl.xml", symbol_maps="\n".join(symbol_maps))
Dgen_gl_enum_utils.py190 data_source_name="gl.xml and gl_angle_ext.xml",
202 data_source_name="gl.xml and gl_angle_ext.xml",
Dgenerate_entry_points.py1934 data_source_name=file,
1952 data_source_name=source,
1977 data_source_name="gl.xml",
2000 data_source_name="gl.xml",
2014 data_source_name=source,
2034 data_source_name="gl.xml and gl_angle_ext.xml",
2051 data_source_name="gl.xml and gl_angle_ext.xml",
2170 data_source_name="gl.xml and gl_angle_ext.xml",
2231 data_source_name="gl.xml and gl_angle_ext.xml",
2321 data_source_name="gl.xml and gl_angle_ext.xml",
[all …]
/external/angle/src/libANGLE/
Dgen_copy_conversion_table.py71 data_source_name = 'es3_copy_conversion_formats.json'
76 inputs = ['renderer/angle_format.py', data_source_name]
88 json_data = angle_format.load_json(data_source_name)
106 data_source_name=data_source_name,
/external/angle/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py279 data_source_name = 'gl_bindings_data.json'
280 json_data = angle_format.load_json(data_source_name)
409 data_source_name=data_source_name,
441 data_source_name=data_source_name,
487 data_source_name=data_source_name,
496 data_source_name=data_source_name,
/external/angle/src/common/
Dgen_packed_gl_enums.py117 def write_header(enums, path_prefix, file_name, data_source_name, includes, namespace, argument
135 data_source_name=data_source_name,
204 def write_cpp(enums, path_prefix, file_name, data_source_name, namespace, api_enum_name): argument
231 data_source_name=data_source_name,
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dsql_dataset_test_base.py38 dataset = readers.SqlDataset(driver_name, self.data_source_name, query,
43 self.data_source_name = os.path.join(test.get_temp_dir(), "tftest.sqlite")
45 conn = sqlite3.connect(self.data_source_name)
/external/angle/src/libANGLE/renderer/
Dgen_angle_format_table.py420 data_source_name = 'angle_format_data.json'
421 json_data = angle_format.load_json(data_source_name)
430 data_source_name=data_source_name)
440 data_source_name=data_source_name,
Dgen_dxgi_format_table.py150 data_source_name=input_data,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dgen_texture_format_table.py302 data_source_name = 'texture_format_data.json'
303 json_data = angle_format.load_json(data_source_name)
309 data_source_name=data_source_name)
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsql_dataset_op.cc57 tstring data_source_name; in MakeDataset() local
59 &data_source_name)); in MakeDataset()
72 *output = new Dataset(ctx, driver_name, data_source_name, query, in MakeDataset()
80 const string& data_source_name, const string& query, in Dataset() argument
85 data_source_name_(data_source_name), in Dataset()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dsql_dataset_serialization_test.py40 data_source_name = os.path.join(test.get_temp_dir(), "tftest.sqlite")
46 return readers.SqlDataset(driver_name, data_source_name, query,
/external/angle/src/libANGLE/renderer/metal/
Dgen_mtl_format_table.py588 data_source_name = 'mtl_format_map.json'
591 inputs = ['../angle_format.py', '../angle_format_map.json', data_source_name]
605 map_json = angle_format_utils.load_json(data_source_name)
618 data_source_name=data_source_name,
/external/perfetto/src/tracing/test/
Dmock_producer.cc152 const std::string& data_source_name) { in CreateTraceWriter() argument
153 PERFETTO_DCHECK(data_source_instances_.count(data_source_name)); in CreateTraceWriter()
154 BufferID buf_id = data_source_instances_[data_source_name].target_buffer; in CreateTraceWriter()
/external/perfetto/src/tracing/
Dapi_benchmark.cc41 const std::string& data_source_name) { in StartTracing() argument
54 ds_cfg->set_name(data_source_name); in StartTracing()
/external/tensorflow/tensorflow/core/kernels/data/experimental/sql/
Dsqlite_query_connection.cc32 Status SqliteQueryConnection::Open(const string& data_source_name, in Open() argument
40 data_source_name, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, &db_)); in Open()
Dquery_connection.h51 virtual Status Open(const string& data_source_name, const string& query,
Dsqlite_query_connection.h33 Status Open(const string& data_source_name, const string& query,
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DExperimentalSqlDataset.pbtxt8 name: "data_source_name"
DSqlDataset.pbtxt8 name: "data_source_name"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DSqlDataset.pbtxt8 name: "data_source_name"
DExperimentalSqlDataset.pbtxt8 name: "data_source_name"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExperimentalSqlDataset.pbtxt11 name: "data_source_name"
Dapi_def_SqlDataset.pbtxt11 name: "data_source_name"

12