Searched defs:log (Results 151 - 175 of 613) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libxml/src/
H A Dcheck-relaxng-test-suite.py20 LOG="check-relaxng-test-suite.log"
23 log = open(LOG, "w") variable
36 global log
37 log.write("%s%s" % (ctx, str))
52 log.write("Resolver failure: asked %s\n" % (URL))
53 log.write("resources: %s\n" % (resources))
65 # log.write("Could not parse %s" % (RES))
71 global log
88 log.write("\nFailed to parse correct instance:\n-----\n")
89 log
[all...]
H A Dcheck-relaxng-test-suite2.py19 LOG="check-relaxng-test-suite2.log"
21 log = open(LOG, "w") variable
39 log.write("Resolver failure: asked %s\n" % (URL))
40 log.write("resources: %s\n" % (resources))
52 # log.write("Could not parse %s" % (RES))
58 global log
78 log.write("\nFailed to parse correct instance:\n-----\n")
79 log.write(instance)
80 log.write("\n-----\n")
100 log
[all...]
H A Dcheck-xml-test-suite.py18 LOG="check-xml-test-suite.log"
20 log = open(LOG, "w") variable
76 global log
94 log.write("%s: error: Well Formedness error not detected\n" % (id))
101 global log
120 log.write("%s: error: Well Formedness error not detected\n" % (id))
127 global log
147 log.write("%s: error: Well Formedness error not detected\n" % (id))
154 global log
172 log
[all...]
H A Dcheck-xsddata-test-suite.py20 LOG="check-xsddata-test-suite.log"
22 log = open(LOG, "w") variable
35 global log
36 log.write("%s%s" % (ctx, str))
49 log.write("Resolver failure: asked %s\n" % (URL))
50 log.write("resources: %s\n" % (resources))
57 global log
77 log.write("\nFailed to parse correct instance:\n-----\n")
78 log.write(instance)
79 log
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp59 std::string log;
60 llvm::raw_string_ostream s_log(log);
81 throw build_error(log);
100 std::string log; local
101 llvm::raw_string_ostream s_log(log);
132 throw build_error(log);
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py144 from distutils import log namespace
146 log.warn("""
162 log.warn("Downloading %s", url)
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.cc58 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, "
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.cc46 int log = 0; local
52 log += shift;
56 return log;
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py55 # produce log and alog tables, needed for multiplying in the
64 log = [0] * 256 variable
66 log[alog[i]] = i
72 return alog[(log[a & 0xFF] + log[b & 0xFF]) % 255]
78 j = alog[255 - log[i]]
126 AA[i][j] = alog[(255 + log[AA[i][j] & 0xFF] - log[pivot & 0xFF]) % 255]
193 del log
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dtest.cc131 CodecTest::SetLog(std::fstream* log) argument
133 _log = log;
/external/chromium_org/tools/perf/page_sets/endure/
H A Dindexeddb_app_worker.js26 function log(message) { function
100 log('offline');
112 log('online');
124 log('sync ' + sync_id + ' started');
127 log('sync ' + sync_id +
145 log('sync ' + sync_id + ' finished');
158 log('combine ' + combine_id + ' started');
181 log('combine ' + combine_id +
195 log('combine # ' + combine_id +
199 log('combin
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_dispatcher.js84 this.log('initialized with URL filter ' + this.parserRegexp_);
114 * Send a log message to the caller.
116 * Callers must not parse log messages for control flow.
119 MetadataDispatcher.prototype.log = function(var_args) {
121 this.postMessage('log', ary);
125 * Send a log message to the caller only if this.verbose is true.
130 this.log.apply(this, arguments);
152 this.log('Unknown message from client: ' + data.verb, data);
/external/chromium_org/v8/src/
H A Dlog-utils.cc7 #include "src/log-utils.h"
29 // --log-all enables all the log flags.
40 // --prof implies --log-code.
43 // If we're logging anything, we need to open the log file.
93 Log::MessageBuilder::MessageBuilder(Log* log) argument
94 : log_(log),
/external/conscrypt/src/main/java/org/conscrypt/
H A DAbstractSessionContext.java231 log(e);
234 log(e);
250 log(new AssertionError("Unexpected type ID: " + type));
269 log(e);
301 static void log(Throwable t) { method in class:AbstractSessionContext
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java95 logFile.delete(); // Remove log file left by previous session
111 throw new Exception("Timeout while waiting for log file");
158 Log.w(LOG_TAG, "Got exception while closing log", e);
193 public void testLogData (String log) throws InterruptedException argument
199 while (log != null)
203 if (log.length() > chunkSize)
205 message = log.substring(0, chunkSize);
206 log = log.substring(chunkSize);
210 message = log;
[all...]
/external/deqp/framework/egl/
H A DegluCallLogWrapper.cpp35 CallLogWrapper::CallLogWrapper (TestLog& log) argument
36 : m_log (log)
/external/deqp/modules/egl/
H A DteglCreateContextTests.cpp66 TestLog& log = m_testCtx.getLog(); local
94 log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id << TestLog::EndMessage;
104 log << TestLog::Message << " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog::EndMessage;
111 log << TestLog::Message << " Pass" << TestLog::EndMessage;
H A DteglInfoTests.cpp84 tcu::TestLog& log = m_testCtx.getLog(); local
97 log << TestLog::Message << " Fail, first part of the string must be in the format <major_version.minor_version>" << TestLog::EndMessage;
107 log << TestLog::Message << " Fail, version numer (" << stringMajor << "." << stringMinor
H A DteglSurfacelessContextTests.cpp73 TestLog& log = m_testCtx.getLog(); local
109 log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id << TestLog::EndMessage;
123 log << TestLog::Message << " eglMakeCurrent() failed with EGL_BAD_MATCH. Context doesn't support surfaceless mode." << TestLog::EndMessage;
129 log << TestLog::Message << " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog::EndMessage;
139 log << TestLog::Message << " Pass" << TestLog::EndMessage;
H A DteglTestPackage.cpp148 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/performance/
H A Des2pBlendTests.cpp79 TestLog& log = m_testCtx.getLog(); local
81 log << TestLog::Message << "modeRGB: " << glu::getBlendEquationStr(m_modeRGB) << TestLog::EndMessage;
82 log << TestLog::Message << "modeAlpha: " << glu::getBlendEquationStr(m_modeAlpha) << TestLog::EndMessage;
83 log << TestLog::Message << "srcRGB: " << glu::getBlendFactorStr(m_srcRGB) << TestLog::EndMessage;
84 log << TestLog::Message << "dstRGB: " << glu::getBlendFactorStr(m_dstRGB) << TestLog::EndMessage;
85 log << TestLog::Message << "srcAlpha: " << glu::getBlendFactorStr(m_srcAlpha) << TestLog::EndMessage;
86 log << TestLog::Message << "dstAlpha: " << glu::getBlendFactorStr(m_dstAlpha) << TestLog::EndMessage;
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp79 TestLog& log = m_testCtx.getLog(); local
81 log << TestLog::Message << "modeRGB: " << glu::getBlendEquationStr(m_modeRGB) << TestLog::EndMessage;
82 log << TestLog::Message << "modeAlpha: " << glu::getBlendEquationStr(m_modeAlpha) << TestLog::EndMessage;
83 log << TestLog::Message << "srcRGB: " << glu::getBlendFactorStr(m_srcRGB) << TestLog::EndMessage;
84 log << TestLog::Message << "dstRGB: " << glu::getBlendFactorStr(m_dstRGB) << TestLog::EndMessage;
85 log << TestLog::Message << "srcAlpha: " << glu::getBlendFactorStr(m_srcAlpha) << TestLog::EndMessage;
86 log << TestLog::Message << "dstAlpha: " << glu::getBlendFactorStr(m_dstAlpha) << TestLog::EndMessage;
/external/deqp/modules/gles3/stress/
H A Des3sSyncTests.cpp161 TestLog& log = m_testCtx.getLog(); local
166 tcu::ScopedLogSection section (log, header, header);
187 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glDrawArrays and glFenceSync calls done here." << TestLog::EndMessage;
196 log << TestLog::Message << "// Draws performed, sync objects created." << TestLog::EndMessage;
204 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glWaitSync calls done here." << TestLog::EndMessage;
206 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glClientWaitSync calls done here." << TestLog::EndMessage;
226 case GL_WAIT_FAILED: log << TestLog::Message << "// glClientWaitSync returned GL_WAIT_FAILED" << TestLog::EndMessage; testOk = false; break;
238 log << TestLog::Message << "// NOT LOGGED: " << m_numSyncs << " glDeleteSync calls done here." << TestLog::EndMessage;
255 log << TestLog::Message << "// Test result: " << (testOk ? "Passed!" : "Failed!") << TestLog::EndMessage;
263 log << TestLo
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp50 tcu::TestLog& log,
53 : glu::CallLogWrapper (renderCtx.getFunctions(), log)
47 NegativeTestContext(ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLogging_) argument
/external/deqp/modules/internal/
H A DditFrameworkTests.cpp71 TestLog& log = m_testCtx.getLog(); local
75 log << TestLog::Message << "Input:\n\"" << m_caseList << "\"" << TestLog::EndMessage;
95 log << TestLog::Message << "Checking \"" << curCase.path << "\""
105 log << TestLog::Message << " pass" << TestLog::EndMessage;
109 log << TestLog::Message << " FAIL!" << TestLog::EndMessage;
135 TestLog& log = m_testCtx.getLog(); local
138 log << TestLog::Message << "Input:\n\"" << m_caseList << "\"" << TestLog::EndMessage;

Completed in 589 milliseconds

1234567891011>>