Home
last modified time | relevance | path

Searched defs:exporter (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/tracing/tracing-opentelemetry/tests/
Dtrace_state_propagation.rs114 let exporter = TestExporter::default(); in test_tracer() localVariable
Dmetrics_publishing.rs182 let exporter = TestExporter { in init_subscriber() localVariable
/third_party/typescript/tests/baselines/reference/
DprivacyCannotNameVarTypeDeclFile.js158 var exporter = require("./privacyCannotNameVarTypeDeclFile_exporter"); variable
DprivacyFunctionCannotNameReturnTypeDeclFile.js221 var exporter = require("./privacyFunctionReturnTypeDeclFile_exporter"); variable
DprivacyCannotNameAccessorDeclFile.js195 var exporter = require("./privacyCannotNameAccessorDeclFile_exporter"); variable
DprivacyFunctionCannotNameParameterTypeDeclFile.js214 var exporter = require("./privacyFunctionCannotNameParameterTypeDeclFile_exporter"); variable
/third_party/python/Lib/test/
Dtest_buffer.py645 def cast_items(exporter, fmt, itemsize, shape=None): argument
/third_party/python/Modules/
D_testbuffer.c243 ndarray_init_staticbuf(PyObject *exporter, NDArrayObject *nd, int flags) in ndarray_init_staticbuf()