Home
last modified time | relevance | path

Searched refs:LOGTAG (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/tests/CoreTests/android/core/
DRequestAPITest.java38 private static final String LOGTAG = "http"; field in RequestAPITest
54 Log.d(LOGTAG, "Base setup context = " + mContext); in setUp()
63 Log.d(LOGTAG, "Base tearDown"); in tearDown()
65 Log.d(LOGTAG, "Base teardown done"); in tearDown()
89 Log.d(LOGTAG, "testRequestAddNullHeader start "); in testRequestAddNullHeader()
93 Log.d(LOGTAG, "testRequestAddNullHeader - returning"); in testRequestAddNullHeader()
101 Log.d(LOGTAG, "testRequestAddNullValue start "); in testRequestAddNullValue()
105 Log.d(LOGTAG, "testRequestAddNullValue - returning"); in testRequestAddNullValue()
113 Log.d(LOGTAG, "testRequestAddEmptyValue start "); in testRequestAddEmptyValue()
117 Log.d(LOGTAG, "testRequestAddEmptyValue - returning"); in testRequestAddEmptyValue()
[all …]
DTestEventHandler.java130 Log.v(LOGTAG, "TestEventHandler:requestSent()"); in requestSent()
160 Log.v(LOGTAG, "TestEventHandler:status() major: " + major_version + in status()
222 Log.v(LOGTAG, "TestEventHandler:headers()"); in headers()
328 Log.v(LOGTAG, "TestEventHandler: locationChanged() " + in locationChanged()
374 Log.v(LOGTAG, "TestEventHandler: data() " + len + " bytes"); in data()
383 Log.v(LOGTAG, new String(data, 0, len)); in data()
418 Log.v(LOGTAG, "TestEventHandler: endData() called"); in endData()
458 Log.v(LOGTAG, "TestEventHandler: error() called Id:" + id + in error()
503 Log.v(LOGTAG, "TestEventHandler: handleSslErrorRequest(): "+ in handleSslErrorRequest()
565 Log.d(LOGTAG, " Cant do this without delayReponse set "); in waitForRequestResponse()
[all …]
/frameworks/base/core/java/android/webkit/
DWebViewFactory.java74 private static final String LOGTAG = "WebViewFactory"; field in WebViewFactory
148 Log.e(LOGTAG, "error waiting for relro creation", e); in loadWebViewNativeLibraryFromPackage()
167 Log.e(LOGTAG, "Couldn't find package " + packageName); in loadWebViewNativeLibraryFromPackage()
200 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance); in getProvider()
203 Log.e(LOGTAG, "error instantiating provider", e); in getProvider()
334 Log.i(LOGTAG, "Loading " + sPackageInfo.packageName + " version " + in getProviderClass()
355 Log.e(LOGTAG, "error loading provider", e); in getProviderClass()
370 Log.e(LOGTAG, "Chromium WebView package does not exist", e); in getProviderClass()
389 Log.v(LOGTAG, "address space reserved: " + addressSpaceToReserve + " bytes"); in prepareWebViewInZygote()
392 Log.e(LOGTAG, "reserving " + addressSpaceToReserve + in prepareWebViewInZygote()
[all …]
DLegacyErrorStrings.java30 private static final String LOGTAG = "Http"; field in LegacyErrorStrings
95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode); in getResource()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DTransform.java30 private static final String LOGTAG = "Transform"; field in Transform
154 Log.v(LOGTAG, s + "]"); in print()
191 Log.v(LOGTAG, "==== =========== VIEW ========== ======"); in print()
194 Log.v(LOGTAG, "==== SCREEN_SPACE to WORLD_SPACE ======"); in print()
196 Log.v(LOGTAG, "==== SCREEN_SPACE to VOLUME_SPACE ======"); in print()
198 Log.v(LOGTAG, "==== WORLD_SPACE to VOLUME_SPACE ======"); in print()
200 Log.v(LOGTAG, "==== WORLD_SPACE to SCREEN_SPACE ======"); in print()
202 Log.v(LOGTAG, "==== VOLUME_SPACE to SCREEN_SPACE ======"); in print()
204 Log.v(LOGTAG, "==== VOLUME_SPACE to WORLD_SPACE ======"); in print()
206 Log.v(LOGTAG, "======================================="); in print()
DTriData.java30 private static final String LOGTAG = "TriData"; field in TriData
53 Log.v(LOGTAG, s + ", " + df.f(mVert[i + 2]) + "]"); in print()
101 Log.v(LOGTAG, "verts =" + num_verts); in read()
112 Log.v(LOGTAG, "tri =" + num_tri); in read()
DVolume.java29 private static final String LOGTAG = "Volume"; field in Volume
65 Log.v(LOGTAG, " ========================== " + name + " ============================="); in addLook()
66 Log.v(LOGTAG, "mColor "+l.dblArrayToString(l.mColor)); in addLook()
67 Log.v(LOGTAG, "mOpacity "+l.dblArrayToString(l.mOpacity)); in addLook()
DVrState.java28 private static final String LOGTAG = "VrState"; field in VrState
70 Log.v(LOGTAG, " destroy mScrAllocation"); in createOutputAllocation()
88 Log.v(LOGTAG, " destroy mzRangeFullAllocation"); in createOutputAllocation()
120 Log.v(LOGTAG, "destroyScreenAllocation"); in destroyScreenAllocation()
DBasicPipeline.java26 private static final String LOGTAG = "BasicPipeline"; field in BasicPipeline
62 Log.v(LOGTAG,"render triangles "+((System.nanoTime()-start)/1E6f)+" ms"); in rasterizeTriangles()
DViewMatrix.java25 private static final String LOGTAG = "ViewMatrix"; field in ViewMatrix
111 Log.v(LOGTAG, "mLookPoint :" + toStr(mLookPoint)); in print()
112 Log.v(LOGTAG, "mEyePoint :" + toStr(mEyePoint)); in print()
113 Log.v(LOGTAG, "mUpVector :" + toStr(mUpVector)); in print()
114 Log.v(LOGTAG, "mScreenWidth: " + toStr(mScreenWidth)); in print()
115 Log.v(LOGTAG, "mScreenDim :[" + mScreenDim[0] + ", " + mScreenDim[1] + "]"); in print()
DVrPipline1.java28 private static final String LOGTAG = "VrPipline1"; field in VrPipline1
117 Log.v(LOGTAG, "cancel"); in raycast()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java37 public static final String LOGTAG = "PowerTestActivity"; field in PowerTestActivity
67 Log.v(LOGTAG, "onCreate, inst=" + Integer.toHexString(hashCode())); in onCreate()
118 Log.v(LOGTAG, "URL is null, cancelling..."); in navigate()
126 Log.v(LOGTAG, "Navigating to URL: " + url); in navigate()
139 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode())); in onDestroy()
160 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress); in handleTimeout()
206 Log.v(LOGTAG, "WebCore error: code=" + errorCode in onReceivedError()
214 Log.v(LOGTAG, "onPageStarted: " + url); in onPageStarted()
219 Log.v(LOGTAG, "onPageFinished: " + url); in onPageFinished()
265 Log.v(LOGTAG, "Finishing URL: " + webView.getUrl()); in run()
DPowerMeasurement.java29 private static final String LOGTAG = "PowerMeasurement"; field in PowerMeasurement
64 Log.v(LOGTAG, "Page is loaded in " + activity.getPageLoadTime() + " ms."); in testPageLoadStaticNYTimes()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DVolumeLoader.java32 private static final String LOGTAG = "VolumeLoader"; field in VolumeLoader
42 Log.e(LOGTAG, "Directory: \""+dir+"\" does not exist "); in VolumeLoader()
67 Log.v(LOGTAG,"Could not find "+name); in getVolume()
71 Log.v(LOGTAG,"dir ="+dir); in getVolume()
74 Log.v(LOGTAG,"processing dicom"); in getVolume()
84 Log.v(LOGTAG,"processing dicom"); in getVolume()
94 Log.v(LOGTAG,"could recognize format"); in getVolume()
104 Log.v(LOGTAG, name); in getPropertyFiles()
DLoaderRaw.java41 private static final String LOGTAG = "RawLoader"; field in LoaderRaw
70 Log.v(LOGTAG, "Loading " + dir.getPath()); in buildRSVolume()
72 Log.v(LOGTAG, "dir contains " + f.length + " files"); in buildRSVolume()
121 Log.v(LOGTAG, "make Volume " + z); in buildRSVolume()
131 Log.v(LOGTAG, "LOAD SLICE " + z); in buildRSVolume()
147 Log.v(LOGTAG,"LOADING DONE ...."); in buildRSVolume()
DMandelbulb.java32 private static final String LOGTAG = "RawLoader"; field in Mandelbulb
82 Log.v(LOGTAG, "compute Mandelbulb in" + ((System.nanoTime() - time) / 1E9f) + "seconds"); in buildRSVolume()
DDroid.java32 private static final String LOGTAG = "RawLoader"; field in Droid
90 Log.v(LOGTAG, "compute Droid in" + ((System.nanoTime() - time) / 1E9f) + "seconds"); in buildRSVolume()
/frameworks/base/services/core/java/com/android/server/
DNativeDaemonEvent.java208 final String LOGTAG = "unescapeArgs"; in unescapeArgs() local
215 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "parsing '" + rawEvent + "'"); in unescapeArgs()
243 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "found '" + word + "'"); in unescapeArgs()
250 Slog.e(LOGTAG, "nextSpace=" + nextSpace + ", nextQuote=" + nextQuote); in unescapeArgs()
262 Slog.e(LOGTAG, "next loop - current=" + current + in unescapeArgs()
/frameworks/base/keystore/java/android/security/
DCredentials.java49 private static final String LOGTAG = "Credentials"; field in Credentials
185 Log.w(LOGTAG, e.toString()); in unlock()
194 Log.w(LOGTAG, e.toString()); in install()
205 Log.w(LOGTAG, e.toString()); in install()
215 Log.w(LOGTAG, e.toString()); in install()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java58 private static final String LOGTAG = "Launcher3.CropActivity"; field in WallpaperCropActivity
97 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity"); in init()
299 Log.w(LOGTAG, "Getting exif data failed", e); in getRotationFromExifHelper()
302 Log.w(LOGTAG, "Getting exif data failed", e); in getRotationFromExifHelper()
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/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DAccessibilityNodeInfoDumper.java38 private static final String LOGTAG = AccessibilityNodeInfoDumper.class.getSimpleName(); field in AccessibilityNodeInfoDumper
95 Log.e(LOGTAG, "failed to dump window to file", e); in dumpWindowToFile()
98 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms"); in dumpWindowToFile()
132 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString())); in dumpNodeRec()
135 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s", in dumpNodeRec()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java152 private static final String LOGTAG = "AnimatedVectorDrawable"; field in AnimatedVectorDrawable
546 Log.v(LOGTAG, "add animator for target " + targetName + " " + animator); in addTargetAnimator()
571 Log.e(LOGTAG, "Failed to load animators. Either the AnimatedVectorDrawable" in prepareLocalAnimators()
657 Log.w(LOGTAG, "calling reset on AVD: " + in reset()
669 Log.w(LOGTAG, "calling start on AVD: " + in start()
692 Log.w(LOGTAG, "calling stop on AVD: " + in stop()
712 Log.w(LOGTAG, "AnimatedVectorDrawable can't reverse()"); in reverse()
1109 Log.e(LOGTAG, "Unsupported type: " + in createRTAnimatorForGroup()
1116 Log.e(LOGTAG, "Unsupported property: " + in createRTAnimatorForGroup()
1261 Log.d(LOGTAG, "Target is set in the next frame"); in recordLastSeenTarget()
[all …]
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrActivity.java49 private static final String LOGTAG = "VrActivity"; field in VrActivity
108 Log.v(LOGTAG,"Loading "+ progress[0]+"/"+progress[1]); in onProgressUpdate()
112 Log.v(LOGTAG,"done"); in onPostExecute()
172 Log.v(LOGTAG, "dataClick"); in dataClick()
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DAnimatedVectorDrawableDupPerf.java39 private static final String LOGTAG = "AnimatedVectorDrawableDupPerf"; field in AnimatedVectorDrawableDupPerf
82 Log.e(LOGTAG, "parser error", e); in create()
84 Log.e(LOGTAG, "parser error", e); in create()
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatedVectorDrawableCompat.java66 private static final String LOGTAG = "AnimatedVDCompat"; field in AnimatedVectorDrawableCompat
145 Log.e(LOGTAG, "parser error", e); in create()
147 Log.e(LOGTAG, "parser error", e); in create()
343 Log.v(LOGTAG, "tagName is " + tagName); in inflate()
353 Log.v(LOGTAG, "drawableRes is " + drawableRes); in inflate()
560 Log.v(LOGTAG, "add animator for target " + name + " " + animator); in setupAnimatorsForTarget()

123