Home
last modified time | relevance | path

Searched defs:_config (Results 1 – 15 of 15) sorted by relevance

/external/autotest/site_utils/
Dstable_version_classify.py15 def _config(_config_override): function
/external/catch2/include/reporters/
Dcatch_reporter_bases.cpp59 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase()
Dcatch_reporter_xml.cpp22 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter()
Dcatch_reporter_junit.cpp60 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter()
/external/mesa3d/src/gallium/targets/opencl/
Dmeson.build104 _config = configuration_data() variable
/external/libusb/libusb/
Ddescriptor.c493 struct libusb_config_descriptor *_config = malloc(sizeof(*_config)); in raw_desc_to_config() local
569 struct libusb_config_descriptor _config; in libusb_get_active_config_descriptor() local
618 struct libusb_config_descriptor _config; in libusb_get_config_descriptor() local
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dsermsdos.py127 def _config(self, port, baud, parity, data, stop, retry, member in Serial
/external/eigen/bench/btl/generic_bench/
Dbtl.hh169 char * _config; in BtlConfig() local
/external/tensorflow/tensorflow/python/keras/layers/
Dgru_v2_test.py57 _config = config_pb2.ConfigProto(graph_options=_graph_options) variable
Dlstm_v2_test.py59 _config = config_pb2.ConfigProto(graph_options=_graph_options) variable
/external/autotest/client/common_lib/
Dglobal_config.py83 _config = None variable in global_config_class
/external/catch2/include/internal/
Dcatch_run_context.cpp70 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py5932 _config = json.load(fh) variable
5934 _config = {} variable
5955 _config = { variable
/external/catch2/single_include/catch2/
Dcatch.hpp10327 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
13074 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase()
14042 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter()
14391 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter()
/external/bcc/tests/cc/
Dcatch.hpp5864 … explicit RunContext( Ptr<IConfig const> const& _config, Ptr<IStreamingReporter> const& reporter ) in RunContext()
9085 XmlReporter( ReporterConfig const& _config ) in XmlReporter()
9272 JunitReporter( ReporterConfig const& _config ) in JunitReporter()