HomeSort by relevance Sort by last modified time
    Searched defs:log (Results 526 - 550 of 1152) sorted by null

<<21222324252627282930>>

  /external/opencv/cvaux/src/
cvfindhandregion.cpp 300 char log; local
386 log = true;
388 log = false;
424 if( !log )
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 993 ScopedMemoryLog log; local
1010 ScopedMemoryLog log; local
    [all...]
wire_format_unittest.cc 808 ScopedMemoryLog log; local
810 errors = log.GetMessages(ERROR);
831 ScopedMemoryLog log; local
833 errors = log.GetMessages(ERROR);
852 ScopedMemoryLog log; local
854 errors = log.GetMessages(ERROR);
866 ScopedMemoryLog log; local
868 errors = log.GetMessages(ERROR);
880 ScopedMemoryLog log; local
882 errors = log.GetMessages(ERROR)
894 ScopedMemoryLog log; local
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDefaultRequestDirector.java 8 import org.apache.commons.logging.Log;
35 protected Log log; field in class:ShadowDefaultRequestDirector
52 Log log,
65 this.log = log;
81 log,
155 public Log getLog() {
156 return log;
    [all...]
  /external/skia/src/core/
SkCordic.cpp 270 // log
278 float log = logf(val); local
281 float error = fabsf(log - log2);
283 SkDebugf("log error : val = %g ; log = %g ; cordic = %g\n", val, log, log2);
  /frameworks/av/media/libnbaio/
NBLog.cpp 28 #include <utils/Log.h>
90 void NBLog::Writer::log(const char *string) function in class:android::NBLog::Writer
99 log(EVENT_STRING, string, length);
126 log(EVENT_STRING, buffer, length);
137 log(EVENT_TIMESTAMP, &ts, sizeof(struct timespec));
146 log(EVENT_TIMESTAMP, &ts, sizeof(struct timespec));
149 void NBLog::Writer::log(Event event, const void *data, size_t length) function in class:android::NBLog::Writer
166 log(&entry, true /*trusted*/);
169 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted) function in class:android::NBLog::Writer
175 log(entry->mEvent, entry->mData, entry->mLength)
224 void NBLog::LockedWriter::log(const char *string) function in class:android::NBLog::LockedWriter
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 28 import android.util.Log;
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
117 if (VDBG) Log.d(TAG,"Unbinding service...");
123 Log.e(TAG,"",re);
130 if (VDBG) Log.d(TAG,"Binding service...");
134 Log.e(TAG,"",re);
154 Log.e(TAG,"",e);
166 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
179 Log.e(TAG,"",e);
189 Log.e(TAG,"",re)
546 private static void log(String msg) { method in class:BluetoothA2dp
    [all...]
BluetoothInputDevice.java 28 import android.util.Log;
193 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
195 if (VDBG) Log.d(TAG,"Unbinding service...");
201 Log.e(TAG,"",re);
208 if (VDBG) Log.d(TAG,"Binding service...");
212 Log.e(TAG,"",re);
234 Log.e(TAG,"",e);
246 Log.e(TAG, "Could not bind to Bluetooth HID Service with " + intent);
253 if (VDBG) log("close()");
259 Log.e(TAG,"",e)
643 private static void log(String msg) { method in class:BluetoothInputDevice
    [all...]
BluetoothMap.java 28 import android.util.Log;
60 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
62 if (VDBG) Log.d(TAG,"Unbinding service...");
68 Log.e(TAG,"",re);
75 if (VDBG) Log.d(TAG,"Binding service...");
79 Log.e(TAG,"",re);
90 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
99 Log.e(TAG,"",e);
110 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent);
136 Log.e(TAG,"",e)
389 private static void log(String msg) { method in class:BluetoothMap
    [all...]
BluetoothPan.java 28 import android.util.Log;
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
140 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
142 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called");
150 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
157 if (VDBG) log("close()");
164 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
174 Log.e(TAG,"",re);
191 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
193 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called")
384 private static void log(String msg) { method in class:BluetoothPan
    [all...]
BluetoothPbap.java 26 import android.util.Log;
116 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
118 if (VDBG) Log.d(TAG,"Unbinding service...");
124 Log.e(TAG,"",re);
131 if (VDBG) Log.d(TAG,"Binding service...");
135 Log.e(TAG,"",re);
154 Log.e(TAG,"",e);
165 Log.e(TAG, "Could not bind to Bluetooth Pbap Service with " + intent);
191 Log.e(TAG,"",e);
201 Log.e(TAG,"",re)
319 private static void log(String msg) { method in class:BluetoothPbap
    [all...]
  /frameworks/base/core/java/android/net/
DummyDataStateTracker.java 140 if (DBG) log("setDetailed state, old ="
224 static private void log(String s) { method in class:DummyDataStateTracker
LinkCapabilities.java 21 import android.util.Log;
197 if (DBG) log("createNeededCapabilities(applicationRole) EX");
359 protected static void log(String s) { method in class:LinkCapabilities
360 Log.d(TAG, s);
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 72 protected abstract void log(String line); method in class:LoggingPrintStream
91 // Log one line for each line break.
94 log(builder.substring(start, nextBreak));
99 // Log the remainder of the buffer.
101 log(builder.substring(start));
303 // Log one line for each line break.
306 log(s.substring(start, nextBreak));
311 log(s.substring(start));
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 28 import android.util.Log;
57 log("airplane is not disabled, disable it.");
89 private void log(String message) { method in class:ConnectivityManagerMobileTest
90 Log.v(TAG, message);
104 Log.v(TAG, this.getName() + " is excluded for wifi-only test");
135 log("the state for WIFI is changed");
136 log("reason: " +
141 log("the state for MOBILE is changed");
142 log("reason: " +
170 log("wifi state is enabled")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 170 List<String> log = new ArrayList<String>(); local
171 LruCache<String, String> cache = newRemovalLogCache(log);
176 assertEquals(Collections.<String>emptyList(), log); local
179 assertEquals(Arrays.asList("a=A"), log);
187 List<String> log = new ArrayList<String>(); local
188 LruCache<String, String> cache = newRemovalLogCache(log);
194 assertEquals(Arrays.asList("b=B>B2"), log);
302 List<String> log = new ArrayList<String>(); local
303 LruCache<String, String> cache = newRemovalLogCache(log);
309 assertEquals(Arrays.asList("a=A", "b=B", "c=C"), log);
355 List<String> log = new ArrayList<String>(); local
363 List<String> log = new ArrayList<String>(); local
404 final List<String> log = new ArrayList<String>(); local
426 final List<String> log = new ArrayList<String>(); local
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
LoggingPrintStreamTest.java 184 protected void log(String line) { method in class:LoggingPrintStreamTest.TestPrintStream
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaBassBoostTest.java 35 import android.util.Log;
71 private void log(String testName, String message) { method in class:MediaBassBoostTest
72 Log.v(TAG, "["+testName+"] "+message);
76 Log.e(TAG, "["+testName+"] "+message);
194 Log.e(TAG, "getBassBoost() BassBoost not found exception: "+e);
196 Log.e(TAG, "getBassBoost() Effect library not loaded exception: "+e);
MediaEqualizerTest.java 35 import android.util.Log;
75 private void log(String testName, String message) { method in class:MediaEqualizerTest
76 Log.v(TAG, "["+testName+"] "+message);
80 Log.e(TAG, "["+testName+"] "+message);
263 Log.e(TAG, "getEqualizer() Equalizer not found exception: "+e);
265 Log.e(TAG, "getEqualizer() Effect library not loaded exception: "+e);
MediaVirtualizerTest.java 35 import android.util.Log;
71 private void log(String testName, String message) { method in class:MediaVirtualizerTest
72 Log.v(TAG, "["+testName+"] "+message);
76 Log.e(TAG, "["+testName+"] "+message);
195 Log.e(TAG, "getVirtualizer() Virtualizer not found exception: "+e);
197 Log.e(TAG, "getVirtualizer() Effect library not loaded exception: "+e);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 38 public EGLLogWrapper(EGL egl, int configFlags, Writer log) {
40 mLog = log;
381 log(message + '\n');
384 private void log(String message) { method in class:EGLLogWrapper
393 log(name + '(');
399 log(", ");
402 log(name + "=");
404 log(value);
408 log(");\n");
455 log(" returns " + result + ";\n")
    [all...]
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 65 // Log boot events in the background to avoid blocking the main thread with I/O
72 Slog.e(TAG, "Can't log boot events", e);
123 addFileToDropBox(db, prefs, headers, "/cache/recovery/log",
151 Slog.e(TAG, "Can't log tombstone", e);
197 String log = FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n"); local
199 for (String line : log.split("\n")) {
214 File file = new File("/dev/fscklogs/log");
218 String log = FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n");
220 for (String line : log.split("\n")) {
228 addFileToDropBox(db, prefs, headers, "/dev/fscklogs/log", maxSize, tag)
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellSignalStrengthCdma.java 134 if (DBG) log("getLevel=" + level);
165 if (DBG) log("getAsuLevel=" + level);
192 if (DBG) log("getCdmaLevel=" + level);
218 if (DBG) log("getEvdoLevel=" + level);
333 if (DBG) log("writeToParcel(Parcel, int): " + toString());
356 if (DBG) log("CellSignalStrengthCdma(Parcel): " + toString());
381 * log
383 private static void log(String s) { method
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java 117 if (DBG_POLL) log("checkNoOperationsPending: pendingOperations=" +
146 log("checkForTestEmergencyNumber: dialString=" + dialString +
151 log("checkForTestEmergencyNumber: values.length=" + values.length);
156 log("checkForTestEmergencyNumber: remap " +
173 protected abstract void log(String msg); method in class:CallTracker
PhoneSubInfo.java 59 if (DBG) log("PhoneSubInfo finalized");
141 if (VDBG) log("VM: PhoneSubInfo.getVoiceMailNUmber: " + number);
155 if (VDBG) log("VM: PhoneSubInfo.getCompleteVoiceMailNUmber: " + number);
217 private void log(String s) { method in class:PhoneSubInfo

Completed in 1943 milliseconds

<<21222324252627282930>>