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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
Bitmap_ConfigTest.java 20 import android.graphics.Bitmap.Config;
25 assertEquals(Config.ALPHA_8, Config.valueOf("ALPHA_8"));
26 assertEquals(Config.RGB_565, Config.valueOf("RGB_565"));
27 assertEquals(Config.ARGB_4444, Config.valueOf("ARGB_4444"));
28 assertEquals(Config.ARGB_8888, Config.valueOf("ARGB_8888"));
32 Config[] config = Config.values() local
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognition_engine.cc 15 SpeechRecognitionEngine::Config::Config()
24 SpeechRecognitionEngine::Config::~Config() {
speech_recognition_engine.h 48 struct CONTENT_EXPORT Config {
49 Config();
50 ~Config();
68 virtual void SetConfig(const Config& config) = 0;
108 typedef SpeechRecognitionEngine::Config SpeechRecognitionEngineConfig;
  /external/chromium_org/tools/gn/
config.h 17 // Represents a named config in the dependency graph.
18 class Config : public Item {
20 Config(const Label& label);
21 virtual ~Config();
23 virtual Config* AsConfig() OVERRIDE;
24 virtual const Config* AsConfig() const OVERRIDE;
29 // Gets or creates a config.
33 static Config* GetConfig(const Settings* settings,
42 DISALLOW_COPY_AND_ASSIGN(Config);
config.cc 5 #include "tools/gn/config.h"
13 Config::Config(const Label& label) : Item(label) {
16 Config::~Config() {
19 Config* Config::AsConfig() {
23 const Config* Config::AsConfig() const {
28 Config* Config::GetConfig(const Settings* settings
39 Config* config = NULL; local
    [all...]
item.h 12 class Config;
16 // A named item (target, config, etc.) that participates in the dependency
26 virtual Config* AsConfig();
27 virtual const Config* AsConfig() const;
33 // Returns a name like "target" or "config" for the type of item this is, to
item.cc 15 Config* Item::AsConfig() { return NULL; }
16 const Config* Item::AsConfig() const { return NULL; }
24 return "config";
  /external/chromium_org/chrome/browser/prerender/
prerender_config.cc 9 Config::Config() : max_bytes(100 * 1024 * 1024),
21 Config::~Config() { }
prerender_config.h 15 struct Config {
16 Config();
17 ~Config();
  /frameworks/base/core/java/android/util/
Config.java 24 public final class Config {
25 /** @hide */ public Config() {}
  /external/v8/src/
splay-tree-inl.h 37 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, class Allocator
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
preprocessor.pm 24 use Config;
47 require Config;
50 } elsif (($Config::Config{'osname'}) =~ /solaris/i) {
66 if ($Config{osname} eq "cygwin" || $Config{osname} eq 'MSWin32') {
  /external/chromium_org/v8/src/
splay-tree-inl.h 37 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,
49 root_ = new(allocator_) Node(key, Config::NoValue());
55 int cmp = Config::Compare(key, root_->key_);
61 Node* node = new(allocator_) Node(key, Config::NoValue());
69 template<typename Config, class Allocator>
70 void SplayTree<Config, Allocator>::InsertInternal(int cmp, Node* node) {
84 template<typename Config, class Allocator
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
SystemUtils.h 16 #include <mcld/Config/Config.h>
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Config.h 7 // Config.h: Defines the egl::Config class, describing the format, type
26 class Config
29 Config(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
49 EGLint mConformant; // Whether contexts created with this config are conformant
78 bool operator()(const Config *x, const Config *y) const;
79 bool operator()(const Config &x, const Config &y) const;
83 EGLint wantedComponentsSize(const Config &config) const
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
DefaultRetryScheme.java 21 import android.util.Config;
30 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.h 30 class Config {
32 Config()
38 WebSocketExperimentTask::Config ws_config[6];
67 Config config_;
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.h 14 class Config {
16 Config();
17 ~Config();
46 // Whether contexts created with this config are conformant.
87 DISALLOW_COPY_AND_ASSIGN(Config);
  /external/chromium_org/third_party/skia/src/core/
SkBlitMask.h 18 * Returns true if the device config and mask format were supported.
52 * May return NULL if config or format are not supported.
54 static ColorProc ColorFactory(SkBitmap::Config, SkMask::Format, SkColor);
60 static ColorProc PlatformColorProcs(SkBitmap::Config, SkMask::Format, SkColor);
79 * May return NULL if config or format are not supported.
81 static RowProc RowFactory(SkBitmap::Config, SkMask::Format, RowFlags);
87 static RowProc PlatformRowProcs(SkBitmap::Config, SkMask::Format, RowFlags);
  /external/skia/src/core/
SkBlitMask.h 18 * Returns true if the device config and mask format were supported.
52 * May return NULL if config or format are not supported.
54 static ColorProc ColorFactory(SkBitmap::Config, SkMask::Format, SkColor);
60 static ColorProc PlatformColorProcs(SkBitmap::Config, SkMask::Format, SkColor);
79 * May return NULL if config or format are not supported.
81 static RowProc RowFactory(SkBitmap::Config, SkMask::Format, RowFlags);
87 static RowProc PlatformRowProcs(SkBitmap::Config, SkMask::Format, RowFlags);
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 1 //===- Config.h.in --------------------------------------------------------===//
17 #include <llvm/Config/config.h>
  /frameworks/compile/mclinker/
mcld-host-build.mk 4 -include $(MCLD_ROOT_PATH)/include/mcld/Config/Config.h \
  /external/chromium_org/third_party/skia/include/images/
SkImageRef_GlobalPool.h 18 SkImageRef_GlobalPool(SkStream*, SkBitmap::Config, int sampleSize = 1);
50 SkBitmap* bitmap, SkBitmap::Config config,
  /external/skia/include/images/
SkImageRef_GlobalPool.h 18 SkImageRef_GlobalPool(SkStream*, SkBitmap::Config, int sampleSize = 1);
50 SkBitmap* bitmap, SkBitmap::Config config,
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 27 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkBitmap::Config,
32 bool SkImageDecoder::decode(SkStream*, SkBitmap*, SkBitmap::Config, Mode) {
36 bool SkImageDecoder::DecodeStream(SkStream*, SkBitmap*, SkBitmap::Config,
43 SkBitmap::Config, SkImageDecoder::Mode,
52 bool SkImageDecoder::decodeSubset(SkBitmap*, const SkIRect&, SkBitmap::Config) {
87 SkBitmap::Config SkImageDecoder::GetDeviceConfig() {
91 void SkImageDecoder::SetDeviceConfig(SkBitmap::Config) {}
98 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config, int, int) const {
106 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth, bool) const {

Completed in 1000 milliseconds

1 2 3 4 5 6 7 8 91011>>