Searched refs:LOGTAG (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java38 private static final String LOGTAG = "http"; field in class:RequestAPITest
54 Log.d(LOGTAG, "Base setup context = " + mContext);
63 Log.d(LOGTAG, "Base tearDown");
65 Log.d(LOGTAG, "Base teardown done");
89 Log.d(LOGTAG, "testRequestAddNullHeader start ");
93 Log.d(LOGTAG, "testRequestAddNullHeader - returning");
101 Log.d(LOGTAG, "testRequestAddNullValue start ");
105 Log.d(LOGTAG, "testRequestAddNullValue - returning");
113 Log.d(LOGTAG, "testRequestAddEmptyValue start ");
117 Log.d(LOGTAG, "testRequestAddEmptyValu
[all...]
H A DTestEventHandler.java130 Log.v(LOGTAG, "TestEventHandler:requestSent()");
160 Log.v(LOGTAG, "TestEventHandler:status() major: " + major_version +
222 Log.v(LOGTAG, "TestEventHandler:headers()");
328 Log.v(LOGTAG, "TestEventHandler: locationChanged() " +
374 Log.v(LOGTAG, "TestEventHandler: data() " + len + " bytes");
383 Log.v(LOGTAG, new String(data, 0, len));
418 Log.v(LOGTAG, "TestEventHandler: endData() called");
458 Log.v(LOGTAG, "TestEventHandler: error() called Id:" + id +
503 Log.v(LOGTAG, "TestEventHandler: handleSslErrorRequest(): "+
565 Log.d(LOGTAG, " Can
812 protected final static String LOGTAG = "http"; field in class:TestEventHandler
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java71 private static final String LOGTAG = "WebViewFactory"; field in class:WebViewFactory
165 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance);
168 Log.e(LOGTAG, "error instantiating provider", e);
184 Log.i(LOGTAG, "Loading " + sPackageInfo.packageName + " version " +
195 Log.e(LOGTAG, "error loading provider", e);
210 Log.e(LOGTAG, "Chromium WebView package does not exist", e);
253 Log.v(LOGTAG, "address space reserved: " + addressSpaceToReserve + " bytes");
256 Log.e(LOGTAG, "reserving " + addressSpaceToReserve +
261 Log.e(LOGTAG, "error preparing native loader", t);
277 Log.e(LOGTAG, "erro
[all...]
H A DWebViewDatabase.java35 protected static final String LOGTAG = "webviewdatabase"; field in class:WebViewDatabase
H A DWebSyncManager.java26 protected static final java.lang.String LOGTAG = "websync"; field in class:WebSyncManager
H A DLegacyErrorStrings.java30 private static final String LOGTAG = "Http"; field in class:LegacyErrorStrings
95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode);
H A DUrlInterceptRegistry.java35 private final static String LOGTAG = "intercept"; field in class:UrlInterceptRegistry
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DVolumeLoader.java32 private static final String LOGTAG = "VolumeLoader"; field in class:VolumeLoader
42 Log.e(LOGTAG, "Directory: \""+dir+"\" does not exist ");
67 Log.v(LOGTAG,"Could not find "+name);
71 Log.v(LOGTAG,"dir ="+dir);
74 Log.v(LOGTAG,"processing dicom");
84 Log.v(LOGTAG,"processing dicom");
94 Log.v(LOGTAG,"could recognize format");
104 Log.v(LOGTAG, name);
H A DLoaderRaw.java41 private static final String LOGTAG = "RawLoader"; field in class:LoaderRaw
70 Log.v(LOGTAG, "Loading " + dir.getPath());
72 Log.v(LOGTAG, "dir contains " + f.length + " files");
121 Log.v(LOGTAG, "make Volume " + z);
131 Log.v(LOGTAG, "LOAD SLICE " + z);
147 Log.v(LOGTAG,"LOADING DONE ....");
H A DDroid.java32 private static final String LOGTAG = "RawLoader"; field in class:Droid
90 Log.v(LOGTAG, "compute Droid in" + ((System.nanoTime() - time) / 1E9f) + "seconds");
H A DMandelbulb.java32 private static final String LOGTAG = "RawLoader"; field in class:Mandelbulb
82 Log.v(LOGTAG, "compute Mandelbulb in" + ((System.nanoTime() - time) / 1E9f) + "seconds");
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java37 public static final String LOGTAG = "PowerTestActivity"; field in class:PowerTestActivity
67 Log.v(LOGTAG, "onCreate, inst=" + Integer.toHexString(hashCode()));
118 Log.v(LOGTAG, "URL is null, cancelling...");
126 Log.v(LOGTAG, "Navigating to URL: " + url);
139 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
160 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress);
206 Log.v(LOGTAG, "WebCore error: code=" + errorCode
214 Log.v(LOGTAG, "onPageStarted: " + url);
219 Log.v(LOGTAG, "onPageFinished: " + url);
265 Log.v(LOGTAG, "Finishin
[all...]
H A DPowerMeasurement.java29 private static final String LOGTAG = "PowerMeasurement"; field in class:PowerMeasurement
64 Log.v(LOGTAG, "Page is loaded in " + activity.getPageLoadTime() + " ms.");
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DTransform.java30 private static final String LOGTAG = "Transform"; field in class:Transform
154 Log.v(LOGTAG, s + "]");
191 Log.v(LOGTAG, "==== =========== VIEW ========== ======");
194 Log.v(LOGTAG, "==== SCREEN_SPACE to WORLD_SPACE ======");
196 Log.v(LOGTAG, "==== SCREEN_SPACE to VOLUME_SPACE ======");
198 Log.v(LOGTAG, "==== WORLD_SPACE to VOLUME_SPACE ======");
200 Log.v(LOGTAG, "==== WORLD_SPACE to SCREEN_SPACE ======");
202 Log.v(LOGTAG, "==== VOLUME_SPACE to SCREEN_SPACE ======");
204 Log.v(LOGTAG, "==== VOLUME_SPACE to WORLD_SPACE ======");
206 Log.v(LOGTAG, "
[all...]
H A DBasicPipeline.java26 private static final String LOGTAG = "BasicPipeline"; field in class:BasicPipeline
62 Log.v(LOGTAG,"render triangles "+((System.nanoTime()-start)/1E6f)+" ms");
H A DTriData.java30 private static final String LOGTAG = "TriData"; field in class:TriData
53 Log.v(LOGTAG, s + ", " + df.f(mVert[i + 2]) + "]");
101 Log.v(LOGTAG, "verts =" + num_verts);
112 Log.v(LOGTAG, "tri =" + num_tri);
H A DVolume.java29 private static final String LOGTAG = "Volume"; field in class:Volume
65 Log.v(LOGTAG, " ========================== " + name + " =============================");
66 Log.v(LOGTAG, "mColor "+l.dblArrayToString(l.mColor));
67 Log.v(LOGTAG, "mOpacity "+l.dblArrayToString(l.mOpacity));
H A DVrState.java28 private static final String LOGTAG = "VrState"; field in class:VrState
70 Log.v(LOGTAG, " destroy mScrAllocation");
88 Log.v(LOGTAG, " destroy mzRangeFullAllocation");
120 Log.v(LOGTAG, "destroyScreenAllocation");
H A DViewMatrix.java25 private static final String LOGTAG = "ViewMatrix"; field in class:ViewMatrix
111 Log.v(LOGTAG, "mLookPoint :" + toStr(mLookPoint));
112 Log.v(LOGTAG, "mEyePoint :" + toStr(mEyePoint));
113 Log.v(LOGTAG, "mUpVector :" + toStr(mUpVector));
114 Log.v(LOGTAG, "mScreenWidth: " + toStr(mScreenWidth));
115 Log.v(LOGTAG, "mScreenDim :[" + mScreenDim[0] + ", " + mScreenDim[1] + "]");
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonEvent.java201 final String LOGTAG = "unescapeArgs";
208 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "parsing '" + rawEvent + "'");
236 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "found '" + word + "'");
243 Slog.e(LOGTAG, "nextSpace=" + nextSpace + ", nextQuote=" + nextQuote);
255 Slog.e(LOGTAG, "next loop - current=" + current +
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java38 private static final String LOGTAG = AccessibilityNodeInfoDumper.class.getSimpleName(); field in class:AccessibilityNodeInfoDumper
95 Log.e(LOGTAG, "failed to dump window to file", e);
98 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms");
132 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString()));
135 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s",
/frameworks/base/keystore/java/android/security/
H A DCredentials.java47 private static final String LOGTAG = "Credentials"; field in class:Credentials
180 Log.w(LOGTAG, e.toString());
189 Log.w(LOGTAG, e.toString());
200 Log.w(LOGTAG, e.toString());
210 Log.w(LOGTAG, e.toString());
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableDupPerf.java39 private static final String LOGTAG = "AnimatedVectorDrawableDupPerf"; field in class:AnimatedVectorDrawableDupPerf
82 Log.e(LOGTAG, "parser error", e);
84 Log.e(LOGTAG, "parser error", e);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrActivity.java49 private static final String LOGTAG = "VrActivity"; field in class:VrActivity
108 Log.v(LOGTAG,"Loading "+ progress[0]+"/"+progress[1]);
112 Log.v(LOGTAG,"done");
172 Log.v(LOGTAG, "dataClick");
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java58 private static final String LOGTAG = "Launcher3.CropActivity"; field in class:WallpaperCropActivity
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, "canno
[all...]

Completed in 1538 milliseconds

12