Home
last modified time | relevance | path

Searched defs:export (Results 1 – 25 of 140) sorted by relevance

123456

/external/webrtc/rtc_base/system/
Drtc_export_template.h85 #define RTC_EXPORT_TEMPLATE_DECLARE(export) \ argument
89 #define RTC_EXPORT_TEMPLATE_DEFINE(export) \ argument
100 #define RTC_EXPORT_TEMPLATE_INVOKE(which, style, export) \ argument
102 #define RTC_EXPORT_TEMPLATE_INVOKE_2(which, style, export) \ argument
106 #define RTC_EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) export argument
107 #define RTC_EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) argument
112 #define RTC_EXPORT_TEMPLATE_DECLARE_MSVC_HACK(export, _) argument
113 #define RTC_EXPORT_TEMPLATE_DEFINE_MSVC_HACK(export, _) export argument
131 #define RTC_EXPORT_TEMPLATE_STYLE(export, _) \ argument
133 #define RTC_EXPORT_TEMPLATE_STYLE_2(export, _) \ argument
[all …]
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Dexport_template.h79 #define PA_EXPORT_TEMPLATE_DECLARE(export) \ argument
82 #define PA_EXPORT_TEMPLATE_DEFINE(export) \ argument
92 #define PA_EXPORT_TEMPLATE_INVOKE(which, style, export) \ argument
94 #define PA_EXPORT_TEMPLATE_INVOKE_2(which, style, export) \ argument
99 #define PA_EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) export argument
100 #define PA_EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) argument
105 #define PA_EXPORT_TEMPLATE_DECLARE_EXPORT_DLLEXPORT(export, _) argument
106 #define PA_EXPORT_TEMPLATE_DEFINE_EXPORT_DLLEXPORT(export, _) export argument
126 #define PA_EXPORT_TEMPLATE_STYLE(export, _) PA_EXPORT_TEMPLATE_STYLE_2(export, ) argument
127 #define PA_EXPORT_TEMPLATE_STYLE_2(export, _) \ argument
[all …]
/external/libchrome/base/
Dexport_template.h61 #define EXPORT_TEMPLATE_DECLARE(export) \ argument
63 #define EXPORT_TEMPLATE_DEFINE(export) \ argument
72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \ argument
74 #define EXPORT_TEMPLATE_INVOKE_2(which, style, export) \ argument
78 #define EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) export argument
79 #define EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) argument
84 #define EXPORT_TEMPLATE_DECLARE_MSVC_HACK(export, _) argument
85 #define EXPORT_TEMPLATE_DEFINE_MSVC_HACK(export, _) export argument
102 #define EXPORT_TEMPLATE_STYLE(export, _) EXPORT_TEMPLATE_STYLE_2(export, ) argument
103 #define EXPORT_TEMPLATE_STYLE_2(export, _) \ argument
[all …]
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Dexport_template.h79 #define PA_EXPORT_TEMPLATE_DECLARE(export) \ argument
82 #define PA_EXPORT_TEMPLATE_DEFINE(export) \ argument
92 #define PA_EXPORT_TEMPLATE_INVOKE(which, style, export) \ argument
94 #define PA_EXPORT_TEMPLATE_INVOKE_2(which, style, export) \ argument
99 #define PA_EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) export argument
100 #define PA_EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) argument
105 #define PA_EXPORT_TEMPLATE_DECLARE_EXPORT_DLLEXPORT(export, _) argument
106 #define PA_EXPORT_TEMPLATE_DEFINE_EXPORT_DLLEXPORT(export, _) export argument
126 #define PA_EXPORT_TEMPLATE_STYLE(export, _) PA_EXPORT_TEMPLATE_STYLE_2(export, ) argument
127 #define PA_EXPORT_TEMPLATE_STYLE_2(export, _) \ argument
[all …]
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/
DBigQueryExportName.java45 private final String export; field in BigQueryExportName
120 public static BigQueryExportName of(String organization, String export) { in of()
125 public static BigQueryExportName ofOrganizationExportName(String organization, String export) { in ofOrganizationExportName()
130 public static BigQueryExportName ofFolderExportName(String folder, String export) { in ofFolderExportName()
135 public static BigQueryExportName ofProjectExportName(String project, String export) { in ofProjectExportName()
139 public static String format(String organization, String export) { in format()
144 public static String formatOrganizationExportName(String organization, String export) { in formatOrganizationExportName()
149 public static String formatFolderExportName(String folder, String export) { in formatFolderExportName()
154 public static String formatProjectExportName(String project, String export) { in formatProjectExportName()
269 private String export; field in BigQueryExportName.Builder
[all …]
/external/angle/scripts/
Dgenerate_loader.py27 export="", argument
71 export="", argument
138 def gen_gles_loader(gles_preamble, path, header_lib, export, internal_prefix, file_prefix, tag): argument
186 def gen_egl_loader(egl_preamble, path, header_lib, export, internal_prefix, file_prefix, tag): argument
/external/rust/android-crates-io/crates/darling/src/
Dlib.rs96 pub mod export { module
/external/opencensus-java/exporters/stats/prometheus/src/main/java/io/opencensus/exporter/stats/prometheus/
DPrometheusStatsCollector.java106 public void export(Collection<Metric> metrics) { in export() method in PrometheusStatsCollector.ExportMetricExporter
151 public void export(Collection<Metric> metrics) { in export() method in PrometheusStatsCollector.DescribeMetricExporter
/external/executorch/examples/models/phi-3-mini/
Dexport_phi-3-mini.py31 def export(args) -> None: function
/external/libdav1d/src/riscv/
Dasm.S61 .macro function name, export=0, ext=
91 .macro const name, export=0, align=2
/external/cronet/stable/third_party/netty-tcnative/src/c/
Dsslutils.c359 DH *SSL_callback_tmp_DH(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH()
380 DH *SSL_callback_tmp_DH_512(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_512()
385 DH *SSL_callback_tmp_DH_1024(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_1024()
390 DH *SSL_callback_tmp_DH_2048(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_2048()
395 DH *SSL_callback_tmp_DH_4096(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_4096()
/external/cronet/tot/third_party/netty-tcnative/src/c/
Dsslutils.c359 DH *SSL_callback_tmp_DH(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH()
380 DH *SSL_callback_tmp_DH_512(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_512()
385 DH *SSL_callback_tmp_DH_1024(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_1024()
390 DH *SSL_callback_tmp_DH_2048(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_2048()
395 DH *SSL_callback_tmp_DH_4096(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_4096()
/external/opencensus-java/exporters/metrics/util/src/main/java/io/opencensus/exporter/metrics/util/
DMetricExporter.java35 public abstract void export(Collection<Metric> metrics); in export() method in MetricExporter
/external/libcap/libcap/
Dcap_extint.c147 const struct cap_ext_struct *export = in cap_copy_int() local
195 const struct cap_ext_struct *export = in cap_copy_int_check() local
/external/executorch/extension/llm/
DREADME.md3 ## export section
/external/webrtc/modules/audio_processing/test/py_quality_assessment/
Dapm_quality_assessment_export.py18 import quality_assessment.export as export namespace
/external/libwebsockets/READMEs/
DREADME.lws_plugins.md10 ### Specifying your plugin export type
/external/pytorch/test/
Dtest_model_exports_to_core_aten.py7 import torch._export as export namespace
/external/pytorch/tools/code_coverage/package/tool/
Dgcc_coverage.py33 def export() -> None: function
/external/opencensus-java/exporters/metrics/util/src/test/java/io/opencensus/exporter/metrics/util/
DFakeMetricExporter.java35 public void export(Collection<Metric> metricList) { in export() method in FakeMetricExporter
/external/opencensus-java/testing/src/main/java/io/opencensus/testing/export/
DTestHandler.java40 public void export(Collection<SpanData> spanDataList) { in export() method in TestHandler
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DModuleHandler.java36 abstract void adjustModuleGraph(Class<?> source, Class<?> target, boolean export, boolean read); in adjustModuleGraph()
170 void adjustModuleGraph(Class<?> source, Class<?> target, boolean export, boolean read) { in adjustModuleGraph()
332 void adjustModuleGraph(Class<?> source, Class<?> target, boolean export, boolean read) { in adjustModuleGraph()
/external/ow2-asm/tools/retrofitter/src/main/java/org/objectweb/asm/tools/
DRetrofitter.java353 private void addPackageReferences(final Type type, final boolean export) { in addPackageReferences()
356 addPackageReferences(type.getElementType(), export); in addPackageReferences() local
362 addPackageReferences(type.getReturnType(), export); in addPackageReferences() local
/external/opencensus-java/exporters/trace/stackdriver/src/test/java/io/opencensus/exporter/trace/stackdriver/
DStackdriverV2ExporterHandlerExportTest.java59 public void export() { in export() method in StackdriverV2ExporterHandlerExportTest
/external/opencensus-java/exporters/metrics/ocagent/src/test/java/io/opencensus/exporter/metrics/ocagent/
DFakeOcAgentMetricsServiceGrpcImpl.java58 public synchronized StreamObserver<ExportMetricsServiceRequest> export( in export() method in FakeOcAgentMetricsServiceGrpcImpl

123456