HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 51 - 75 of 2173) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/content/common/
page_zoom.cc 25 return std::log(factor) / std::log(kTextSizeMultiplierRatio);
  /external/eigen/test/eigen2/
runtest.sh 12 if make test_$1 > /dev/null 2> .runtest.log ; then
13 if ! ./test_$1 r20 > /dev/null 2> .runtest.log ; then
16 cat .runtest.log
25 cat .runtest.log
  /external/libpng/tests/
pngstest-error 8 if ./pngstest --strict --tmpfile "error" --log "$@" "$t"
  /external/okhttp/okio/src/test/java/okio/
MockSink.java 30 private final List<String> log = new ArrayList<String>(); field in class:MockSink
34 assertEquals(Arrays.asList(messages), log); local
38 assertTrue(log.contains(message));
46 IOException exception = callThrows.get(log.size() - 1);
51 log.add("write(" + source + ", " + byteCount + ")");
57 log.add("flush()");
62 log.add("deadline()");
67 log.add("close()");
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 38 import org.apache.commons.logging.Log;
59 private final Log log = LogFactory.getLog(getClass()); field in class:IdleConnectionHandler
82 if (log.isDebugEnabled()) {
83 log.debug("Adding connection at: " + timeAdded);
100 log.warn("Removing a connection that never existed!");
125 if (log.isDebugEnabled()) {
126 log.debug("Checking for connections, idleTimeout: " + idleTimeout);
137 if (log.isDebugEnabled()) {
138 log.debug("Closing connection, connection time: " + connectionTime)
    [all...]
  /external/lldb/source/API/
SBFileSpec.cpp 15 #include "lldb/Core/Log.h"
70 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
74 if (log)
75 log->Printf ("SBFileSpec(%p)::Exists () => %s", m_opaque_ap.get(), (result ? "true" : "false"));
97 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
98 if (log)
101 log->Printf ("SBFileSpec(%p)::GetFilename () => \"%s\"", m_opaque_ap.get(), s);
103 log->Printf ("SBFileSpec(%p)::GetFilename () => NULL", m_opaque_ap.get())
    [all...]
SBProcess.cpp 19 #include "lldb/Core/Log.h"
146 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
147 if (log) {
148 log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
193 if (log) {
196 log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(), sstr.GetData());
225 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
226 if (log) {
    [all...]
SBValue.cpp 23 #include "lldb/Core/Log.h"
111 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
129 if (log)
130 log->Printf ("SBValue(%p)::GetSP() => error: process is running", value_sp.get());
322 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
323 if (log)
326 log->Printf ("SBValue(%p)::GetName () => \"%s\"", value_sp.get(), name);
328 log->Printf ("SBValue(%p)::GetName () => NULL", value_sp.get())
    [all...]
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 99 TestLog& log = m_testCtx.getLog();
100 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens");
111 log << TestLog::EndSection;
113 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL implementation");
124 log << TestLog::EndSection;
129 TestLog& log = m_testCtx.getLog();
132 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
140 log << TestLog::EndSection;
142 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
150 log << TestLog::EndSection
    [all...]
  /external/chromium_org/extensions/browser/api/web_request/
web_request_time_tracker.cc 122 RequestTimeLog& log = request_time_logs_[request_id]; local
123 DCHECK(!log.completed);
126 RequestTimeLog& log = request_time_logs_[request_id]; local
127 log.request_start_time = start_time;
128 log.url = url;
129 log.profile = profile;
137 RequestTimeLog& log = request_time_logs_[request_id];
138 if (log.completed)
141 log.request_duration = end_time - log.request_start_time
165 RequestTimeLog& log = request_time_logs_[request_id]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.css 21 #log-banner {
29 #log-list h3 {
33 #log-list > div > * {
37 #log-list a:visited {
41 #log-list > div:not(:last-child) {
  /external/chromium_org/components/invalidation/
invalidation_logger_unittest.cc 71 InvalidationLogger log; local
74 log.RegisterObserver(&observer_test);
75 log.OnStateChange(syncer::INVALIDATIONS_ENABLED);
85 log.OnInvalidation(syncer::ObjectIdInvalidationMap());
93 log.UnregisterObserver(&observer_test);
100 InvalidationLogger log; local
103 log.RegisterObserver(&observer_test);
104 log.UnregisterObserver(&observer_test);
106 log.OnInvalidation(syncer::ObjectIdInvalidationMap());
107 log.OnStateChange(syncer::INVALIDATIONS_ENABLED)
123 InvalidationLogger log; local
160 InvalidationLogger log; local
222 InvalidationLogger log; local
262 InvalidationLogger log; local
    [all...]
  /external/libexif/libexif/
exif-log.h 1 /*! \file exif-log.h
2 * \brief Log message infrastructure
43 void exif_log_ref (ExifLog *log);
44 void exif_log_unref (ExifLog *log);
49 * \param[in] log #ExifLog
52 void exif_log_free (ExifLog *log);
61 /*! Return a textual description of the given class of error log.
64 * \return textual description of the log class
68 /*! Return a verbose description of the given class of error log.
71 * \return verbose description of the log clas
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/input.ime/basic/
main.js 9 console.log("Initializing IME");
12 console.log('onFocus:' + context.contextID);
16 console.log('onBlur:' + contextID);
21 console.log('onActivate:' + engineID);
24 console.log('onDeactivated:' + engineID);
29 console.log('onKeyEvent:' + keyData.key + " context: " + context_id);
  /external/chromium_org/content/shell/tools/plugin/Tests/
LeakWindowScriptableObject.cpp 26 log("Fail: Cannot fetch window script object");
34 log("Fail: Cannot query window.self");
38 log("Fail: window.self is not an object");
  /external/deqp/framework/common/
tcuImageCompare.hpp 39 COMPARE_LOG_EVERYTHING = 0, //!< Always log both reference, result and error mask.
40 COMPARE_LOG_RESULT, //!< If comparison passes, log result only. If fails, everything is written to log.
41 COMPARE_LOG_ON_ERROR, //!< If comparison passes, nothing is logged. If fails, everything is written to log.
47 bool pixelThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode logMode);
48 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode);
49 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode);
51 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode);
52 bool floatUlpThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode);
53 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, cons (…)
    [all...]
  /external/libnl/src/
nf-log.c 2 * src/nf-log.c Monitor netfilter log events
18 #include <netlink/netfilter/log.h>
22 struct nfnl_log *log; local
24 log = nfnl_log_alloc();
25 if (!log)
26 nl_cli_fatal(ENOMEM, "Unable to allocate log object");
28 return log;
56 struct nfnl_log *log; local
67 printf("Usage: nf-log family group [ copy_mode ]
    [all...]
  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
lightsymbols.cc 58 FILE* log = fopen("d:\\edisonn\\log.txt", "wt"); local
60 if (log) { fprintf(log, "build\n");fflush(log); }
93 if (log) { fprintf(log, "entries: %i\n", entries);fflush(log); }
105 if (log) { fprintf(log, "%i, %s", id, trimed); }
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 102 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log);
112 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log)
121 log << m_program;
545 TestLog& log = m_testCtx.getLog(); local
575 occluderData = RenderDataP(new RenderData (genOccluderGeometry(), m_renderCtx, log));
576 occludedData = RenderDataP(new RenderData (genOccludedGeometry(), m_renderCtx, log));
626 TestLog& log = m_testCtx.getLog(); local
639 log << TestLog::SampleList(name, desc);
643 log << TestLog::SampleInfo
653 log << TestLog::Sample << sample.workload << sample.order << sample.testTime << TestLog::EndSample
679 TestLog& log = m_testCtx.getLog(); local
835 TestLog& log = m_testCtx.getLog(); local
837 const RenderData occluderGeometry (genOccluderGeometry(), m_renderCtx, log); local
838 const RenderData occludedGeometry (genOccludedGeometry(), m_renderCtx, log); local
915 TestLog& log = m_testCtx.getLog(); local
917 const RenderData geom (genOccludedGeometry(), m_renderCtx, log); local
1142 TestLog& log = m_testCtx.getLog(); local
1174 TestLog& log = m_testCtx.getLog(); local
1206 TestLog& log = m_testCtx.getLog(); local
1235 TestLog& log = m_testCtx.getLog(); local
1264 TestLog& log = m_testCtx.getLog(); local
1293 TestLog& log = m_testCtx.getLog(); local
1340 TestLog& log = m_testCtx.getLog(); local
1376 TestLog& log = m_testCtx.getLog(); local
1469 TestLog& log = m_testCtx.getLog(); local
1499 TestLog& log = m_testCtx.getLog(); local
1531 TestLog& log = m_testCtx.getLog(); local
1563 TestLog& log = m_testCtx.getLog(); local
1593 TestLog& log = m_testCtx.getLog(); local
1623 TestLog& log = m_testCtx.getLog(); local
1653 TestLog& log = m_testCtx.getLog(); local
1683 TestLog& log = m_testCtx.getLog(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
logs.js 9 log = 0,
37 QUnit.log = function(context) {
38 log++;
42 var logs = ["begin", "testStart", "testDone", "log", "moduleStart", "moduleDone", "done"];
45 var log = logs[i],
46 logger = QUnit[log];
47 QUnit[log] = function() {
48 console.log(log, arguments);
85 equal(log, 12)
    [all...]
  /external/lldb/source/Target/
ThreadPlan.cpp 19 #include "lldb/Core/Log.h"
98 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
106 if (log)
107 log->Printf ("ThreadPlan::ShouldReportStop() returning previous thread plan vote: %s",
112 if (log)
113 log->Printf ("ThreadPlan::ShouldReportStop() returning vote: %s", GetVoteAsCString (m_stop_vote));
154 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
156 if (log)
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 12 #include "lldb/Core/Log.h"
305 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
307 if (log)
309 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str());
310 log->Printf(" Data region : %llx", (unsigned long long)address);
311 log->Printf(" Ref region : %llx", (unsigned long long)data_address);
429 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
457 if (log)
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 49 import org.apache.maven.plugin.logging.Log;
120 * If set to true, the generated parser code will log rule entry and exit points
247 Log log = getLog(); local
252 if (log.isDebugEnabled()) {
258 log.debug("ANTLR: Exclude: " + e);
265 log.debug("ANTLR: Include: " + e);
270 log.debug("ANTLR: Output: " + outputDirectory);
274 log.debug("ANTLR: Library: " + libDirectory);
278 log.debug("ANTLR: report : " + report)
    [all...]
  /cts/tests/tests/opengl/libopengltest/
attach_shader_eight.h 24 #include <android/log.h>
attach_shader_eleven.h 20 #include <android/log.h>

Completed in 2154 milliseconds

1 23 4 5 6 7 8 91011>>