Searched defs:Config (Results 1 - 25 of 89) sorted by path

1234

/external/aac/libSYS/src/mips/
H A DgenericStds_mips.cpp186 unsigned int Config; local
188 Config = mips_getconfig();
189 hasISPRAM = (Config >> 24) & 1;
190 hasDSPRAM = (Config >> 23) & 1;
192 FDKprintf("Config ISP/DSP: %d/%d\n", hasISPRAM, hasDSPRAM);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java28 public class Config class in class:ECCurve
33 Config(int coord, ECMultiplier multiplier) method in class:ECCurve.Config
39 public Config setCoordinateSystem(int coord)
45 public Config setMultiplier(ECMultiplier multiplier)
79 public Config configure()
81 return new Config(this.coord, this.multiplier);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_config.cc9 Config::Config() : max_bytes(150 * 1024 * 1024), function in class:prerender::Config
20 Config::~Config() { }
H A Dprerender_config.h15 struct Config { struct in namespace:prerender
16 Config();
17 ~Config();
/external/chromium_org/chrome/test/mini_installer/
H A Dtest_installer.py41 class Config: class in inherits:
67 config: The Config object.
241 directory: The directory where the Config file and all Property files
260 config_filename: A Config filename.
263 A Config object.
269 config = Config()
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py410 class Config(object): class in inherits:object
731 self.config = Config()
/external/chromium_org/content/browser/renderer_host/input/
H A Dgesture_event_queue.cc19 GestureEventQueue::Config::Config() { function in class:content::GestureEventQueue::Config
25 const Config& config)
H A Dgesture_event_queue.h63 struct CONTENT_EXPORT Config { struct in class:content::GestureEventQueue
64 Config();
67 TapSuppressionController::Config touchpad_tap_suppression_config;
70 TapSuppressionController::Config touchscreen_tap_suppression_config;
81 const Config& config);
H A Dinput_router_impl.cc59 InputRouterImpl::Config::Config() { function in class:content::InputRouterImpl::Config
66 const Config& config)
H A Dinput_router_impl.h45 struct CONTENT_EXPORT Config { struct in class:content::InputRouterImpl
46 Config();
47 GestureEventQueue::Config gesture_config;
48 TouchEventQueue::Config touch_config;
55 const Config& config);
H A Dtap_suppression_controller.cc13 TapSuppressionController::Config::Config() function in class:content::TapSuppressionController::Config
21 const Config& config)
H A Dtap_suppression_controller.h22 struct CONTENT_EXPORT Config { struct in class:content::TapSuppressionController
23 Config();
37 const Config& config);
H A Dtouch_event_queue.cc364 TouchEventQueue::Config::Config() function in class:content::TouchEventQueue::Config
372 const Config& config)
H A Dtouch_event_queue.h59 struct CONTENT_EXPORT Config { struct in class:content::TouchEventQueue
60 Config();
80 TouchEventQueue(TouchEventQueueClient* client, const Config& config);
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_engine.cc15 SpeechRecognitionEngine::Config::Config() function in class:content::SpeechRecognitionEngine::Config
24 SpeechRecognitionEngine::Config::~Config() {
H A Dspeech_recognition_engine.h48 struct CONTENT_EXPORT Config { struct in class:content::SpeechRecognitionEngine
49 Config();
50 ~Config();
68 virtual void SetConfig(const Config& config) = 0;
108 typedef SpeechRecognitionEngine::Config SpeechRecognitionEngineConfig;
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.cc53 P2PPortAllocator::Config::Config() function in class:content::P2PPortAllocator::Config
58 P2PPortAllocator::Config::~Config() {
61 P2PPortAllocator::Config::RelayServerConfig::RelayServerConfig()
65 P2PPortAllocator::Config::RelayServerConfig::~RelayServerConfig() {
73 const Config& config)
159 P2PPortAllocator::Config::RelayServerConfig relay_config =
258 const P2PPortAllocator::Config& config = allocator_->config_;
H A Dport_allocator.h30 struct Config { struct in class:content::P2PPortAllocator
31 Config();
32 ~Config();
59 const Config& config);
73 Config config_;
/external/chromium_org/extensions/browser/
H A Dquota_service.h102 struct Config { struct in class:extensions::QuotaLimitHeuristic
131 void Reset(const Config& config, const base::TimeTicks& start);
174 QuotaLimitHeuristic(const Config& config,
190 const Config& config() { return config_; }
199 const Config config_;
214 TimedLimit(const Config& config, BucketMapper* map, const std::string& name)
226 const Config& config,
H A Dquota_service_unittest.cc21 typedef QuotaLimitHeuristic::Config Config; typedef in namespace:extensions
29 const Config kFrozenConfig = {0, TimeDelta::FromDays(0)};
30 const Config k2PerMinute = {2, TimeDelta::FromMinutes(1)};
31 const Config k20PerHour = {20, TimeDelta::FromHours(1)};
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dconfig.cc9 Config::Config() function in class:egl::Config
44 Config::~Config() {
47 bool Config::GetAttrib(EGLint attribute, EGLint* value) const {
H A Dconfig.h14 class Config { class in namespace:egl
16 Config();
17 ~Config();
87 DISALLOW_COPY_AND_ASSIGN(Config);
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dconfig.py29 class Config(dict): class in inherits:dict
53 raise AttributeError('Config does not contain: %s' % name)
65 logging.info('Source \"%s\" already in Config.' % (source,))
71 logging.warn('Source \"%s\" not in Config.' % (source,))
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc373 scoped_refptr<Config> config(ParseConfigProtobuf(protobuf));
409 vector<scoped_refptr<Config> > parsed_configs;
414 scoped_refptr<Config> config(ParseConfigProtobuf(*i));
436 for (vector<scoped_refptr<Config> >::const_iterator i =
439 scoped_refptr<Config> config = *i;
499 scoped_refptr<Config> requested_config;
570 scoped_refptr<Config> requested_config;
571 scoped_refptr<Config> primary_config;
787 scoped_refptr<QuicCryptoServerConfig::Config>
798 return scoped_refptr<Config>(i
1559 QuicCryptoServerConfig::Config::Config() function in class:net::QuicCryptoServerConfig::Config
[all...]
H A Dquic_crypto_server_config.h297 // Config represents a server config: a collection of preferences and
299 class NET_EXPORT_PRIVATE Config : public QuicCryptoConfig, class in class:net::QuicCryptoServerConfig
300 public base::RefCounted<Config> {
302 Config();
348 // Config is not using the default source address token boxer
353 friend class base::RefCounted<Config>;
355 virtual ~Config();
357 DISALLOW_COPY_AND_ASSIGN(Config);
360 typedef std::map<ServerConfigID, scoped_refptr<Config> > ConfigMap;
363 scoped_refptr<Config> GetConfigWithSci
[all...]

Completed in 4482 milliseconds

1234