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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioSessionInfoProvider.h 30 virtual audio_config_base_t getConfig() const = 0;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
CenterCrop.java 28 final Bitmap toReuse = pool.get(outWidth, outHeight, toTransform.getConfig() != null
29 ? toTransform.getConfig() : Bitmap.Config.ARGB_8888);
TransformationUtils.java 62 result = Bitmap.createBitmap(width, height, toCrop.getConfig() == null
63 ? Bitmap.Config.ARGB_8888 : toCrop.getConfig());
110 Bitmap.Config config = toFit.getConfig() != null ? toFit.getConfig() : Bitmap.Config.ARGB_8888;
271 Bitmap result = pool.get(newWidth, newHeight, toOrient.getConfig());
273 result = Bitmap.createBitmap(newWidth, newHeight, toOrient.getConfig());
  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 33 public static Config getConfig(String plugInName) {
  /external/libgdx/tests/gdx-tests-gwt/src/com/badlogic/gdx/tests/gwt/client/
GwtTestStarter.java 29 public GwtApplicationConfiguration getConfig () {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
TetherUtil.java 27 return configManager.getConfig().getBoolean(CarrierConfigManager
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderInterface.h 32 virtual Encode_Status getConfig(VideoParamConfigSet *videoEncConfig) = 0;
  /packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/
TelephonyVvmConfigManagerTest.java 70 verifyCarrier(manager.getConfig("12345"));
71 verifyCarrier(manager.getConfig("67890"));
77 verifyCarrier(manager.getConfig("12345"));
78 verifyCarrier(manager.getConfig("67890"));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 155 public synchronized Config getConfig() {
175 return new SearchSettingsImpl(getContext(), getConfig());
220 int priority = getConfig().getQueryThreadPriority();
241 return new SuggestionsProviderImpl(getConfig(),
277 getIconLoaderExecutor(), getConfig());
308 return new EventLogLogger(getContext(), getConfig());
343 getConfig().getUserAgent());
362 return new Help(getContext(), getConfig());
  /external/markdown/markdown/extensions/
rss.py 70 for tag, text in (("title", self.ext.getConfig("TITLE")),
71 ("link", self.ext.getConfig("URL")),
84 link.text = self.ext.getConfig("URL")
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 199 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
309 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENGL_BIT>))
317 if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENGL_BIT>))
325 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_BIT>))
336 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>))
344 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>))
355 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENVG_BIT>))
363 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENVG_BIT>))
371 if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENVG_BIT>))
386 if (getConfig(&notES1Config, FilterList() << notRenderable<EGL_OPENGL_ES_BIT>)
    [all...]
teglApiCase.hpp 67 bool getConfig (eglw::EGLConfig* cfg, const eglu::FilterList& filters);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeController.java 31 ZenModeConfig getConfig();
AccessPointControllerImpl.java 112 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.getConfig().networkId);
114 mWifiTracker.getManager().connect(ap.getConfig().networkId, mConnectListener);
125 mWifiTracker.getManager().connect(ap.getConfig(), mConnectListener);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialogActivity.java 82 Log.e(TAG, "Failed to forget invalid network " + accessPoint.getConfig());
85 wifiManager.forget(accessPoint.getConfig().networkId, null /* listener */);
101 final WifiConfiguration config = dialog.getController().getConfig();
107 wifiManager.connect(accessPoint.getConfig(), null /* listener */);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
PreFillType.java 57 Bitmap.Config getConfig() {
146 Bitmap.Config getConfig() {
BitmapPreFillRunner.java 93 toAllocate.getConfig());
105 + toAllocate.getConfig() + " size: " + Util.getBitmapByteSize(bitmap));
125 toAllocate.getConfig());
BitmapPreFiller.java 42 if (builder.getConfig() == null) {
77 return Util.getBitmapByteSize(size.getWidth(), size.getHeight(), size.getConfig());
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 325 const FboConfig& getConfig (void) const { return m_config; }
359 const FboConfig& getConfig (void) const { return m_config; }
544 const FboConfig& getConfig (void) const { return m_config; }
668 Framebuffer fbo(context, getConfig(), width, height);
697 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D)
773 Framebuffer fbo(ctx, getConfig(), width, height);
795 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D)
875 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight);
885 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight);
957 Framebuffer fbo(context, getConfig(), width, height)
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
WidgetTestUtils.java 52 || b1.getConfig() != b2.getConfig()) {
  /cts/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java 72 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
99 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
AttributeStrategy.java 15 final Key key = keyPool.get(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig());
53 return getBitmapString(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig());
  /external/jetty/src/java/org/eclipse/jetty/security/
HashLoginService.java 77 public String getConfig()
83 public void getConfig(String config)
  /cts/tests/tests/text/src/android/text/cts/
MyanmarTest.java 58 bitmapC.getConfig());
  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 34 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock,

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 91011>>