HomeSort by relevance Sort by last modified time
    Searched refs:Config (Results 376 - 400 of 414) sorted by null

<<11121314151617

  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 360 Bitmap bitmap = Bitmap.createBitmap(20, 30, Bitmap.Config.RGB_565);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 281 Bitmap.Config viewConfig = imageViewBitmap.getBitmap().getConfig();
  /external/skia/src/core/
SkBlitter.cpp 724 SkBitmap::Config deviceConfig) {
790 switch (interpret_xfermode(paint, mode, device.config())) {
874 SkASSERT(!"unsupported device config");
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp     [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 57 from webkitpy.layout_tests.port import config as port_config
90 config=None,
109 self._config = config or port_config.Config(self._executive, self._filesystem)
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 309 static inline SkBitmap::Config convertPixelFormat(PixelFormat format)
com_google_android_gles_jni_EGLImpl.cpp 224 jobject config, jobject share_context, jintArray attrib_list) {
225 if (display == NULL || config == NULL || share_context == NULL
231 EGLConfig cnf = getConfig(_env, config);
240 jobject config, jintArray attrib_list) {
241 if (display == NULL || config == NULL
247 EGLConfig cnf = getConfig(_env, config);
254 static PixelFormat convertPixelFormat(SkBitmap::Config format)
266 jobject display, jobject config, jobject native_pixmap,
269 if (display == NULL || config == NULL || native_pixmap == NULL
275 EGLConfig cnf = getConfig(_env, config);
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 72 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 464 mBuffer = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 245 width, (height * 3 / 2), Bitmap.Config.ARGB_8888);
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 124 enum { CONFIG, END_PREARG };
127 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config,
132 setConfig(Config);
139 return cast_or_null<CallExpr>(getPreArg(CONFIG));
141 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); }
142 void setConfig(CallExpr *E) { setPreArg(CONFIG, E); }
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 53 use Config;
136 # apache config files in LayoutTests/http/config govern the port numbers.
283 -c|--configuration config Set DumpRenderTree build configuration
435 $dumpToolName .= $Config{_exe};
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 241 // Make sure a regular config command is scheduled fine in the absence of any
243 TEST_F(SyncerThread2Test, Config) {
265 // Simulate a failure and make sure the config request is retried.
294 // Issue 2 config commands. Second one right after the first has failed
321 // done1 indicates the first config failed.
333 // Issue a nudge when the config has failed. Make sure both the config and
364 // done2 indicates config suceeded. Now change the mode so nudge can execute.
624 // Test nudges / polls don't run in config mode and config tasks do
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 858 final Bitmap.Config c = b.getConfig()
    [all...]
StackView.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 478 SkDevice* SkPDFDeviceFactory::newDevice(SkCanvas* c, SkBitmap::Config config,
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 645 mBuffer = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
    [all...]
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java     [all...]
Controller.java 603 protected void onConfgurationChanged(Configuration config) {
606 mPageDialogsHandler.onConfigurationChanged(config);
608 mUi.onConfigurationChanged(config);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 36 Context::Context(const egl::Config *config, const gl::Context *shareContext)
37 : mConfig(config)
91 mState.viewportWidth = config->mDisplayMode.Width;
92 mState.viewportHeight = config->mDisplayMode.Height;
98 mState.scissorWidth = config->mDisplayMode.Width;
99 mState.scissorHeight = config->mDisplayMode.Height;
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 126 private static final android.graphics.Bitmap.Config THUMBNAIL_FORMAT = Bitmap.Config.RGB_565;
374 Configuration config; field in class:ActivityThread.AppBindData
494 private void updatePendingConfiguration(Configuration config) {
497 mPendingConfiguration.isOtherSeqNewer(config)) {
498 mPendingConfiguration = config;
573 int configChanges, boolean notResumed, Configuration config) {
575 configChanges, notResumed, config, true);
671 Configuration config, CompatibilityInfo compatInfo,
691 data.config = config
1902 Configuration config = new Configuration(mCompatConfiguration); local
3535 Configuration config = mConfiguration; local
3585 performConfigurationChanged(callbacks.get(i), config); local
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1106 milliseconds

<<11121314151617