Searched refs:Config (Results 1 - 25 of 204) sorted by relevance

123456789

/external/v8/src/
H A Dsplay-tree-inl.h37 template<typename Config, class Allocator>
38 SplayTree<Config, Allocator>::~SplayTree() {
44 template<typename Config, class Allocator>
45 bool SplayTree<Config, Allocator>::Insert(const Key& key, Locator* locator) {
48 root_ = new Node(key, Config::NoValue());
54 int cmp = Config::Compare(key, root_->key_);
60 Node* node = new Node(key, Config::NoValue());
68 template<typename Config, class Allocator>
69 void SplayTree<Config, Allocator>::InsertInternal(int cmp, Node* node) {
83 template<typename Config, clas
[all...]
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_runner.h30 class Config { class in class:chrome_browser_net_websocket_experiment::WebSocketExperimentRunner
32 Config() function in class:chrome_browser_net_websocket_experiment::WebSocketExperimentRunner::Config
38 WebSocketExperimentTask::Config ws_config[6];
67 Config config_;
H A Dwebsocket_experiment_task.h77 class Config { class in class:chrome_browser_net_websocket_experiment::WebSocketExperimentTask
79 Config();
80 ~Config();
107 const Config& config, URLFetcher::Delegate* delegate);
109 const Config& config, net::WebSocketDelegate* delegate);
132 WebSocketExperimentTask(const Config& config,
148 const Config& config() const { return config_; }
190 Config config_;
/external/skia/legacy/src/core/
H A DSkBlitMask.h54 static ColorProc ColorFactory(SkBitmap::Config, SkMask::Format, SkColor);
60 static ColorProc PlatformColorProcs(SkBitmap::Config, SkMask::Format, SkColor);
81 static RowProc RowFactory(SkBitmap::Config, SkMask::Format, RowFlags);
87 static RowProc PlatformRowProcs(SkBitmap::Config, SkMask::Format, RowFlags);
/external/skia/legacy/src/images/
H A DSkBitmapRegionDecoder.cpp4 SkBitmap::Config pref, int sampleSize) {
H A DSkImageDecoder.cpp31 static SkBitmap::Config gDeviceConfig = SkBitmap::kNo_Config;
33 SkBitmap::Config SkImageDecoder::GetDeviceConfig()
38 void SkImageDecoder::SetDeviceConfig(SkBitmap::Config config)
89 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width,
108 void SkImageDecoder::setPrefConfigTable(const SkBitmap::Config pref[6]) {
117 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth,
119 SkBitmap::Config config;
149 SkBitmap::Config pref, Mode mode, bool reuseBitmap) {
173 SkBitmap::Config pref) {
227 SkBitmap::Config pre
[all...]
/external/skia/src/core/
H A DSkBlitMask.h54 static ColorProc ColorFactory(SkBitmap::Config, SkMask::Format, SkColor);
60 static ColorProc PlatformColorProcs(SkBitmap::Config, SkMask::Format, SkColor);
81 static RowProc RowFactory(SkBitmap::Config, SkMask::Format, RowFlags);
87 static RowProc PlatformRowProcs(SkBitmap::Config, SkMask::Format, RowFlags);
/external/skia/src/images/
H A DSkBitmapRegionDecoder.cpp4 SkBitmap::Config pref, int sampleSize) {
H A DSkImageRef_ashmem.h22 SkImageRef_ashmem(SkStream*, SkBitmap::Config, int sampleSize = 1);
32 SkBitmap* bitmap, SkBitmap::Config config,
H A DSkImageDecoder.cpp35 static SkBitmap::Config gDeviceConfig = SkBitmap::kNo_Config;
37 SkBitmap::Config SkImageDecoder::GetDeviceConfig()
42 void SkImageDecoder::SetDeviceConfig(SkBitmap::Config config)
93 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width,
112 void SkImageDecoder::setPrefConfigTable(const SkBitmap::Config pref[6]) {
121 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth,
123 SkBitmap::Config config;
153 SkBitmap::Config pref, Mode mode, bool reuseBitmap) {
177 SkBitmap::Config pref) {
231 SkBitmap::Config pre
[all...]
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp21 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap*, SkBitmap::Config,
26 bool SkImageDecoder::decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode) {
30 bool SkImageDecoder::DecodeStream(SkStream*, SkBitmap*, SkBitmap::Config, SkImageDecoder::Mode,
35 bool SkImageDecoder::DecodeMemory(const void*, size_t, SkBitmap*, SkBitmap::Config,
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DConfig.h7 // Config.h: Defines the egl::Config class, describing the format, type
26 class Config class in namespace:egl
29 Config(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample);
81 bool operator()(const Config *x, const Config *y) const;
82 bool operator()(const Config &x, const Config &y) const;
86 EGLint wantedComponentsSize(const Config &config) const;
105 const egl::Config *ge
[all...]
H A DSurface.h23 class Config;
28 Surface(Display *display, const egl::Config *config, HWND window);
72 const egl::Config *mConfig; // EGL config surface was created with
/external/skia/include/images/
H A DSkImageRef_GlobalPool.h18 SkImageRef_GlobalPool(SkStream*, SkBitmap::Config, int sampleSize = 1);
50 SkBitmap* bitmap, SkBitmap::Config config,
H A DSkImageDecoder.h116 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {}
153 void setPrefConfigTable(const SkBitmap::Config pref[6]);
211 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode, bool reuseBitmap = false);
234 SkBitmap::Config pref);
255 SkBitmap::Config prefConfig, Mode,
275 SkBitmap::Config prefConfig, Mode,
295 SkBitmap::Config prefConfig, Mode,
307 static SkBitmap::Config GetDeviceConfig();
314 static void SetDeviceConfig(SkBitmap::Config);
374 bool chooseFromOneChoice(SkBitmap::Config confi
[all...]
H A DSkImageRef.h37 SkImageRef(SkStream*, SkBitmap::Config config, int sampleSize = 1, SkBaseMutex* mutex = NULL);
68 SkBitmap::Config, SkImageDecoder::Mode);
91 SkBitmap::Config fConfig;
/external/skia/legacy/include/images/
H A DSkImageRef_GlobalPool.h18 SkImageRef_GlobalPool(SkStream*, SkBitmap::Config, int sampleSize = 1);
56 SkBitmap* bitmap, SkBitmap::Config config,
H A DSkImageDecoder.h110 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {}
144 void setPrefConfigTable(const SkBitmap::Config pref[6]);
202 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode, bool reuseBitmap = false);
225 SkBitmap::Config pref);
246 SkBitmap::Config prefConfig, Mode,
266 SkBitmap::Config prefConfig, Mode,
286 SkBitmap::Config prefConfig, Mode,
298 static SkBitmap::Config GetDeviceConfig();
305 static void SetDeviceConfig(SkBitmap::Config);
365 bool chooseFromOneChoice(SkBitmap::Config confi
[all...]
H A DSkImageRef.h37 SkImageRef(SkStream*, SkBitmap::Config config, int sampleSize = 1);
71 SkBitmap::Config, SkImageDecoder::Mode);
93 SkBitmap::Config fConfig;
/external/skia/legacy/src/opts/
H A DSkBlitRow_opts_none.cpp31 SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkBitmap::Config dstConfig,
41 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig,
/external/skia/src/opts/
H A DSkBlitRow_opts_none.cpp31 SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkBitmap::Config dstConfig,
41 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig,
/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service.h85 struct Config { struct in class:QuotaLimitHeuristic
114 void Reset(const Config& config, const base::TimeTicks& start);
145 explicit QuotaLimitHeuristic(const Config& config, BucketMapper* map);
155 const Config& config() { return config_; }
164 const Config config_;
176 explicit TimedLimit(const Config& config, BucketMapper* map)
187 const Config& config,
/external/compiler-rt/
H A DMakefile126 # Per-Config Libraries
132 $(call Set,Tmp.Config,$(1))
133 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config))
135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
137 $(call GetCNAVar,SHARED_LIBRARY_SUFFIX,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
149 $(or $($(Tmp.Key).UniversalArchs.$(Tmp.Config)),\
151 $(call VarOrDefault,$(Tmp.Key).Arch.$(Tmp.Config),$($(Tmp.Key).Arch))))
156 $(Summary) " FINAL-ARCHIVE: $(Tmp.Name)/$(Tmp.Config): $$@"
163 # Per-Config Targets
164 $(Tmp.Name)-$(Tmp.Config)
[all...]
/external/iproute2/
H A Dconfigure21 echo "TC_CONFIG_ATM:=y" >>Config
54 echo "TC_CONFIG_XT:=y" >>Config
63 if grep TC_CONFIG_XT Config > /dev/null
93 echo "TC_CONFIG_XT_OLD:=y" >>Config
102 if grep TC_CONFIG_XT Config > /dev/null
134 echo "TC_CONFIG_XT_OLD_H:=y" >>Config
141 if ! grep TC_CONFIG_XT Config > /dev/null
158 echo "IPT_LIB_DIR:=$dir/$TABLES" >> Config
166 echo "# Generated config based on" $INCLUDE >Config
/external/skia/legacy/src/ports/
H A DSkImageRef_ashmem.h22 SkImageRef_ashmem(SkStream*, SkBitmap::Config, int sampleSize = 1);
35 SkBitmap* bitmap, SkBitmap::Config config,

Completed in 379 milliseconds

123456789