Searched defs:log (Results 476 - 500 of 613) sorted by relevance

<<11121314151617181920>>

/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp409 void log (tcu::TestLog& dst) const { dst << m_program; } function in class:deqp::gls::ShaderExecUtil::VertexProcessorExecutor
600 void log (tcu::TestLog& dst) const { dst << m_program; } function in class:deqp::gls::ShaderExecUtil::FragmentShaderExecutor
845 void log (tcu::TestLog& dst) const { dst << m_program; } function in class:deqp::gls::ShaderExecUtil::BufferIoExecutor
H A DglsShaderRenderCase.cpp393 TestLog& log = m_testCtx.getLog(); local
409 log << *m_program; // Always log shader program.
H A DglsUniformBlockCase.cpp1395 TestLog& log = m_testCtx.getLog(); local
1434 log << program;
1447 // Print layout to log.
1448 log << TestLog::Section("ActiveUniformBlocks", "Active Uniform Blocks");
1450 log << TestLog::Message << blockNdx << ": " << glLayout.blocks[blockNdx] << TestLog::EndMessage;
1451 log << TestLog::EndSection;
1453 log << TestLog::Section("ActiveUniforms", "Active Uniforms");
1455 log << TestLog::Message << uniformNdx << ": " << glLayout.uniforms[uniformNdx] << TestLog::EndMessage;
1456 log << TestLog::EndSection;
1577 TestLog& log local
1656 TestLog& log = m_testCtx.getLog(); local
1730 TestLog& log = m_testCtx.getLog(); local
1787 TestLog& log = m_testCtx.getLog(); local
1824 TestLog& log = m_testCtx.getLog(); local
1868 tcu::TestLog& log = m_testCtx.getLog(); local
1893 tcu::TestLog& log = m_testCtx.getLog(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jar ... .txt about_files/NOTICE.txt org/apache/commons/logging/Log.class Log.java package org.apache. ...
H A Djavax.servlet_2.5.0.v200910301333.jar ... abstract java.util.Enumeration getServletNames () public abstract void log (java.lang.String) public abstract void log (java ...
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar ... debug (java.lang.String) String s static void log (java.lang.Exception) Exception e static void log ...
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/fio/
H A Dserver.c1163 static int fio_send_iolog_gz(struct cmd_iolog_pdu *pdu, struct io_log *log) argument
1171 * Dirty - since the log is potentially huge, compress it into
1186 stream.next_in = (void *) log->log;
1187 stream.avail_in = log->nr_samples * sizeof(struct io_sample);
1219 int fio_send_iolog(struct thread_data *td, struct io_log *log, const char *name) argument
1225 pdu.nr_samples = __cpu_to_le32(log->nr_samples);
1226 pdu.log_type = cpu_to_le32(log->log_type);
1232 for (i = 0; i < log->nr_samples; i++) {
1233 struct io_sample *s = &log
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp117 // 53*log(2)/log(10) = 15.95
472 IntlTest::gTest->log( message );
806 * Adds given string to the log if we are in verbose mode.
808 void IntlTest::log( const UnicodeString &message ) function in class:IntlTest
816 * Adds given string to the log if we are in verbose mode. Adds a new line to
834 * Unconditionally adds given string to the log.
842 * Unconditionally adds given string to the log. Adds a new line to
926 void IntlTest::log(const char *fmt, ...) function in class:IntlTest
936 log(UnicodeStrin
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp885 const bool log = false; local
886 if (log)
905 //if ( log ) fprintf(stderr, "\tmid=%d, low=%d, high=%d, *mid=0x%08X\n",
928 if (log)
947 if (log)
976 if (log)
984 if (log)
1001 if (log)
1072 if (log)
1113 if (log)
[all...]
/external/libvpx/libvpx/tools/
H A Dcpplint.py47 import math # for log namespace
840 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
980 We log where the error was found, and also our confidence in the error,
/external/lldb/source/Core/
H A DDataExtractor.cpp2021 Log *log,
2030 if (log == NULL)
2044 log->Printf("%s", sstr.GetData());
2071 log->Printf("%s", sstr.GetData());
2019 PutToLog( Log *log, offset_t start_offset, offset_t length, uint64_t base_addr, uint32_t num_per_line, DataExtractor::Type type, const char *format ) const argument
H A DModule.cpp27 #include "lldb/lldb-private-log.h"
159 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_OBJECT|LIBLLDB_LOG_MODULES));
160 if (log)
161 log->Printf ("%p Module::Module((%s) '%s%s%s%s')",
209 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_OBJECT|LIBLLDB_LOG_MODULES));
210 if (log)
211 log->Printf ("%p Module::Module((%s) '%s%s%s%s')",
234 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_OBJECT|LIBLLDB_LOG_MODULES));
235 if (log)
236 log
1020 LogMessage(Log *log, const char *format, ...) argument
1036 LogMessageVerboseBacktrace(Log *log, const char *format, ...) argument
[all...]
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp798 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER));
799 if (log)
800 log->Printf ("Adding %d modules.\n", image_infos_count);
823 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER));
829 if (log)
831 log->Printf ("Adding new image at address=0x%16.16" PRIx64 ".", image_infos[idx].address);
832 image_infos[idx].PutToLog (log);
916 if (log)
917 loaded_module_list.LogUUIDAndPaths (log, "DynamicLoaderMacOSXDYLD::ModulesDidLoad");
927 Log *log(lldb_privat
1398 PutToLog(Log *log, lldb::addr_t slide) const argument
[all...]
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp624 RegisterContextDarwin_arm::LogDBGRegisters (Log *log, const DBG& dbg) argument
626 if (log)
629 log->Printf("BVR%-2u/BCR%-2u = { 0x%8.8x, 0x%8.8x } WVR%-2u/WCR%-2u = { 0x%8.8x, 0x%8.8x }",
991 // if (log) log->Printf ("DBGDIDR=0x%8.8x (number BRP pairs = %u)", register_DBGDIDR, g_num_supported_hw_breakpoints);
1036 // if (log) log->Printf ("RegisterContextDarwin_arm::EnableHardwareBreakpoint( addr = %8.8p, size = %u ) - BVR%u/BCR%u = 0x%8.8x / 0x%8.8x (Thumb)",
1051 // if (log) log->Printf ("RegisterContextDarwin_arm::EnableHardwareBreakpoint( addr = %8.8p, size = %u ) - BVR%u/BCR%u = 0x%8.8x / 0x%8.8x (ARM)",
1061 // if (log) lo
[all...]
H A DRegisterContextDarwin_i386.cpp438 RegisterContextDarwin_i386::LogGPR(Log *log, const char *title) argument
440 if (log)
443 log->Printf ("%s", title);
447 log->Printf("%12s = 0x%8.8x", g_register_infos[reg].name, (&gpr.eax)[reg]);
H A DRegisterContextDarwin_x86_64.cpp480 RegisterContextDarwin_x86_64::LogGPR(Log *log, const char *format, ...) argument
482 if (log)
488 log->VAPrintf (format, args);
494 log->Printf("%12s = 0x%16.16" PRIx64, g_register_infos[reg].name, (&gpr.rax)[reg]);
/external/lldb/source/Target/
H A DProcess.cpp14 #include "lldb/lldb-private-log.h"
669 Log *log,
688 if (log && (error.Fail() || log))
689 error.PutToLog(log, "posix_spawn_file_actions_addclose (action=%p, fd=%i)",
703 if (log && (error.Fail() || log))
704 error.PutToLog(log, "posix_spawn_file_actions_adddup2 (action=%p, fd=%i, dup_fd=%i)",
727 if (error.Fail() || log)
728 error.PutToLog(log,
667 AddPosixSpawnFileAction(posix_spawn_file_actions_t *file_actions, const FileAction *info, Log *log, Error& error) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3555 ScopedMemoryLog log; local
3557 errors = log.GetMessages(ERROR);
3808 ScopedMemoryLog log; local
3810 errors = log.GetMessages(ERROR);
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp304 int log = get_float_exp(dsqd/(gSubdivTol*gSubdivTol)) + 1; local
305 log = SkTMin(SkTMax(0, log), kMaxSub);
306 return log;
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dcommons-logging-1.1.1.jar ... Object implements org.apache.commons.logging.Log { private static org.apache.avalon.framework. ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jar ... Object implements org.apache.commons.logging.Log { private static org.apache.avalon.framework. ...
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc148 const BoundNetLog& log,
158 log_(log),
608 BoundNetLog log; local
611 session->spdy_session_pool()->FindAvailableSession(key, log);
890 BoundNetLog log; local
915 out.rv = trans1->Start(&httpreq1, callback1.callback(), log);
917 out.rv = trans2->Start(&httpreq2, callback2.callback(), log);
919 out.rv = trans3->Start(&httpreq3, callback3.callback(), log);
978 BoundNetLog log; local
998 out.rv = trans1->Start(&httpreq1, callback1.callback(), log);
146 NormalSpdyTransactionHelper(const HttpRequestInfo& request, RequestPriority priority, const BoundNetLog& log, SpdyNetworkTransactionTestParams test_params, SpdySessionDependencies* session_deps) argument
1065 BoundNetLog log; local
1189 BoundNetLog log; local
1330 BoundNetLog log; local
1467 BoundNetLog log; local
1602 BoundNetLog log; local
3737 CapturingBoundNetLog log; local
4529 BoundNetLog log; local
4531 log, GetParam(), NULL); local
[all...]

Completed in 642 milliseconds

<<11121314151617181920>>