/external/slf4j/integration/lib/ |
slf4j-simple-1.5.4-SNAPSHOT.jar | |
slf4j-simple-1.6.99.jar | |
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/ |
JCLLoggerAdapter.java | 64 * Delegates to the {@link Log#trace(java.lang.Object)} method of the underlying 69 public void trace(String msg) { method in class:JCLLoggerAdapter 70 log.trace(msg); 74 * Delegates to the {@link Log#trace(java.lang.Object)} method of the underlying 79 * for level TRACE. 87 public void trace(String format, Object arg) { method in class:JCLLoggerAdapter 90 log.trace(ft.getMessage(), ft.getThrowable()); 95 * Delegates to the {@link Log#trace(java.lang.Object)} method of the underlying 100 * for level TRACE. 110 public void trace(String format, Object arg1, Object arg2) method in class:JCLLoggerAdapter 129 public void trace(String format, Object... arguments) { method in class:JCLLoggerAdapter 145 public void trace(String msg, Throwable t) { method in class:JCLLoggerAdapter [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
slf4j-api-1.7.5.jar | |
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.5.10/ |
slf4j-api-1.5.10.jar | |
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.2/ |
slf4j-api-1.7.2.jar | |
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.5/ |
slf4j-api-1.7.5.jar | |
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
ModuleListener.java | 97 public void testFailed(TestIdentifier test, String trace) { 98 CLog.d("ModuleListener.testFailed(%s, %s)", test.toString(), trace); 99 mListener.testFailed(test, trace); 106 public void testAssumptionFailure(TestIdentifier test, String trace) { 107 CLog.d("ModuleListener.testAssumptionFailure(%s, %s)", test.toString(), trace); 108 mListener.testAssumptionFailure(test, trace);
|
/external/autotest/server/cros/ap_configurators/ |
ap_cartridge.py | 58 trace = ''.join(traceback.format_exc()) 59 configurator.store_config_failure(trace) 61 configurator.name, trace)
|
/external/chromium-trace/catapult/experimental/heatmap/ |
calculate.js | 15 // Data, indexed by revision and trace. 47 for (var trace in this.traces[revision]) 48 for (var value of this.traces[revision][trace]) 65 for (var trace in this.traces[revision]) { 66 for (var value of this.traces[revision][trace]) { 73 this.data[revision][bucket].push(trace);
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
profiler.py | 26 trace_files = [trace for trace in trace_files if trace] 35 ui.PrintMessage('Trace written to file://%s' % os.path.abspath(result)) 58 """Records a profiling trace saves the result to a file.
|
/external/curl/tests/ |
getpart.pm | 28 my $trace=0; 108 if($trace && @this) { 127 if($trace && @this) {
|
/cts/common/util/src/com/android/compatibility/common/util/ |
ITestResult.java | 57 * @return The stack trace generated by the failure 62 * @param stackTrace the stack trace generated by the failure. 109 * @param trace the stacktrace of the failure. 111 void failed(String trace);
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
FilePart.java | 191 LOG.trace("enter sendDispositionHeader(OutputStream out)"); 210 LOG.trace("enter sendData(OutputStream out)"); 239 LOG.trace("enter getSource()"); 250 LOG.trace("enter lengthOfData()");
|
Part.java | 204 LOG.trace("enter sendStart(OutputStream out)"); 217 LOG.trace("enter sendDispositionHeader(OutputStream out)"); 230 LOG.trace("enter sendContentTypeHeader(OutputStream out)"); 252 LOG.trace("enter sendTransferEncodingHeader(OutputStream out)"); 267 LOG.trace("enter sendEndOfHeader(OutputStream out)"); 293 LOG.trace("enter sendEnd(OutputStream out)"); 306 LOG.trace("enter send(OutputStream out)"); 326 LOG.trace("enter length()"); 419 LOG.trace("getLengthOfParts(Parts[])");
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_stack_trace.cc | 35 trace = trace_buffer;
|
/external/curl/src/ |
tool_sdecls.h | 119 * 'trace' enumeration represents curl's output look'n feel possibilities. 123 TRACE_NONE, /* no trace/verbose output at all */ 127 } trace; typedef in typeref:enum:__anon9501
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
AbstractStorCommandHandler.java | 45 LOG.trace("Received data [" + new String(data) + "]");
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
SLF4JLog.java | 103 public void trace(Object message) { method in class:SLF4JLog 104 logger.trace(String.valueOf(message)); 116 public void trace(Object message, Throwable t) { method in class:SLF4JLog 117 logger.trace(String.valueOf(message), t);
|
/external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/ |
Log4j13Calls.java | 33 logger.trace("Trace level can be noisy");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of cc_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of gp_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of cc_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of gp_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of cc_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|