Searched defs:log (Results 251 - 275 of 613) sorted by relevance

<<11121314151617181920>>

/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp93 TestLog& log = m_testCtx.getLog(); local
130 log << TestLog::Message << "Size: " << width << "x" << height << TestLog::EndMessage;
131 log << TestLog::Message << "Format: " <<glu::getPixelFormatName(m_internalFormat) << TestLog::EndMessage;
132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
133 log << TestLog::Message << "Wrap: " << glu::getTextureWrapModeStr(m_wrapS) << " / " << glu::getTextureWrapModeStr(m_wrapT) << TestLog::EndMessage;
134 log << TestLog::Message << "Filter: " << glu::getTextureFilterStr(m_minFilter) << " / " << glu::getTextureFilterStr(m_magFilter) << TestLog::EndMessage;
135 log << TestLog::Message << "Mipmaps: " << (mipmaps ? "true" : "false") << TestLog::EndMessage;
136 log << TestLog::Message << "Using additive blending." << TestLog::EndMessage;
/external/deqp/modules/gles3/stress/
H A Des3sOcclusionQueryTests.cpp148 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;
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp135 TestLog& log = m_testCtx.getLog(); local
159 log << TestLog::Message
176 log << TestLog::Message << "Creating a framebuffer object for each layer-face" << TestLog::EndMessage;
193 log << TestLog::Message << "Rendering test images to layer-faces in randomized order" << TestLog::EndMessage;
H A Des31fFboTestCase.cpp64 TestLog& log = m_testCtx.getLog(); local
80 log << TestLog::Message << "Rendering with GL driver" << TestLog::EndMessage;
85 sglr::GLContext context(renderCtx, log, 0, tcu::IVec4(x, y, width, height));
100 log << e;
108 log << TestLog::Message << "Rendering reference image" << TestLog::EndMessage;
H A Des31fSampleVariableTests.cpp52 virtual void logInfo (tcu::TestLog& log) const = 0;
76 void logInfo (tcu::TestLog& log) const
79 log << tcu::TestLog::Message
113 void logInfo (tcu::TestLog& log) const
115 log << tcu::TestLog::Message << "Expecting color c = (0.0, x, 1.0), x > 0.0" << tcu::TestLog::EndMessage;
132 void logInfo (tcu::TestLog& log) const
134 log << tcu::TestLog::Message << "Expecting zero-valued red channel." << tcu::TestLog::EndMessage;
144 void logInfo (tcu::TestLog& log) const;
177 void SampleAverageVerifier::logInfo (tcu::TestLog& log) const
179 log << tc
202 verifyImageWithVerifier(const tcu::Surface& resultImage, tcu::TestLog& log, const Verifier& verifier, bool logOnSuccess = true) argument
[all...]
H A Des31fShaderBuiltinConstantTests.cpp187 static void logVarValue (tcu::TestLog& log, const std::string& varName, DataType value) argument
189 log << TestLog::Message << varName << " = " << value << TestLog::EndMessage;
193 void logVarValue<int> (tcu::TestLog& log, const std::string& varName, int value) argument
195 log << TestLog::Integer(varName, varName, "", QP_KEY_TAG_NONE, value);
209 shaderExecutor->log(m_testCtx.getLog());
222 shaderExecutor->log(m_testCtx.getLog());
H A Des31fShaderMultisampleInterpolationTests.cpp50 static bool verifyGreenImage (const tcu::Surface& image, tcu::TestLog& log) argument
54 log << tcu::TestLog::Message << "Verifying result image, expecting green." << tcu::TestLog::EndMessage;
69 log << tcu::TestLog::Image("ResultImage", "Result Image", image.getAccess())
74 log << tcu::TestLog::Image("ResultImage", "Result Image", image.getAccess())
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.hpp55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes);
118 BufferWriterBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
137 BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType);
155 BufferSubDataWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(renderCtx, log) {} argument
167 BufferWriteMapWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(renderCtx, log) {} argument
194 BufferVerifierBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
214 BufferVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log, VerifyType verifyType);
234 BufferMapVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log) argument
[all...]
H A DglsSamplerObjectTest.cpp246 tcu::TestLog& log = m_testCtx.getLog(); local
247 log << *m_program;
554 tcu::TestLog& log = m_testCtx.getLog(); local
568 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
570 if (!pixelThresholdCompare (log, "Texture render result", "Result from rendering with texture state", textureRef, textureResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT))
765 tcu::TestLog& log = m_testCtx.getLog(); local
767 log << *m_program;
1145 tcu::TestLog& log = m_testCtx.getLog(); local
1159 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
1161 if (!pixelThresholdCompare (log, "Textur
[all...]
H A DglsShaderPerformanceCase.cpp118 static void logRenderTargetInfo (TestLog& log, const tcu::RenderTarget& renderTarget) argument
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_progra
[all...]
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h28 * \sa class MatrixFunctionAtomic, MatrixBase::log()
84 using std::log;
87 result(0,0) = log(A(0,0));
102 using std::log;
104 Scalar logA00 = log(A(0,0));
105 Scalar logA11 = log(A(1,1));
417 * MatrixBase::log() and most of the time this is the only way it
478 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const function in class:Eigen::MatrixBase
/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java396 final Logger log = Logger.getLogger ();
397 final boolean trace1 = log.atTRACE1 ();
398 final boolean trace2 = log.atTRACE2 ();
420 if (trace1) log.trace1 (method, "[" + file + "]: file length = " + length);
445 if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ());
458 if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength + " and type " + type);
462 if (trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms");
492 log.trace1 (method, "[" + file + "]: file processed in " + (end - start) + " ms");
505 final Logger log = Logger.getLogger ();
506 final boolean trace1 = log
708 writeEntry(final Logger log, final RandomAccessFile raf, final long marker, final IMergeable data, final byte type) argument
[all...]
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java41 * Every log message is structured as follows:
54 * PrintWriter in a single log call will be done in one atomic print() step.
71 throw new IllegalArgumentException ("invalid log level: " + level);
125 * log() or convenience logging methods directly incurs significant
177 * A convenience method to log 'msg' from an anonymous calling method
180 * @param msg log message [ignored if null]
188 * A convenience method to log 'msg' from an anonymous calling method
191 * @param msg log message [ignored if null]
199 * A convenience method to log 'msg' from an anonymous calling method
202 * @param msg log messag
250 public final void log (final int level, final String msg, final boolean logCaller) method in class:Logger
263 public final void log (final int level, final String method, final String msg, final boolean logCaller) method in class:Logger
277 public final void log (final int level, final String msg, final Throwable throwable) method in class:Logger
292 public final void log (final int level, final String method, final String msg, final Throwable throwable) method in class:Logger
[all...]
/external/fio/
H A Diolog.h40 * Dynamically growing data sample log
48 struct io_sample *log; member in struct:io_log
53 * If we fail extending the log, stop collecting more entries.
/external/fio/lib/
H A Daxmap.c54 static unsigned long ulog64(unsigned long val, unsigned int log) argument
56 while (log-- && val)
/external/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) argument
248 log->errln("Double format error for locale " + locale +
256 log->errln("int32_t format error for locale " + locale +
264 log->errln("int64_t format error for locale " + locale +
270 void Win32NumberTest::testLocales(TestLog *log) argument
298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
/external/libcxxabi/src/Unwind/
H A DDwarfInstructions.hpp220 const bool log = false; local
225 if (log)
232 if (log) {
247 if (log)
255 if (log)
264 if (log)
273 if (log)
282 if (log)
291 if (log)
300 if (log)
[all...]
H A Dlibunwind.cpp347 static bool log = false; local
349 log = (getenv("LIBUNWIND_PRINT_APIS") != NULL);
352 return log;
359 static bool log = false; local
361 log = (getenv("LIBUNWIND_PRINT_UNWINDING") != NULL);
364 return log;
/external/libexif/libexif/
H A Dexif-loader.c83 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) argument
431 exif_log_unref (loader->log);
[all...]
/external/libnl/lib/netfilter/
H A Dlog_obj.c17 #include <netlink/netfilter/log.h>
31 struct nfnl_log *log = (struct nfnl_log *) a; local
36 if (log->ce_mask & LOG_ATTR_GROUP)
37 nl_dump(p, "group=%u ", log->log_group);
39 if (log->ce_mask & LOG_ATTR_COPY_MODE)
41 nfnl_log_copy_mode2str(log->log_copy_mode,
44 if (log->ce_mask & LOG_ATTR_COPY_RANGE)
45 nl_dump(p, "copy_range=%u ", log->log_copy_range);
47 if (log->ce_mask & LOG_ATTR_FLUSH_TIMEOUT)
48 nl_dump(p, "flush_timeout=%u ", log
87 nfnl_log_get(struct nfnl_log *log) argument
92 nfnl_log_put(struct nfnl_log *log) argument
104 nfnl_log_set_group(struct nfnl_log *log, uint16_t group) argument
110 nfnl_log_test_group(const struct nfnl_log *log) argument
115 nfnl_log_get_group(const struct nfnl_log *log) argument
120 nfnl_log_set_copy_mode(struct nfnl_log *log, enum nfnl_log_copy_mode mode) argument
126 nfnl_log_test_copy_mode(const struct nfnl_log *log) argument
131 nfnl_log_get_copy_mode(const struct nfnl_log *log) argument
136 nfnl_log_set_copy_range(struct nfnl_log *log, uint32_t copy_range) argument
142 nfnl_log_test_copy_range(const struct nfnl_log *log) argument
147 nfnl_log_get_copy_range(const struct nfnl_log *log) argument
152 nfnl_log_set_flush_timeout(struct nfnl_log *log, uint32_t timeout) argument
158 nfnl_log_test_flush_timeout(const struct nfnl_log *log) argument
163 nfnl_log_get_flush_timeout(const struct nfnl_log *log) argument
168 nfnl_log_set_alloc_size(struct nfnl_log *log, uint32_t alloc_size) argument
174 nfnl_log_test_alloc_size(const struct nfnl_log *log) argument
179 nfnl_log_get_alloc_size(const struct nfnl_log *log) argument
184 nfnl_log_set_queue_threshold(struct nfnl_log *log, uint32_t threshold) argument
190 nfnl_log_test_queue_threshold(const struct nfnl_log *log) argument
195 nfnl_log_get_queue_threshold(const struct nfnl_log *log) argument
205 nfnl_log_set_flags(struct nfnl_log *log, unsigned int flags) argument
211 nfnl_log_unset_flags(struct nfnl_log *log, unsigned int flags) argument
[all...]
/external/libunwind/tests/
H A Dtest-coredump-unwind.c102 * can produce log messages simultaneously. */
157 /* It's a macro, not function, since it collides with log() from math.h */
158 #undef log macro
159 #define log(...) log_msg(__VA_ARGS__) macro
355 log("step");
357 log("step done:%d", ret);
363 log("stepping ended");
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh30 echo "at the configure error log file ($logfile) to determine what"
37 log(){ function
43 log BEGIN $1
45 log END $1
51 log "$@"
78 --log=yes|no|FILE file configure log is written to [config.log]
285 log "$@"
290 log check_c
[all...]
/external/lldb/source/API/
H A DSBListener.cpp41 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.8x",
191 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
192 if (log)
196 log
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h92 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
226 static bool DumpOpcodes(lldb_private::Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t line_offset = DW_INVALID_OFFSET, uint32_t dump_flags = 0); // If line_offset is invalid, dump everything
227 static bool DumpLineTableRows(lldb_private::Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t line_offset = DW_INVALID_OFFSET); // If line_offset is invalid, dump everything
231 static dw_offset_t DumpStatementTable(lldb_private::Log *log, const lldb_private::DataExtractor& debug_line_data, const dw_offset_t line_offset);
232 static dw_offset_t DumpStatementOpcodes(lldb_private::Log *log, cons
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DESDescriptor.java63 private static Logger log = Logger.getLogger(ESDescriptor.class.getName()); field in class:ESDescriptor
110 log.finer(descriptor + " - ESDescriptor1 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
127 log.finer(descriptor + " - ESDescriptor2 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
139 log.warning("SLConfigDescriptor is missing!");
146 log.finer(descriptor + " - ESDescriptor3 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));

Completed in 467 milliseconds

<<11121314151617181920>>