Searched defs:config (Results 76 - 100 of 333) sorted by relevance

1234567891011>>

/external/skia/src/images/
H A DSkFlipPixelRef.cpp12 SkFlipPixelRef::SkFlipPixelRef(SkBitmap::Config config, int width, int height) argument
14 fConfig = config;
15 fSize = SkBitmap::ComputeSize(config, width, height);
104 static int getShift(SkBitmap::Config config) { argument
105 switch (config) {
121 const int shift = getShift(dst.config());
/external/skia/src/ports/
H A DSkImageRef_ashmem.cpp34 SkBitmap::Config config,
36 : SkImageRef(stream, config, sampleSize) {
131 SkBitmap* bitmap, SkBitmap::Config config,
135 return this->INHERITED::onDecode(codec, stream, bitmap, config, mode);
141 bool success = this->INHERITED::onDecode(codec, stream, bitmap, config,
33 SkImageRef_ashmem(SkStream* stream, SkBitmap::Config config, int sampleSize) argument
130 onDecode(SkImageDecoder* codec, SkStream* stream, SkBitmap* bitmap, SkBitmap::Config config, SkImageDecoder::Mode mode) argument
/external/skia/tests/
H A DDrawTextTest.cpp21 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) { argument
22 bm->setConfig(config, bound.width(), bound.height());
/external/tinyalsa/
H A Dtinyplay.c156 struct pcm_config config; local
162 config.channels = channels;
163 config.rate = rate;
164 config.period_size = period_size;
165 config.period_count = period_count;
167 config.format = PCM_FORMAT_S32_LE;
169 config.format = PCM_FORMAT_S16_LE;
170 config.start_threshold = 0;
171 config.stop_threshold = 0;
172 config
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dconfig_unittest.py39 import config namespace
65 config.clear_cached_configuration()
73 return config.Config(e, fs)
147 # global configuration cache in config.py.
150 c = config.Config(e, fs)
180 c = config.Config(executive.Executive(), filesystem.FileSystem())
186 c = config.Config(executive.Executive(), filesystem.FileSystem())
196 c = config.Config(executive.Executive(), filesystem.FileSystem())
/external/webkit/Tools/wx/build/
H A Dsettings.py49 wx_root = commands.getoutput('wx-config --prefix')
159 config = get_config(wk_root) variable
160 config_dir = config + git_branch_name()
168 waf_configname = config.upper().strip()
170 isReleaseCRT = (config == 'Release')
200 return 'wx-config'
290 global config
291 is_debug = (config == 'Debug')
338 # 10.3 even on intel. So we must first set the SDK and arch flags, then load Python's config,
348 if config
[all...]
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c80 EGLConfig config; local
91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
97 eglGetConfigAttrib(display, config, EGL_NATIVE_VISUAL_ID, &format);
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
102 context = eglCreateContext(display, config, NULL, NULL);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_tls.c36 struct eap_peer_config *config = eap_get_config(sm); local
37 if (config == NULL ||
38 ((sm->init_phase2 ? config->private_key2 : config->private_key)
40 (sm->init_phase2 ? config->engine2 : config->engine) == 0)) {
49 if (eap_peer_tls_ssl_init(sm, &data->ssl, config)) {
52 if (config->engine) {
57 } else if (config->private_key && !config
93 struct eap_peer_config *config = eap_get_config(sm); local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls.c32 struct eap_peer_config *config = eap_get_config(sm); local
33 if (config == NULL ||
34 ((sm->init_phase2 ? config->private_key2 : config->private_key)
36 (sm->init_phase2 ? config->engine2 : config->engine) == 0)) {
48 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TLS)) {
51 if (config->engine) {
56 } else if (config->private_key && !config
76 struct eap_peer_config *config = eap_get_config(sm); local
121 struct eap_peer_config *config = eap_get_config(sm); local
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls.c32 struct eap_peer_config *config = eap_get_config(sm); local
33 if (config == NULL ||
34 ((sm->init_phase2 ? config->private_key2 : config->private_key)
36 (sm->init_phase2 ? config->engine2 : config->engine) == 0)) {
48 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TLS)) {
51 if (config->engine) {
56 } else if (config->private_key && !config
76 struct eap_peer_config *config = eap_get_config(sm); local
121 struct eap_peer_config *config = eap_get_config(sm); local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls.c32 struct eap_peer_config *config = eap_get_config(sm); local
33 if (config == NULL ||
34 ((sm->init_phase2 ? config->private_key2 : config->private_key)
36 (sm->init_phase2 ? config->engine2 : config->engine) == 0)) {
48 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TLS)) {
51 if (config->engine) {
56 } else if (config->private_key && !config
76 struct eap_peer_config *config = eap_get_config(sm); local
121 struct eap_peer_config *config = eap_get_config(sm); local
[all...]
/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp314 void FDK_pushBack (HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits, UCHAR config) argument
317 hBitBuf->ValidBits += (config==0) ? numberOfBits : (-(INT)numberOfBits) ;
321 void FDK_pushForward (HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits, UCHAR config) argument
324 hBitBuf->ValidBits -= (config==0) ? numberOfBits : (-(INT)numberOfBits) ;
329 void FDK_byteAlign (HANDLE_FDK_BITBUF hBitBuf, UCHAR config) argument
335 if (config==0)
336 FDK_pushForward (hBitBuf, 8 - alignment, config) ; /* BS_READER */
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp120 PCE_CONFIGURATION pce_configuration; /*!< Program config element description. */
159 * \brief Get program config element description for existing channel mode.
225 const PCE_CONFIGURATION* config = NULL; local
234 if ((config=getPceEntry(channelMode))==NULL) {
239 pEl_list = &config->el_list[0];
245 FDKwriteBits(hBs, config->num_front_channel_elements, 4); /* Front channel Elements */
246 FDKwriteBits(hBs, config->num_side_channel_elements , 4); /* No Side Channel Elements */
247 FDKwriteBits(hBs, config->num_back_channel_elements , 4); /* No Back channel Elements */
248 FDKwriteBits(hBs, config->num_lfe_channel_elements , 2); /* No Lfe channel elements */
264 for(i=0; i<config
306 const PCE_CONFIGURATION* config = NULL; local
365 transportEnc_writeGASpecificConfig( HANDLE_FDK_BITSTREAM asc, CODER_CONFIG *config, int extFlg, UINT alignAnchor ) argument
405 transportEnc_writeELDSpecificConfig( HANDLE_FDK_BITSTREAM hBs, CODER_CONFIG *config, int epConfig, CSTpCallBacks *cb ) argument
448 transportEnc_writeASC( HANDLE_FDK_BITSTREAM asc, CODER_CONFIG *config, CSTpCallBacks *cb ) argument
[all...]
H A Dtpenc_lib.cpp117 CODER_CONFIG config; member in struct:TRANSPORTENC
206 /* matrixMixdownCoefficient can only be written if 5.0 and 5.1 config present. */
244 FDKmemcpy(&hTpEnc->config, cconfig, sizeof(CODER_CONFIG));
258 if ( (hTpEnc->config.aot != AOT_AAC_LC)
259 ||(hTpEnc->config.samplesPerFrame != 1024))
264 hTpEnc->writer.adif.samplingRate = hTpEnc->config.samplingRate;
265 hTpEnc->writer.adif.bitRate = hTpEnc->config.bitRate;
266 hTpEnc->writer.adif.profile = ((int)hTpEnc->config.aot) - 1;
267 hTpEnc->writer.adif.cm = hTpEnc->config.channelMode;
274 if ( ( hTpEnc->config
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl.cc46 const ProxyConfigServiceImpl::ProxyConfig& config) {
47 switch (config.mode) {
50 << SourceToString(config.automatic_proxy.source) << "\n";
54 << SourceToString(config.automatic_proxy.source) << "\n";
58 << SourceToString(config.automatic_proxy.source)
59 << "\n PAC: " << config.automatic_proxy.pac_url << "\n";
62 out << "Single proxy:\n" << config.single_proxy;
65 out << "HTTP proxy: " << config.http_proxy;
66 out << "HTTPS proxy: " << config.https_proxy;
67 out << "FTP proxy: " << config
45 operator <<(std::ostream& out, const ProxyConfigServiceImpl::ProxyConfig& config) argument
353 UIGetProxyConfig(ProxyConfig* config) argument
[all...]
H A Dproxy_cros_settings_provider.cc44 // Retrieve proxy config.
45 chromeos::ProxyConfigServiceImpl::ProxyConfig config; local
46 config_service->UIGetProxyConfig(&config);
58 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP));
64 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP));
71 val, config.http_proxy, net::ProxyServer::SCHEME_HTTP));
78 val, config.http_proxy, net::ProxyServer::SCHEME_HTTP));
85 val, config.https_proxy, net::ProxyServer::SCHEME_HTTP));
92 val, config.https_proxy, net::ProxyServer::SCHEME_HTTP));
98 if (config
202 chromeos::ProxyConfigServiceImpl::ProxyConfig config; local
[all...]
/external/chromium/chrome/browser/net/
H A Dpref_proxy_config_service.cc29 PrefProxyConfigTracker::GetProxyConfig(net::ProxyConfig* config) { argument
32 *config = pref_config_;
74 const net::ProxyConfig& config,
78 (config_state_ != CONFIG_UNSET && !pref_config_.Equals(config))) {
81 pref_config_ = config;
87 PrefProxyConfigTracker::ReadPrefConfig(net::ProxyConfig* config) { argument
91 *config = net::ProxyConfig();
99 if (PrefConfigToNetConfig(proxy_dict, config)) {
109 net::ProxyConfig* config) {
121 // Ignore all the other proxy config preference
73 InstallProxyConfig( const net::ProxyConfig& config, PrefProxyConfigTracker::ConfigState config_state) argument
107 PrefConfigToNetConfig( const ProxyConfigDictionary& proxy_dict, net::ProxyConfig* config) argument
192 GetLatestProxyConfig(net::ProxyConfig* config) argument
221 OnProxyConfigChanged( const net::ProxyConfig& config, ConfigAvailability availability) argument
[all...]
H A Dpref_proxy_config_service_unittest.cc26 // Testing proxy config service that allows us to fire notifications at will.
29 TestProxyConfigService(const net::ProxyConfig& config, argument
31 : config_(config),
34 void SetProxyConfig(const net::ProxyConfig config, argument
36 config_ = config;
39 OnProxyConfigChanged(config, availability));
52 net::ProxyConfig* config) {
53 *config = config_;
151 MATCHER_P(ProxyConfigMatches, config, "") {
152 net::ProxyConfig reference(config);
51 GetLatestProxyConfig( net::ProxyConfig* config) argument
327 net::ProxyConfig config; local
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Dsync_setup_handler.cc58 bool GetConfiguration(const std::string& json, SyncConfiguration* config) { argument
64 if (!result->GetBoolean("keepEverythingSynced", &config->sync_everything))
73 config->data_types.insert(syncable::BOOKMARKS);
79 config->data_types.insert(syncable::PREFERENCES);
85 config->data_types.insert(syncable::THEMES);
91 config->data_types.insert(syncable::PASSWORDS);
97 config->data_types.insert(syncable::AUTOFILL);
103 config->data_types.insert(syncable::EXTENSIONS);
109 config->data_types.insert(syncable::TYPED_URLS);
115 config
[all...]
/external/chromium/net/proxy/
H A Dproxy_service_unittest.cc31 explicit MockProxyConfigService(const ProxyConfig& config) argument
33 config_(config) {
55 void SetConfig(const ProxyConfig& config) { argument
57 config_ = config;
737 ProxyConfig config; local
738 config.proxy_rules().ParseFromString("foopy1:8080;foopy2:9090");
739 config.set_auto_detect(false);
740 config.proxy_rules().bypass_rules.ParseFromString("*.org");
743 new MockProxyConfigService(config), new MockAsyncProxyResolver, NULL));
762 ProxyConfig config; local
819 ProxyConfig config; local
1179 ProxyConfig config; local
1250 ProxyConfig config; local
1326 ProxyConfig config; local
1383 ProxyConfig config; local
1454 ProxyConfig config = local
1542 ProxyConfig config = ProxyConfig::CreateAutoDetect(); local
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc135 // but for now is done here and added to the initial config. Note any later
138 PortConfiguration* config = new PortConfiguration(stun_hosts_[0], "", "", ""); local
139 ConfigReady(config);
223 PortConfiguration* config = new PortConfiguration(stun_hosts_[0], local
241 config->AddRelay(ports, 0.0f);
242 ConfigReady(config);
/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc137 // Get the pixel config of the device.
138 const SkBitmap::Config config = device->config(); local
145 if (config == SkBitmap::kARGB_8888_Config && device->isOpaque() &&
/external/dnsmasq/src/
H A Dlease.c147 /* changes to the config may change current leases. */
150 struct dhcp_config *config; local
154 if ((config = find_config(daemon->dhcp_conf, NULL, lease->clid, lease->clid_len,
156 (config->flags & CONFIG_NAME) &&
157 (!(config->flags & CONFIG_ADDR) || config->addr.s_addr == lease->addr.s_addr))
158 lease_set_hostname(lease, config->hostname, 1);
453 Don't allow a name from the client to override a name from dnsmasq config. */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DScenarioResults.java117 * @param config The configuration name
121 public ConfigResults getConfigResults(String config) { argument
122 return (ConfigResults) getResults(config);
204 * Returns whether one of the scenario's config has a summary or not.
206 * @return <code>true</code> if one of the scenario's config has a summary
245 * Returns whether the current build of the given config has valid results or not.
247 * @param config The name of the configuration
251 public boolean isValid(String config) { argument
252 return getResults(config) != null;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java76 * Arrays of 2 strings which contains config information: name and description.
77 * This field is set using <b>-config</b> and/or <b>-config.properties</b> arguments.
81 * -config eclipseperflnx3_R3.3,eclipseperfwin2_R3.3,eclipseperflnx2_R3.3,eclipseperfwin1_R3.3,eclipseperflnx1_R3.3
82 * -config.properties
91 * <li>if only <b>-config</b> is set, then configuration name is used for description </li>
92 * <li>if only <b>-config.properties</b> is set, then all configurations defined with this argument are generated
93 * <li>if both arguments are defined, then only configurations defined by <b>-config</b> argument are generated,
94 * <b>-config.properties</b> argument is only used to set the configuration description.</li>
329 if (arg.equals("-config")) {
720 printSummaryScenarioLine(int i, String config, ScenarioResults scenarioResults, PrintStream stream) argument
[all...]

Completed in 511 milliseconds

1234567891011>>