HomeSort by relevance Sort by last modified time
    Searched defs:LOGTAG (Results 126 - 150 of 185) sorted by null

1 2 3 4 56 7 8

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterVignetteRepresentation.java 31 private static final String LOGTAG = "FilterVignetteRepresentation";
FilterDrawRepresentation.java 43 private static final String LOGTAG = "FilterDrawRepresentation";
229 Log.v(LOGTAG, "cannot use parameters from " + a);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 38 private static String LOGTAG = "EclipseControl";
ImageDraw.java 30 private static final String LOGTAG = "ImageDraw";
Spline.java 39 private static final String LOGTAG = "Spline";
443 Log.v(LOGTAG, "show curve " + this);
446 Log.v(LOGTAG, "point " + i + " is (" + point.x + ", " + point.y + ")");
ImageCurves.java 49 private static final String LOGTAG = "ImageCurves";
ImageShow.java 61 private static final String LOGTAG = "ImageShow";
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 41 private static final String LOGTAG = "CachingPipeline";
79 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext");
127 Log.v(LOGTAG, "destroyPixelAllocations in " + getName());
179 Log.v(LOGTAG,"setOriginal, size " + bitmap.getWidth() + " x " + bitmap.getHeight());
298 Log.v(LOGTAG, "render image of type " + getType(request));
313 Log.w(LOGTAG, "could not get bitmap for: " + getType(request));
325 Log.v(LOGTAG, "after update, req bitmap (" + bitmap.getWidth() + "x" + bitmap.getHeight()
470 Log.v(LOGTAG, "prepareRenderscriptAllocations: " + needsUpdate + " in " + getName());
ImagePreset.java 54 private static final String LOGTAG = "ImagePreset";
311 Log.v(LOGTAG, "\\\\\\ showFilters -- " + mFilters.size() + " filters");
314 Log.v(LOGTAG, " filter " + n + " : " + representation.toString());
317 Log.v(LOGTAG, "/// showFilters -- " + mFilters.size() + " filters");
649 Log.v(LOGTAG, "Serialization: " + sname);
651 Log.v(LOGTAG, "Serialization name null for filter: " + filter);
660 Log.e(LOGTAG,"Error encoding JASON",e);
672 Log.v(LOGTAG, "reading preset: \"" + filterString + "\"");
684 Log.e(LOGTAG, "\""+filterString+"\"");
685 Log.e(LOGTAG, "parsing the filter parameters:", e)
    [all...]
ProcessingService.java 41 private static final String LOGTAG = "ProcessingService";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanelTrack.java 42 private static final String LOGTAG = "StatePanelTrack";
StateView.java 34 private static final String LOGTAG = "StateView";
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java 53 private static final String LOGTAG = "WebViewSslTest";
    [all...]
  /external/apache-http/android/src/android/net/http/
Headers.java 34 private static final String LOGTAG = "Http";
202 Log.v(LOGTAG, "Headers.headers(): error parsing"
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 56 private static final String LOGTAG = UiAutomatorTestRunner.class.getSimpleName();
82 Log.e(LOGTAG, "uncaught exception", ex);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 64 private static final String LOGTAG = AnimatedStateListDrawable.class.getSimpleName();
348 Log.w(LOGTAG, "Can't reverse, either the reversible is set to false,"
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 58 private static final String LOGTAG = "Launcher3.CropActivity";
97 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity");
299 Log.w(LOGTAG, "Getting exif data failed", e);
302 Log.w(LOGTAG, "Getting exif data failed", e);
531 Log.w(LOGTAG, "cannot read original file, no input URI, resource ID, or " +
546 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e);
591 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
610 Log.w(LOGTAG, "cannot get bounds for image");
629 Log.w(LOGTAG, "crop has bad values for full size image");
643 Log.w(LOGTAG, "cannot get input stream for uri=" + mInUri.toString())
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 39 private final static String LOGTAG = "httpsv";
145 Log.d(LOGTAG, s);
256 // Log.d(LOGTAG, "TestWebServer run() calling accept()");
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
VrView.java 48 private static final String LOGTAG = "rsexample.google.com.vrdemo";
446 Log.v(LOGTAG, progress[0]);
468 Log.v(LOGTAG, progress[0]);
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 47 private static final String LOGTAG = "ReadDicom";
219 Log.v(LOGTAG, "undefined");
236 // Log.v(LOGTAG, e + " " + e.mValue);
320 Log.e(LOGTAG, "Failed to parse " + file.getPath());
483 Log.v(LOGTAG,"LOADING DONE ....");
613 Log.v(LOGTAG,"LOADING DONE ....");
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PathParser.java 36 private static final String LOGTAG = "PathParser";
643 Log.w(LOGTAG, " Points are coincident");
648 Log.w(LOGTAG, "Points are too far apart " + dsq);
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
AnimatedVectorDrawableCompat.java 145 private static final String LOGTAG = "AnimatedVDCompat";
237 Log.e(LOGTAG, "parser error", e);
239 Log.e(LOGTAG, "parser error", e);
449 Log.v(LOGTAG, "tagName is " + tagName);
459 Log.v(LOGTAG, "drawableRes is " + drawableRes);
684 Log.v(LOGTAG, "add animator for target " + name + " " + animator);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 61 private static final String LOGTAG = "CropActivity";
229 Log.w(LOGTAG, "could not load image for cropping");
373 Log.w(LOGTAG, "cannot read original file, no input URI given");
379 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e);
405 Log.w(LOGTAG, "cannot write file, no output URI given");
410 Log.w(LOGTAG, "cannot write file: " + mOutUri.toString(), e);
446 Log.w(LOGTAG, "could not downsample bitmap to return in data");
467 Log.w(LOGTAG, "cannot find crop for full size image");
475 Log.w(LOGTAG, "crop has bad values for full size image");
485 Log.w(LOGTAG, "cannot open region decoder for file: " + mInUri.toString(), e)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 60 private static final String LOGTAG = "SaveImage";
229 Log.w(LOGTAG, "Failed to get XMP data from image: ", e);
256 Log.w(LOGTAG, "Cannot find file: " + source, e);
258 Log.w(LOGTAG, "Cannot read exif for: " + source, e);
279 Log.w(LOGTAG, "File not found: " + file.getAbsolutePath(), e);
281 Log.w(LOGTAG, "Could not write exif: ", e);
470 Log.d(LOGTAG, "Source file is not a local file, no update.");
491 Log.e(LOGTAG, "Can't create the nomedia");
598 Log.e(LOGTAG, "srcUri is null.");
604 Log.e(LOGTAG, "scheme is null.")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java     [all...]

Completed in 926 milliseconds

1 2 3 4 56 7 8