Searched refs:config (Results 101 - 125 of 4200) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/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 talk_base::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/chromium_org/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py161 for configname, config in configs.iteritems():
162 getattr(self, field)[configname] = config.get(field, default())
172 for config in configs.values():
173 if field in config:
179 def GetVSMacroEnv(self, base_to_build=None, config=None):
182 target_platform = 'Win32' if self.GetArch(config) == 'x86' else 'x64'
211 def ConvertVSMacros(self, s, base_to_build=None, config=None):
213 env = self.GetVSMacroEnv(base_to_build, config=config)
241 def GetArch(self, config)
[all...]
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dcdm_video_decoder.cc24 ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config) {
29 if (!video_decoder->Initialize(config))
34 if (config.codec == cdm::VideoDecoderConfig::kCodecVp8 ||
35 config.codec == cdm::VideoDecoderConfig::kCodecVp9) {
38 if (!video_decoder->Initialize(config))
48 if (!video_decoder->Initialize(config))
23 CreateVideoDecoder( ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq.cc31 NetEq* NetEq::Create(const NetEq::Config& config) { argument
36 new DelayManager(config.max_packets_in_buffer, delay_peak_detector);
37 delay_manager->SetMaximumDelay(config.max_delay_ms);
38 DtmfBuffer* dtmf_buffer = new DtmfBuffer(config.sample_rate_hz);
40 PacketBuffer* packet_buffer = new PacketBuffer(config.max_packets_in_buffer);
47 return new NetEqImpl(config.sample_rate_hz,
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_connection_win.cc135 DCB config = { 0 }; local
136 config.DCBlength = sizeof(config);
137 if (!GetCommState(file_.GetPlatformFile(), &config)) {
141 config.BaudRate = BitrateToSpeedConstant(*options.bitrate);
143 config.ByteSize = DataBitsEnumToConstant(options.data_bits);
145 config.Parity = ParityBitEnumToConstant(options.parity_bit);
147 config.StopBits = StopBitsEnumToConstant(options.stop_bits);
150 config.fOutxCtsFlow = TRUE;
151 config
171 DCB config = { 0 }; local
225 DCB config = { 0 }; local
[all...]
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp175 EGLint SortConfig::wantedComponentsSize(const Config &config) const
179 if (mWantRed) total += config.mRedSize;
180 if (mWantGreen) total += config.mGreenSize;
181 if (mWantBlue) total += config.mBlueSize;
182 if (mWantAlpha) total += config.mAlphaSize;
183 if (mWantLuminance) total += config.mLuminanceSize;
251 Config config(desc, minSwapInterval, maxSwapInterval, texWidth, texHeight);
252 mSet.insert(config);
265 for (Iterator config = mSet.begin(); config !
[all...]
/external/openssl/
H A DApps.mk13 include $(LOCAL_PATH)/Apps-config-target.mk
14 include $(LOCAL_PATH)/android-config.mk
15 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Apps.mk
22 include $(LOCAL_PATH)/Apps-config-host.mk
23 include $(LOCAL_PATH)/android-config.mk
24 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Apps.mk
H A DCrypto.mk12 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Crypto.mk
13 include $(LOCAL_PATH)/Crypto-config-target.mk
14 include $(LOCAL_PATH)/android-config.mk
42 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Crypto.mk
43 include $(LOCAL_PATH)/Crypto-config-target.mk
44 include $(LOCAL_PATH)/android-config.mk
55 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Crypto.mk
57 include $(LOCAL_PATH)/Crypto-config-host.mk
58 include $(LOCAL_PATH)/android-config.mk
70 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config
[all...]
H A DSsl.mk15 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Ssl.mk
16 include $(LOCAL_PATH)/Ssl-config-target.mk
17 include $(LOCAL_PATH)/android-config.mk
36 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Ssl.mk
37 include $(LOCAL_PATH)/Ssl-config-target.mk
38 include $(LOCAL_PATH)/android-config.mk
48 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Ssl.mk
49 include $(LOCAL_PATH)/Ssl-config-host.mk
50 include $(LOCAL_PATH)/android-config.mk
63 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c16 #include "config.h"
324 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, argument
344 wpa_config_set_blob(config, blob);
357 struct wpa_config *config; local
364 config = cfgp;
366 config = wpa_config_alloc_empty(NULL, NULL);
367 if (config == NULL) {
368 wpa_printf(MSG_ERROR, "Failed to allocate config file "
372 tail = head = config->ssid;
375 cred_tail = cred_head = config
913 wpa_config_write_global(FILE *f, struct wpa_config *config) argument
1187 wpa_config_write(const char *name, struct wpa_config *config) argument
[all...]
/external/bison/lib/
H A Ddirname.c19 #include <config.h>
H A Ddup-safer.c20 #include <config.h>
H A Dfrexpl.c17 #include <config.h>
H A Dmain.c20 #include <config.h>
H A Dmbchar.c17 #include <config.h>
H A Dspawn_faction_destroy.c17 #include <config.h>
H A Dspawnattr_init.c17 #include <config.h>
H A Dxalloc-die.c19 #include <config.h>
H A Dyyerror.c20 #include <config.h>
/external/bison/src/
H A Dassoc.c21 #include <config.h>
/external/chromium_org/remoting/protocol/
H A Dcontent_description_unittest.cc19 scoped_ptr<CandidateSessionConfig> config = local
22 config.Pass(), Authenticator::CreateEmptyAuthenticatorMessage());
28 EXPECT_TRUE(description.config()->control_configs() ==
29 parsed->config()->control_configs());
30 EXPECT_TRUE(description.config()->video_configs() ==
31 parsed->config()->video_configs());
32 EXPECT_TRUE(description.config()->event_configs() ==
33 parsed->config()->event_configs());
34 EXPECT_TRUE(description.config()->audio_configs() ==
35 parsed->config()
[all...]
/external/chromium_org/third_party/webrtc/test/
H A Dfield_trial.h19 // Parses enabled field trials from a string config, such as the one passed
21 // with such a config.
27 // E.g. invalid config:
30 // Note: This method crashes with an error message if an invalid config is
32 void InitFieldTrialsFromString(const std::string& config);
/external/elfutils/0.153/lib/
H A Dxstrdup.c27 # include <config.h>
/external/elfutils/0.153/libdw/
H A Ddwarf_lineaddr.c52 # include <config.h>

Completed in 827 milliseconds

1234567891011>>