/external/chromium_org/third_party/libvpx/source/libvpx/ |
warnings.h | 26 const struct VpxEncoderConfig *global_config,
|
warnings.c | 89 const struct VpxEncoderConfig *global_config, 99 global_config->deadline,
|
/external/libvpx/libvpx/ |
warnings.h | 26 const struct VpxEncoderConfig *global_config,
|
warnings.c | 89 const struct VpxEncoderConfig *global_config, 99 global_config->deadline,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
warnings.h | 26 const struct VpxEncoderConfig *global_config,
|
warnings.c | 89 const struct VpxEncoderConfig *global_config, 99 global_config->deadline,
|
/external/chromium_org/chrome/browser/chromeos/net/ |
onc_utils.h | 49 // |global_config| (if not NULL) and |onc_source| (if not NULL) accordingly. If 50 // |guid| is empty, returns NULL and sets the |global_config| and |onc_source|
|
onc_utils.cc | 289 const base::DictionaryValue* global_config = local 291 if (!global_config) 295 global_config->GetBooleanWithoutPathExpansion(
|
/external/chromium_org/chrome/browser/chromeos/ |
mobile_config.cc | 329 void MobileConfig::ProcessConfig(const std::string& global_config, 336 if (!global_config.empty()) { 337 global_initialized = LoadManifestFromString(global_config); 359 std::string global_config; local 361 if (!base::ReadFileToString(global_config_file, &global_config)) { 372 global_config,
|
mobile_config.h | 178 void ProcessConfig(const std::string& global_config,
|
/external/chromium_org/chromeos/network/ |
network_connection_handler_unittest.cc | 244 base::DictionaryValue global_config; local 245 global_config.SetBooleanWithoutPathExpansion( 252 global_config);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
network_configuration_updater_unittest.cc | 166 base::DictionaryValue* global_config = NULL; variable 168 onc::toplevel_config::kGlobalNetworkConfiguration, &global_config); 169 fake_global_network_config_.MergeDictionary(global_config);
|