/external/lldb/source/API/ |
SBCommandReturnObject.cpp | 15 #include "lldb/Core/Log.h" 73 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 77 if (log) 78 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => \"%s\"", m_opaque_ap.get(), 84 if (log) 85 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => NULL", m_opaque_ap.get()); 93 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 97 if (log) [all...] |
SBWatchpoint.cpp | 21 #include "lldb/Core/Log.h" 38 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 40 if (log) 44 log->Printf ("SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp" 70 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 77 if (log) 80 log->Printf ("SBWatchpoint(%p)::GetID () => LLDB_INVALID_WATCH_ID", watchpoint_sp.get()); 82 log->Printf ("SBWatchpoint(%p)::GetID () => %u", watchpoint_sp.get(), watch_id) [all...] |
SBModule.cpp | 18 #include "lldb/Core/Log.h" 105 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 112 if (log) 114 log->Printf ("SBModule(%p)::GetFileSpec () => SBFileSpec(%p)", 124 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 131 if (log) 133 log->Printf ("SBModule(%p)::GetPlatformFileSpec () => SBFileSpec(%p)", 145 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)) [all...] |
SBDeclaration.cpp | 12 #include "lldb/Core/Log.h" 76 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 82 if (log) 86 log->Printf ("SBLineEntry(%p)::GetFileSpec () => SBFileSpec(%p): %s", m_opaque_ap.get(), 96 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 102 if (log) 103 log->Printf ("SBLineEntry(%p)::GetLine () => %u", m_opaque_ap.get(), line);
|
SBSymbol.cpp | 13 #include "lldb/Core/Log.h" 68 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 69 if (log) 70 log->Printf ("SBSymbol(%p)::GetName () => \"%s\"", m_opaque_ptr, name ? name : ""); 80 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 81 if (log) 82 log->Printf ("SBSymbol(%p)::GetMangledName () => \"%s\"", m_opaque_ptr, name ? name : "");
|
/external/lldb/source/DataFormatters/ |
TypeCategoryMap.cpp | 188 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES)); 194 if (log) 195 log->Printf("\n[CategoryMap::GetSummaryFormat] Trying to use category %s", category_sp->GetName()); 200 if (log) 201 log->Printf("[CategoryMap::GetSummaryFormat] nothing found - returning empty SP"); 216 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES)); 222 if (log) 223 log->Printf("\n[CategoryMap::GetSyntheticChildren] Trying to use category %s", category_sp->GetName()) [all...] |
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugLine.h | 92 void Dump (lldb_private::Log *log); 145 void Dump(lldb_private::Log *log) const; 147 static void Dump(lldb_private::Log *log, const Row::collection& state_coll); 183 void Dump(lldb_private::Log *log) const; 204 lldb_private::Log *log, 218 lldb_private::Log *log; member in struct:DWARFDebugLine::State [all...] |
DWARFDebugPubnames.cpp | 37 Log *log (LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_PUBNAMES)); 38 if (log) 39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize()); 56 if (log) 57 Dump (log); 71 Log *log (LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_PUBNAMES)); 72 if (log) 73 log->Printf("DWARFDebugPubnames::GeneratePubnames (data = %p)", dwarf2Data) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderApiTests.cpp | 156 // Query source, status & log. 339 void logShader (TestLog& log, glu::RenderContext& renderCtx, glu::Shader& shader) 345 log << TestLog::Shader(getLogShaderType(shader.getType()), info.source, info.compileOk, info.infoLog); 348 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocator& shaders) 350 log << TestLog::ShaderProgram(program.getLinkStatus(), program.getInfoLog()); 357 logShader(log, renderCtx, shaders.get(shaderType)); 360 log << TestLog::EndShaderProgram; 363 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, glu::Shader& vertShader, glu::Shader& fragShader) 367 log << TestLog::ShaderProgram(program.getLinkStatus(), program.getInfoLog()); 369 logShader(log, renderCtx, vertShader) 638 TestLog& log = m_testCtx.getLog(); local 655 TestLog& log = m_testCtx.getLog(); local 761 TestLog& log = m_testCtx.getLog(); local 786 TestLog& log = m_testCtx.getLog(); local 845 TestLog& log = m_testCtx.getLog(); local 862 TestLog& log = m_testCtx.getLog(); local 886 TestLog& log = m_testCtx.getLog(); local 951 TestLog& log = m_testCtx.getLog(); local 973 TestLog& log = m_testCtx.getLog(); local 996 TestLog& log = m_testCtx.getLog(); local 1019 TestLog& log = m_testCtx.getLog(); local 1043 TestLog& log = m_testCtx.getLog(); local 1066 TestLog& log = m_testCtx.getLog(); local 1181 TestLog& log = m_testCtx.getLog(); local 1198 TestLog& log = m_testCtx.getLog(); local 1296 TestLog& log = m_testCtx.getLog(); local 1356 TestLog& log = m_testCtx.getLog(); local 1419 TestLog& log = m_testCtx.getLog(); local 1436 TestLog& log = m_testCtx.getLog(); local 1450 TestLog& log = m_testCtx.getLog(); local 1516 TestLog& log = m_testCtx.getLog(); local 1538 TestLog& log = m_testCtx.getLog(); local 1561 TestLog& log = m_testCtx.getLog(); local 1584 TestLog& log = m_testCtx.getLog(); local 1608 TestLog& log = m_testCtx.getLog(); local 1631 TestLog& log = m_testCtx.getLog(); local [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 31 import org.apache.commons.logging.Log; 35 * <p>Simple implementation of Log that sends all enabled log messages, 43 * <li><code>org.apache.commons.logging.simplelog.log.xxxxx</code> - 48 * Set to <code>true</code> if you want the Log instance name to be 80 public class SimpleLog implements Log, Serializable { 96 /** Include the instance name in the log message? */ 98 /** Include the short name ( last component ) of the logger in the log 103 /** Include the current time in the log message */ 105 /** The date and time format to use in the log message * 282 protected void log(int type, Object message, Throwable t) { method in class:SimpleLog 377 log(SimpleLog.LOG_LEVEL_DEBUG, message, null); method 393 log(SimpleLog.LOG_LEVEL_DEBUG, message, t); method 408 log(SimpleLog.LOG_LEVEL_TRACE, message, null); method 424 log(SimpleLog.LOG_LEVEL_TRACE, message, t); method 439 log(SimpleLog.LOG_LEVEL_INFO,message,null); method 455 log(SimpleLog.LOG_LEVEL_INFO, message, t); method 470 log(SimpleLog.LOG_LEVEL_WARN, message, null); method 486 log(SimpleLog.LOG_LEVEL_WARN, message, t); method 501 log(SimpleLog.LOG_LEVEL_ERROR, message, null); method 517 log(SimpleLog.LOG_LEVEL_ERROR, message, t); method 532 log(SimpleLog.LOG_LEVEL_FATAL, message, null); method 548 log(SimpleLog.LOG_LEVEL_FATAL, message, t); method [all...] |
/external/libexif/libexif/ |
exif-loader.c | 83 ExifLog *log; member in struct:_ExifLoader 102 EXIF_LOG_NO_MEMORY (l->log, "ExifLog", i); 118 exif_log (l->log, EXIF_LOG_CODE_NONE, "ExifLoader", 189 exif_log (eld->log, EXIF_LOG_CODE_DEBUG, "ExifLoader", 298 exif_log (eld->log, 363 exif_log_unref (loader->log); 400 exif_data_log (ed, loader->log); 414 exif_log (loader->log, EXIF_LOG_CODE_DEBUG, "ExifLoader", 427 exif_loader_log (ExifLoader *loader, ExifLog *log) 431 exif_log_unref (loader->log); [all...] |
exif-mnote-data.c | 65 exif_log_unref (d->log); 152 exif_mnote_data_log (ExifMnoteData *d, ExifLog *log) 155 exif_log_unref (d->log); 156 d->log = log; 157 exif_log_ref (log);
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
ExampleNumbersTest.java | 57 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); 63 LOGGER.log(Level.SEVERE, "Wrong type for " + 66 LOGGER.log(Level.WARNING, "Expected types: "); 68 LOGGER.log(Level.WARNING, type.toString()); 151 LOGGER.log(Level.SEVERE, e.toString()); 155 LOGGER.log(Level.SEVERE, "Number " + exampleNumber.toString() 169 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); 190 LOGGER.log(Level.SEVERE, "Failed validation for string " + invalidStringCase); 195 LOGGER.log(Level.SEVERE, "Failed validation for " + phoneNumber.toString()); 203 LOGGER.log(Level.SEVERE, "Wrong cost for " + phoneNumber.toString()) [all...] |
/external/deqp/modules/glshared/ |
glsTextureBufferCase.cpp | 404 void logModifications (TestLog& log, ModifyBits modifyBits) 406 tcu::ScopedLogSection section(log, "Modify Operations", "Modify Operations"); 425 log << TestLog::Message << bitInfos[infoNdx].str << TestLog::EndMessage; 429 void modifyBufferData (TestLog& log, 437 log << TestLog::Message << "BufferData, Size: " << data.size() << TestLog::EndMessage; 443 void modifyBufferSubData (TestLog& log, 456 log << TestLog::Message << "BufferSubData, Offset: " << offset << ", Size: " << size << TestLog::EndMessage; 466 void modifyMapWrite (TestLog& log, 479 log << TestLog::Message << "glMapBufferRange, Write Only, Offset: " << offset << ", Size: " << size << TestLog::EndMessage; 499 void modifyMapReadWrite (TestLog& log, 864 TestLog& log = testCtx.getLog(); local 964 TestLog& log = m_testCtx.getLog(); local 983 TestLog& log = m_testCtx.getLog(); local [all...] |
/external/lldb/source/Expression/ |
ClangUserExpression.cpp | 22 #include "lldb/Core/Log.h" 114 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS)); 116 if (log) 117 log->Printf("ClangUserExpression::ScanContext()"); 123 if (log) 124 log->Printf(" [CUE::SC] Settings inhibit C++ and Objective-C"); 131 if (log) 132 log->Printf(" [CUE::SC] Null stack frame"); 140 if (log) [all...] |
/external/deqp/modules/egl/ |
teglSwapBuffersTests.cpp | 119 deUint32 createGLES2Program (const glw::Functions& gl, TestLog& log) 211 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str()); 213 log << TestLog::Shader(QP_SHADER_TYPE_VERTEX, vertexShaderSource, vertexCompileStatus != 0, vertexInfoLog); 214 log << TestLog::Shader(QP_SHADER_TYPE_FRAGMENT, fragmentShaderSource, fragmentCompileStatus != 0, fragmentInfoLog); 216 log.endShaderProgram(); 242 bool checkColor (tcu::TestLog& log, const tcu::TextureLevel& screen, const tcu::Vec4& color) 255 log << TestLog::Message << "Unexpected color values read from screen expected: " << color << TestLog::EndMessage; 256 log << TestLog::Image("Screen", "Screen", screen.getAccess()); 272 TestLog& log = m_testCtx.getLog(); local 274 log << TestLog::Message << "EGL_RED_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), confi (…) [all...] |
teglCreateContextExtTests.cpp | 498 bool checkVersionString (TestLog& log, const glw::Functions& gl, bool desktop, int major, int minor) 523 log << TestLog::Message << "Invalid version string prefix. Expected '" << prefix << "'." << TestLog::EndMessage; 539 log << TestLog::Message << "Failed to parse major version number. Not a number." << TestLog::EndMessage; 546 log << TestLog::Message << "Failed to parse major version number. Begins with zero." << TestLog::EndMessage; 558 log << TestLog::Message << "Failed to parse version. Expected '.' after major version number." << TestLog::EndMessage; 571 log << TestLog::Message << "Failed to parse minor version number. Not a number." << TestLog::EndMessage; 581 log << TestLog::Message << "Failed to parse minor version number. Leading zeros." << TestLog::EndMessage; 599 log << TestLog::Message << "Major version is less than required." << TestLog::EndMessage; 604 log << TestLog::Message << "Minor version is less than required." << TestLog::EndMessage; 618 log << TestLog::Message << "Required OpenGL 3.0 or earlier. Got OpenGL 3.1 without GL_ARB_compatibilit (…) 716 TestLog& log = m_testCtx.getLog(); local [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
runner.js | 44 this.log(text); 87 this.log(""); 88 this.log(title); 90 this.log("values " + statistics.values.join(", ") + " " + statistics.unit); 91 this.log("avg " + statistics.mean + " " + statistics.unit); 92 this.log("median " + statistics.median + " " + statistics.unit); 93 this.log("stdev " + statistics.stdev + " " + statistics.unit); 94 this.log("min " + statistics.min + " " + statistics.unit); 95 this.log("max " + statistics.max + " " + statistics.unit); 119 if (!document.getElementById("log")) { [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
GDBRemoteCommunicationClient.cpp | 21 #include "lldb/Core/Log.h" 315 Log *log (ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (GDBR_LOG_PROCESS)); 323 if (log) 324 log->Printf("error: failed to send '%*s'", (int) payload_length, payload); 337 if (log) 338 log->Printf ("async: async packet = %s", m_async_packet.c_str()); 350 if (log) 351 log->Printf ("async: sent interrupt"); 355 if (log) [all...] |
/external/deqp/framework/common/ |
tcuImageCompare.cpp | 200 * \param log Test log for results 209 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode) 228 log << TestLog::Message << "Image comparison failed: difference = " << difference << ", threshold = " << threshold << TestLog::EndMessage; 230 log << TestLog::ImageSet(imageSetName, imageSetDesc) 241 log << TestLog::ImageSet(imageSetName, imageSetDesc) 269 * \param log Test log for results 278 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode) 280 return fuzzyCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), threshold, logMode) [all...] |
/art/sigchainlib/ |
sigchain.cc | 18 #include <android/log.h> 82 static void log(const char* format, ...) { function in namespace:art 97 log("Invalid signal %d", signal); 151 log("Warning: Unexpected sigaction action found %p\n", current_action.sa_sigaction); 187 log("Unable to find next sigaction in signal chain"); 218 log("Unable to find next sigprocmask in signal chain");
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/ |
popup.js | 13 console.log(url); 15 console.log(request, e); 32 console.log('Unable to resolve address into lat/lng');
|
/external/chromium_org/third_party/skia/bench/ |
nanobench.cpp | 392 static void fill_gpu_options(ResultsWriter* log, SkGLContextHelper* ctx) { 395 log->configOption("GL_VERSION", (const char*)(version)); 398 log->configOption("GL_RENDERER", (const char*) version); 401 log->configOption("GL_VENDOR", (const char*) version); 404 log->configOption("GL_SHADING_LANGUAGE_VERSION", (const char*) version); 530 void fillCurrentOptions(ResultsWriter* log) const { 531 log->configOption("source_type", fSourceType); 532 log->configOption("bench_type", fBenchType); 534 log->configOption("clip", 537 log->configOption("scale", SkStringPrintf("%.2g", fScales[fCurrentScale]).c_str()) [all...] |
/external/chromium_org/tools/perf/page_sets/endure/ |
indexeddb_app_worker.js | 26 function log(message) { function 27 self.postMessage({type: 'LOG', message: message}); 100 log('offline'); 112 log('online'); 124 log('sync ' + sync_id + ' started'); 127 log('sync ' + sync_id + 145 log('sync ' + sync_id + ' finished'); 158 log('combine ' + combine_id + ' started'); 181 log('combine ' + combine_id + 195 log('combine # ' + combine_id [all...] |
/external/llvm/utils/crosstool/ARM/ |
build-install-linux.sh | 86 echo "=> $message; log in $log_file" 92 echo "Error occurred: see most recent log file for details." 146 runAndLog "Configuring LLVM" ${LLVM_OBJ_DIR}/llvm-configure.log \ 153 runAndLog "Building LLVM" ${LLVM_OBJ_DIR}/llvm-build.log \ 155 runAndLog "Installing LLVM" ${LLVM_OBJ_DIR}/llvm-install.log \ 174 runAndLog "Configuring LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-configure.log \ 185 runAndLog "Building LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-build.log \ 187 runAndLog "Installing LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-install.log \
|