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

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 60 using ::log;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 60 using ::log;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 11 from distutils import log namespace
12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL
28 self.threshold = log.set_threshold(log.FATAL)
30 # when log will be replaced by logging
32 self._old_log = log.Log._log
33 log.Log._log = self._log
37 log.set_threshold(self.threshold
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 11 from distutils import log namespace
12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL
28 self.threshold = log.set_threshold(log.FATAL)
30 # when log will be replaced by logging
32 self._old_log = log.Log._log
33 log.Log._log = self._log
37 log.set_threshold(self.threshold
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ProgramData.cpp 32 void ProgramData::setInfoLog(GLchar* log) {
34 infoLog = log;
  /external/chromium_org/content/browser/resources/media/
peer_connection_update_table.js 38 * Maintains the peer connection update log table.
52 this.UPDATE_LOG_ID_SUFFIX_ = '-update-log';
59 this.UPDATE_LOG_CONTAINER_CLASS_ = 'update-log-container';
66 this.UPDATE_LOG_TABLE_CLASS = 'update-log-table';
101 * Makes sure the update log table of the peer connection is created.
104 * @return {!Element} The log table element.
121 '<th class="update-log-header-event">Event</th></tr>';
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 21 import android.util.Log;
94 * Thread to capture systrace log from the test
104 log(String.format("create directory %s failed, you can manually create "
110 Log.e(TAG, "creating directory failed?", e);
124 Log.v(TAG, "command: " + command);
130 Log.v(TAG, "write systrace into file: " + mFile.getAbsolutePath());
146 Log.e(TAG, "Command return errors: " + line);
154 Log.e(TAG, String.format("Run shell command: %s, status: %s",
158 Log.e(TAG, "Exception from command " + command + ":");
159 Log.e(TAG, "Thread interrupted? ", e)
462 private void log(String message) { method in class:JankTestBase
    [all...]
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java 153 log("connected");
169 log("got A_SYNC");
180 log("ERROR socket not found");
188 void log(String s) { method in class:AdbDevice
189 mActivity.log(s);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 64 logger.log(Level.WARNING, "Could not parse hex value " + value, e);
71 logger.log(Level.WARNING, "Invalid pubkey hash length: " + value.length());
82 logger.log(Level.WARNING, "Could not read blacklist", e);
150 logger.log(Level.WARNING, "Tried to blacklist invalid serial number " + value, e);
198 logger.log(Level.WARNING, "Tried to blacklist invalid pubkey " + value);
  /external/chromium_org/build/android/pylib/base/
base_test_result.py 25 def __init__(self, name, test_type, log=''):
31 log: An optional string listing any errors.
37 self._log = log
69 """Get the test log."""
85 log = t.GetLog()
86 if log:
88 s.append(log)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 85 log('Cannot add test with state "' + test.state + '" to queue.',
86 log.WARNING);
157 log(xhr.responseText, logType);
170 handleResponse(log.SUCCESS, STATE_REBASELINE_SUCCEEDED);
173 handleResponse(log.ERROR, STATE_REBASELINE_FAILED);
  /external/chromium_org/third_party/icu/source/test/intltest/
windttst.cpp 69 void Win32DateTimeTest::testLocales(TestLog *log)
158 log->errln("DateTime format error for locale " + baseName + ": expected date \"" + expected +
166 log->errln("DateTime format error for locale " + baseName + ": expected time \"" + expected +
174 log->errln("Date format error for locale " + baseName + ": expected \"" + expected +
182 log->errln("Time format error for locale " + baseName + ": expected \"" + expected +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/icu4c/test/intltest/
windttst.cpp 69 void Win32DateTimeTest::testLocales(TestLog *log)
158 log->errln("DateTime format error for locale " + baseName + ": expected date \"" + expected +
166 log->errln("DateTime format error for locale " + baseName + ": expected time \"" + expected +
174 log->errln("Date format error for locale " + baseName + ": expected \"" + expected +
182 log->errln("Time format error for locale " + baseName + ": expected \"" + expected +
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 27 import android.util.Log;
233 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
235 if (VDBG) Log.d(TAG,"Unbinding service...");
241 Log.e(TAG,"",re);
248 if (VDBG) Log.d(TAG,"Binding service...");
252 Log.e(TAG,"",re);
272 Log.e(TAG,"",e);
284 Log.e(TAG, "Could not bind to Bluetooth Headset Service with " + intent);
297 if (VDBG) log("close()");
304 Log.e(TAG,"",e)
923 private static void log(String msg) { method in class:BluetoothHeadset
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 176 if (DBG) log("Received EVENT_ICC_STATUS_CHANGED, calling getIccCardStatus");
180 if (DBG) log("Received EVENT_GET_ICC_STATUS_DONE");
191 if (DBG) log("Creating UiccController");
217 if (DBG) log("Notifying IccChangedRegistrants");
221 private void log(String string) { method in class:UiccController
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 29 import org.apache.james.mime4j.Log;
209 private static Log log = LogFactory.getLog(Parser.class); field in class:ContentTypeField.Parser
221 if (log.isDebugEnabled()) {
222 log.debug("Parsing value '" + body + "': "+ e.getMessage());
227 if (log.isDebugEnabled()) {
228 log.debug("Parsing value '" + body + "': "+ e.getMessage());
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 24 import android.util.Log;
105 log(TAG, "opening single album"); method
164 log(TAG, "finding images"); method
168 log(TAG, "METERED: " + howMany); method
171 log(TAG, "recycled " + foundImages.size() + " items."); method
200 log(TAG, "adding: " + albumId); method
203 log(TAG, "too many albums, dropping: " + albumId); method
212 log(TAG, "selection is (" + selection.length() + "): " + selection.toString()); method
225 log(TAG, "moving to position: " + mLastPosition); method
231 log(TAG, "can't find the ID column!") method
252 log(TAG, "found " + foundImages.size() + " items."); method
281 log(TAG, "resolving " + id); method
301 log(TAG, " " + id + " resolved to " + cursor.getCount() + " albums"); method
307 log(TAG, "can't find the ID column!"); method
329 log(TAG, "finding albums"); method
352 log(TAG, "can't find the ID column!"); method
369 log(TAG, "replacing " + id + " with " + PICASA_POSTS_TYPE); method
398 log(TAG, "found " + data.title + "(" + data.id + ")" + method
423 log(TAG, "found " + foundAlbums.size() + " items."); method
452 log(TAG, "file not found: " + fnf); method
458 log(TAG, "RECYCLED"); method
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EnableIccPinScreen.java 26 import android.util.Log;
104 if (DBG) log("enableIccPin:");
106 if (DBG) log("enableIccPin: please wait...");
111 if (DBG) log("handleResult: success!");
117 if (DBG) log("handleResult: failed!");
142 private void log(String msg) { method in class:EnableIccPinScreen
143 Log.d(LOG_TAG, "[EnableIccPin] " + msg);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 49 def __init__(self, options, log):
55 log: a list to append warnings and other messages to.
58 self.log = log
122 self.log.append("### In file %s ###" % self.filename)
123 self.log.append(message)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 49 def __init__(self, options, log):
55 log: a list to append warnings and other messages to.
58 self.log = log
122 self.log.append("### In file %s ###" % self.filename)
123 self.log.append(message)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PatternBasedDeltaVisitor.java 65 AdtPlugin.log(IStatus.INFO, "%s (%s): Delta for %s", //$NON-NLS-1$
106 AdtPlugin.log(IStatus.INFO, "%s (%s:%s): %s", //$NON-NLS-1$
110 AdtPlugin.log(IStatus.INFO, "%s (%s): %s", //$NON-NLS-1$
124 AdtPlugin.log(IStatus.INFO, "%s (%s:%s): %s", //$NON-NLS-1$
128 AdtPlugin.log(IStatus.INFO, "%s (%s): %s", //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 144 AdtPlugin.log(e, "%s.getDisplayName() failed: %s",
174 AdtPlugin.log(e, "%s.getContextMenu() failed: %s",
198 AdtPlugin.log(e, "%s.getDefaultAction() failed: %s",
229 AdtPlugin.log(e, "%s.getContextMenu() failed: %s",
255 AdtPlugin.log(e, "%s.getSelectionHint() failed: %s",
274 AdtPlugin.log(e, "%s.callPaintSelectionFeedback() failed: %s",
297 AdtPlugin.log(e, "%s.onDropEnter() failed: %s",
323 AdtPlugin.log(e, "%s.onDropMove() failed: %s",
346 AdtPlugin.log(e, "%s.onDropLeave() failed: %s",
370 AdtPlugin.log(e, "%s.onDropped() failed: %s"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 98 sLogger.log(Level.SEVERE, "Failed to write xml file", e);
101 sLogger.log(Level.SEVERE, "Failed to write xml file", e);
121 sLogger.log(Level.SEVERE, "Error parsing file", e);
124 sLogger.log(Level.SEVERE, "Error parsing file", e);
127 sLogger.log(Level.SEVERE, "Error parsing file", e);
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 6 * This class stores information of one single entry of log
21 // Log input text parser
22 // Parses network log into tokens like time, name, pid
51 // Gets level of the log: error|warning|info|unknown if failed.
73 * @param {string} token A token from log
84 * @param {string} token A token from log

Completed in 1664 milliseconds

<<21222324252627282930>>