Searched defs:Config (Results 1 - 25 of 89) sorted by last modified time

1234

/external/sonivox/jet_tools/JetCreator/
H A Deas.py587 self.Config()
605 def Config (self): member in class:EAS
/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/skia/bench/
H A Dbenchmain.cpp192 static const struct Config { struct
342 const Config& config = gConfigs[configs[i]];
352 const Config& config = gConfigs[configs[i]];
357 SkDebugf("GrContext could not be created for config %s. Config will be skipped.\n",
365 "Sample count (%d) for config %s is not supported. Config will be skipped.\n",
411 const Config& config = gConfigs[i];
451 const Config& config = gConfigs[configIndex];
/external/skia/include/core/
H A DSkBitmap.h42 enum Config { enum in class:SkBitmap
51 // do not add this to the Config enum, otherwise the compiler will let us
52 // pass this as a valid parameter for Config.
58 Config config() const;
61 Config getConfig() const { return this->config(); }
236 static size_t ComputeRowBytes(Config c, int width);
241 static int ComputeBytesPerPixel(Config c);
246 static int ComputeShiftPerPixel(Config c) {
250 static int64_t ComputeSize64(Config, int width, int height);
251 static size_t ComputeSize(Config, in
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/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/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp197 const VectorizeConfig Config; member in struct:__anon26367::BBVectorize
200 : BasicBlockPass(ID), Config(C) {
205 : BasicBlockPass(ID), Config(C) {
413 (TTI || v <= Config.VectorBits) &&
414 (!Config.MaxIter || n <= Config.MaxIter);
427 for (; !Config.MaxIter || n <= Config.MaxIter; ++n) {
534 if (!Config.NoMemOpBoost && (isa<LoadInst>(V) || isa<StoreInst>(V)))
535 return Config
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex146 \subsubsection{Global Config}
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp244 struct Config struct in namespace:deqp::gls::FboUtil::config
246 virtual ~Config (void) {};
249 struct Image : public Config
302 struct Attachment : public Config
387 //! Allocate a new configuration of type `Config` (which must be a
388 //! subclass of `config::Config`), and return a referenc to it. The newly
390 template<typename Config>
391 Config& makeConfig (void)
393 Config* cfg = new Config();
[all...]
/external/deqp/scripts/
H A Drun_internal_tests.py25 class Config: class in inherits:
99 Config(
110 Config(
121 Config(
132 Config(
145 Config(
153 Config(
161 Config(
169 Config(
179 Config(
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp4651 Expr *Config, bool IsExecConfig) {
4673 if (Config)
4675 cast<CallExpr>(Config), Args,
4713 if (Config) {
4647 BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl, SourceLocation LParenLoc, ArrayRef<Expr *> Args, SourceLocation RParenLoc, Expr *Config, bool IsExecConfig) argument
/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/clang/bindings/python/clang/
H A Dcindex.py3379 class Config: class in inherits:
3388 if Config.loaded:
3392 Config.library_path = path
3397 if Config.loaded:
3401 Config.library_file = filename
3421 if Config.loaded:
3425 Config.compatibility_check = check_status
3430 register_functions(lib, not Config.compatibility_check)
3431 Config.loaded = True
3435 if Config
[all...]
/external/clang/include/clang/AST/
H A DExprCXX.h153 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, argument
157 setConfig(Config);
/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h128 ConfigTable Config; member in class:clang::AnalyzerOptions
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py285 def Config(self, key): member in class:Step

Completed in 487 milliseconds

1234