Searched defs:Config (Results 1 - 25 of 85) 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
H A Dservicedef.py22 from boto.pyami.config import Config namespace
26 class ServiceDef(Config):
32 script = Config.get(self, 'Pyami', 'scripts')
/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/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
H A Dconfig.py21 'The WSGIApplication uses webapp2.Config instead.'),
31 class Config(dict): class in inherits:dict
52 app.config = webapp2_config.Config(my_config)
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
H A Dbootstrap.py25 from boto.pyami.config import Config, BotoConfigPath namespace
58 # now that we have written the file, read it into a pyami Config object
59 boto.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/avahi/avahi-utils/
H A Davahi-set-host-name.c48 typedef struct Config { struct
51 } Config; typedef in typeref:struct:Config
80 static int parse_command_line(Config *c, int argc, char *argv[]) {
124 Config config;
/external/chromium-trace/catapult/dashboard/dashboard/
H A Drietveld_service.py74 def Config(self): member in class:RietveldService
82 server_url = self.Config().internal_server_url
84 server_url = self.Config().server_url
/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.h52 _EGLConfig *Config; member in struct:_egl_context
/external/skia/bench/
H A Dnanobench.h24 struct Config { struct
42 explicit Target(const Config& c) : config(c) { }
45 const Config config;
/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 1481 milliseconds

1234