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

<<11121314151617181920>>

  /external/lldb/source/API/
SBListener.cpp 20 #include "lldb/Core/Log.h"
41 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
43 if (log)
44 log->Printf ("SBListener::SBListener (name=\"%s\") => SBListener(%p)",
140 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API); local
141 if (log)
151 log->Printf ("SBListener(%p)::StartListeneingForEvents (SBBroadcaster(%p): %s, event_mask=0x%8.8x%s%s%s) => 0x%8.8x%s%s%s",
166 log->Printf ("SBListener(%p)::StartListeneingForEvents (SBBroadcaster(%p), event_mask=0x%8.8x) => 0x%8 (…)
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 15 #include "lldb/Core/Log.h"
111 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
112 if (log)
113 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has vtable symbol '%s'\n",
150 if (log)
151 log->Printf("0x%16.16" PRIx64 ": is not dynamic\n", original_ptr);
157 if (log)
158 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has dynamic type: uid={0x%" PRIx64 "}, type-name='%s'\n",
169 if (log)
    [all...]
  /external/fio/
gettime.c 57 struct gtod_log *log = flist_entry(entry, struct gtod_log, local
60 if (log->caller == caller)
61 return log;
69 struct gtod_log *log = find_hash(caller); local
71 if (!log) {
74 log = malloc(sizeof(*log));
75 INIT_FLIST_HEAD(&log->list);
76 log->caller = caller;
77 log->calls = 0
89 struct gtod_log *log = find_log(caller); local
102 struct gtod_log *log; local
    [all...]
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 541 TestLog& log = m_testCtx.getLog(); local
546 log << TestLog::Message << "Interleaved mean: " << interleaved.mean << TestLog::EndMessage;
547 log << TestLog::Message << "Interleaved median: " << interleaved.median << TestLog::EndMessage;
548 log << TestLog::Message << "Interleaved variance: " << interleaved.variance << TestLog::EndMessage;
549 log << TestLog::Message << "Interleaved min: " << interleaved.min << TestLog::EndMessage;
550 log << TestLog::Message << "Interleaved max: " << interleaved.max << TestLog::EndMessage;
552 log << TestLog::Message << "Batched mean: " << batched.mean << TestLog::EndMessage;
553 log << TestLog::Message << "Batched median: " << batched.median << TestLog::EndMessage;
554 log << TestLog::Message << "Batched variance: " << batched.variance << TestLog::EndMessage;
555 log << TestLog::Message << "Batched min: " << batched.min << TestLog::EndMessage
568 TestLog& log = m_testCtx.getLog(); local
671 TestLog& log = m_testCtx.getLog(); local
689 TestLog& log = m_testCtx.getLog(); local
    [all...]
glsShaderPerformanceCase.cpp 118 static void logRenderTargetInfo (TestLog& log, const tcu::RenderTarget& renderTarget)
120 log << TestLog::Section("RenderTarget", "Render target")
132 log << TestLog::Message << renderTarget.getNumSamples() << "x MSAA" << TestLog::EndMessage;
134 log << TestLog::Message << "No MSAA" << TestLog::EndMessage;
136 log << TestLog::EndSection;
141 tcu::TestLog& log = m_testCtx.getLog(); local
148 logRenderTargetInfo(log, m_renderCtx.getRenderTarget());
150 m_measurer.logParameters(log);
151 log << *m_program;
155 log << *m_program
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 42 import org.apache.commons.logging.Log;
117 private final Log log = LogFactory.getLog(getClass()); field in class:DefaultRequestDirector
340 this.log.debug("Stale connection check");
342 this.log.debug("Stale connection detected");
377 if (this.log.isDebugEnabled()) {
378 this.log.debug(ex.getMessage());
430 if (this.log.isDebugEnabled()) {
431 this.log.debug("Attempt " + execCount + " to execute request");
437 this.log.debug("Closing the connection.")
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
test.js 18 currentTest.log('Clicking ' + name + ' radio button.');
23 currentTest.log('Setting input box to "' + value + '".');
28 currentTest.log('Setting textarea to "' + value + '".');
37 var logEl = document.getElementById('log');
49 // Clear the log. This prevents a previous failure from propagating to the
50 // current check. (NOTE: the log is backed by an array, so as soon as a
53 document.getElementById('log').textContent = '';
55 // Poll for log changes.
62 currentTest.log('Got error message, continuing.');
65 currentTest.fail('Unexpected failure waiting for log change.')
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 245 TestLog& log = m_testCtx.getLog(); local
253 // Query and log number of samples per pixel.
257 log << TestLog::Message << "GL_SAMPLES = " << m_numSamples << TestLog::EndMessage;
429 TestLog& log = m_testCtx.getLog(); local
439 log << TestLog::Message << "Additive blending enabled in order to detect (erroneously) overlapping samples" << TestLog::EndMessage;
441 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage;
446 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage;
450 log << TestLog::Image("RenderedImageNoSampleMask", "Rendered image with GL_SAMPLE_MASK disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
452 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage;
459 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample (…)
558 TestLog& log = m_testCtx.getLog(); local
581 TestLog& log = m_testCtx.getLog(); local
739 TestLog& log = m_testCtx.getLog(); local
901 TestLog& log = m_testCtx.getLog(); local
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 16 #include "lldb/Core/Log.h"
    [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 116 TestLog& log = testCtx.getLog(); local
117 log << TestLog::Message << call << TestLog::EndMessage;
123 log << TestLog::Message << " Fail: Error code mismatch! Expected " << eglu::getErrorStr(expectError) << ", got " << eglu::getErrorStr(error) << TestLog::EndMessage;
124 log << TestLog::Message << " " << returnValue << " was returned" << TestLog::EndMessage;
136 TestLog& log = testCtx.getLog(); local
137 log << TestLog::Message << call << TestLog::EndMessage;
143 log << TestLog::Message << " Fail: Return value mismatch! Expected " << expectReturnValue << ", got " << returnValue << TestLog::EndMessage;
151 log << TestLog::Message << " Fail: Error code mismatch! Expected " << eglu::getErrorStr(expectError) << ", got " << eglu::getErrorStr(error) << TestLog::EndMessage;
160 TestLog& log = testCtx.getLog(); local
161 log << TestLog::Message << call << TestLog::EndMessage
211 TestLog& log = m_testCtx.getLog(); local
402 TestLog& log = m_testCtx.getLog(); local
572 TestLog& log = m_testCtx.getLog(); local
    [all...]
  /external/lldb/source/Target/
StopInfo.cpp 20 #include "lldb/Core/Log.h"
189 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
191 if (log)
192 log->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
322 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS); local
327 if (log)
329 log->Printf ("PerformAction got called with an invalid thread.");
372 if (log)
642 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS); local
    [all...]
  /external/lldb/source/Expression/
ClangFunction.cpp 44 #include "lldb/Core/Log.h"
217 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
218 if (log)
219 log->Printf ("Expression: \n\n%s\n\n", m_wrapper_function_text.c_str());
389 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
390 if (log)
391 log->Printf ("Call Address: 0x%" PRIx64 " Struct Address: 0x%" PRIx64 ".\n", m_jit_start_addr, args_addr_ref);
407 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP))
    [all...]
IRDynamicChecks.cpp 13 #include "lldb/Core/Log.h"
359 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
361 if (log)
362 log->Printf("Instrumenting load/store instruction: %s\n",
500 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
515 if (log)
516 log->Printf("Function call metadata has %d operands for [%p] %s", metadata->getNumOperands(), call_inst, PrintValue(call_inst).c_str());
524 if (log)
    [all...]
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbTestActivity.java 32 import android.util.Log;
55 mLog = (TextView)findViewById(R.id.log);
81 public void log(String s) { method in class:AdbTestActivity
115 log("device online: " + device.getSerial());
134 log("open succeeded");
136 log("claim interface succeeded");
141 log("call start");
145 log("claim interface failed");
149 log("open failed");
162 Log.d(TAG, "findAdbInterface " + device)
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 101 log = ''
114 log = p.before.replace('\r', '')
119 log=log))
123 log=log))
127 full_test_name, base_test_result.ResultType.FAIL, log=log))
138 log=p.before.replace('\r', '')))
145 log=p.before.replace('\r', ''))
    [all...]
  /external/chromium_org/remoting/webapp/
log_to_server.js 7 * Module for sending log entries to the server.
64 // Log the session state change.
71 // Maybe clear the session start time, and log the session duration.
80 this.log(entry);
120 * Whether the duration should be added to the log entry for this state.
127 // Duration is added to log entries at the end of the session, as well as at
152 * Moves connection statistics from the accumulator to the log server.
155 * but the statistics are not sent to the log server.
167 this.log(entry);
173 * Sends a log entry to the server
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_parser.js 30 * Output a log message.
33 MetadataParser.prototype.log = function(var_args) {
34 this.parent_.log.apply(this.parent_, arguments);
38 * Output a log message if |verbose| flag is on.
43 this.parent_.log.apply(this.parent_, arguments);
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-caught-all.js 13 var log = []; variable
17 log.push("resolve");
23 log.push("reject");
50 log.push("end main");
57 assertEquals(["resolve", "end main", "reject"], log);
reject-uncaught-all.js 14 var log = []; variable
17 log.push("resolve");
23 log.push("reject");
47 log.push("end main");
54 assertEquals(["resolve", "end main", "reject"], log);
reject-uncaught-uncaught.js 14 var log = []; variable
17 log.push("resolve");
23 log.push("reject");
47 log.push("end main");
54 assertEquals(["resolve", "end main", "reject"], log);
throw-caught-all.js 14 var log = []; variable
17 log.push("resolve");
23 log.push("throw");
49 log.push("end main");
56 assertEquals(["resolve", "end main", "throw"], log);
throw-uncaught-all.js 14 var log = []; variable
17 log.push("resolve");
23 log.push("throw");
48 log.push("end main");
55 assertEquals(["resolve", "end main", "throw"], log);
throw-uncaught-uncaught.js 14 var log = []; variable
17 log.push("resolve");
23 log.push("throw");
48 log.push("end main");
55 assertEquals(["resolve", "end main", "throw"], log);
  /external/deqp/modules/gles3/stress/
es3sSyncTests.cpp 161 TestLog& log = m_testCtx.getLog(); local
166 tcu::ScopedLogSection section (log, header, header);
187 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glDrawArrays and glFenceSync calls done here." << TestLog::EndMessage;
196 log << TestLog::Message << "// Draws performed, sync objects created." << TestLog::EndMessage;
204 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glWaitSync calls done here." << TestLog::EndMessage;
206 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glClientWaitSync calls done here." << TestLog::EndMessage;
226 case GL_WAIT_FAILED: log << TestLog::Message << "// glClientWaitSync returned GL_WAIT_FAILED" << TestLog::EndMessage; testOk = false; break;
238 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glDeleteSync calls done here." << TestLog::EndMessage;
255 log << TestLog::Message << "// Test result: " << (testOk ? "Passed!" : "Failed!") << TestLog::EndMessage;
263 log << TestLog::Message << "// Sync objects created and deleted successfully." << TestLog::EndMessage
    [all...]
  /external/ipsec-tools/src/racoon/
logger.c 63 struct log *
68 struct log *p;
70 p = (struct log *)racoon_malloc(sizeof(*p));
104 struct log *p;
117 * write out string to the log file, as is.
123 struct log *p;
140 log_vprint(struct log *p, const char *fmt, ...)
161 log_vaprint(struct log *p, const char *fmt, va_list ap)
177 * write out content of ring buffer, and reclaim the log structure
181 struct log *p
    [all...]

Completed in 2291 milliseconds

<<11121314151617181920>>