/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
SimpleServer.java | 103 Log.v("Server thread " + getId() + " started."); 108 Log.e("Server error.", e); 114 Log.v("Server thread " + getId() + " stopped."); 123 Log.e(e.getMessage(), e); 152 Log.d("local address " + address); 207 Log.e("Port " + port + " already in use."); 216 Log.e("Failed to start server.", e); 237 Log.e("Failed to start server.", e); 255 Log.e("Failed to start server.", e); 275 Log.e("Failed to accept connection.", e) [all...] |
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/ |
AssetUtils.java | 20 import android.util.Log; 44 Log.d(TAG, "creating file " + targetName + " from " + assetName); 54 // TODO(kanlig): refactor log messages to make them more useful. 55 Log.d(TAG, "Creating outputstream");
|
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
OvicBenchmarker.java | 19 import android.util.Log; 41 /** Tag for the {@link Log}. */ 82 Log.e( 144 Log.d(TAG, "Timecost to put values into ByteBuffer: " + Long.toString(endTime - startTime));
|
/external/vogar/src/vogar/util/ |
Threads.java | 24 import vogar.Log; 43 public static ExecutorService threadPerCpuExecutor(Log log, String name) { 44 return fixedThreadsExecutor(log, name, Runtime.getRuntime().availableProcessors()); 47 public static ExecutorService fixedThreadsExecutor(final Log log, String name, int count) { 54 log.info("Unexpected failure from " + runnable, throwable);
|
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/ |
CustomVirtualView.kt | 25 import android.util.Log 75 Log.d(TAG, "autofill(): " + values) 84 Log.w(TAG, "Item for autofillId $id is not editable: $this") 95 Log.d(TAG, "onProvideAutofillVirtualStructure(): flags = " + flags + ", items = " 100 Log.d(TAG, "Adding new child at index $index: $item") 118 Log.d(TAG, "onDraw: " + lines.size + " lines; canvas:" + canvas) 124 Log.v(TAG, "Drawing $it at x=$x, y=$y") 135 Log.d(TAG, "setBounds(" + x + ", " + y + "): " + it.bounds) 143 Log.d(TAG, "Touched: y=$y, range=$lineLength, top=$topMargin") 148 Log.d(TAG, "Line $line ranges from $lowerY to $upperY" [all...] |
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/ |
CustomVirtualView.kt | 25 import android.util.Log 75 Log.d(TAG, "autofill(): " + values) 84 Log.w(TAG, "Item for autofillId $id is not editable: $this") 95 Log.d(TAG, "onProvideAutofillVirtualStructure(): flags = " + flags + ", items = " 100 Log.d(TAG, "Adding new child at index $index: $item") 118 Log.d(TAG, "onDraw: " + lines.size + " lines; canvas:" + canvas) 124 Log.v(TAG, "Drawing $it at x=$x, y=$y") 135 Log.d(TAG, "setBounds(" + x + ", " + y + "): " + it.bounds) 143 Log.d(TAG, "Touched: y=$y, range=$lineLength, top=$topMargin") 148 Log.d(TAG, "Line $line ranges from $lowerY to $upperY" [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
ImageWriterTest.java | 32 import android.util.Log; 50 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 51 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); 94 Log.i(TAG, "Testing Camera " + id); 96 Log.i(TAG, "Camera " + id + " does not support color outputs, skipping"); 116 Log.i(TAG, "Testing Camera " + id); 118 Log.i(TAG, "Camera " + id + " does not support color outputs, skipping"); 178 Log.v(TAG, "Testing size " + maxSize) [all...] |
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
ShortcutManagerLauncherCallbackTest.java | 30 import android.util.Log; 93 Log.i(TAG, "onShortcutsChanged: package=" 96 Log.i(TAG, " " + si); 163 Log.i(TAG, "testCallbacks: setDynamicShortcuts"); 177 Log.i(TAG, "testCallbacks: addDynamicShortcuts"); 190 Log.i(TAG, "testCallbacks: updateShortcuts 1"); 203 Log.i(TAG, "testCallbacks: updateShortcuts 2"); 216 Log.i(TAG, "testCallbacks: enableManifestActivity 1"); 229 Log.i(TAG, "testCallbacks: enableManifestActivity 2"); 243 Log.i(TAG, "testCallbacks: pinShortcuts") [all...] |
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/ |
HeuristicsService.java | 38 import android.util.Log; 79 Log.d(TAG, "onConnected(): numberDatasets=" + mNumberDatasets 87 Log.d(TAG, "onFillRequest()"); 92 Log.d(TAG, "autofillable fields:" + fields); 128 Log.d(TAG, "onSaveRequest()"); 160 Log.v(TAG, "Setting hint '" + hint + "' on " + id); 163 Log.v(TAG, "Ignoring hint '" + hint + "' on " + id 189 Log.d(TAG, "Found hint using view hint(" + viewHint + "): " + hint); 192 Log.v(TAG, "No hint using view hint: " + viewHint); 198 Log.d(TAG, "Found hint using resourceId(" + resourceId + "): " + hint) [all...] |
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/ |
DebugService.java | 38 import android.util.Log; 80 Log.d(TAG, "onConnected(): numberDatasets=" + mNumberDatasets 88 Log.d(TAG, "onFillRequest()"); 93 Log.d(TAG, "autofillable fields:" + fields); 129 Log.d(TAG, "onSaveRequest()"); 161 Log.v(TAG, "Setting hint '" + hint + "' on " + id); 164 Log.v(TAG, "Ignoring hint '" + hint + "' on " + id 190 Log.d(TAG, "Found hint using view hint(" + viewHint + "): " + hint); 193 Log.v(TAG, "No hint using view hint: " + viewHint); 199 Log.d(TAG, "Found hint using resourceId(" + resourceId + "): " + hint) [all...] |
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowLog.java | 3 import android.util.Log; 18 @Implements(Log.class) 29 * Whether calling {@link Log#wtf} will throw {@link TerribleFailure}. This is analogous to 42 return addLog(Log.ERROR, tag, msg, throwable); 52 return addLog(Log.DEBUG, tag, msg, throwable); 62 return addLog(Log.INFO, tag, msg, throwable); 72 return addLog(Log.VERBOSE, tag, msg, throwable); 87 return addLog(Log.WARN, tag, msg, throwable); 97 addLog(Log.ASSERT, tag, msg, throwable); 104 /** Sets whether calling {@link Log#wtf} will throw {@link TerribleFailure}. * [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleCocClientService.java | 54 import android.util.Log; 231 Log.e(TAG, "Error: Unhandled or invalid action=" + mCurrentAction); 292 Log.e(TAG, message); 338 Log.d(TAG, "notifyServicesDiscovered: Next step is to read the PSM char."); 380 Log.d(TAG, "onConnectionStateChange: status=" + status + ", newState=" + newState); 399 Log.e(TAG, "BluetoothGattCallback.onConnectionStateChange: " 405 Log.e(TAG, "BluetoothGattCallback.onConnectionStateChange: " 428 Log.d(TAG, "onServicesDiscovered: status=" + status); 441 Log.d(TAG, "onCharacteristicRead: status=" + status + ", uuid=" + uid); 448 Log.d(TAG, "onCharacteristicRead: reading PSM=" + mPsm) [all...] |
BleServerService.java | 39 import android.util.Log; 363 Log.d(TAG, "notifyOpenFail"); 371 Log.d(TAG, "notifyAddServiceFail"); 379 Log.d(TAG, "notifyAdvertiseUnsupported"); 387 Log.d(TAG, "notifyConnected"); 397 Log.d(TAG, "notifyDisconnected"); 405 Log.d(TAG, "notifyServiceAdded"); 413 Log.d(TAG, "notifyMtuRequest"); 428 Log.d(TAG, "notifyCharacteristicReadRequest"); 440 Log.d(TAG, "notifyCharacteristicWriteRequest") [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
NDKMidiActivity.java | 35 import android.util.Log; 157 Log.i(TAG, "scanMidiDevices()...."); 173 Log.i(TAG, "enableTestButtons" + enable + ")"); 206 Log.i(TAG, "updateTestStateUI()"); 223 Log.i(TAG, "---- onCreate()"); 230 Log.i(TAG, "---- mMidiService instantiated:" + mMidiService); 285 Log.i(TAG, "---- onPause()"); 290 Log.i(TAG, "---- Stop Service: " + isFound); 384 Log.i(TAG, "---- scanDevices() typeID: " + typeID); 418 Log.i(TAG, "---- mSendDevInfo: " + mSendDevInfo) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationListenerActivity.java | 29 import android.util.Log; 58 Log.d(getLogTag(), "ACTION_SET_LOCATION_AND_CHECK_UPDATES received in uid " 69 Log.d(getLogTag(), "Exit location settings:OK"); 76 Log.wtf(getLogTag(), "Unknown requestCode " + requestCode + "; data = " + data); 88 Log.e(getLogTag(), "Settings.ACTION_LOCATION_SOURCE_SETTINGS could not be resolved");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
ByodIconSamplerActivity.java | 29 import android.util.Log; 62 Log.d(TAG, "Sampling image for: " + userHandle); 71 Log.d(TAG, "sampleImage: FileNotFoundException ", e); 76 Log.d(TAG, "Wrote badged icon to file: " + fileName); 93 Log.d(TAG, "getAppIcon: NameNotFoundException", e);
|
VpnTestActivity.java | 30 import android.util.Log; 90 Log.w(TAG, "Unexpected request code: " + requestCode); 108 Log.i(TAG, "Test succeeded: descriptor is null"); 113 Log.w(TAG, "vpn connection established, not expected, test case fails"); 118 Log.i(TAG, "Closing vpn connection failed. Caught exception: ", e);
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
BroadcastTestBase.java | 27 import android.util.Log; 57 Log.v(TAG, getClass().getSimpleName() + ".tearDown(): hasFeature=" + mHasFeature 77 Log.i(TAG, "No Activity found for the intent: " + intentStr); 102 Log.i(TAG, "Begin Testing: " + testCaseType); 119 Log.i(TAG, "received_broadcast for " + BroadcastUtils.toBundleString(extras));
|
Timeout.java | 20 import android.util.Log; 79 Log.d(TAG, "Constructor: " + this + " at " + TestNameUtils.getCurrentTestName()); 120 Log.w(TAG, mName + " increased from " + oldValue + "ms to " + mCurrentValue + "ms at " 179 Log.v(TAG, description + " failed at attempt #" + attempt + "; sleeping for " 187 Log.w(TAG, description + " failed after " + attempt + " attempts and " + totalSlept + "ms: "
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
BroadcastTestBase.java | 27 import android.util.Log; 57 Log.v(TAG, getClass().getSimpleName() + ".tearDown(): hasFeature=" + mHasFeature 77 Log.i(TAG, "No Activity found for the intent: " + intentStr); 102 Log.i(TAG, "Begin Testing: " + testCaseType); 119 Log.i(TAG, "received_broadcast for " + BroadcastUtils.toBundleString(extras));
|
Timeout.java | 20 import android.util.Log; 79 Log.d(TAG, "Constructor: " + this + " at " + TestNameUtils.getCurrentTestName()); 120 Log.w(TAG, mName + " increased from " + oldValue + "ms to " + mCurrentValue + "ms at " 179 Log.v(TAG, description + " failed at attempt #" + attempt + "; sleeping for " 187 Log.w(TAG, description + " failed after " + attempt + " attempts and " + totalSlept + "ms: "
|
/cts/hostsidetests/backup/AllowBackup/src/ |
AllowBackupTest.java | 26 import android.util.Log; 80 Log.d(TAG, "Test files created: \n" 100 Log.d(TAG, "Files generated!"); 102 Log.e(TAG, "Unable to generate files", e); 109 Log.d(TAG, "Files deleted!");
|
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/ |
ZygotePreload.java | 21 import android.util.Log; 30 Log.e(TAG, "setresuid( " + Integer.toString(rid) + "," 36 Log.e(TAG, "setresguid( " + Integer.toString(rid) + "," 47 Log.e(TAG, "setresuid( " + Integer.toString(rid) + "," 53 Log.e(TAG, "setresguid( " + Integer.toString(rid) + ","
|
/cts/suite/audio_quality/executable/src/ |
main.cpp | 24 #include "Log.h" 30 // For flushing report and log before exiting 38 Log::Finalize(); 40 // create zip file after log and report files are closed. 64 int logLevel = Log::ELogW; 102 if (Log::Instance(dirName.string()) == NULL) { 103 fprintf(stderr, "cannot create Log"); 106 Log::Instance()->setLogLevel((Log::LogLevel)logLevel); 107 // Log can be used from her [all...] |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
MyWebView.java | 24 import android.util.Log; 46 Log.d(TAG, "isAutofillEnabled() on constructor? " + isAutofillEnabled()); 52 Log.d(TAG, "isAutofillEnabled() on constructor? " + isAutofillEnabled()); 120 Log.d(TAG, "onUsernameChanged():" + username); 128 Log.d(TAG, "onPasswordChanged():" + password);
|