/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
complex.h | 29 #include <bits/c++config.h>
|
tgmath.h | 29 #include <bits/c++config.h>
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
complex.h | 29 #include <bits/c++config.h>
|
tgmath.h | 29 #include <bits/c++config.h>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
complex.h | 29 #include <bits/c++config.h>
|
tgmath.h | 29 #include <bits/c++config.h>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
complex.h | 29 #include <bits/c++config.h>
|
tgmath.h | 29 #include <bits/c++config.h>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
complex.h | 29 #include <bits/c++config.h>
|
tgmath.h | 29 #include <bits/c++config.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
complex.h | 29 #include <bits/c++config.h>
|
tgmath.h | 29 #include <bits/c++config.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
complex.h | 29 #include <bits/c++config.h>
|
tgmath.h | 29 #include <bits/c++config.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
tgmath.h | 29 #include <bits/c++config.h>
|
/external/chromium/net/proxy/ |
proxy_config_service_android.cc | 19 ProxyConfigService::ConfigAvailability ProxyConfigServiceAndroid::GetLatestProxyConfig(ProxyConfig* config) { 20 if (!config) 24 *config = ProxyConfig::CreateDirect(); 26 config->proxy_rules().ParseFromString(m_proxy); 37 ProxyConfig config; local 38 config.proxy_rules().ParseFromString(m_proxy); 42 config.proxy_rules().bypass_rules.AddRuleFromString(exList.substr(0, pos)); 45 config.proxy_rules().bypass_rules.AddRuleFromString(exList); 48 OnProxyConfigChanged(config,
|
proxy_config_service.h | 35 // which case |config| contains the configuration). Implementors must not 37 virtual void OnProxyConfigChanged(const ProxyConfig& config, 49 // the proxy configuration is written to |config| and CONFIG_VALID is 55 virtual ConfigAvailability GetLatestProxyConfig(ProxyConfig* config) = 0;
|
/external/chromium_org/media/cast/rtp_receiver/ |
rtp_receiver.cc | 24 RtpParserConfig config; local 26 config.ssrc = audio_config->incoming_ssrc; 27 config.payload_type = audio_config->rtp_payload_type; 28 config.audio_codec = audio_config->codec; 29 config.audio_channels = audio_config->channels; 31 config.ssrc = video_config->incoming_ssrc; 32 config.payload_type = video_config->rtp_payload_type; 33 config.video_codec = video_config->codec; 36 parser_.reset(new RtpParser(incoming_payload_callback, config));
|
/external/chromium_org/chrome/browser/chromeos/ |
mobile_config_unittest.cc | 127 MobileConfig config(kGoodMobileConfig, "en-US"); 128 EXPECT_TRUE(config.IsReady()); 131 carrier = config.GetCarrier("Carrier (country)"); 133 carrier = config.GetCarrier("cr (country)"); 154 locale_config = config.GetLocaleConfig(); 166 MobileConfig config(kOldDealMobileConfig, "en-US"); 167 EXPECT_TRUE(config.IsReady()); 169 carrier = config.GetCarrier("Carrier (country)"); 180 MobileConfig config(kGoodMobileConfig, "en-GB"); 181 EXPECT_TRUE(config.IsReady()) [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
WifiAssociationTest.java | 93 * @param config is the network configuration 96 private void connectToWifi(WifiConfiguration config) { 98 assertTrue("failed to associate with " + config.SSID, 99 connectToWifiWithConfiguration(config)); 102 assertTrue("failed to connect with " + config.SSID, 108 assertTrue(config.SSID.contains(mWifiManager.getConnectionInfo().getSSID())); 126 WifiConfiguration config = new WifiConfiguration(); local 127 config.SSID = mSsid; 133 config.allowedKeyManagement.set(KeyMgmt.NONE); 138 config.allowedKeyManagement.set(KeyMgmt.NONE) [all...] |
/external/chromium_org/net/dns/ |
dns_config_service_posix_unittest.cc | 84 void InitializeExpectedConfig(DnsConfig* config) { 85 config->ndots = 2; 86 config->timeout = base::TimeDelta::FromSeconds(4); 87 config->attempts = 7; 88 config->rotate = true; 89 config->edns0 = false; 90 config->append_to_multi_label_name = true; 91 config->search.clear(); 92 config->search.push_back("chromium.org"); 93 config->search.push_back("example.com") 115 DnsConfig config; local 145 DnsConfig config; local [all...] |
/external/chromium_org/tools/ |
run-bisect-perf-regression.py | 94 """Attempts to load the specified config file as a module 95 and grab the global config dict. 101 The config dict which should be formatted as follows: 110 return local_vars['config'] 126 def _CreateBisectOptionsFromConfig(config): 128 opts_dict['command'] = config['command'] 129 opts_dict['metric'] = config['metric'] 131 if config['repeat_count']: 132 opts_dict['repeat_test_count'] = int(config['repeat_count']) 134 if config['truncate_percent'] [all...] |
/external/chromium/third_party/libevent/ |
event-config.h | 6 // event-config.h depending on your platform. 9 #include "mac/event-config.h" 11 #include "android/event-config.h" 13 #include "linux/event-config.h" 15 #include "freebsd/event-config.h" 17 #error generate event-config.h for your platform
|
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/ |
status.css | 10 iframe[name=network-config-frame] {
|
/external/chromium_org/content/public/browser/ |
overscroll_configuration.h | 26 CONTENT_EXPORT void SetOverscrollConfig(OverscrollConfig config, float value); 28 CONTENT_EXPORT float GetOverscrollConfig(OverscrollConfig config);
|