/external/chromium_org/chrome/browser/resources/net_internals/ |
main.css | 31 .log-source-entry { 35 .log-source-entry * p { 40 .log-source-entry * td { 89 .event-log p { 93 .event-log h4 { 97 .event-log a {
|
/external/chromium_org/media/tools/player_x11/ |
gl_video_renderer.cc | 24 LOG(ERROR) << "InitializeGLBindings failed"; 183 char log[kErrorSize]; local 185 glGetShaderInfoLog(vertex_shader, kErrorSize - 1, &len, log); 186 log[kErrorSize - 1] = 0; 187 LOG(FATAL) << log; 200 char log[kErrorSize]; local 202 glGetShaderInfoLog(fragment_shader, kErrorSize - 1, &len, log); 203 log[kErrorSize - 1] = 0; 204 LOG(FATAL) << log 213 char log[kErrorSize]; local [all...] |
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
tstdtmod.h | 45 * @param log a logging class, used for internal error reporting. 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status); 53 TestDataModule(const char* name, TestLog& log, UErrorCode& status); 90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
f.cpp | 64 return exp(x*log(2.0)); 69 return log(x)/log(2.0);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ExecutionList.java | 47 // Logger to log exceptions caught when running runnables. 48 private static final Logger log = field in class:ExecutionList 151 // Log it and keep going, bad runnable and/or executor. Don't 154 log.log(Level.SEVERE, "RuntimeException while executing runnable "
|
/external/icu4c/tools/ctestfw/unicode/ |
tstdtmod.h | 45 * @param log a logging class, used for internal error reporting. 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status); 53 TestDataModule(const char* name, TestLog& log, UErrorCode& status); 90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
AbstractKernel.java | 53 static Logger log = Logger.getLogger(AbstractKernel.class.getName()); field in class:AbstractKernel 76 // retrieve them. For now we'll just log it. FIXME 77 log.log( Level.SEVERE, "Unhanddled kernel error", e );
|
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
TestChangeAppIcon.java | 44 private static final Logger log=Logger.getLogger(TestChangeAppIcon.class.getName()); field in class:TestChangeAppIcon 60 log.log(java.util.logging.Level.WARNING, "Unable to load program icons", e);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
f.cpp | 64 return exp(x*log(2.0)); 69 return log(x)/log(2.0);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 31 import org.apache.commons.logging.Log; 115 private final Log log; field in class:DefaultRequestDirector 167 final Log log, 181 if (log == null) { 183 ("Log may not be null."); 233 this.log = log; 379 this.log.debug("Stale connection check") [all...] |
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
SourceActivity.java | 33 import android.util.Log; 71 mLogger.log("Waiting for accessory display sink to be attached to USB..."); 117 mLogger.log("USB accessory attached: " + accessory); 124 mLogger.log("USB accessory detached: " + accessory); 132 mLogger.log("Not connecting to USB accessory because it is not an accessory display sink: " 143 mLogger.log("Prompting the user for access to the accessory."); 160 mLogger.log("Connected."); 169 mLogger.log("Disconnecting from accessory: " + mAccessory); 172 mLogger.log("Disconnected."); 200 public void log(final String message) method in class:SourceActivity.TextLogger [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcFailBringUp.java | 52 if (DBG) log(s + ".saveParameters: action=" + intent.getAction()); 59 log(s + ".saveParameters: " + this); 77 private static void log(String s) { method in class:DcFailBringUp
|
/packages/apps/Calculator/src/com/android/calculator2/ |
Persist.java | 63 Calculator.log("" + e); 65 Calculator.log("" + e); 78 Calculator.log("" + e);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
AddressListField.java | 23 import org.apache.james.mime4j.Log;
48 private static Log log = LogFactory.getLog(Parser.class);
field in class:AddressListField.Parser 57 if (log.isDebugEnabled()) {
58 log.debug("Parsing value '" + body + "': "+ e.getMessage());
|
DateTimeField.java | 26 import org.apache.james.mime4j.Log;
53 private static Log log = LogFactory.getLog(Parser.class);
field in class:DateTimeField.Parser 65 if (log.isDebugEnabled()) {
66 log.debug("Parsing value '" + body + "': "+ e.getMessage());
|
MailboxField.java | 23 import org.apache.james.mime4j.Log;
50 private static Log log = LogFactory.getLog(Parser.class);
field in class:MailboxField.Parser 62 if (log.isDebugEnabled()) {
63 log.debug("Parsing value '" + body + "': "+ e.getMessage());
|
MailboxListField.java | 23 import org.apache.james.mime4j.Log;
50 private static Log log = LogFactory.getLog(Parser.class);
field in class:MailboxListField.Parser 59 if (log.isDebugEnabled()) {
60 log.debug("Parsing value '" + body + "': "+ e.getMessage());
|
/packages/services/Telephony/src/com/android/phone/ |
CdmaDisplayInfo.java | 22 import android.util.Log; 44 if (DBG) log("displayInfoRecord: infoMsg=" + infoMsg); 75 if (DBG) log("Dissmissing Display Info Record..."); 83 private static void log(String msg) { method in class:CdmaDisplayInfo 84 Log.d(LOG_TAG, "[CdmaDisplayInfo] " + msg);
|
Ringer.java | 35 import android.util.Log; 79 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance); 104 if(DBG) Log.d(LOG_TAG, "updateRingerContextAfterRadioTechnologyChange..."); 151 if (DBG) log("ring()..."); 167 if (DBG) log("- starting vibrator..."); 174 if (DBG) log("skipping ring because volume is zero"); 190 log("delaying ring by " + (mFirstRingStartTime - mFirstRingEventTime)); 220 if (DBG) log("stopRing()..."); 240 if (DBG) log("- stopRing: null mRingHandler!"); 244 if (DBG) log("- stopRing: cleaning up vibrator thread...") 354 private static void log(String msg) { method in class:Ringer [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 12 from distutils import log namespace 52 log.info("changing mode of %s", file) 55 log.info("changing mode of %s to %o", file, mode)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 12 from distutils import log namespace 52 log.info("changing mode of %s", file) 55 log.info("changing mode of %s to %o", file, mode)
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
DefaultServer.java | 59 static Logger log = Logger.getLogger(DefaultServer.class.getName()); field in class:DefaultServer 322 log.log( Level.FINE, "Registering client for endpoint, pass 1:{0}.", p ); 324 log.log( Level.FINE, "Refining client registration for endpoint:{0}.", p ); 330 log.log( Level.FINE, "Setting up channel:{0}", channel ); 340 log.log( Level.INFO, "Kicking client due to name/version mismatch:{0}.", c ); 378 log.log( Level.INFO, "Client registered:{0}.", addedConnection ) [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
Logger.java | 31 * Loggers are used to log records to a variety of destinations such as log files or 38 * namespace hierarchy managed by a log manager. The naming convention is 47 * <p>Loggers "inherit" log level setting from their parent if their own level is 49 * resource bundle is used to localize the log messages if no resource bundle 50 * name is given when a log method is called. If {@code getUseParentHandlers()} 61 * Some log methods accept log requests that do not specify the source class and 81 source.log(record); 147 /** True to notify the parent's handlers of each log message. * 842 log(Level.SEVERE, msg); method 853 log(Level.WARNING, msg); method 864 log(Level.INFO, msg); method 875 log(Level.CONFIG, msg); method 886 log(Level.FINE, msg); method 897 log(Level.FINER, msg); method 908 log(Level.FINEST, msg); method 920 public void log(Level logLevel, String msg) { method in class:Logger 938 public void log(Level logLevel, String msg, Object param) { method in class:Logger 961 public void log(Level logLevel, String msg, Object[] params) { method in class:Logger 985 public void log(Level logLevel, String msg, Throwable thrown) { method in class:Logger 1012 public void log(LogRecord record) { method in class:Logger [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
SIMRecords.java | 205 if (DBG) log("SIMRecords X ctor this=" + this); 210 if (DBG) log("Disposing SIMRecords this=" + this); 221 if(DBG) log("finalized"); 241 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null"); 300 if(DBG) log("Set MSISDN: " + mMsisdnTag + " " + /*mMsisdn*/ "xxxxxxx"); 482 log("setVoiceCallForwardingFlag: enable=" + enable 488 log("EF_CFIS: updating cf number, " + dialNumber); 502 log("setVoiceCallForwardingFlag: ignoring enable=" + enable 547 log("getOperatorNumeric: IMSI == null"); 551 log("getSIMOperatorNumeric: bad mncLength") 1681 protected void log(String s) { method in class:SIMRecords [all...] |
/external/chromium_org/chrome/browser/notifications/ |
message_center_notifications_browsertest.cc | 50 const std::string log() const { return log_; } function in class:TestAddObserver 100 const std::string& log() { return log_; } function in class:MessageCenterNotificationsTest::TestDelegate 204 // Verify that delegate accumulated correct log of events. 205 EXPECT_EQ("Display_", delegate->log()); 207 // Verify that delegate accumulated correct log of events. 208 EXPECT_EQ("Display_Close_programmatically_", delegate->log()); 231 // Verify that delegate accumulated correct log of events. 232 EXPECT_EQ("Display_ButtonClick_1_", delegate->log()); 258 EXPECT_EQ("Display_", delegate->log()); 259 EXPECT_EQ("Close_programmatically_", delegate2->log()); [all...] |