HomeSort by relevance Sort by last modified time
    Searched refs:Log (Results 1351 - 1375 of 4565) sorted by null

<<51525354555657585960>>

  /device/google/contexthub/lefty/
Lefty.cpp 17 #include <utils/Log.h>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiPerformanceHob/
PeiPerformanceHob.h 40 PEI_PERFORMANCE_MEASURE_LOG_ENTRY Log[1];
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.h 25 SHELL_LINE_LIST *Log;
  /device/linaro/hikey/gralloc960/
gralloc_priv.h 30 #include <utils/Log.h>
  /external/ltp/testcases/realtime/scripts/
parser.py 24 ## DESCRIPTION: Base class for all log parsers ##
32 class Log:
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Version.java 34 Log.e("Package name not found", e);
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogFactory.java 25 * Factory for creating {@link Log} instances, which always delegates to an
161 * Class for which a suitable Log name will be derived
164 * if a suitable <code>Log</code> instance cannot be
167 public abstract Log getInstance(Class clazz) throws LogConfigurationException;
171 * Construct (if necessary) and return a <code>Log</code> instance, using
177 * <code>LogFactory</code> you are using, the <code>Log</code> instance
184 * Logical name of the <code>Log</code> instance to be
189 * if a suitable <code>Log</code> instance cannot be
192 public abstract Log getInstance(String name) throws LogConfigurationException;
195 * Release any internal references to previously created {@link Log}instance
    [all...]
  /external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/java/com/example/android/smartreply/
MainActivity.java 21 import android.util.Log;
44 Log.v(TAG, "onCreate");
63 Log.v(TAG, "onStart");
73 Log.v(TAG, "onStop");
  /frameworks/av/drm/drmserver/
main_drmserver.cpp 23 #include <utils/Log.h>
  /frameworks/av/media/libmedia/
MediaScannerClient.cpp 19 #include <utils/Log.h>
  /frameworks/av/media/libstagefright/foundation/
AHandler.cpp 19 #include <utils/Log.h>
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 30 import android.util.Log;
54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
92 Log.d(TAG, "connecting to: " + route);
99 Log.d(TAG, "releasing");
113 Log.d(TAG, "play: item=" + item);
121 Log.e(TAG, "MediaPlayer throws IllegalStateException, uri=" + item.getUri());
123 Log.e(TAG, "MediaPlayer throws IOException, uri=" + item.getUri());
125 Log.e(TAG, "MediaPlayer throws IllegalArgumentException, uri=" + item.getUri());
127 Log.e(TAG, "MediaPlayer throws SecurityException, uri=" + item.getUri())
    [all...]
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 30 import android.util.Log;
54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
92 Log.d(TAG, "connecting to: " + route);
99 Log.d(TAG, "releasing");
113 Log.d(TAG, "play: item=" + item);
121 Log.e(TAG, "MediaPlayer throws IllegalStateException, uri=" + item.getUri());
123 Log.e(TAG, "MediaPlayer throws IOException, uri=" + item.getUri());
125 Log.e(TAG, "MediaPlayer throws IllegalArgumentException, uri=" + item.getUri());
127 Log.e(TAG, "MediaPlayer throws SecurityException, uri=" + item.getUri())
    [all...]
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 30 import android.util.Log;
54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
92 Log.d(TAG, "connecting to: " + route);
99 Log.d(TAG, "releasing");
113 Log.d(TAG, "play: item=" + item);
121 Log.e(TAG, "MediaPlayer throws IllegalStateException, uri=" + item.getUri());
123 Log.e(TAG, "MediaPlayer throws IOException, uri=" + item.getUri());
125 Log.e(TAG, "MediaPlayer throws IllegalArgumentException, uri=" + item.getUri());
127 Log.e(TAG, "MediaPlayer throws SecurityException, uri=" + item.getUri())
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/executors/
Device.java 28 import dexfuzz.Log;
70 Log.errorAndQuit("Cannot run a fuzzed program if $" + key + " is not set!");
95 Log.errorAndQuit("Host core image not found at " + coreImage.getPath()
113 Log.errorAndQuit("Problem executing ADB - is it in your $PATH?");
116 Log.errorAndQuit("IOException when executing ADB, is it working?");
118 Log.errorAndQuit("InterruptedException when executing ADB, is it working?");
124 Log.errorAndQuit("Couldn't connect to specified ADB device: " + deviceName);
194 Log.info("Executing: " + command);
215 Log.info("Return value: " + result.returnValue);
232 Log.errorAndQuit("ExecutionResult.execute() caught an IOException")
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Offset.java 19 import dexfuzz.Log;
111 Log.debug("Updating what an Offset points to...");
127 Log.debug("Updating what an Offset points to...");
StringDataItem.java 19 import dexfuzz.Log;
38 Log.warn("Don't have full support for decoding MUTF-8 yet, DEX file "
83 Log.warn("Reading a string that hasn't been properly decoded! Returning empty string.");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HeadsetHonorSystemActivity.java 31 import android.util.Log;
69 Log.i(TAG, "User denies Headset Port existence");
75 Log.i(TAG, "User confirms Headset Port existence");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
HidDeviceActivity.java 28 import android.util.Log;
98 Log.d(TAG, "onAppStatusChanged: pluggedDevice=" + pluggedDevice + " registered="
194 Log.w(TAG, "mBluetoothHidDevice is null");
208 Log.w(TAG, "mBluetoothHidDevice is null");
214 Log.w(TAG, "HID host not connected");
218 Log.d(TAG, "connected to: " + mHidHost);
233 Log.w(TAG, "mBluetoothHidDevice is null");
239 Log.w(TAG, "HID host not connected");
243 Log.d(TAG, "connected to: " + mHidHost);
254 Log.w(TAG, "mBluetoothHidDevice is null")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CompTestActivity.java 22 import android.util.Log;
57 Log.i(TAG, "Provisioning failed or was cancelled by the user.");
82 Log.e(TAG, "Unknown request code received " + requestCode);
KeyChainTestActivity.java 32 import android.util.Log;
91 Log.i(TAG, "Generating key pair.");
107 Log.w(TAG, "Security exception", e);
141 Log.w(TAG, "Failed installing certificate", e);
159 Log.w(TAG, "Security exception", e);
193 Log.i(TAG, "Selecting certificate");
200 Log.i(TAG, "Got alias: " + alias);
226 Log.w(TAG, "Failed using the key", e);
235 Log.i(TAG, "Selecting certificate");
242 Log.i(TAG, "Got alias: " + alias)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ActionListenerTest.java 22 import android.util.Log;
38 Log.d(TAG, "onFailure() reason="+reason);
45 Log.d(TAG, "onSuccess()");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
ShaderHelper.java 19 import android.util.Log;
156 Log.e(TAG, "Error compiling shader: " + GLES20.glGetShaderInfoLog(shaderHandle));
204 Log.e(TAG, "Error compiling program: " + GLES20.glGetProgramInfoLog(programHandle));
  /cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/
AlarmReceiver.java 27 import android.util.Log;
41 Log.w(TAG, "onAlarm pending intent was canceled", e);
44 Log.e(TAG, "Could not find pending intent extra " + EXTRA_ON_ALARM);
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 31 import android.util.Log;
62 Log.i(TAG, "received intent: " + intent);
64 Log.i(TAG, ACTION_POST);
66 Log.e(TAG, "received post action with missing content");
70 Log.i(TAG, "id: " + id);
72 Log.i(TAG, "n: " + n);
78 Log.i(TAG, ACTION_CANCEL);
80 Log.i(TAG, "id: " + id);
82 Log.e(TAG, "received cancel action with no ID");
96 Log.i(TAG, "received unexpected action: " + intent.getAction())
    [all...]

Completed in 1835 milliseconds

<<51525354555657585960>>