Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/angle/scripts/
H A Dgenerate_loader.py18 def write_header(data_source_name, argument
49 data_source_name=data_source_name,
64 def write_source(data_source_name, argument
95 data_source_name=data_source_name,
109 data_source_name = "egl.xml and egl_angle_ext.xml"
126 data_source_name,
135 write_source(data_source_name, all_cmds, "egl", path, "LoadLibEGL_EGL", prefix="EGL_")
140 data_source_name = "gl.xml and gl_angle_ext.xml"
165 data_source_name,
176 data_source_name,
[all …]
H A Dgenerate_entry_points.py2492 data_source_name=file,
2510 data_source_name=source,
2536 data_source_name="gl.xml",
2559 data_source_name="gl.xml",
2573 data_source_name=source,
2588 data_source_name=source,
2601 data_source_name=source,
2626 data_source_name="%s.xml and %s_angle_ext.xml" % (ns, ns),
2644 data_source_name="%s.xml and %s_angle_ext.xml" % (ns, ns),
2808 data_source_name="gl.xml and gl_angle_ext.xml",
[all …]
H A Dgen_proc_table.py187 data_source_name="gl.xml, gl_angle_ext.xml, egl.xml, egl_angle_ext.xml",
222 data_source_name="cl.xml",
233 data_source_name="cl.xml",
H A Dgen_gl_enum_utils.py272 data_source_name="gl.xml and gl_angle_ext.xml",
286 data_source_name="gl.xml and gl_angle_ext.xml",
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dgenerate_gl_dispatch_table.py280 data_source_name = 'gl_bindings_data.json'
281 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,
/aosp_15_r20/external/angle/src/libANGLE/
H A Dgen_copy_conversion_table.py72 data_source_name = 'es3_copy_conversion_formats.json'
77 inputs = ['renderer/angle_format.py', data_source_name]
89 json_data = angle_format.load_json(data_source_name)
107 data_source_name=data_source_name,
/aosp_15_r20/external/angle/src/common/
H A 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,
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_texture_format_table.py297 data_source_name = 'texture_format_data.json'
301 inputs = ['../../angle_format.py', data_source_name, map_file_name]
314 json_data = angle_format.load_json(data_source_name)
320 data_source_name=data_source_name)
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Dgen_angle_format_table.py512 data_source_name = 'angle_format_data.json'
513 json_data = angle_format.load_json(data_source_name)
532 data_source_name=data_source_name,
551 data_source_name=data_source_name,
/aosp_15_r20/external/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_selinux.sh63 local data_source_name="selinux"
64 local pattern="data_sources=[^[:space:]]*$data_source_name"
101 local data_source_name="selinux"
102 local pattern="data_sources=[^[:space:]]*$data_source_name"
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
H A DSqlDataset.pbtxt8 name: "data_source_name"
40 name: "data_source_name"
79 name: "data_source_name"
H A DExperimentalSqlDataset.pbtxt8 name: "data_source_name"
40 name: "data_source_name"
79 name: "data_source_name"
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dgen_mtl_format_table.py726 data_source_name = 'mtl_format_map.json'
729 inputs = ['../angle_format.py', '../angle_format_map.json', data_source_name]
743 map_json = angle_format_utils.load_json(data_source_name)
756 data_source_name=data_source_name,
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dmock_producer.cc195 const std::string& data_source_name, in CreateTraceWriter() argument
197 PERFETTO_DCHECK(data_source_instances_.count(data_source_name)); in CreateTraceWriter()
198 BufferID buf_id = data_source_instances_[data_source_name].target_buffer; in CreateTraceWriter()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A Dsql_dataset_test.py43 dataset = readers.SqlDataset(driver_name, self.data_source_name, query,
49 self.data_source_name = os.path.join(test.get_temp_dir(), "tftest.sqlite")
51 conn = sqlite3.connect(self.data_source_name)
596 data_source_name = os.path.join(test.get_temp_dir(), "tftest.sqlite")
602 return readers.SqlDataset(driver_name, data_source_name, query,
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/sql/
H A 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()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_perfetto_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/perfetto/
Dtracing_service_event.pb.h209 const std::string& data_source_name() const; in Swap()
214 void set_allocated_data_source_name(std::string* data_source_name); in Swap()
790 inline const std::string& TracingServiceEvent_DataSources_DataSource::data_source_name() const { in data_source_name() function
831 …erviceEvent_DataSources_DataSource::set_allocated_data_source_name(std::string* data_source_name) { in set_allocated_data_source_name() argument
832 if (data_source_name != nullptr) { in set_allocated_data_source_name()
837 _impl_.data_source_name_.SetAllocated(data_source_name, GetArenaForAllocation()); in set_allocated_data_source_name()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/
H A Dobservable_events.pb.h251 const std::string& data_source_name() const; in Swap()
256 void set_allocated_data_source_name(std::string* data_source_name); in Swap()
795 inline const std::string& ObservableEvents_DataSourceInstanceStateChange::data_source_name() const { in data_source_name() function
836 …ents_DataSourceInstanceStateChange::set_allocated_data_source_name(std::string* data_source_name) { in set_allocated_data_source_name() argument
837 if (data_source_name != nullptr) { in set_allocated_data_source_name()
842 _impl_.data_source_name_.SetAllocated(data_source_name, GetArenaForAllocation()); in set_allocated_data_source_name()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_perfetto_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/perfetto/
H A Dtracing_service_event.pb.h209 const std::string& data_source_name() const; in Swap()
214 void set_allocated_data_source_name(std::string* data_source_name); in Swap()
790 inline const std::string& TracingServiceEvent_DataSources_DataSource::data_source_name() const { in data_source_name() function
831 …erviceEvent_DataSources_DataSource::set_allocated_data_source_name(std::string* data_source_name) { in set_allocated_data_source_name() argument
832 if (data_source_name != nullptr) { in set_allocated_data_source_name()
837 _impl_.data_source_name_.SetAllocated(data_source_name, GetArenaForAllocation()); in set_allocated_data_source_name()
/aosp_15_r20/external/perfetto/src/tracing/
H A Dapi_benchmark.cc43 const std::string& data_source_name) { in StartTracing() argument
56 ds_cfg->set_name(data_source_name); in StartTracing()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/ops/
H A Dreaders.py1172 def __init__(self, driver_name, data_source_name, query, output_types): argument
1187 data_source_name, dtype=dtypes.string, name="data_source_name")
1207 def __init__(self, driver_name, data_source_name, query, output_types): argument
1208 wrapped = SqlDatasetV2(driver_name, data_source_name, query, output_types)
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/
H A Ddata_source.h103 const char* data_source_name, in PerfettoDsRegister() argument
119 perfetto_protos_DataSourceDescriptor_set_cstr_name(&desc, data_source_name); in PerfettoDsRegister()
/aosp_15_r20/external/perfetto/include/perfetto/public/
H A Ddata_source.h103 const char* data_source_name, in PerfettoDsRegister() argument
119 perfetto_protos_DataSourceDescriptor_set_cstr_name(&desc, data_source_name); in PerfettoDsRegister()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/
Dobservable_events.pb.h251 const std::string& data_source_name() const; in Swap()
256 void set_allocated_data_source_name(std::string* data_source_name); in Swap()
845 inline const std::string& ObservableEvents_DataSourceInstanceStateChange::data_source_name() const { in data_source_name() function
886 …ents_DataSourceInstanceStateChange::set_allocated_data_source_name(std::string* data_source_name) { in set_allocated_data_source_name() argument
887 if (data_source_name != nullptr) { in set_allocated_data_source_name()
892 _impl_.data_source_name_.SetAllocated(data_source_name, GetArenaForAllocation()); in set_allocated_data_source_name()

123