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

1234567

/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...]
H A Dzone-inl.h88 template <typename Config>
89 ZoneSplayTree<Config>::~ZoneSplayTree() {
93 SplayTree<Config, ZoneListAllocationPolicy>::ResetRoot();
/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/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 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/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
H A DConfig.cpp7 // Config.cpp: Implements the egl::Config class, describing the format, type
11 #include "libEGL/Config.h"
22 Config::Config(D3DDISPLAYMODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample) function in class:egl::Config
28 void Config::setDefaults()
65 void Config::set(D3DDISPLAYMODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample)
179 EGLConfig Config::getHandle() const
211 EGLint SortConfig::wantedComponentsSize(const Config &config) const
224 bool SortConfig::operator()(const Config *
[all...]
/external/skia/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;
H A DSkBitmapRegionDecoder.h32 SkBitmap::Config pref, int sampleSize);
/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))))
147 $(or $($(Tmp.Key).UniversalArchs.$(Tmp.Config)),\
149 $(call VarOrDefault,$(Tmp.Key).Arch.$(Tmp.Config),$($(Tmp.Key).Arch))))
154 $(Summary) " FINAL-ARCHIVE: $(Tmp.Name)/$(Tmp.Config): $$@"
161 # Per-Config Targets
162 $(Tmp.Name)-$(Tmp.Config):: $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix)
163 .PHONY: $(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/src/ports/
H A DSkImageRef_ashmem.h22 SkImageRef_ashmem(SkStream*, SkBitmap::Config, int sampleSize = 1);
35 SkBitmap* bitmap, SkBitmap::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/llvm/include/llvm/ADT/
H A DValueMap.h17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
38 template<typename KeyT, typename ValueT, typename Config>
75 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> >
77 friend class ValueMapCallbackVH<KeyT, ValueT, Config>;
78 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH;
80 typedef typename Config::ExtraData ExtraData;
196 // according to the user's preferences expressed through the Config object.
197 template<typename KeyT, typename ValueT, typename Config>
[all...]
/external/skia/include/core/
H A DSkBitmap.h43 enum Config { enum in class:SkBitmap
98 Config config() const { return (Config)fConfig; }
101 Config getConfig() const { return this->config(); }
204 static int ComputeRowBytes(Config c, int width);
209 static int ComputeBytesPerPixel(Config c);
214 static int ComputeShiftPerPixel(Config c) {
218 static Sk64 ComputeSize64(Config, int width, int height);
219 static size_t ComputeSize(Config, int width, int height);
225 void setConfig(Config, in
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp27 std::string ModeStr = Config.lookup(ModeKey);
54 return llvm::StringSwitch<bool>(Config.lookup(Name))
/external/skia/bench/
H A DDecodeBench.cpp19 SkBitmap::Config fPrefConfig;
23 DecodeBench(void* param, SkBitmap::Config c) : SkBenchmark(param) {
/external/skia/include/gpu/
H A DSkGrTexturePixelRef.h56 virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig) SK_OVERRIDE;
79 virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig) SK_OVERRIDE;

Completed in 331 milliseconds

1234567