Searched refs:Config (Results 1 - 25 of 99) sorted by relevance

1234

/frameworks/base/core/java/android/util/
H A DConfig.java24 public final class Config { class
25 /** @hide */ public Config() {} method in class:Config
/frameworks/compile/mclinker/include/mcld/Config/
H A DConfig.h1 //===- Config.h.in --------------------------------------------------------===//
17 #include <llvm/Config/llvm-config.h>
H A DTargets.def1 /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\
30 #include <llvm/Config/Targets.def>
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h16 #include <mcld/Config/Config.h>
H A DFileSystem.h21 #include <mcld/Config/Config.h>
H A DPath.h20 #include <mcld/Config/Config.h>
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java27 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888);
28 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565);
29 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444);
55 assertTrue("getConfig", bm1.getConfig() == Bitmap.Config.ARGB_8888);
56 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565);
57 assertTrue("getConfig", bm3.getConfig() == Bitmap.Config.ARGB_4444);
62 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888);
64 Bitmap.Config.ARGB_8888);
87 Bitmap.Config.ARGB_8888);
112 Bitmap bm = Bitmap.createBitmap(colors, 10, 10, Bitmap.Config
[all...]
H A DGraphicsPerformanceTests.java93 Bitmap.Config.RGB_565);
205 return Bitmap.createBitmap(7, 7, Bitmap.Config.RGB_565);
223 return Bitmap.createBitmap(15, 15, Bitmap.Config.RGB_565);
241 return Bitmap.createBitmap(31, 31, Bitmap.Config.RGB_565);
259 return Bitmap.createBitmap(63, 63, Bitmap.Config.RGB_565);
277 return Bitmap.createBitmap(127, 127, Bitmap.Config.RGB_565);
295 return Bitmap.createBitmap(319, 239, Bitmap.Config.RGB_565);
313 return Bitmap.createBitmap(319, 479, Bitmap.Config.RGB_565);
331 return Bitmap.createBitmap(8, 8, Bitmap.Config.RGB_565);
349 return Bitmap.createBitmap(16, 16, Bitmap.Config
[all...]
H A DThreadBitmapTest.java41 b = Bitmap.createBitmap(300, 300, Bitmap.Config.RGB_565);
H A DBitmapFactoryTest.java34 new int[] { Color.BLUE }, 1, 1, Bitmap.Config.RGB_565);
/frameworks/compile/libbcc/runtime/
H A DMakefile126 # Per-Config Libraries
132 $(call Set,Tmp.Config,$(1))
133 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config))
140 $(or $($(Tmp.Key).UniversalArchs.$(Tmp.Config)),\
142 $(call VarOrDefault,$(Tmp.Key).Arch.$(Tmp.Config),$($(Tmp.Key).Arch))))
147 $(Summary) " FINAL-ARCHIVE: $(Tmp.Name)/$(Tmp.Config): $$@"
154 # Per-Config Targets
155 $(Tmp.Name)-$(Tmp.Config):: $(Tmp.ObjPath)/libcompiler_rt.a
156 .PHONY: $(Tmp.Name)-$(Tmp.Config)
158 # Per-Config
[all...]
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.h54 void configBitmapSize(SkBitmap* bm, SkBitmap::Config pref, int width,
56 SkBitmap::Config getColorSpaceConfig(SkBitmap::Config pref);
H A Djpeg_decoder_bench.cpp55 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
72 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java29 import android.util.Config;
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTest_v11.java29 import android.util.Config;
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java282 public enum Config { enum in class:Bitmap
340 private static Config sConfigs[] = {
344 Config(int ni) { method in class:Bitmap.Config
348 static Config nativeToConfig(int ni) {
440 public Bitmap copy(Config config, boolean isMutable) {
567 Config newConfig = Config.ARGB_8888;
568 final Config config = source.getConfig();
573 newConfig = Config.RGB_565;
576 newConfig = Config
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DMCLDInfo.cpp9 #include <mcld/Config/Config.h>
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java25 import android.graphics.Bitmap.Config;
61 private final Config mConfig;
96 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
114 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
132 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ARGB_8888);
151 switch (Config.nativeToConfig(nativeBitmapConfig)) {
176 public Config getConfig() {
185 return mHasAlpha && mConfig != Config.RGB_565;
212 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.nativeToConfig(nativeConfig));
240 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config
[all...]
/frameworks/base/core/jni/android/graphics/
H A DNinePatchPeeker.cpp43 static const SkBitmap::Config gNo565Pref[] = {
/frameworks/support/volley/tests/src/com/android/volley/toolbox/
H A DImageRequestTest.java21 import android.graphics.Bitmap.Config;
64 "", null, maxWidth, maxHeight, Config.RGB_565, null);
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DImageRequest.java26 import android.graphics.Bitmap.Config;
44 private final Config mDecodeConfig;
69 Config decodeConfig, Response.ErrorListener errorListener) {
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk22 # Arch.<Config Name> - Set the target architecture on a per-config basis.
36 # <Option Name>.<Config Name> := ...
38 # <Option Name>.<Config Name>.<Arch Name> := ...
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java182 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
185 Bitmap result = bitmap.copy(Bitmap.Config.ARGB_8888, false);
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp27 #include <mcld/Config/Config.h>
29 #include <bcc/Config/Config.h>
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp20 #include <mcld/Config/Config.h>
22 #include <alone/Config/Config.h>

Completed in 436 milliseconds

1234