/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
RSTest_v11.java | 29 import android.util.Config; 45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
|
/system/connectivity/shill/ |
daemon_task.h | 33 class Config; 75 DaemonTask(const Settings& settings, Config* config); 111 Config* config_;
|
/tools/test/connectivity/acts/framework/acts/ |
keys.py | 22 class Config(enum.Enum): 23 """Enum values for test config related lookups. 25 # Keys used to look up values from test config files. 34 # Config names for controllers packaged in ACTS. 42 # Internal keys, used internally, not exposed to user's config files. 73 for name, member in Config.__members__.items(): 85 """Translates the name of a controller in config file to its module name. 98 return getattr(Config, target_key_name).value
|
test_runner.py | 38 misformatted config, test info, wrong test paths etc. 71 self.testbed_configs = self.test_configs[keys.Config.key_testbed.value] 72 self.testbed_name = self.testbed_configs[keys.Config.key_testbed_name.value] 76 l_path = os.path.join(self.test_configs[keys.Config.key_log_path.value], 170 config file. The module should be imported first. 184 config can be found. 209 "No corresponding config found for %s" % 212 "No corresponding config found for optional controller %s", 216 # Make a deep copy of the config to pass to the controller module, 217 # in case the controller module modifies the config internally [all...] |
/external/webrtc/talk/media/webrtc/ |
fakewebrtccall.cc | 40 const webrtc::AudioSendStream::Config& config) : config_(config) { 41 RTC_DCHECK(config.voe_channel_id != -1); 44 const webrtc::AudioSendStream::Config& 72 const webrtc::AudioReceiveStream::Config& config) 73 : config_(config), received_packets_(0) { 74 RTC_DCHECK(config.voe_channel_id != -1); 77 const webrtc::AudioReceiveStream::Config [all...] |
/frameworks/base/core/java/android/animation/ |
Animator.java | 20 import android.content.pm.ActivityInfo.Config; 55 @Config int mChangingConfigurations = 0; 349 public @Config int getChangingConfigurations() { 363 public void setChangingConfigurations(@Config int configs) { 373 public void appendChangingConfigurations(@Config int configs) { 573 @Config int mChangingConf; 583 public @Config int getChangingConfigurations() {
|
StateListAnimator.java | 19 import android.content.pm.ActivityInfo.Config; 57 private @Config int mChangingConfigurations; 227 public @Config int getChangingConfigurations() { 241 public void setChangingConfigurations(@Config int configs) { 251 public void appendChangingConfigurations(@Config int configs) { 313 @Config int mChangingConf; 322 public @Config int getChangingConfigurations() {
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
XfermodeTest.java | 52 public static class Config { 57 Config(boolean hardwareAccelerated, Object[] modeAndExpectedColors) { 69 public static List<XfermodeTest.Config> configs(Object[][] modesAndExpectedColors) { 70 List<XfermodeTest.Config> configs = new ArrayList<>(); 73 configs.add(new XfermodeTest.Config(hardwareAccelerated, modeAndExpectedColors)); 127 public static List<Config> configs() { 131 private Config mConfig; 152 Bitmap srcB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); 161 Bitmap dstB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); 172 for (XfermodeTest.Config config : configs()) [all...] |
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
BaseGridLayoutManagerTest.java | 43 public RecyclerView setupBasic(Config config) throws Throwable { 44 return setupBasic(config, new GridTestAdapter(config.mItemCount)); 47 public RecyclerView setupBasic(Config config, GridTestAdapter testAdapter) throws Throwable { 50 mGlm = new WrappedGridLayoutManager(getActivity(), config.mSpanCount, config.mOrientation, 51 config.mReverseLayout); 58 public static List<Config> createBaseVariations() [all...] |
StaggeredGridLayoutManagerSavedStateTest.java | 39 private final Config mConfig; 45 Config config, boolean waitForLayout, boolean loadDataAfterRestore, 47 this.mConfig = (Config) config.clone(); 56 @Parameterized.Parameters(name = "config={0} waitForLayout={1} loadDataAfterRestore={2}" 59 List<Config> variations = createBaseVariations(); 117 List<Config> testVariations = new ArrayList<Config>(); 119 for (Config config : variations) [all...] |
LinearLayoutManagerTest.java | 63 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout( 70 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout(true), 100, 77 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(false), 100, 84 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(true), 100, 91 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout( 98 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout(true), 105 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(false), 112 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(true), 100, 121 public void removeAnchorItemTest(final Config config, int adapterSize [all...] |
/external/webrtc/webrtc/call/ |
call_perf_tests.cc | 22 #include "webrtc/config.h" 55 void TestCaptureNtpTime(const FakeNetworkPipe::Config& net_config, 235 Config voe_config; 242 AudioState::Config send_audio_state_config; 244 Call::Config sender_config; 246 Call::Config receiver_config; 253 FakeNetworkPipe::Config net_config; 278 FakeNetworkPipe::Config()); 282 FakeNetworkPipe::Config()); 290 AudioSendStream::Config audio_send_config(&audio_send_transport) 714 Call::Config config = EndToEndTest::GetSenderCallConfig(); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CreateBitmap.java | 78 Bitmap.Config.ARGB_8888); 80 Bitmap.Config.RGB_565); 82 Bitmap.Config.ARGB_4444); 86 Bitmap.Config.ARGB_8888); 88 Bitmap.Config.RGB_565); 90 Bitmap.Config.ARGB_4444);
|
/system/webservd/webservd/ |
config.cc | 15 #include "webservd/config.h" 59 Config::ProtocolHandler* handler_config, 95 Config::ProtocolHandler::~ProtocolHandler() { 100 void LoadDefaultConfig(Config* config) { 102 CHECK(LoadConfigFromString(kDefaultConfig, config, nullptr)); 105 bool LoadConfigFromFile(const base::FilePath& json_file_path, Config* config) { 109 LoadConfigFromString(config_json, config, nullptr); 113 Config* config [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
ComposePathEffectTest.java | 27 import android.graphics.Bitmap.Config; 53 Bitmap actual = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888); 59 Bitmap expected = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
|
SumPathEffectTest.java | 29 import android.graphics.Bitmap.Config; 40 Bitmap bitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888); 42 Bitmap expected = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
servicedef.py | 22 from boto.pyami.config import Config 26 class ServiceDef(Config): 32 script = Config.get(self, 'Pyami', 'scripts') 73 config file or if the AWS object cannot be retrieved this
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
Util.java | 82 * {@link android.graphics.Bitmap.Config}. 84 public static int getBitmapByteSize(int width, int height, Bitmap.Config config) { 85 return width * height * getBytesPerPixel(config); 88 private static int getBytesPerPixel(Bitmap.Config config) { 89 // A bitmap by decoding a gif has null "config" in certain environments. 90 if (config == null) { 91 config = Bitmap.Config.ARGB_8888 [all...] |
/external/libweave/src/ |
config.cc | 5 #include "src/config.h" 25 const char kConfigName[] = "config"; 70 Config::Settings CreateDefaultSettings() { 71 Config::Settings result; 93 Config::Config(provider::ConfigStore* config_store) 98 void Config::AddOnChangedCallback(const OnChangedCallback& callback) { 104 const Config::Settings& Config::GetSettings() const { 108 void Config::Load() [all...] |
/external/libweave/src/privet/ |
wifi_bootstrap_manager.h | 24 class Config; 46 WifiBootstrapManager(Config* config, 102 Config* config_{nullptr};
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
audio_coding_module.cc | 24 Config config; local 25 config.id = id; 26 config.clock = Clock::GetRealTimeClock(); 27 return Create(config); 31 Config config; local 32 config.id = id; 33 config.clock = clock; 34 return Create(config); [all...] |
/external/webrtc/webrtc/ |
video_send_stream.h | 18 #include "webrtc/config.h" 77 struct Config { 78 Config() = delete; 79 explicit Config(Transport* send_transport) 179 // in the config. Encoder settings are passed on to the encoder instance along 181 virtual bool ReconfigureVideoEncoder(const VideoEncoderConfig& config) = 0;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
BitmapTileProvider.java | 20 import android.graphics.Bitmap.Config; 31 private final Config mConfig; 50 mConfig = Config.ARGB_8888;
|
/tools/test/connectivity/acts/framework/acts/bin/ |
act.py | 25 from acts.keys import Config 36 """Validates the raw configuration loaded from the config file. 40 for k in Config.reserved_keys.value: 43 "config.").format(k)) 52 name: The test bed's name specified in config file. 76 for config in testbed_configs: 78 # No need to call it if there's only one testbed config. 79 name = config[Config.key_testbed_name.value] 146 config into its own json object, and validate the configuration in th [all...] |
/cts/tests/app/src/android/app/cts/ |
ActivityManagerRunningTaskInfoTest.java | 63 Bitmap.Config.RGB_565); 72 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig()); 91 Bitmap.Config.RGB_565); 99 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
|