/external/lldb/source/Breakpoint/ |
BreakpointResolverAddress.cpp | 16 #include "lldb/lldb-private-log.h" 19 #include "lldb/Core/Log.h" 86 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS)); 87 if (log) 88 log->Printf ("Added location: %s\n", s.GetData());
|
BreakpointResolverFileLine.cpp | 17 #include "lldb/Core/Log.h" 22 #include "lldb/lldb-private-log.h" 62 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS)); 199 if (log && bp_loc_sp && !m_breakpoint->IsInternal()) 203 log->Printf ("Added location (skipped prologue: %s): %s \n", skipped_prologue ? "yes" : "no", s.GetData()); 206 else if (log) 208 log->Printf ("Breakpoint at file address 0x%" PRIx64 " for %s:%d didn't pass the filter.\n", 216 if (log) 217 log->Printf ("error: Unable to set breakpoint at file address 0x%" PRIx64 " for %s:%d\n" [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
f.cpp | 64 return exp(x*log(2.0)); 69 return log(x)/log(2.0);
|
/external/lldb/source/Target/ |
ThreadList.cpp | 13 #include "lldb/Core/Log.h" 251 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); 272 if (log) 274 log->PutCString(""); 275 log->Printf ("ThreadList::%s: %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size()); 310 if (log) 311 log->Printf ("ThreadList::%s we stopped but no threads had a stop reason, overriding should_stop and stopping.", __FUNCTION__); 314 if (log) 315 log->Printf ("ThreadList::%s overall should_stop = %i", __FUNCTION__, should_stop) [all...] |
/external/lldb/source/Plugins/Process/Linux/ |
ProcessLinux.cpp | 52 Log::Callbacks log_callbacks = { 58 Log::RegisterLogChannel (ProcessLinux::GetPluginNameStatic(), log_callbacks); 133 Log * 150 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS)); 151 if (log) 152 log->Printf ("ProcessLinux::%s() stopping all threads", __FUNCTION__); 171 if (log) 172 log->Printf ("ProcessLinux::%s() finished", __FUNCTION__);
|
/external/lldb/source/Plugins/Process/elf-core/ |
ThreadElfCore.cpp | 73 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD)); 97 if (log) 98 log->Printf ("elf-core::%s:: OS(%d) not supported", 105 if (log) 106 log->Printf ("elf-core::%s:: Architecture(%d) not supported",
|
/external/deqp/modules/gles2/functional/ |
es2fPolygonOffsetTests.cpp | 93 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius) 153 log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage; 158 void verifyImages (tcu::TestLog& log, tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& testImage, const tcu::ConstPixelBufferAccess& referenceImage) 167 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius); 171 log << TestLog::ImageSet("Images", "Image comparison"); 172 log << TestLog::Image("Test image", "Test image", testImage); 173 log << TestLog::Image("Reference image", "Reference image", referenceImage); 174 log << TestLog::Image("Difference mask", "Difference mask", diffMask.getAccess()); 175 log << TestLog::EndImageSet; 177 log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess (…) 361 tcu::TestLog& log = m_testCtx.getLog(); local 489 tcu::TestLog& log = m_testCtx.getLog(); local 608 tcu::TestLog& log = m_testCtx.getLog(); local 758 tcu::TestLog& log = m_testCtx.getLog(); local 871 tcu::TestLog& log = m_testCtx.getLog(); local 978 tcu::TestLog& log = m_testCtx.getLog(); local 1092 tcu::TestLog& log = m_testCtx.getLog(); local [all...] |
es2fShaderApiTests.cpp | 139 // Query source, status & log. 286 void logShader (TestLog& log, glu::RenderContext& renderCtx, glu::Shader& shader) 291 log << TestLog::Shader(getLogShaderType(shader.getType()), info.source, info.compileOk, info.infoLog); 294 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocator& shaders) 296 log << TestLog::ShaderProgram(program.getLinkStatus(), program.getInfoLog()); 303 logShader(log, renderCtx, shaders.get(shaderType)); 306 log << TestLog::EndShaderProgram; 309 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, glu::Shader& vertShader, glu::Shader& fragShader) 313 log << TestLog::ShaderProgram(program.getLinkStatus(), program.getInfoLog()); 315 logShader(log, renderCtx, vertShader) 581 TestLog& log = m_testCtx.getLog(); local 598 TestLog& log = m_testCtx.getLog(); local 701 TestLog& log = m_testCtx.getLog(); local 726 TestLog& log = m_testCtx.getLog(); local 785 TestLog& log = m_testCtx.getLog(); local 802 TestLog& log = m_testCtx.getLog(); local 826 TestLog& log = m_testCtx.getLog(); local 891 TestLog& log = m_testCtx.getLog(); local 913 TestLog& log = m_testCtx.getLog(); local 936 TestLog& log = m_testCtx.getLog(); local 959 TestLog& log = m_testCtx.getLog(); local 983 TestLog& log = m_testCtx.getLog(); local 1006 TestLog& log = m_testCtx.getLog(); local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fPolygonOffsetTests.cpp | 96 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius) 156 log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage; 161 void verifyImages (tcu::TestLog& log, tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& testImage, const tcu::ConstPixelBufferAccess& referenceImage) 170 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius); 174 log << TestLog::ImageSet("Images", "Image comparison"); 175 log << TestLog::Image("Test image", "Test image", testImage); 176 log << TestLog::Image("Reference image", "Reference image", referenceImage); 177 log << TestLog::Image("Difference mask", "Difference mask", diffMask.getAccess()); 178 log << TestLog::EndImageSet; 180 log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMess (…) 364 tcu::TestLog& log = m_testCtx.getLog(); local 492 tcu::TestLog& log = m_testCtx.getLog(); local 611 tcu::TestLog& log = m_testCtx.getLog(); local 761 tcu::TestLog& log = m_testCtx.getLog(); local 874 tcu::TestLog& log = m_testCtx.getLog(); local 981 tcu::TestLog& log = m_testCtx.getLog(); local 1095 tcu::TestLog& log = m_testCtx.getLog(); local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationVerifier.java | 90 mCb.log("(ignored) active " + mProvider + " update (" + delta + "ms)"); 100 mCb.log("active " + mProvider + " update (" + delta + "ms)"); 135 mCb.log(provider + " provider mean: " + mean); 136 mCb.log(provider + " provider stdev: " + stdev); 167 mCb.log("ignoring passive " + mProvider + " update"); 177 mCb.log("(ignored) passive " + mProvider + " update (" + delta + "ms)"); 187 mCb.log("passive " + mProvider + " update (" + delta + "ms)"); 218 mCb.log("enabling passive listener"); 221 mCb.log("enabling " + mProvider + " (minTime=" + mInterval + "ms)"); 228 mCb.log("disabling " + mProvider) [all...] |
GpsTestActivity.java | 30 import android.util.Log; 36 public void log(String s); method in interface:PassFailLog 120 log("All GPS tests complete", Color.GREEN); 127 public void log(String s) { method in class:GpsTestActivity 140 private void log(String s, int color) { method in class:GpsTestActivity 151 log(s, Color.RED); method 157 log("OK!\n", Color.GREEN); 160 log("(Sleep 2 second) \n", Color.GREEN);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
console_logger_unittest.cc | 12 #include "chrome/test/chromedriver/chrome/log.h" 69 const Log::Level level; 74 Log::Level level, 80 class FakeLog : public Log { 103 Log::Level expected_level, 137 FakeLog log; local 138 ConsoleLogger logger(&log); 152 ConsoleLogParams(¶ms2, "source2", NULL, "log", -1, -1, "text2"); 172 ConsoleLogParams(¶ms7, "source7", "url7", "log", -1, -1, NULL); 181 ASSERT_EQ(8u, log.GetEntries().size()) [all...] |
/external/chromium_org/third_party/speex/libspeex/ |
vbr.c | 95 vbr->last_log_energy[i] = log(MIN_ENERGY); 142 log_energy = log(ener+MIN_ENERGY); 194 short_diff = log((ener+1)/(1+vbr->last_energy)); 195 long_diff = log((ener+1)/(1+vbr->average_energy)); 240 qual -= 1.0 * (log(3.0 + vbr->consec_noise)-log(3)); 247 qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)); 249 qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)) [all...] |
/external/deqp/modules/egl/ |
teglGetProcAddressTests.cpp | 164 TestLog& log = m_testCtx.getLog(); local 170 log << TestLog::Message << m_extName << ": " << (supported ? "supported" : "not supported") << TestLog::EndMessage; 171 log << TestLog::Message << TestLog::EndMessage; 183 log << TestLog::Message << "Fail, received null pointer for supported extension function: " << funcName << TestLog::EndMessage; 229 TestLog& log = m_testCtx.getLog(); local 233 log << TestLog::Message << "EGL_KHR_get_all_proc_addresses: " << (funcPtrSupported ? "supported" : "not supported") << TestLog::EndMessage; 234 log << TestLog::Message << TestLog::EndMessage; 238 log << TestLog::Message << eglu::getConfigAttribValueStr(EGL_RENDERABLE_TYPE, m_apiBit) << " not supported by any available configuration." << TestLog::EndMessage; 239 log << TestLog::Message << TestLog::EndMessage; 252 log << TestLog::Message << "Fail, received null pointer for supported function: " << funcName << TestL (…) [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 71 final Logger log = m_log; local 72 if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "[" + parentDir + "] [" + archive + "]"); 135 if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "created temp archive [" + m_tempArchiveFile.getAbsolutePath () + "]"); 152 final Logger log = m_log; local 153 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]"); 212 if (log.atVERBOSE ()) log.verbose ("destination file [" + outFile + "] skipped: more recent than the source") 344 final Logger log = m_log; local 389 final Logger log = m_log; local 404 final Logger log = m_log; local 574 final Logger log = m_log; local 623 final Logger log = m_log; local [all...] |
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestAddCookies.java | 40 import org.apache.commons.logging.Log; 77 private final Log log = LogFactory.getLog(getClass()); field in class:RequestAddCookies 96 this.log.info("Cookie store not available in HTTP context"); 104 this.log.info("CookieSpec registry not available in HTTP context"); 123 if (this.log.isDebugEnabled()) { 124 this.log.debug("CookieSpec selected: " + policy); 159 if (this.log.isDebugEnabled()) { 160 this.log.debug("Cookie " + cookie + " match " + cookieOrigin);
|
/external/chromium_org/third_party/webrtc/tools/loopback_test/ |
adapter.js | 26 console.log((performance.now() / 1000).toFixed(3) + ": " + text); 41 console.log("This appears to be Firefox"); 112 console.log("Attaching media stream"); 118 console.log("Reattaching media stream"); 136 console.log("This appears to be Chrome"); 202 console.log('Error attaching stream to element.'); 210 console.log("Browser does not appear to be WebRTC-capable");
|
/external/deqp/modules/gles2/performance/ |
es2pBlendTests.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/fio/ |
iolog.c | 188 * log a successful write, so we can unwind the log for verify 479 * Set up a log for storing io patterns. 494 * That's it for writing, setup a log buffer and we're done. 526 * Otherwise assume it's a normal log file and load that. 541 void setup_log(struct io_log **log, unsigned long avg_msec, int log_type) 549 l->log = malloc(l->max_samples * sizeof(struct io_sample)); 551 *log = l; 580 void __finish_log(struct io_log *log, const char *name) 588 perror("fopen log"); [all...] |
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
AuxVector.cpp | 19 #include "lldb/Core/Log.h" 94 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER)); 102 if (log) 103 DumpToLog(log); 119 AuxVector::DumpToLog(Log *log) const 121 if (!log) 124 log->PutCString("AuxVector: "); 127 log->Printf(" %s [%" PRIu64 "]: %" PRIx64, GetEntryName(*I), I->type, I->value) [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
world.js | 45 console.log('Body needs a shapename.'); 49 console.log('Body needs a mass.'); 53 console.log('Body needs a friction.'); 57 console.log('Body needs a transform.'); 61 console.log('Body needs a transform array.'); 69 console.log('Shape needs a name.'); 79 console.log('Shape type - ' + type + ' not supported.');
|
/external/chromium_org/third_party/webrtc/tools/rtcbot/bot/browser/ |
bot.js | 17 console.log("Getting user media."); 22 console.log("GetUserMedia success."); 29 console.log("Creating peer connection"); 42 console.log("Adding local stream."); 45 console.log("Undefined stream!"); 65 console.log("Stream " + stream.id + " attached to video element"); 75 console.log(id + " is not id for stream.");
|
/external/chromium_org/v8/test/mjsunit/es6/debug-promises/ |
reject-caught-by-default-reject-handler.js | 16 var log = []; variable 21 log.push("p0.then"); 25 log.push("p1.then"); 29 log.push("resolve q"); 34 log.push("resolve p"); 64 log.push("end main"); 71 assertEquals(["resolve q", "end main", "resolve p", "p0.then"], log);
|
reject-with-throw-in-reject.js | 16 var log = []; variable 19 log.push("resolve"); 25 log.push("throw in reject"); 29 log.push("construct"); 38 log.push("reject caught"); 64 log.push("end main"); 72 "reject caught", "throw in reject"], log);
|
throw-caught-by-default-reject-handler.js | 16 var log = []; variable 21 log.push("p0.then"); 25 log.push("p1.then"); 29 log.push("resolve q"); 34 log.push("resolve p"); 65 log.push("end main"); 72 assertEquals(["resolve q", "end main", "resolve p", "p0.then"], log);
|