HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 501 - 525 of 2173) sorted by null

<<21222324252627282930>>

  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 81 exif_log (d->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus",
120 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataOlympus", *buf_size);
135 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataOlympus", *buf_size);
164 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataOlympus", *buf_size);
217 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataOlympus", ts);
245 exif_log (en->log, EXIF_LOG_CODE_CORRUPT_DATA,
251 exif_log (en->log, EXIF_LOG_CODE_CORRUPT_DATA,
282 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus",
306 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus",
322 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataOlympus"
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnamesSet.cpp 13 #include "lldb/Core/Log.h"
122 DWARFDebugPubnamesSet::Dump(Log *log) const
124 log->Printf("Pubnames Header: length = 0x%8.8x, version = 0x%4.4x, die_offset = 0x%8.8x, die_length = 0x%8.8x",
130 bool verbose = log->GetVerbose();
137 log->Printf("0x%8.8x + 0x%8.8x = 0x%8.8x: %s", pos->offset, m_header.die_offset, pos->offset + m_header.die_offset, pos->name.c_str());
139 log->Printf("0x%8.8x: %s", pos->offset + m_header.die_offset, pos->name.c_str());
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 144 log (int log_fd) function in class:fd_interposing::String
317 // Log all file descriptor create and close events by default. Only log
359 log (const char *format, ...) __attribute__ ((format (printf, 1, 2)));
362 log (int log_fd, const FDEvent *event, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
418 log ("Interposing file descriptor create and delete functions for %s (pid=%i)\n", get_process_fullpath (true), pid);
422 log ("pid=%i: disabling interposing file descriptor create and delete functions for child process %s (pid=%i)\n", g_pid, get_process_fullpath (true), pid);
426 // Log when our process changes
462 // log their file descriptors
467 log ("pid=%i: logging disabled\n", getpid())
498 log (const char *format, va_list args) function in namespace:fd_interposing
504 log (const char *format, ...) function in namespace:fd_interposing
516 log (int log_fd, const FDEvent *event, const char *format, ...) function in namespace:fd_interposing
    [all...]
  /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
  /external/clang/utils/
token-delta.py 134 def __init__(self, testProgram, tokenLists, log):
145 self.log = log
167 if self.log:
169 if self.log > 1:
196 if self.log:
211 if not self.log:
215 def tokenBasedMultiDelta(program, files, log):
223 tbmd = TMBDDelta(program, tokenLists, log)
244 md = tokenBasedMultiDelta(program, files, log=opts.debugLevel
    [all...]
  /external/lldb/source/Breakpoint/
BreakpointResolverName.cpp 17 #include "lldb/Core/Log.h"
46 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
48 if (log)
49 log->Warning ("function name regexp: \"%s\" did not compile.", name_cstr);
198 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
202 if (log)
203 log->Warning ("Class/method function specification not supported yet.\n");
244 if (log)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java 36 private static Logger LOG = Logger.getLogger(SyncSampleIntersectFinderImpl.class.getName());
199 String log = ""; local
200 log += String.format("%5d - Common: [", nuSyncSamples.size());
202 log += (String.format("%10d,", l));
204 log += ("]");
205 LOG.warning(log);
206 log = "";
208 log += String.format("%5d - In : [", syncSamples.length);
210 log += (String.format("%10d,", l))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 29 @log = options[ :log ]
34 def log!( message, *interpolation_arguments )
35 @log and @log.printf( message, *interpolation_arguments )
45 log!( "waiting for incoming connection on port %i\n", @port )
49 log!( "Accepted connection from %s:%s\n", host, port )
57 log!( "handshake failed due to an IOError:\n" )
58 log!( " %s: %s", error.class, error.message )
59 log!( " Backtrace: "
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 142 logger.log(Level.SEVERE, MSG);
149 logger.log(lr);
156 logger.log(lr);
164 logger.log(lr);
170 logger.log(RecordFactory.getDefaultRecord());
177 RecordFactory.log(logger, lr);
180 assertEquals("log", handler.getSourceMethodName());
186 RecordFactory.log(logger, lr);
200 ml.log(Level.SEVERE, MSG);
399 public static void log(Logger logger, LogRecord lr) method in class:LogRecordTest.RecordFactory
414 public void log(Level l, String s) { method in class:LogRecordTest.MockLogger
422 public void log(LogRecord record) { method in class:LogRecordTest.MockLogger
    [all...]
  /external/chromium_org/third_party/ply/
lex.py 545 def __init__(self,ldict,log=None,reflags=0):
554 if log is None:
555 self.log = PlyLogger(sys.stderr)
557 self.log = log
577 self.log.error("No token list is defined")
582 self.log.error("tokens must be a list or tuple")
587 self.log.error("tokens is empty")
598 self.log.error("Bad token name '%s'",n)
601 self.log.warning("Token '%s' multiply defined", n
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 779 * Log the name of the test case to be executed.
1137 public synchronized void log(String message) { method in class:HttpsURLConnectionTest.Work
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 306 std::stringstream log; local
363 log << "Extra instances of message were found: (" << id << ") with "
366 return VerificationResult(QP_TEST_RESULT_FAIL, "Extra instances of a deterministic message were present", log.str());
370 log << "Instances of message were missing: (" << id << ") with "
373 return VerificationResult(QP_TEST_RESULT_FAIL, "Message missing", log.str());
380 log << "Extra instances of message were found but the message is non-deterministic(warning): (" << id << ") with "
383 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Extra instances of a message were present", log.str());
387 log << "Instances of message were missing but the message is non-deterministic(warning): (" << id << ") with "
390 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Message missing", log.str());
397 log << "Extra instances of message were found but the message is non-deterministic(ignored): (" << id (…)
449 TestLog& log = m_testCtx.getLog(); local
473 TestLog& log = m_testCtx.getLog(); local
492 TestLog& log = m_testCtx.getLog(); local
514 TestLog& log = m_testCtx.getLog(); local
577 tcu::TestLog& log = m_testCtx.getLog(); local
645 tcu::TestLog& log = m_testCtx.getLog(); local
669 TestLog& log = m_testCtx.getLog(); local
    [all...]
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 48 // Wrapper for ptrace to catch errors and log calls.
62 // Wrapper for ptrace to catch errors and log calls.
70 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PTRACE));
72 if (log) {
73 log->Printf("ptrace(%s, %lu, %p, %x) called from file %s line %d",
78 log->Printf("PT_IO: op=%s offs=%zx size=%ld",
90 if (log && errno != 0)
101 log->Printf("ptrace() failed; errno=%d (%s)", errno, str);
105 if (log) {
    [all...]
  /external/chromium_org/v8/tools/
logreader.js 29 * @fileoverview Log Reader is used to process log file produced by V8.
34 * Base class for processing log files.
37 * log records.
71 * Processes a portion of V8 profiler event log.
73 * @param {string} chunk A portion of log.
81 * Processes a line of V8 profiler event log.
83 * @param {string} line A line of log.
129 * Does a dispatch of a log record.
131 * @param {Array.<string>} fields Log record
    [all...]
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 98 TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
177 TextureRenderer::TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext)
208 log << *m_program;
260 BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
339 BufferRenderer::BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext)
370 log << *m_program;
438 MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjectConfig& config, int seed);
468 MemObjectAllocator::MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjectConfig& config, int seed)
476 , m_bufferRenderer (log, renderContext)
477 , m_textureRenderer (log, renderContext
859 tcu::TestLog& log = m_testCtx.getLog(); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1.cc 193 const char* log = "hello"; // Matches auto-generated unit test. local
220 .WillOnce(SetArgumentPointee<2>(strlen(log) + 1))
223 GetProgramInfoLog(kServiceProgramId, strlen(log) + 1, _, _))
225 SetArgumentPointee<2>(strlen(log)),
226 SetArrayArgument<3>(log, log + strlen(log) + 1)))
  /external/chromium_org/net/cert/
multi_log_ct_verifier.cc 67 linked_ptr<CTLogVerifier> log(log_verifier.release());
68 logs_[log->key_id()] = log;
75 linked_ptr<CTLogVerifier> log(*it);
76 VLOG(1) << "Adding CT log: " << log->description();
77 logs_[log->key_id()] = log;
126 // Log to Net Log, after extracting SCTs but before possibly failing o
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
tstdtmod.cpp 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status)
82 result = new RBTestDataModule(name, log, status);
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/)
94 fLog(log)
119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status)
120 : TestDataModule(name, log, status),
134 log.errln(UNICODE_STRING_SIMPLE("Unable to initalize test data - missing mandatory description resources!"));
  /external/chromium_org/tools/cygprofile/
mergetraces.py 8 """"Merge multiple logs files from different processes into a single log.
10 Given two log files of execution traces, merge the traces into a single trace.
12 create a single log that is an ordered trace of calls by both processes.
20 """Parse log file lines.
23 lines: lines from log file produced by profiled run
25 Below is an example of a small log file:
192 so that symbolizing the addresses uses the addresses in the log, since the
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 64 static bool compareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold)
69 log << TestLog::Message << "Expecting " << expectedColor << " with threshold " << threshold << TestLog::EndMessage;
81 log << TestLog::Message << "ERROR: Got " << resultColor << " at (" << x << ", " << y << ")!" << TestLog::EndMessage;
83 log << TestLog::Message << "..." << TestLog::EndMessage;
92 log << TestLog::Message << "Found " << numFailedPixels << " invalid pixels, comparison FAILED!" << TestLog::EndMessage;
93 log << TestLog::Image("ResultImage", "Result Image", surface);
98 log << TestLog::Message << "Image comparison passed." << TestLog::EndMessage;
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 79 TestLog& log = m_testCtx.getLog(); local
81 log << TestLog::Message << "modeRGB: " << glu::getBlendEquationStr(m_modeRGB) << TestLog::EndMessage;
82 log << TestLog::Message << "modeAlpha: " << glu::getBlendEquationStr(m_modeAlpha) << TestLog::EndMessage;
83 log << TestLog::Message << "srcRGB: " << glu::getBlendFactorStr(m_srcRGB) << TestLog::EndMessage;
84 log << TestLog::Message << "dstRGB: " << glu::getBlendFactorStr(m_dstRGB) << TestLog::EndMessage;
85 log << TestLog::Message << "srcAlpha: " << glu::getBlendFactorStr(m_srcAlpha) << TestLog::EndMessage;
86 log << TestLog::Message << "dstAlpha: " << glu::getBlendFactorStr(m_dstAlpha) << TestLog::EndMessage;
  /external/icu/icu4c/source/tools/ctestfw/
tstdtmod.cpp 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status)
82 result = new RBTestDataModule(name, log, status);
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/)
94 fLog(log)
119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status)
120 : TestDataModule(name, log, status),
134 log.errln(UNICODE_STRING_SIMPLE("Unable to initalize test data - missing mandatory description resources!"));
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.cc 64 LOG(WARNING) << "DNS server does not support probing";
197 std::string log; local
202 log = "Processing PTR query";
226 log = "Processing SRV query";
235 log = "Processing A query";
243 log = "Processing AAAA query";
251 log = "Processing TXT query";
259 base::SStringPrintf(&log, "Unknown query type (%d)", query.qtype);
261 log += responded ? ": responded" : ": ignored";
262 VLOG(1) << log;
    [all...]
  /external/chromium_org/content/browser/media/
webrtc_internals.cc 29 // Makes sure that |dict| has a ListValue under path "log".
31 base::ListValue* log = NULL; local
32 if (!dict->GetList("log", &log)) {
33 log = new base::ListValue();
34 if (log)
35 dict->Set("log", log);
37 return log;
138 // Append the update to the end of the log
139 base::ListValue* log = EnsureLogList(record); local
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
ClientParamsStack.java 35 import org.apache.commons.logging.Log;
85 private final Log log = LogFactory.getLog(getClass()); field in class:ClientParamsStack
223 if (this.log.isDebugEnabled()) {
224 this.log.debug("'" + name + "': " + result);

Completed in 1627 milliseconds

<<21222324252627282930>>