Searched defs:Config (Results 26 - 50 of 89) sorted by relevance

1234

/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/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/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/content/browser/renderer_host/input/
H A Dtouch_event_queue.h59 struct CONTENT_EXPORT Config { struct in class:content::TouchEventQueue
60 Config();
80 TouchEventQueue(TouchEventQueueClient* client, const Config& config);
H A Dgesture_event_queue.cc19 GestureEventQueue::Config::Config() { function in class:content::GestureEventQueue::Config
25 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);
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dconfig.h14 class Config { class in namespace:egl
16 Config();
17 ~Config();
87 DISALLOW_COPY_AND_ASSIGN(Config);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsurface.h50 _EGLConfig *Config; member in struct:_egl_surface
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h83 struct Config { struct in class:webrtc::AudioCodingModule
84 Config() function in struct:webrtc::AudioCodingModule::Config
90 NetEq::Config neteq_config;
1007 struct Config { struct in class:webrtc::AudioCoding
1008 Config() function in struct:webrtc::AudioCoding::Config
1018 AudioCodingModule::Config ToOldConfig() const {
1019 AudioCodingModule::Config old_config;
1026 NetEq::Config neteq_config;
1036 static AudioCoding* Create(const Config& config);
/external/chromium_org/third_party/webrtc/
H A Dvideo_send_stream.h51 struct Config { struct in class:webrtc::VideoSendStream
52 Config() function in struct:webrtc::VideoSendStream::Config
/external/chromium_org/tools/cr/cr/
H A Dconfig.py69 class Config(cr.visitor.Node, cr.loader.AutoExport): class in inherits:cr.visitor.Node, cr.loader.AutoExport
72 This holds a set of unresolved key value pairs, and the set of child Config
87 return Config('??').Apply(args, kwargs)
127 super(Config, self).__init__(name=name, enabled=enabled, export=export)
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Drun_tests.py17 class Config(object): class in inherits:object
/external/chromium_org/ui/gfx/android/
H A Dscroller.h18 struct Config { struct in class:gfx::Scroller
19 Config();
28 explicit Scroller(const Config& config);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp173 const Table &Config = mgr.options.Config; local
176 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E;
/external/clang/tools/clang-format/
H A DClangFormat.cpp295 std::string Config = local
299 llvm::outs() << Config << "\n";
/external/mesa3d/src/egl/main/
H A Deglsurface.h50 _EGLConfig *Config; member in struct:_egl_surface
/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.cc33 ScaleGestureDetector::Config::Config() function in class:ui::ScaleGestureDetector::Config
40 ScaleGestureDetector::Config::~Config() {}
55 ScaleGestureDetector::ScaleGestureDetector(const Config& config,
H A Dgesture_detector.cc41 GestureDetector::Config::Config() function in class:ui::GestureDetector::Config
58 GestureDetector::Config::~Config() {}
118 TimeoutGestureHandler(const Config& config, GestureDetector* gesture_detector)
165 const Config& config,
446 void GestureDetector::Init(const Config& config) {
H A Dgesture_provider.cc60 // GestureProvider:::Config
62 GestureProvider::Config::Config() function in class:ui::GestureProvider::Config
70 GestureProvider::Config::~Config() {
80 GestureListenerImpl(const GestureProvider::Config& config,
635 const GestureProvider::Config config_;
678 GestureProvider::GestureProvider(const 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/net/quic/crypto/
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...]
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.h7 // Config.h: Defines the egl::Config class, describing the format, type
25 class Config class in namespace:egl
28 Config(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
77 bool operator()(const Config *x, const Config *y) const;
78 bool operator()(const Config &x, const Config &y) const;
82 EGLint wantedComponentsSize(const Config &config) const;
101 const egl::Config *ge
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c51 struct Config struct
62 void ParseArgs(int argc, char **argv, struct Config *config);
64 void ParseArgs(int argc, char **argv, struct Config *config)
177 struct Config config;

Completed in 4394 milliseconds

1234