Searched defs:config (Results 126 - 150 of 804) sorted by relevance

1234567891011>>

/external/syslinux/com32/hdt/
H A Dhdt-dump-pci.c32 void dump_pci(struct s_hardware *hardware, ZZJSON_CONFIG * config, argument
/external/webrtc/talk/app/webrtc/
H A Dsctputils_unittest.cc36 const webrtc::DataChannelInit& config) {
49 if (config.ordered) {
50 EXPECT_EQ(config.maxRetransmits > -1 ?
51 0x01 : (config.maxRetransmitTime > -1 ? 0x02 : 0),
54 EXPECT_EQ(config.maxRetransmits > -1 ?
55 0x81 : (config.maxRetransmitTime > -1 ? 0x82 : 0x80),
62 if (config.maxRetransmits > -1 || config.maxRetransmitTime > -1) {
63 EXPECT_EQ(config.maxRetransmits > -1 ?
64 config
34 VerifyOpenMessageFormat(const rtc::Buffer& packet, const std::string& label, const webrtc::DataChannelInit& config) argument
83 webrtc::DataChannelInit config; local
105 webrtc::DataChannelInit config; local
129 webrtc::DataChannelInit config; local
[all...]
/external/webrtc/tools/network_emulator/
H A Demulate.py18 import config namespace
30 config.ConnectionConfig(1, 'Generic, Bad', 95, 95, 250, 2, 100),
31 config.ConnectionConfig(2, 'Generic, Average', 375, 375, 145, 0.1, 100),
32 config.ConnectionConfig(3, 'Generic, Good', 1000, 1000, 35, 0, 100),
33 config.ConnectionConfig(4, '3G, Average Case', 780, 330, 100, 0, 100),
34 config.ConnectionConfig(5, '3G, Good', 850, 420, 90, 0, 100),
35 config.ConnectionConfig(6, '3G, Lossy Network', 780, 330, 100, 1, 100),
36 config.ConnectionConfig(7, 'Cable Modem', 6000, 1000, 2, 0, 10),
37 config.ConnectionConfig(8, 'DSL', 2000, 256, 5, 0, 10),
38 config
[all...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq.cc46 NetEq* NetEq::Create(const NetEq::Config& config) { argument
51 new DelayManager(config.max_packets_in_buffer, delay_peak_detector);
52 delay_manager->SetMaximumDelay(config.max_delay_ms);
53 DtmfBuffer* dtmf_buffer = new DtmfBuffer(config.sample_rate_hz);
55 PacketBuffer* packet_buffer = new PacketBuffer(config.max_packets_in_buffer);
62 return new NetEqImpl(config,
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_external_decoder_test.cc26 NetEq::Config config; local
27 config.sample_rate_hz = sample_rate_hz_;
28 neteq_.reset(NetEq::Create(config));
/external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
H A Dintelligibility_proc.cc110 IntelligibilityEnhancer::Config config; local
111 config.sample_rate_hz = FLAGS_sample_rate;
112 config.var_type = static_cast<VarianceArray::StepType>(FLAGS_clear_type);
113 config.var_decay_rate = static_cast<float>(FLAGS_clear_alpha);
114 config.var_window_size = static_cast<size_t>(FLAGS_clear_window);
115 config.analysis_rate = FLAGS_ana_rate;
116 config.gain_change_limit = FLAGS_gain_limit;
117 IntelligibilityEnhancer enh(config);
/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_file_processor.cc128 const ProcessingConfig config = { local
130 RTC_CHECK_EQ(kNoErr, ap_->Initialize(config));
H A Daudioproc_float.cc104 Config config; local
110 config.Set<Beamforming>(new Beamforming(
115 config.Set<ExperimentalNs>(new ExperimentalNs(FLAGS_ts || FLAGS_all));
116 config.Set<Intelligibility>(new Intelligibility(FLAGS_ie || FLAGS_all));
118 rtc::scoped_ptr<AudioProcessing> ap(AudioProcessing::Create(config));
/external/webrtc/webrtc/modules/video_coding/codecs/test/
H A Dpacket_manipulator.cc22 const NetworkingConfig& config,
25 config_(config),
21 PacketManipulatorImpl(PacketReader* packet_reader, const NetworkingConfig& config, bool verbose) argument
/external/webrtc/webrtc/voice_engine/
H A Dshared_data.cc26 SharedData::SharedData(const Config& config) argument
29 _channelManager(_gInstanceCounter, config),
/external/aac/libAACenc/src/
H A DaacEnc_ram.h125 AACENC_CONFIG *config; member in struct:AAC_ENC
/external/autotest/client/cros/cellular/
H A Dcell_tools_test_on_chromebook.py25 config = labconfig.Configuration(['--cell', 'mtv', '--technology', 'LTE']) variable
68 with environment.DefaultCellularTestContext(config) as c:
80 with environment.DefaultCellularTestContext(config) as c:
/external/autotest/scheduler/shard/
H A Dsimple_heartbeat_server.py42 from autotest_lib.client.common_lib.global_config import global_config as config namespace
154 default=config.get_config_value('AUTOTEST_WEB', 'host'),
158 default=config.get_config_value('AUTOTEST_WEB', 'database'),
162 default=config.get_config_value('AUTOTEST_WEB', 'user'),
166 default=config.get_config_value('AUTOTEST_WEB', 'password'),
170 default=config.get_config_value('AUTOTEST_WEB', 'port', default=''),
/external/autotest/site_utils/lxc/
H A Dconfig.py6 This module helps to deploy config files and shared folders from host to
8 deploy the config files based on the settings. The setting file has a json
31 Definition of each attribute for config files are as follows:
32 source: config file in host to be copied to container.
33 target: config file's location inside container.
34 append: true to append the content of config file to existing file inside
37 permission: Permission to set to the config file inside container.
76 The setting file can be overridden by a shadow config, ssp_deploy_shadow_config.
82 the module still supports copy over files like ssh config and autotest
102 config variable
[all...]
/external/autotest/site_utils/
H A Drpc_logserver.py18 from autotest_lib.client.common_lib.global_config import global_config as config namespace
100 max_log_size = config.get_config_value('SERVER', 'rpc_max_log_size_mb',
102 number_of_old_logs = config.get_config_value('SERVER', 'rpc_num_old_logs',
104 log_path = config.get_config_value('SERVER', 'rpc_log_path')
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
H A DConfigurableProvider.java1 package org.bouncycastle.jcajce.provider.config;
/external/caliper/caliper/src/main/java/com/google/caliper/config/
H A DCaliperConfig.java17 package com.google.caliper.config;
48 * Represents caliper configuration. By default, {@code ~/.caliper/config.properties} and
49 * {@code global-config.properties}.
H A DInstrumentConfig.java17 package com.google.caliper.config;
H A DVmConfig.java17 package com.google.caliper.config;
/external/caliper/caliper/src/test/java/com/google/caliper/config/
H A DCaliperConfigTest.java17 package com.google.caliper.config;
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DClientSocketBenchmark.java54 ClientSocketBenchmark(Config config) throws Exception { argument
57 message = newTextMessage(config.messageSize());
61 ChannelType.CHANNEL, config.messageSize(), getProtocols(), ciphers(config));
74 client = config.socketType().newClient(
75 config.channelType(), server.port(), getProtocols(), ciphers(config));
120 private String[] ciphers(Config config) { argument
121 return new String[] {config.cipher()};
H A DEngineWrapBenchmark.java70 EngineWrapBenchmark(Config config) throws Exception { argument
71 engineType = config.engineType();
72 cipher = config.cipher();
73 BufferType bufferType = config.bufferType();
85 int messageSize = config.messageSize();
H A DServerSocketBenchmark.java55 ServerSocketBenchmark(Config config) throws Exception { argument
58 byte[] message = newTextMessage(config.messageSize());
60 final ChannelType channelType = config.channelType();
62 server = config.socketType().newServer(
63 channelType, config.messageSize(), getProtocols(), ciphers(config));
81 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config));
96 byte[] buffer = new byte[config.messageSize()];
99 assertEquals(config.messageSize(), numBytes);
134 private String[] ciphers(Config config) { argument
[all...]
/external/curl/src/
H A Dtool_cb_prg.c104 struct OperationConfig *config)
117 if(config->use_resume)
118 bar->initial_size = config->resume_from;
149 bar->out = config->global->errors;
103 progressbarinit(struct ProgressData *bar, struct OperationConfig *config) argument
H A Dtool_operhlp.c38 void clean_getout(struct OperationConfig *config) argument
41 struct getout *node = config->url_list;
51 config->url_list = NULL;

Completed in 435 milliseconds

1234567891011>>