Home
last modified time | relevance | path

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

123

/frameworks/base/tests/CoreTests/android/core/
DRequestAPITest.java37 private static final String LOGTAG = "http"; field in RequestAPITest
53 Log.d(LOGTAG, "Base setup context = " + mContext); in setUp()
62 Log.d(LOGTAG, "Base tearDown"); in tearDown()
64 Log.d(LOGTAG, "Base teardown done"); in tearDown()
88 Log.d(LOGTAG, "testRequestAddNullHeader start "); in testRequestAddNullHeader()
92 Log.d(LOGTAG, "testRequestAddNullHeader - returning"); in testRequestAddNullHeader()
100 Log.d(LOGTAG, "testRequestAddNullValue start "); in testRequestAddNullValue()
104 Log.d(LOGTAG, "testRequestAddNullValue - returning"); in testRequestAddNullValue()
112 Log.d(LOGTAG, "testRequestAddEmptyValue start "); in testRequestAddEmptyValue()
116 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/
DWebViewLibraryLoader.java47 private static final String LOGTAG = WebViewLibraryLoader.class.getSimpleName(); field in WebViewLibraryLoader
73 Log.e(LOGTAG, "Invalid RelroFileCreator args: " + Arrays.toString(args)); in main()
76 Log.v(LOGTAG, "RelroFileCreator (64bit = " + is64Bit + "), lib: " + args[0]); in main()
78 Log.e(LOGTAG, "can't create relro file; address space not reserved"); in main()
84 if (result && DEBUG) Log.v(LOGTAG, "created relro file"); in main()
90 Log.e(LOGTAG, "error notifying update service", e); in main()
93 if (!result) Log.e(LOGTAG, "failed to create relro file"); in main()
113 Log.e(LOGTAG, "relro file creator for " + abi + " crashed. Proceeding without"); in createRelroFile()
116 Log.e(LOGTAG, "Cannot reach WebViewUpdateService. " + e.getMessage()); in createRelroFile()
133 Log.e(LOGTAG, "error starting relro file creator for abi " + abi, t); in createRelroFile()
[all …]
DWebViewFactory.java56 private static final String LOGTAG = "WebViewFactory"; field in WebViewFactory
194 Log.e(LOGTAG, "error waiting for relro creation", e); in loadWebViewNativeLibraryFromPackage()
214 Log.e(LOGTAG, "Couldn't find package " + packageName); in loadWebViewNativeLibraryFromPackage()
258 Log.w(LOGTAG, "error instantiating provider with static factory method", e); in getProvider()
266 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance); in getProvider()
269 Log.e(LOGTAG, "error instantiating provider", e); in getProvider()
443 Log.i(LOGTAG, "Loading " + sPackageInfo.packageName + " version " + in getProviderClass()
464 Log.e(LOGTAG, "error loading provider", e); in getProviderClass()
470 Log.e(LOGTAG, "Chromium WebView package does not exist", e); in getProviderClass()
484 Log.e(LOGTAG, "error preparing native loader", t); in prepareWebViewInZygote()
[all …]
DWebViewZygote.java38 private static final String LOGTAG = "WebViewZygote"; field in WebViewZygote
148 Log.e(LOGTAG, "Cannot connect to zygote, no package specified"); in connectToZygoteIfNeededLocked()
188 Log.d(LOGTAG, "Preloading package " + zip + " " + librarySearchPath); in connectToZygoteIfNeededLocked()
192 Log.e(LOGTAG, "Error connecting to webview zygote", e); in connectToZygoteIfNeededLocked()
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/tests/java_api/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()
/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/tests/java_api/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()
/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
187 Log.w(LOGTAG, e.toString()); in unlock()
196 Log.w(LOGTAG, e.toString()); in install()
207 Log.w(LOGTAG, e.toString()); in install()
217 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/support/graphics/drawable/animated/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
DDrawableUtils.java30 private static final String LOGTAG = DrawableUtils.class.getSimpleName(); field in DrawableUtils
63 Log.v(LOGTAG, "Write test No." + outputFilename + " to file successfully."); in saveVectorDrawableIntoPNG()
/frameworks/rs/tests/java_api/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/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java300 private static final String LOGTAG = "AnimatedVectorDrawable"; field in AnimatedVectorDrawable
785 Log.v(LOGTAG, "add animator for target " + targetName + " " + animator); in addTargetAnimator()
810 Log.e(LOGTAG, "Failed to load animators. Either the AnimatedVectorDrawable" in prepareLocalAnimators()
908 Log.w(LOGTAG, "calling reset on AVD: " + in reset()
920 Log.w(LOGTAG, "calling start on AVD: " + in start()
943 Log.w(LOGTAG, "calling stop on AVD: " + in stop()
963 Log.w(LOGTAG, "AnimatedVectorDrawable can't reverse()"); in reverse()
1357 Log.e(LOGTAG, "Unsupported type: " + in createRTAnimatorForGroup()
1364 Log.e(LOGTAG, "Unsupported property: " + in createRTAnimatorForGroup()
1551 Log.d(LOGTAG, "Target is set in the next frame"); in recordLastSeenTarget()
[all …]

123