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

/external/skia/include/core/
H A DSkBitmap.h44 enum Config { enum in class:SkBitmap
89 Config config() const { return (Config)fConfig; }
92 Config getConfig() const { return this->config(); }
158 static int ComputeRowBytes(Config c, int width);
163 static int ComputeBytesPerPixel(Config c);
168 static int ComputeShiftPerPixel(Config c) {
172 static Sk64 ComputeSize64(Config, int width, int height);
173 static size_t ComputeSize(Config, int width, int height);
179 void setConfig(Config, in
[all...]
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java132 Config config = getLocalConfig(dest, LOCAL_CONFIG_FILE);
139 private static Config getLocalConfig(File destPath, String configFilename) {
148 Config config = ConfigHandler.parse(is);
307 private static class Config { class in class:DownloaderActivity
360 public static Config parse(InputStream is) throws SAXException,
368 mConfig = new Config();
381 mConfig.mFiles.add(new Config.File(src, dest, md5, size));
389 new Config.File.Part(src, md5, size));
413 public Config mConfig;
436 Config confi
[all...]
/external/sonivox/jet_tools/JetCreator/
H A Deas.py587 self.Config()
605 def Config (self): member in class:EAS
/external/v8/src/
H A Djsregexp.h354 class Config { class in class:v8::internal::DispatchTable
381 ZoneSplayTree<Config>* tree() { return &tree_; }
382 ZoneSplayTree<Config> tree_;

Completed in 78 milliseconds