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

123

/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java37 private static final String LOGTAG = "http"; field in class:RequestAPITest
53 Log.d(LOGTAG, "Base setup context = " + mContext);
62 Log.d(LOGTAG, "Base tearDown");
64 Log.d(LOGTAG, "Base teardown done");
88 Log.d(LOGTAG, "testRequestAddNullHeader start ");
92 Log.d(LOGTAG, "testRequestAddNullHeader - returning");
100 Log.d(LOGTAG, "testRequestAddNullValue start ");
104 Log.d(LOGTAG, "testRequestAddNullValue - returning");
112 Log.d(LOGTAG, "testRequestAddEmptyValue start ");
116 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 DWebViewLibraryLoader.java47 private static final String LOGTAG = WebViewLibraryLoader.class.getSimpleName(); field in class:WebViewLibraryLoader
73 Log.e(LOGTAG, "Invalid RelroFileCreator args: " + Arrays.toString(args));
76 Log.v(LOGTAG, "RelroFileCreator (64bit = " + is64Bit + "), lib: " + args[0]);
78 Log.e(LOGTAG, "can't create relro file; address space not reserved");
84 if (result && DEBUG) Log.v(LOGTAG, "created relro file");
90 Log.e(LOGTAG, "error notifying update service", e);
93 if (!result) Log.e(LOGTAG, "failed to create relro file");
113 Log.e(LOGTAG, "relro file creator for " + abi + " crashed. Proceeding without");
116 Log.e(LOGTAG, "Cannot reach WebViewUpdateService. " + e.getMessage());
133 Log.e(LOGTAG, "erro
[all...]
H A DWebSyncManager.java26 protected static final java.lang.String LOGTAG = "websync"; field in class:WebSyncManager
H A DWebViewDatabase.java36 protected static final String LOGTAG = "webviewdatabase"; field in class:WebViewDatabase
H A DWebViewZygote.java38 private static final String LOGTAG = "WebViewZygote"; field in class:WebViewZygote
148 Log.e(LOGTAG, "Cannot connect to zygote, no package specified");
188 Log.d(LOGTAG, "Preloading package " + zip + " " + librarySearchPath);
192 Log.e(LOGTAG, "Error connecting to webview zygote", e);
H A DWebViewFactory.java56 private static final String LOGTAG = "WebViewFactory"; field in class:WebViewFactory
194 Log.e(LOGTAG, "error waiting for relro creation", e);
214 Log.e(LOGTAG, "Couldn't find package " + packageName);
258 Log.w(LOGTAG, "error instantiating provider with static factory method", e);
266 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance);
269 Log.e(LOGTAG, "error instantiating provider", e);
443 Log.i(LOGTAG, "Loading " + sPackageInfo.packageName + " version " +
464 Log.e(LOGTAG, "error loading provider", e);
470 Log.e(LOGTAG, "Chromium WebView package does not exist", e);
484 Log.e(LOGTAG, "erro
[all...]
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);
/frameworks/rs/tests/java_api/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/tests/java_api/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");
/frameworks/support/graphics/drawable/animated/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
H A DDrawableUtils.java30 private static final String LOGTAG = DrawableUtils.class.getSimpleName(); field in class:DrawableUtils
63 Log.v(LOGTAG, "Write test No." + outputFilename + " to file successfully.");
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonEvent.java208 final String LOGTAG = "unescapeArgs";
215 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "parsing '" + rawEvent + "'");
243 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "found '" + word + "'");
250 Slog.e(LOGTAG, "nextSpace=" + nextSpace + ", nextQuote=" + nextQuote);
262 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.java49 private static final String LOGTAG = "Credentials"; field in class:Credentials
187 Log.w(LOGTAG, e.toString());
196 Log.w(LOGTAG, e.toString());
207 Log.w(LOGTAG, e.toString());
217 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/tests/java_api/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");

Completed in 366 milliseconds

123