Searched defs:Config (Results 1 - 25 of 76) sorted by relevance

1234

/external/testng/src/test/java/test/dependent/functionality1/
H A DConfig.java5 public class Config { class
/external/autotest/client/cros/faft/
H A Dconfig.py6 class Config(object): class in inherits:object
/external/autotest/server/cros/faft/config/
H A Dconfig.py12 class Config(object): class in inherits:object
83 str_list.append("--[ Raw FAFT Config Dump ]--------------------------")
87 str_list.append("--[ Resolved FAFT Config Values ]-------------------")
/external/parameter-framework/upstream/test/functional-tests/include/
H A DConfig.hpp40 struct Config struct in namespace:parameterFramework
42 Config() = default;
45 * { .instances = "fuu" } <=> { &Config::instances, "fuu" }
48 Config(M(Config::*member), T &&value)
H A DParameterFramework.hpp32 #include "Config.hpp"
65 ParameterFramework(const Config &config = Config()) argument
/external/webrtc/webrtc/
H A Daudio_state.h30 struct Config { struct in class:webrtc::AudioState
42 const AudioState::Config& config);
H A Dcommon.h37 // Class Config is designed to ease passing a set of options across webrtc code.
57 class Config { class in namespace:webrtc
70 Config() {} function in class:webrtc::Config
71 ~Config() {
112 Config(const Config&);
113 void operator=(const Config&);
117 const T& Config::Get() const {
129 void Config::Set(T* value) {
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
H A Daudio_encoder_pcm16b.h23 struct Config : public AudioEncoderPcm::Config { struct in class:webrtc::final
25 Config() : AudioEncoderPcm::Config(107), sample_rate_hz(8000) {} function in struct:webrtc::final::Config
31 explicit AudioEncoderPcm16B(const Config& config)
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DEngineHandshakeBenchmark.java48 interface Config { interface in class:EngineHandshakeBenchmark
62 EngineHandshakeBenchmark(Config config) throws Exception {
98 EngineHandshakeBenchmark bm = new EngineHandshakeBenchmark(new Config() {
H A DClientSocketBenchmark.java37 interface Config { interface in class:ClientSocketBenchmark
54 ClientSocketBenchmark(Config config) throws Exception {
120 private String[] ciphers(Config config) {
128 ClientSocketBenchmark bm = new ClientSocketBenchmark(new Config() {
H A DEngineWrapBenchmark.java51 interface Config { interface in class:EngineWrapBenchmark
70 EngineWrapBenchmark(Config config) throws Exception {
162 EngineWrapBenchmark bm = new EngineWrapBenchmark(new Config() {
H A DServerSocketBenchmark.java40 interface Config { interface in class:ServerSocketBenchmark
55 ServerSocketBenchmark(Config config) throws Exception {
134 private String[] ciphers(Config config) {
142 ServerSocketBenchmark bm = new ServerSocketBenchmark(new Config() {
/external/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp15 // Config.cpp: Implements the egl::Config class, describing the format, type
19 #include "Config.h"
46 Config::Config(sw::Format displayFormat, EGLint minInterval, EGLint maxInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample, bool conformant) function in class:egl::Config
204 EGLConfig Config::getHandle() const
210 bool CompareConfig::operator()(const Config &x, const Config &y) const
241 assert(memcmp(&x, &y, sizeof(Config)) == 0);
252 bool operator()(const Config *
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_encoder_ilbc.h24 struct Config { struct in class:webrtc::final
33 explicit AudioEncoderIlbc(const Config& config);
53 const Config config_;
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
H A Daudio_encoder_copy_red.h28 struct Config { struct in class:webrtc::final
35 explicit AudioEncoderCopyRed(const Config& config);
/external/webrtc/webrtc/modules/audio_coding/include/
H A Daudio_coding_module.h63 struct Config { struct in class:webrtc::AudioCodingModule
64 Config() : id(0), neteq_config(), clock(Clock::GetRealTimeClock()) { function in struct:webrtc::AudioCodingModule::Config
71 NetEq::Config neteq_config;
84 static AudioCodingModule* Create(const Config& config);
/external/deqp/scripts/
H A Drun_internal_tests.py45 class Config: class in inherits:
119 Config(
130 Config(
141 Config(
152 Config(
165 Config(
173 Config(
181 Config(
189 Config(
199 Config(
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_encoder_g722.h25 struct Config { struct in class:webrtc::final
33 explicit AudioEncoderG722(const Config& config);
/external/deqp/modules/egl/
H A DteglRenderCase.hpp44 struct Config struct in class:deqp::egl::RenderCase
50 Config (eglw::EGLConfig config_, eglw::EGLint surfaceTypeBit_, eglw::EGLint apiBits_) function in struct:deqp::egl::RenderCase::Config
59 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config) = DE_NULL;
71 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config);
72 virtual void executeForContext (eglw::EGLDisplay display, eglw::EGLContext context, eglw::EGLSurface surface, const Config& config) = DE_NULL;
84 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config);
85 virtual void executeForContexts (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config, const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts) = DE_NULL;
/external/mesa3d/src/egl/main/
H A Deglcontext.h57 _EGLConfig *Config; member in struct:_egl_context
/external/v4l2_codec2/vda/
H A Dvideo_decode_accelerator.cc11 VideoDecodeAccelerator::Config::Config() = default;
12 VideoDecodeAccelerator::Config::Config(const Config& config) = default;
14 VideoDecodeAccelerator::Config::Config(VideoCodecProfile video_codec_profile) function in class:media::VideoDecodeAccelerator::Config
17 VideoDecodeAccelerator::Config::~Config() = default;
19 std::string VideoDecodeAccelerator::Config
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Daudio_encoder_cng.h32 struct Config { struct in class:webrtc::final
49 explicit AudioEncoderCng(const Config& config);
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
H A Daudio_encoder_pcm.h23 struct Config { struct in class:webrtc::AudioEncoderPcm
32 explicit Config(int pt) function in struct:webrtc::AudioEncoderPcm::Config
51 AudioEncoderPcm(const Config& config, int sample_rate_hz);
73 struct Config : public AudioEncoderPcm::Config { struct in class:webrtc::final
74 Config() : AudioEncoderPcm::Config(8) {} function in struct:webrtc::final::Config
77 explicit AudioEncoderPcmA(const Config& config)
95 struct Config : public AudioEncoderPcm::Config { struct in class:webrtc::final
96 Config() : AudioEncoderPcm::Config(0) {} function in struct:webrtc::final::Config
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_encoder_isac_t.h30 struct Config { struct in class:webrtc::final
52 explicit AudioEncoderIsacT(const Config& config);
77 void RecreateEncoderInstance(const Config& config);
79 Config config_;
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus.h31 struct Config { struct in class:webrtc::final
53 explicit AudioEncoderOpus(const Config& config);
90 bool RecreateEncoderInstance(const Config& config);
92 Config config_;

Completed in 571 milliseconds

1234