HomeSort by relevance Sort by last modified time
    Searched defs:Config (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/util/
Config.java 24 public final class Config {
25 /** @hide */ public Config() {}
  /cts/tests/tests/drm/src/android/drm/cts/
Config.java 21 public interface Config {
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
config.py 3 webapp2_extras.config
8 This module is deprecated. See :class:`webapp2.WSGIApplication.config`.
20 'webapp2_extras.config is deprecated. '
21 'The WSGIApplication uses webapp2.Config instead.'),
31 class Config(dict):
37 The configuration object can be set as a ``config`` attribute of
41 from webapp2_extras import config as webapp2_config
52 app.config = webapp2_config.Config(my_config)
58 foo = self.app.config['my.module']['foo'
    [all...]
  /external/deqp/modules/egl/
teglRenderCase.hpp 44 struct Config
46 eglw::EGLConfig config; member in struct:deqp::egl::RenderCase::Config
50 Config (eglw::EGLConfig config_, eglw::EGLint surfaceTypeBit_, eglw::EGLint apiBits_)
51 : config (config_)
58 virtual void executeForConfig (eglw::EGLDisplay display, eglw::EGLConfig 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
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 39 public class Config {
AdapterApp.java 51 Config.init(this);
  /external/deqp/scripts/
run_internal_tests.py 45 class Config:
57 def initBuildDir (config):
58 if os.path.exists(config.buildPath):
59 shutil.rmtree(config.buildPath)
61 os.makedirs(config.buildPath)
62 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
64 def prepareBuildDir (config):
66 if os.path.exists(config.buildPath)
    [all...]
  /hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.cpp 44 ArbitratorErrorType MediaResourceArbitrator::Config(const char* configFilePath) {
49 ALOGV("%s: can not open config xml file.\
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 26 final class Config {
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 173 const Table &Config = mgr.options.Config;
176 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E;
181 llvm::errs() << "[config]\n";
  /external/clang/tools/clang-format/
ClangFormat.cpp 78 "filename to look for a style config file (with\n"
90 DumpConfig("dump-config",
289 std::string Config =
293 llvm::outs() << Config << "\n";
  /external/mesa3d/src/egl/main/
eglcontext.h 52 _EGLConfig *Config;
68 _EGLConfig *config, const EGLint *attrib_list);
eglsurface.h 50 _EGLConfig *Config;
83 _EGLConfig *config, const EGLint *attrib_list);
  /external/skia/bench/
nanobench.h 24 struct Config {
40 explicit Target(const Config& c) : config(c) { }
43 const Config config; member in struct:Target
76 /** Writes any config-specific data to the log. */
  /external/skia/tools/
bench_pictures_cfg_helper.py 9 def Config(**kwargs):
10 config = {}
12 config[key] = kwargs[key]
13 return config
17 config = {'mode': ['tile', str(tile_x), str(tile_y)]}
19 config['timeIndividualTiles'] = True
20 return config
24 return Config(config='8888', **kwargs)
28 return Config(config='gpu', **kwargs
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
Config.java 30 public class Config {
StatusBar.java 75 setBackgroundColor(color == 0 ? Config.getStatusBarColor(simulatedPlatformVersion) : color);
82 + Config.getWifiIconType(simulatedPlatformVersion), density);
84 setText(3, Config.getTime(simulatedPlatformVersion), false)
85 .setTextColor(Config.getTimeColor(simulatedPlatformVersion));
  /external/aac/libSYS/src/mips/
genericStds_mips.cpp 96 /* value below is defined in simulator config (MipsMemIntf-{24KE,4KE}.cfg) */
186 unsigned int Config;
188 Config = mips_getconfig();
189 hasISPRAM = (Config >> 24) & 1;
190 hasDSPRAM = (Config >> 23) & 1;
192 FDKprintf("Config ISP/DSP: %d/%d\n", hasISPRAM, hasDSPRAM);
  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 30 * Parser for font config files.
36 public static class Config {
37 Config() {
77 public static Config parse(InputStream in) throws XmlPullParserException, IOException {
88 private static Config readFamilies(XmlPullParser parser)
90 Config config = new Config(); local
95 config.families.add(readFamily(parser));
97 config.aliases.add(readAlias(parser))
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlet/
FilterHolder.java 48 private transient Config _config;
117 _config=new Config();
251 class Config extends HolderConfig implements FilterConfig
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 51 struct Config
62 void ParseArgs(int argc, char **argv, struct Config *config);
64 void ParseArgs(int argc, char **argv, struct Config *config)
69 config->input_width = DEFAULT_INPUT_WIDTH;
70 config->input_height = DEFAULT_INPUT_HEIGHT;
71 config->output_width = 0;
72 config->output_height = 0;
73 config->pipeline = 0
177 struct Config config; local
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BitmapTest.java 4 import android.graphics.Bitmap.Config;
34 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
40 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
41 assertEquals(bitmap.getConfig(), Config.ARGB_8888);
55 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
136 Bitmap bitmapCopy = bitmap.copy(Config.ARGB_8888, true);
137 assertEquals(shadowOf(bitmapCopy).getConfig(), Config.ARGB_8888);
  /external/deqp/modules/glshared/
glsFboUtil.hpp 194 namespace config namespace in namespace:deqp::gls::FboUtil
197 struct Config
199 virtual ~Config (void) {};
202 struct Image : public Config
255 struct Attachment : public Config
324 } // config
326 class FboBuilder : public config::Framebuffer
330 const config::Attachment* att);
331 glw::GLuint glCreateTexture (const config::Texture& texCfg);
332 glw::GLuint glCreateRbo (const config::Renderbuffer& rbCfg)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 132 ConfigTable Config;
194 /// settings for some of the lower-level config options (such as IPAMode).
261 /// Options for checkers can be specified via 'analyzer-config' command-line
264 /// @code-analyzer-config unix.Malloc:OptionName=CheckerOptionValue @endcode
265 /// or @code-analyzer-config unix:OptionName=GroupOptionValue @endcode
367 /// This is controlled by the 'c++-inlining' config option.
378 /// This is controlled by the 'cfg-temporary-dtors' config option, which
385 /// This is controlled by the 'c++-stdlib-inlining' config option, which
391 /// This is controlled by the 'c++-template-inlining' config option, which
397 /// This is controlled by the 'c++-allocator-inlining' config option, whic
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 146 \subsubsection{Global Config}

Completed in 1098 milliseconds

1 2 3 4 5 6