HomeSort by relevance Sort by last modified time
    Searched refs:Config (Results 426 - 450 of 2492) sorted by null

<<11121314151617181920>>

  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/connectivity/setup/
ConnectTimeoutStateTest.java 33 import org.robolectric.annotation.Config;
36 @Config(shadows = TvShadowWifiManager.class)
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/specialaccess/
SpecialAppAccessTest.java 36 import org.robolectric.annotation.Config;
39 @Config(shadows = {ShadowActivityManager.class})
  /packages/experimental/KBars/app/src/main/java/js/kbars/
DropShadowActivity.java 6 import android.graphics.Bitmap.Config;
36 Bitmap shadowImage32 = originalBitmap.extractAlpha(shadowPaint, offsetXY).copy(Config.ARGB_8888, true);
  /packages/services/Car/tests/robotests/src/com/android/car/
CarServiceRobolectricTestRunner.java 23 import org.robolectric.annotation.Config;
41 protected AndroidManifest getAppManifest(Config config) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
149 /// This is a convenience function that configures this Config object to write
169 /// Config object. The purpose of this class is to tie ownership of the
170 /// diagnostic handler to the context, as opposed to the Config object (which
178 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
152 /// This is a convenience function that configures this Config object to write
172 /// Config object. The purpose of this class is to tie ownership of the
173 /// diagnostic handler to the context, as opposed to the Config object (which
181 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
152 /// This is a convenience function that configures this Config object to write
172 /// Config object. The purpose of this class is to tie ownership of the
173 /// diagnostic handler to the context, as opposed to the Config object (which
181 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
149 /// This is a convenience function that configures this Config object to write
169 /// Config object. The purpose of this class is to tie ownership of the
170 /// diagnostic handler to the context, as opposed to the Config object (which
178 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
152 /// This is a convenience function that configures this Config object to write
172 /// Config object. The purpose of this class is to tie ownership of the
173 /// diagnostic handler to the context, as opposed to the Config object (which
181 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
152 /// This is a convenience function that configures this Config object to write
172 /// Config object. The purpose of this class is to tie ownership of the
173 /// diagnostic handler to the context, as opposed to the Config object (which
181 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
LinearLayoutManagerBaseConfigSetTest.java 54 private final Config mConfig;
56 public LinearLayoutManagerBaseConfigSetTest(Config config) {
57 mConfig = config;
62 public static List<Config> configs() throws CloneNotSupportedException {
63 List<Config> result = new ArrayList<>();
64 for (Config config : createBaseVariations()) {
65 result.add(config);
72 Config config = ((Config) mConfig.clone()).itemCount(300) local
156 final Config config = ((Config) mConfig.clone()).itemCount(300); local
232 final Config config = ((Config) mConfig.clone()).itemCount(1000); local
266 final Config config = ((Config) mConfig.clone()).itemCount(1000); local
    [all...]
LinearLayoutManagerPrepareForDropTest.java 39 final BaseLinearLayoutManagerTest.Config mConfig;
43 Config config, SelectTargetChildren selectTargetChildren) {
44 mConfig = config;
115 for (BaseLinearLayoutManagerTest.Config config : createBaseVariations()) {
116 variations.add(new Object[]{config, selector});
126 final Config config = (Config) mConfig.clone() local
    [all...]
StaggeredGridLayoutManagerTest.java 93 setupByConfig(new Config(orientation, false, 1, GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS),
143 setupByConfig(new Config(VERTICAL, false, 3, GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS));
157 setupByConfig(new Config(VERTICAL, false, 3, GAP_HANDLING_NONE).itemCount(300));
169 setupByConfig(new Config(VERTICAL, true, 3, GAP_HANDLING_NONE).itemCount(300));
181 setupByConfig(new Config(VERTICAL, false, 3, GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS));
190 setupByConfig(new Config(VERTICAL, false, 2, GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS)
231 new Config(HORIZONTAL, false, 3, GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS));
237 new Config(VERTICAL, false, 3, GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS));
240 public void customSizeInScrollDirectionTest(final Config config) throws Throwable
292 Config config = new Config(VERTICAL, false, 2, GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS); local
999 Config config = new Config().spanCount(2).itemCount(40); local
1090 Config config = new Config().spanCount(3).itemCount(500); local
1149 Config config = new Config().spanCount(5).itemCount(30); local
1174 Config config = new Config().spanCount(5).itemCount(100); local
1213 Config config = new Config().spanCount(5); local
1263 Config config = new Config(HORIZONTAL, true, 5, GAP_HANDLING_NONE).itemCount(50); local
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
annotations-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
annotations-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
annotations-3.6.1.jar 
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 21 private Bitmap.Config config; field in class:ShadowBitmap
39 public static Bitmap createBitmap(int width, int height, Bitmap.Config config) {
45 shadowBitmap.setConfig(config);
81 public Bitmap copy(Bitmap.Config config, boolean isMutable) {
83 shadowBitmap.setConfig(config);
89 public final Bitmap.Config getConfig() {
90 return config;
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowKeyguardManagerTest.java 21 import org.robolectric.annotation.Config;
72 @Config(minSdk = M)
83 @Config(minSdk = LOLLIPOP_MR1)
94 @Config(minSdk = O)
112 @Config(minSdk = O)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t_impl.h 21 typename AudioEncoderIsacT<T>::Config CreateIsacConfig(
24 typename AudioEncoderIsacT<T>::Config config; local
25 config.bwinfo = bwinfo;
26 config.payload_type = codec_inst.pltype;
27 config.sample_rate_hz = codec_inst.plfreq;
28 config.frame_size_ms =
29 rtc::CheckedDivExact(1000 * codec_inst.pacsize, config.sample_rate_hz);
30 config.adaptive_mode = (codec_inst.rate == -1);
32 config.bit_rate = codec_inst.rate
    [all...]
  /frameworks/base/core/java/android/content/res/
ThemedResourceCache.java 21 import android.content.pm.ActivityInfo.Config;
119 public void onConfigurationChange(@Config int configChanges) {
196 private boolean prune(@Config int configChanges) {
215 @Config int configChanges) {
230 private boolean pruneEntryLocked(@Nullable T entry, @Config int configChanges) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameImage2D.java 117 Bitmap.Config config = bitmap.getConfig(); local
121 if (config != Bitmap.Config.ARGB_8888) {
122 result = bitmap.copy(Bitmap.Config.ARGB_8888, false);
170 Bitmap.Config config = Bitmap.Config.ARGB_8888; local
171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 21 import android.graphics.Bitmap.Config;
113 bitmap = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
117 options.inPreferredConfig = Config.ARGB_8888;
156 options.inPreferredConfig = Config.ARGB_8888;
172 Bitmap result = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 20 import android.graphics.Bitmap.Config;
48 private static class BorderKey extends Pair<Config, Integer> {
49 public BorderKey(Config config, boolean vertical, int length) {
50 super(config, vertical ? length : -length);
61 private static Bitmap getBorderLine(boolean vertical, Config config, int length) {
62 BorderKey key = new BorderKey(config, vertical, length);
66 ? Bitmap.createBitmap(1, length, config)
67 : Bitmap.createBitmap(length, 1, config);
158 Config config = bitmap.getConfig(); local
    [all...]
  /external/robolectric/v3/
robolectric-annotations-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-annotations-3.1.1.jar 

Completed in 1600 milliseconds

<<11121314151617181920>>