/external/chromium_org/third_party/leveldatabase/src/db/ |
repair.cc | 6 // (1) Any log files are first converted to tables 11 // - log number is set to zero 82 Log(options_.info_log, 154 Log(options_.info_log, "Log #%llu: ignoring conversion error: %s", 162 Status ConvertLogToTable(uint64_t log) { 163 struct LogReporter : public log::Reader::Reporter { 169 Log(info_log, "Log #%llu: dropping %d bytes; %s", 176 // Open the log fil [all...] |
/external/libexif/libexif/canon/ |
exif-mnote-data-canon.c | 134 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteCanon", *buf_size); 165 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteCanon", ts); 207 exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA, 213 exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA, 228 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteCanon", sizeof (MnoteCanonEntry) * c); 237 exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA, 247 exif_log (ne->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteCanon", 259 exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA, 268 exif_log (ne->log, EXIF_LOG_CODE_DEBUG, 277 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteCanon", s) [all...] |
/external/chromium_org/chrome/browser/resources/about_sys/ |
about_sys.js | 52 * Collapses all log items. 66 * Expands all log items. 80 * Collapse only those log items with multi-line values. 100 * Read in a log asynchronously, calling parseSystemLog if successful. 123 * Convert text-based log into list of name-value pairs. 124 * @param {string} text The raw text of a log. 125 * @return {boolean} True if the log was parsed successfully.
|
/external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/ |
adapter.js | 13 console.log((performance.now() / 1000).toFixed(3) + ": " + text); 28 console.log("This appears to be Firefox"); 99 console.log("Attaching media stream"); 105 console.log("Reattaching media stream"); 123 console.log("This appears to be Chrome"); 189 console.log('Error attaching stream to element.'); 197 console.log("Browser does not appear to be WebRTC-capable");
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
math.js | 74 // Math.log() 75 shouldBe("Math.log(Math.E*Math.E)", "2"); 76 shouldBeTrue("isNaN(Math.log(NaN))"); 77 shouldBeTrue("isNaN(Math.log(-1))"); 78 shouldBeFalse("isFinite(Math.log(0))"); 79 shouldBe("Math.log(1)", "0"); 80 shouldBeFalse("isFinite(Math.log(Infinity))");
|
/external/deqp/modules/gles31/functional/ |
es31fShaderImageLoadStoreTests.cpp | 514 UniformAccessLogger (const glw::Functions& gl, TestLog& log, deUint32 programGL) 516 , m_log (log) 822 TestLog& log = glLog.getLog(); local 824 const tcu::ScopedLogSection section(log, "Verification", "Result verification (bind texture layer-by-layer to FBO, read with glReadPixels())"); 859 if (!verifyLayer(log, resultSlice, sliceOrFaceNdx)) 879 TestLog& log = glLog.getLog(); local 881 const tcu::ScopedLogSection section(log, "Verification", "Result verification (read texture layer-by-layer in compute shader with texture() into SSBO)"); 915 log << program; 919 log << TestLog::Message << "// Failure: failed to compile program" << TestLog::EndMessage; 926 UniformAccessLogger uniforms (renderCtx.getFunctions(), log, program.getProgram()) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderFragDataTests.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/lldb/source/DataFormatters/ |
FormatManager.cpp | 342 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES)); 346 if (log) 347 log->Printf("\n\n[FormatManager::GetSummaryFormat] Looking into cache for type %s", valobj_type.AsCString("<invalid>")); 350 if (log) 352 log->Printf("[FormatManager::GetSummaryFormat] Cache search success. Returning."); 353 if (log->GetDebug()) 354 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); 358 if (log) 359 log->Printf("[FormatManager::GetSummaryFormat] Cache search failed. Going normal route") [all...] |
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntimeV1.cpp | 20 #include "lldb/Core/Log.h" 366 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); 434 if (log && log->GetVerbose()) 435 log->Printf("AppleObjCRuntimeV1 added (ObjCISA)0x%" PRIx64 " from _objc_debug_class_hash to isa->descriptor cache", isa); 456 if (log && log->GetVerbose()) 457 log->Printf("AppleObjCRuntimeV1 added (ObjCISA)0x%" PRIx64 " from _objc_debug_class_hash to isa->descriptor cache", isa);
|
/external/lldb/source/Host/common/ |
Host.cpp | 46 #include "lldb/Core/Log.h" 139 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS)); 141 if (log) 142 log->Printf ("%s (arg = %p) thread starting...", function, arg); 161 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS); 162 if (log) 163 log->Printf("%s ::wait_pid (pid = %" PRIu64 ", &status, options = %i)...", function, pid, options); 177 if (log) 178 log->Printf ("%s (arg = %p) thread exiting because waitpid failed (%s)...", __FUNCTION__, arg, strerro (…) [all...] |
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
DynamicLoaderDarwinKernel.cpp | 16 #include "lldb/Core/Log.h" [all...] |
/external/chromium_org/tools/clang/blink_gc_plugin/ |
process-graph.py | 66 def log(msg): function 161 log("Found %d files" % len(files)) 229 log("Copied edges down <super> edges for %d graph nodes" % global_inc_copy) 319 log("Reading graph from pickled file: " + args.pickle_graph) 325 log("Saving graph to pickle file: " + args.pickle_graph) 333 log("Reading ignored cycles from file: " + args.ignore_cycles) 432 log("Reading files from stdin") 436 log("Reading files and directories from command line") 443 log("Building graph from files in directory: " + f) 446 log("Building graph from file: " + f [all...] |
/external/lldb/source/Symbol/ |
ObjectFile.cpp | 11 #include "lldb/lldb-private-log.h" 14 #include "lldb/Core/Log.h" 262 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT)); 263 if (log) 267 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = %s, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64, 277 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = <NULL>, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64, 307 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT)); 308 if (log) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tscoll.cpp | 127 log("State != 0 : %08X %08X\n", sState[0], tState[0]); 129 log("%i ", i++); 184 log("Src UTF-8 buffer too small! Will not compare!\n"); 208 log("Target UTF-8 buffer too small! Did not compare!\n"); 211 log("UTF-8 strcoll failed! Ignoring result\n"); 224 log("partial sortkey test piecesize="); 227 log("%i ", partialSizes[i]); 235 log("N "); 244 log("\n");
|
reptest.cpp | 309 log("OK: "); 310 log(transliteratorName); 311 log("("); 312 log(original); 313 log(") => ");
|
/external/deqp/modules/egl/ |
teglRenderCase.cpp | 135 tcu::TestLog& log = m_testCtx.getLog(); local 144 tcu::ScopedLogSection(log, (string("Config") + de::toString(configId) + "-Window").c_str(), 158 log << e; 166 tcu::ScopedLogSection(log, (string("Config") + de::toString(configId) + "-Pixmap").c_str(), 180 log << e; 188 tcu::ScopedLogSection(log, (string("Config") + de::toString(configId) + "-Pbuffer").c_str(), 205 log << e; 230 tcu::TestLog& log = m_testCtx.getLog(); local 282 log << TestLog::Message << apiName << TestLog::EndMessage;
|
teglTestPackage.cpp | 148 tcu::TestLog& log = m_eglTestCtx.getTestContext().getLog(); local 157 log << e; 167 tcu::TestLog& log = m_eglTestCtx.getTestContext().getLog(); local 179 log << e; 180 log << tcu::TestLog::Message << "Error in EGL deinit, test program will teminate." << tcu::TestLog::EndMessage;
|
/external/deqp/modules/gles2/functional/ |
es2fTextureStateQueryTests.cpp | 52 TexParamVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix); 63 TexParamVerifier::TexParamVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix) 64 : glu::CallLogWrapper (gl, log) 81 GetTexParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log); 87 GetTexParameterIVerifier::GetTexParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log) 88 : TexParamVerifier(gl, log, "_gettexparameteri") 136 GetTexParameterFVerifier (const glw::Functions& gl, tcu::TestLog& log); 142 GetTexParameterFVerifier::GetTexParameterFVerifier (const glw::Functions& gl, tcu::TestLog& log) 143 : TexParamVerifier(gl, log, "_gettexparameterf")
|
/external/icu/icu4c/source/test/intltest/ |
tscoll.cpp | 109 log("State != 0 : %08X %08X\n", sState[0], tState[0]); 111 log("%i ", i++); 166 log("Src UTF-8 buffer too small! Will not compare!\n"); 190 log("Target UTF-8 buffer too small! Did not compare!\n"); 193 log("UTF-8 strcoll failed! Ignoring result\n"); 206 log("partial sortkey test piecesize="); 209 log("%i ", partialSizes[i]); 217 log("N "); 226 log("\n");
|
/external/lldb/source/Breakpoint/ |
BreakpointLocation.cpp | 18 #include "lldb/lldb-private-log.h" 23 #include "lldb/Core/Log.h" 252 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS); local 336 if (log) 337 log->Printf("Condition successfully evaluated, result is %s.\n", 438 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS); local 455 if (log) 459 log->Printf ("Hit breakpoint location: %s, %s.\n", s.GetData(), should_stop ? "stopping" : "continuing (…) 491 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS); local [all...] |
/external/chromium_org/build/android/pylib/base/ |
base_test_result.py | 26 def __init__(self, name, test_type, log=''): 32 log: An optional string listing any errors. 38 self._log = log 70 """Get the test log.""" 86 log = t.GetLog() 87 if log: 89 s.append(log)
|
/external/chromium_org/media/cast/logging/ |
log_deserializer.cc | 70 media::cast::DeserializedLog* log) { 74 int num_frame_events = log->metadata.num_frame_events(); 106 log->frame_events.swap(frame_event_map); 108 int num_packet_events = log->metadata.num_packet_events(); 136 log->packet_events.swap(packet_event_map); 170 VLOG(1) << "Got duplicate video log.";
|
/external/chromium_org/tools/find_runtime_symbols/ |
find_runtime_symbols.py | 184 log = logging.getLogger('find_runtime_symbols') 185 log.setLevel(logging.WARN) 190 log.addHandler(handler) 194 log.warn("Nothing found: %s" % prepared_data_dir) 197 log.warn("Not a directory: %s" % prepared_data_dir)
|
/external/conscrypt/src/main/java/org/conscrypt/ |
AbstractSessionContext.java | 231 log(e); 234 log(e); 250 log(new AssertionError("Unexpected type ID: " + type)); method 269 log(e); 301 static void log(Throwable t) { method
|
/external/deqp/modules/gles3/stress/ |
es3sOcclusionQueryTests.cpp | 148 tcu::TestLog& log = m_testCtx.getLog(); local 159 tcu::ScopedLogSection section (log, sectionName.c_str(), sectionName.c_str()); 161 log << tcu::TestLog::Message << "Parameters:\n" 256 log << tcu::TestLog::Message << "Total duration: " << dTime/1000 << " ms" << tcu::TestLog::EndMessage; 278 log << tcu::TestLog::Message << "Case passed!" << tcu::TestLog::EndMessage;
|