/aosp_15_r20/external/angle/scripts/ |
H A D | generate_loader.py | 18 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 D | generate_entry_points.py | 2492 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 D | gen_proc_table.py | 187 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 D | gen_gl_enum_utils.py | 272 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 D | generate_gl_dispatch_table.py | 280 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 D | gen_copy_conversion_table.py | 72 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 D | gen_packed_gl_enums.py | 117 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 D | gen_texture_format_table.py | 297 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 D | gen_angle_format_table.py | 512 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 D | ima_selinux.sh | 63 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 D | sql_dataset_op.cc | 57 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 D | SqlDataset.pbtxt | 8 name: "data_source_name" 40 name: "data_source_name" 79 name: "data_source_name"
|
H A D | ExperimentalSqlDataset.pbtxt | 8 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 D | gen_mtl_format_table.py | 726 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 D | mock_producer.cc | 195 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 D | sql_dataset_test.py | 43 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 D | sqlite_query_connection.cc | 32 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/ |
D | tracing_service_event.pb.h | 209 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 D | observable_events.pb.h | 251 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 D | tracing_service_event.pb.h | 209 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 D | api_benchmark.cc | 43 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 D | readers.py | 1172 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 D | data_source.h | 103 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 D | data_source.h | 103 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/ |
D | observable_events.pb.h | 251 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()
|