Searched refs:log (Results 201 - 225 of 2002) sorted by relevance

1234567891011>>

/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_parser.js30 * 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/emma/core/java12/com/vladium/emma/rt/
H A DRTCoverageDataPersister.java45 final Logger log = Logger.getLogger ();
46 final boolean info = log.atINFO ();
61 log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
67 // log
/external/libvpx/libvpx/vp9/common/
H A Dvp9_systemdependent.h63 int log = 0; local
72 log += shift;
75 return log;
/external/lldb/source/API/
H A DSBError.cpp73 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
79 if (log)
80 log->Printf ("SBError(%p)::Fail () => %i", m_opaque_ap.get(), ret_value);
88 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
93 if (log)
94 log->Printf ("SBError(%p)::Success () => %i", m_opaque_ap.get(), ret_value);
102 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
108 if (log)
109 log->Printf ("SBError(%p)::GetError () => 0x%8.8x", m_opaque_ap.get(), err);
118 Log *log(lldb_privat
[all...]
H A DSBValueList.cpp94 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
99 if (log)
101 log->Printf ("SBValueList::SBValueList (rhs.ap=%p) => this.ap = %p",
110 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
115 if (log)
117 log->Printf ("SBValueList::SBValueList (lldb_object_ptr=%p) => this.ap = %p",
207 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
209 //if (log)
210 // log->Printf ("SBValueList::GetValueAtIndex (uint32_t idx) idx = %d", idx);
216 if (log)
[all...]
H A DSBDebugger.cpp53 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
55 if (log)
56 log->Printf ("SBDebugger::Initialize ()");
72 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
74 if (log)
75 log->Printf ("SBDebugger(%p)::Clear ()", m_opaque_sp.get());
99 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
104 if (log)
108 log->Printf ("SBDebugger::Create () => SBDebugger(%p): %s", debugger.m_opaque_sp.get(), sstr.GetData());
130 Log *log (GetLogIfAllCategoriesSe
[all...]
/external/ltrace/testsuite/ltrace.minor/
H A Dtrace-irelative.exp26 set log [ltraceRun -L -x xyz -- $bin]
27 ltraceMatch1 $log [format {xyz\.IFUNC%s\(\)} $appendage] == 1
28 ltraceMatch1 $log [format {(xyz|abc)%s\(} $appendage] == 2
33 set log [ltraceRun -L -x xyz+abc -- $bin]
34 ltraceMatch1 $log [format {xyz\.IFUNC%s\(\)} $appendage] == 1
35 ltraceMatch1 $log [format {abc%s\(} $appendage] == 2
/external/mockito/src/org/mockito/internal/debugging/
H A DLoggingListener.java23 logger.log(join(
32 logger.log("This stubbing was never used " + unused.getLocation() + "\n");
37 logger.log(join(
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAbstractManifestWriter.java94 String log = "";
95 log += (referenceTimes.length);
96 log += ("Reference : [");
98 log += (String.format("%10d,", l));
100 log += ("]");
101 LOG.warning(log);
102 log = "";
104 log += (checkTimes.length);
105 log += ("Current : [");
107 log
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp105 GDBRemoteCommunication::History::Dump (lldb_private::Log *log) const
107 if (log && !m_dumped_to_log)
119 log->Printf ("history[%u] tid=0x%4.4" PRIx64 " <%4u> %s packet: %s",
174 Log *log (ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (GDBR_LOG_PACKETS));
178 if (log)
179 log->Printf ("<%4zu> send packet: %c", bytes_written, ch);
187 Log *log (ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (GDBR_LOG_PACKETS));
191 if (log)
192 log->Printf ("<%4zu> send packet: %c", bytes_written, ch);
216 Log *log (ProcessGDBRemoteLo
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dfile_system_custom_bindings.js84 console.log("chrome.fileSystem.getWritableFileEntry is deprecated");
85 console.log("Please use chrome.fileSystem.getWritableEntry instead");
90 console.log("chrome.fileSystem.isWritableFileEntry is deprecated");
91 console.log("Please use chrome.fileSystem.isWritableEntry instead");
96 console.log("chrome.fileSystem.chooseFile is deprecated");
97 console.log("Please use chrome.fileSystem.chooseEntry instead");
/external/chromium_org/tools/perf/utils/results_viewer/src/
H A Dbase.js27 console.log(spacing + text);
63 console.log('While running exports for ', name, ':');
64 console.log(e.stack || e);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-with-unscopables.js12 var log = [];
16 log.push(key);
34 assertEquals(['assertEquals', 'x', 'x'], log);
40 var log = [];
45 log.push(key);
64 assertEquals(['assertEquals', 'x', 'x'], log);
/external/deqp/framework/common/
H A DtcuTestCaseWrapper.cpp44 TestLog& log = m_testCtx.getLog(); local
66 log << e;
72 log << e;
108 TestLog& log = m_testCtx.getLog(); local
122 log << e;
128 log << e;
/external/fio/tools/plot/samples/
H A DMakefile1 all: clean m2sw1-128k-sdb-randwrite-para.results_bw.log io bandwidth
3 m2sw1-128k-sdb-randwrite-para.results_bw.log:
7 ./fio2gnuplot.py -p 'm2sw1-128k-*-read-para*iops.log' -g
10 ./fio2gnuplot.py -p 'm2sw1-128k-*-read-para*bw.log' -g
19 rm -rf *log
/external/bluetooth/bluedroid/conf/
H A Dbt_stack.conf5 # BtSnoop log output file
6 BtSnoopFileName=/sdcard/btsnoop_hci.log
8 # Preserve existing BtSnoop log before overwriting
/external/chromium_org/build/android/pylib/instrumentation/
H A Dtest_result.py11 def __init__(self, full_name, test_type, start_date, dur, log=''):
19 log: A string listing any errors.
21 super(InstrumentationTestResult, self).__init__(full_name, test_type, log)
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DPassDifferentNPPStruct.cpp64 log("NPN_GetValue(NPNVprivateModeBool) with a different NPP struct failed with error %d", error);
68 log("NPN_GetValue(NPNVprivateModeBool) with a different NPP struct succeeded");
/external/chromium_org/remoting/tools/mac/
H A Dchromoting-set-channel.sh20 log() { function
46 log "Switching Chrome Remote Desktop channel to ${channel}"
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DPaintProfiler.js54 * @param {!Array.<!WebInspector.RawPaintProfilerLogItem>} log
57 WebInspector.PaintProfilerSnapshot._processAnnotations = function(log)
63 for (var i = 0; i < log.length; ++i) {
64 var method = log[i].method;
75 var key = String(log[i].params["key"]);
76 var value = String(log[i].params["value"]);
94 result.push(new WebInspector.PaintProfilerLogItem(log[i], i, commentGroupStack.peekLast()));
142 * @param {!Array.<!WebInspector.RawPaintProfilerLogItem>} log
144 function callbackWrapper(error, log)
151 callback(WebInspector.PaintProfilerSnapshot._processAnnotations(log));
[all...]
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dutility.js53 if (title) console.log(title);
54 console.log(JSON.stringify(obj, null, 2));
/external/chromium_org/v8/test/mjsunit/
H A Dtranscendentals.js40 assertTrue(Math.log(x) != Math.log(y));
/external/deqp/framework/platform/
H A DtcuMain.cpp48 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags());
50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine));
/external/libexif/libexif/
H A Dexif-loader.h27 #include <libexif/exif-log.h>
118 /*! Set the log message object used by this #ExifLoader.
120 * \param[in] log #ExifLog
122 void exif_loader_log (ExifLoader *loader, ExifLog *log);
/external/strace/qemu_multiarch_testing/hdc.dir/
H A Dinit217 ) 2>&1 | tee strace_build.log

Completed in 604 milliseconds

1234567891011>>