Searched defs:_config (Results 1 – 15 of 15) sorted by relevance
/external/autotest/site_utils/ |
D | stable_version_classify.py | 15 def _config(_config_override): function
|
/external/catch2/include/reporters/ |
D | catch_reporter_bases.cpp | 59 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase()
|
D | catch_reporter_xml.cpp | 22 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter()
|
D | catch_reporter_junit.cpp | 60 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter()
|
/external/mesa3d/src/gallium/targets/opencl/ |
D | meson.build | 104 _config = configuration_data() variable
|
/external/libusb/libusb/ |
D | descriptor.c | 493 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/ |
D | sermsdos.py | 127 def _config(self, port, baud, parity, data, stop, retry, member in Serial
|
/external/eigen/bench/btl/generic_bench/ |
D | btl.hh | 169 char * _config; in BtlConfig() local
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | gru_v2_test.py | 57 _config = config_pb2.ConfigProto(graph_options=_graph_options) variable
|
D | lstm_v2_test.py | 59 _config = config_pb2.ConfigProto(graph_options=_graph_options) variable
|
/external/autotest/client/common_lib/ |
D | global_config.py | 83 _config = None variable in global_config_class
|
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 70 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 5932 _config = json.load(fh) variable 5934 _config = {} variable 5955 _config = { variable
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 10327 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/ |
D | catch.hpp | 5864 … 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()
|