/development/tools/idegen/src/com/android/idegen/ |
Module.java | 33 import java.util.logging.Logger; 50 private static final Logger logger = Logger.getLogger(Module.class.getName()); field in class:Module 136 logger.info("Done building module " + moduleRoot); 137 logger.info(toString()); 266 logger.info("Creating " + imlFile.getCanonicalPath()); 288 logger.info("Building dependency " + dependency); 295 //logger.info("Adding iml " + child.getName() + " " + child.getImlFile()); 311 //logger.info("Adding iml " + child.getName() + " " + child.getImlFile()) [all...] |
MakeFileParser.java | 37 import java.util.logging.Logger; 44 private static final Logger logger = Logger.getLogger(MakeFileParser.class.getName()); field in class:MakeFileParser 76 logger.info("Parsing " + makeFile.getCanonicalPath()); 128 logger.info("Malformed line " + line); 142 //logger.info("Skipping line " + line);
|
DirectorySearch.java | 30 import java.util.logging.Logger; 39 private static final Logger logger = Logger.getLogger(DirectorySearch.class.getName()); field in class:DirectorySearch 214 logger.log(Level.SEVERE, "Could not get jar location.", e);
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
LogSaver.java | 35 import java.util.logging.Logger; 172 * A persistent, on-disk log saver. It uses the standard Java util logger along with 180 private Logger mDiskLogger; 190 private static void clearDefaultHandlers(Logger logger) { 191 Assert.notNull(logger); 192 for (Handler handler : logger.getHandlers()) { 193 logger.removeHandler(handler); 198 mDiskLogger = Logger.getLogger(LogUtil.BUGLE_TAG); 211 Log.e(LogUtil.BUGLE_TAG, "LogSaver: fail to init disk logger", e) [all...] |
/external/lldb/www/python_reference/ |
lldb.formatters.cpp.gnu_libstdcpp-pysrc.html | 64 <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt id="link-0" class="py-name" targets="Package lldb=lldb-module.html"><a title="lldb" class="py-name" href="#" onclick="return doclink('link-0', 'lldb', 'link-0');">lldb</a></tt><tt class="py-op">.</tt><tt id="link-1" class="py-name" targets="Package lldb.formatters=lldb.formatters-module.html"><a title="lldb.formatters" class="py-name" href="#" onclick="return doclink('link-1', 'formatters', 'link-1');">formatters</a></tt><tt class="py-op">.</tt><tt id="link-2" class="py-name" targets="Module lldb.formatters.Logger=lldb.formatters.Logger-module.html,Class lldb.formatters.Logger.Logger=lldb.formatters.Logger.Logger-class.html"><a title="lldb.formatters.Logger 65 lldb.formatters.Logger.Logger" class="py-name" href="#" onclick="return doclink('link-2', 'Logger', 'link-2');">Logger</a></tt> </tt [all...] |
/external/v8/test/cctest/ |
test-profile-generator.cc | 53 CodeEntry entry1(i::Logger::FUNCTION_TAG, "aaa"); 57 CodeEntry entry2(i::Logger::FUNCTION_TAG, "bbb"); 63 CodeEntry entry3(i::Logger::FUNCTION_TAG, "ccc"); 78 CodeEntry entry1(i::Logger::FUNCTION_TAG, aaa); 83 CodeEntry entry2(i::Logger::FUNCTION_TAG, aaa); 86 CodeEntry entry3(i::Logger::FUNCTION_TAG, aaa); 121 CodeEntry entry1(i::Logger::FUNCTION_TAG, "aaa"); 122 CodeEntry entry2(i::Logger::FUNCTION_TAG, "bbb"); 123 CodeEntry entry3(i::Logger::FUNCTION_TAG, "ccc"); 180 CodeEntry entry1(i::Logger::FUNCTION_TAG, "aaa") [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSIncoming.java | 14 import java.util.logging.Logger; 29 private static Logger logger = Logger.getLogger(DNSIncoming.class.getName()); field in class:DNSIncoming 36 private static Logger logger1 = Logger.getLogger(MessageInputStream.class.getName()); 237 logger.log(Level.WARNING, "DNSIncoming() dump " + print(true) + "\n exception ", e); 274 logger.log(Level.SEVERE, "Could not find record type: " + this.print(true)); 286 logger.log(Level.SEVERE, "Could not find record type. domain: " + domain + "\n" + this.print(true)); 291 logger.log(Level.SEVERE, "Could not find record class. domain: " + domain + " type: " + type + "\n" + thi (…) [all...] |
JmmDNSImpl.java | 24 import java.util.logging.Logger; 42 private static Logger logger = Logger.getLogger(JmmDNSImpl.class.getName()); field in class:JmmDNSImpl 82 if (logger.isLoggable(Level.FINER)) { 83 logger.finer("Cancelling JmmDNS: " + this); 108 logger.log(Level.WARNING, "Exception ", exception); 217 logger.log(Level.WARNING, "Exception ", exception); 325 logger.warning("We have a mDNS that does not know about the service info being updated."); 420 logger.log(Level.WARNING, "Exception ", exception) [all...] |
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.7/ |
slf4j-api-1.7.7.jar | |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
AddVoicemailActivity.java | 25 import com.example.android.voicemail.common.logging.Logger; 53 private static final Logger logger = Logger.getLogger(AddVoicemailActivity.class); field in class:AddVoicemailActivity 145 logger.e("onActivityResult: Unexpected requestCode: " + requestCode); 174 logger.d("Received recording URI: " + uri); 207 logger.i("Inserted new voicemail URI: " + newVoicemailUri);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
RmiSerializer.java | 41 import java.util.logging.Logger; 51 private static final Logger logger = Logger.getLogger(RmiSerializer.class.getName()); field in class:RmiSerializer 59 logger.log(Level.WARNING, "The string length exceeds the limit! {0} > 255", length); 84 logger.log(Level.WARNING, "Unknown class: {0}", clazz); 99 logger.log(Level.WARNING, "Undefined class ID: {0}", id);
|
/external/parameter-framework/tools/coverage/ |
coverage.py | 50 logger = logging.getLogger("Coverage") variable 280 if logger.isEnabledFor(level): 296 logger.log(level, str(rankedLine)) 781 logger.info("Creating criterion: " + criterionName + 794 logger.debug(ex) 795 logger.warning("Reseting criterion %s. Did you reset the PFW ?" % criterionName) 809 logger.info("Changing criterion %s to %s" % (criterionName , newCriterionState)) 824 logger.error("Applying configuration before declaring criteria") 825 logger.info("Is the log starting at PFW boot ?") 832 logger.info("Applying configuration %s from domain %s" % [all...] |
/prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/ |
gossip-1.3.jar | |
/external/slf4j/slf4j-site/src/site/pages/ |
codes.html | 92 <h3 class="doAnchor" name="loggerNameMismatch">Detected logger 95 <p>Logger name mismatch warnings are printed only if the 98 be printed even in case of a logger name mismatch. 102 be printed in case the name of the logger specified via a class 114 Logger logger = LoggerFactory.getLogger(<b>Kangaroo.class</b>); 119 <pre class="prettyprint source">SLF4J: Detected logger name mismatch. Given name: "com.foo.Kangaroo"; computed name: "com.acme.Fruit".</pre> 125 in which the logger is defined is a super-type of the class 129 Logger logger = LoggerFactory.getLogger(getClass()); [all...] |
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/ |
commons-logging-1.1.3.jar | |
/external/robolectric/lib/main/ |
commons-logging-1.1.1.jar | |
/prebuilts/devtools/tools/lib/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/http-client/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1.jar | |
/development/testrunner/ |
adb_interface.py | 30 import logger namespace 70 logger.SilentLog("about to run %s" % adb_cmd) 131 logger.Log("ADB Pull Failed: Source file %s does not exist." % src) 174 logger.Log("Unrecognized output from adb root: %s" % output) 233 logger.Log(command_string) 247 logger.Log("Error! Test run failed: %s" % short_msg_result) 251 logger.Log("INSTRUMENTATION ABORTED!") 268 logger.Log(adb_command_string) 329 logger.Log("Waiting for device package manager...") 362 logger.Log("Waiting for process %s" % name [all...] |
/external/emma/core/java12/com/vladium/emma/ |
AppLoggers.java | 16 import com.vladium.logging.Logger; 36 public static Logger create (final String appName, final IProperties properties, final Logger base) 47 level = Logger.stringToLevel (_level); 73 return Logger.create (level, null, appName, filter, base);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractExecutionThreadService.java | 27 import java.util.logging.Logger; 40 private static final Logger logger = Logger.getLogger( field in class:AbstractExecutionThreadService 65 logger.log(Level.WARNING,
|
/external/guava/guava-tests/test/com/google/common/io/ |
IoTestCase.java | 31 import java.util.logging.Logger; 41 private static final Logger logger = Logger.getLogger(IoTestCase.class.getName()); field in class:IoTestCase 193 logger.log(Level.WARNING, "couldn't delete file: {0}", new Object[] {file});
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUData.java | 18 import java.util.logging.Logger; 87 private static final Logger logger = logBinaryDataFromInputStream ? field in class:ICUData 88 Logger.getLogger(ICUData.class.getName()) : null; 158 logger.info(msg);
|