Searched defs:Config (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
H A Dconfig.py21 'The WSGIApplication uses webapp2.Config instead.'),
31 class Config(dict): class in inherits:dict
52 app.config = webapp2_config.Config(my_config)
/external/deqp/scripts/
H A Drun_internal_tests.py45 class Config: class in inherits:
119 Config(
130 Config(
141 Config(
152 Config(
165 Config(
173 Config(
181 Config(
189 Config(
199 Config(
[all...]
/external/deqp/modules/egl/
H A DteglRenderCase.hpp44 struct Config struct in class:deqp::egl::RenderCase
50 Config (eglw::EGLConfig config_, eglw::EGLint surfaceTypeBit_, eglw::EGLint apiBits_) function in struct:deqp::egl::RenderCase::Config
59 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config) = DE_NULL;
71 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config);
72 virtual void executeForContext (eglw::EGLDisplay display, eglw::EGLContext context, eglw::EGLSurface surface, const Config& config) = DE_NULL;
84 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config);
85 virtual void executeForContexts (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config, const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts) = DE_NULL;
/external/mesa3d/src/egl/main/
H A Deglcontext.h52 _EGLConfig *Config; member in struct:_egl_context
H A Deglsurface.h50 _EGLConfig *Config; member in struct:_egl_surface
/external/skia/bench/
H A Dnanobench.h24 struct Config { struct
40 explicit Target(const Config& c) : config(c) { }
43 const Config config;
/external/skia/tools/
H A Dbench_pictures_cfg_helper.py9 def Config(**kwargs): function
24 return Config(config='8888', **kwargs)
28 return Config(config='gpu', **kwargs)
41 return Config(**dict(TileArgs(tile_x, tile_y,
/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/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.cpp289 std::string Config = local
293 llvm::outs() << Config << "\n";
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DFilterHolder.java48 private transient Config _config;
117 _config=new Config();
251 class Config extends HolderConfig implements FilterConfig class in class:FilterHolder
H A DServletHolder.java82 private transient Config _config;
335 _config=new Config();
516 _config=new Config();
738 protected class Config extends HolderConfig implements ServletConfig class in class:ServletHolder
/external/mesa3d/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;
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp197 struct Config struct in namespace:deqp::gls::FboUtil::config
199 virtual ~Config (void) {};
202 struct Image : public Config
255 struct Attachment : public Config
338 //! Allocate a new configuration of type `Config` (which must be a
339 //! subclass of `config::Config`), and return a referenc to it. The newly
341 template<typename Config>
342 Config& makeConfig (void)
344 Config* cfg = new Config();
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h132 ConfigTable Config; member in class:clang::AnalyzerOptions
/external/libvorbis/doc/
H A D01-introduction.tex146 \subsubsection{Global Config}
/external/v8/tools/push-to-trunk/
H A Dcommon_includes.py285 def Config(self, key): member in class:Step
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java34 public class Config class in class:ECCurve
40 Config(int coord, ECEndomorphism endomorphism, ECMultiplier multiplier) method in class:ECCurve.Config
47 public Config setCoordinateSystem(int coord)
53 public Config setEndomorphism(ECEndomorphism endomorphism)
59 public Config setMultiplier(ECMultiplier multiplier)
103 public Config configure()
105 return new Config(this.coord, this.endomorphism, this.multiplier);
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py1321 class Config(dict): class in inherits:dict
1443 config_class = Config
1449 #: A :class:`Config` instance with the application configuration.
/external/sonivox/jet_tools/JetCreator/
H A Deas.py587 self.Config()
605 def Config (self): member in class:EAS
/external/clang/bindings/python/clang/
H A Dcindex.py3486 class Config: class in inherits:
3495 if Config.loaded:
3499 Config.library_path = path
3504 if Config.loaded:
3508 Config.library_file = filename
3528 if Config.loaded:
3532 Config.compatibility_check = check_status
3537 register_functions(lib, not Config.compatibility_check)
3538 Config.loaded = True
3542 if Config
[all...]
/external/clang/include/clang/AST/
H A DExprCXX.h160 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, argument
164 setConfig(Config);
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp198 const VectorizeConfig Config; member in struct:__anon11116::BBVectorize
201 : BasicBlockPass(ID), Config(C) {
206 : BasicBlockPass(ID), Config(C) {
411 (TTI || v <= Config.VectorBits) &&
412 (!Config.MaxIter || n <= Config.MaxIter);
425 for (; !Config.MaxIter || n <= Config.MaxIter; ++n) {
533 if (!Config.NoMemOpBoost && (isa<LoadInst>(V) || isa<StoreInst>(V)))
534 return Config
[all...]
/external/v8/src/
H A Djsregexp.h347 class Config { class in class:v8::internal::DispatchTable
377 ZoneSplayTree<Config>* tree() { return &tree_; }
378 ZoneSplayTree<Config> tree_;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...

Completed in 1228 milliseconds

12