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

<<11121314151617181920>>

  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.cpp 50 tcu::TestLog& log,
53 : glu::CallLogWrapper (renderCtx.getFunctions(), log)
  /external/dnsmasq/src/
Android.mk 6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordClass.java 116 logger.log(Level.WARNING, "Could not find record class for name: " + name);
129 logger.log(Level.WARNING, "Could not find record class for index: " + index);
  /external/libcxx/test/numerics/complex.number/complex.transcendentals/
log10.pass.cpp 42 std::complex<double> z = log(x[i])/std::log(10);
  /external/libexif/libexif/
exif-content.h 37 #include <libexif/exif-log.h>
134 /*! Set the log message object for this IFD.
137 * \param[in] log #ExifLog*
139 void exif_content_log (ExifContent *content, ExifLog *log);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
PERF-VERSION-GEN 21 CID=$(git log -1 --abbrev=4 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID"
  /external/lldb/include/lldb/Core/
Error.h 25 class Log;
160 /// Log an error to Log().
162 /// Log the error given a formatted string \a format. If the this
178 PutToLog (Log *log, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
181 /// Log an error to Log() if the error value is an error.
183 /// Log the error given a formatted string \a format only if the
199 LogIfError (Log *log, const char *format, ...) __attribute__ ((format (printf, 3, 4)))
    [all...]
  /external/lldb/source/Core/
Error.cpp 17 #include "lldb/Core/Log.h"
177 // Log the error given a string with format. If the this object
186 Error::PutToLog (Log *log, const char *format, ...)
203 if (log)
204 log->Error("%s", m_string.c_str());
208 if (log)
209 log->Printf("%s err = 0x%8.8x", arg_msg, m_code);
216 // Log the error given a string with format. If the this object
225 Error::LogIfError (Log *log, const char *format, ...
    [all...]
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 43 virtual void log(StringRef Text) = 0;
46 virtual void logf(const LogBuilder &Log) = 0;
49 virtual void logd(const DiffLogBuilder &Log) = 0;
84 void log(StringRef text) override;
85 void logf(const LogBuilder &Log) override;
86 void logd(const DiffLogBuilder &Log) override;
DifferenceEngine.h 66 void log(StringRef text) { function in class:llvm::DifferenceEngine
67 consumer.log(text);
  /external/llvm/utils/git-svn/
git-svnrevert 24 ONE_LINE_MSG=$(git log --oneline $COMMIT -1 | cut -f2- -d " ")
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ExtensionDescriptor.java 34 private static Logger log = Logger.getLogger(ExtensionDescriptor.class.getName()); field in class:ExtensionDescriptor
51 log.finest("pos:" + pos);
  /external/objenesis/tck/src/org/objenesis/tck/
TextReporter.java 67 private final PrintStream log; field in class:TextReporter
89 * @param log Any additional information, useful for diagnostics.
91 public TextReporter(PrintStream summary, PrintStream log) {
93 this.log = log;
199 log.println("--- Candidate '" + element.candidateDescription + "', Instantiator '"
201 element.exception.printStackTrace(log);
202 log.println();
205 log.println();
  /external/chromium_org/content/browser/resources/media/
peer_connection_update_table.js 38 * Maintains the peer connection update log table.
52 this.UPDATE_LOG_ID_SUFFIX_ = '-update-log';
59 this.UPDATE_LOG_CONTAINER_CLASS_ = 'update-log-container';
66 this.UPDATE_LOG_TABLE_CLASS = 'update-log-table';
102 * Makes sure the update log table of the peer connection is created.
105 * @return {!Element} The log table element.
122 '<th class="update-log-header-event">Event</th></tr>';
  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 241 TestLog& log = m_testCtx.getLog(); local
256 log << TestLog::Message << "Dithering is " << (m_ditheringEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
263 log << TestLog::Message << "Drawing a " << (isVerticallyIncreasing ? "vertically" : "horizontally") << " increasing gradient" << TestLog::EndMessage;
275 log << TestLog::Image(isVerticallyIncreasing ? "VerGradient" : "HorGradient",
298 log << TestLog::Message << "First failure at pixel (" << x << ", " << y << ") (not printing further errors)" << TestLog::EndMessage;
309 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
332 log << TestLog::Message
351 TestLog& log = m_testCtx.getLog(); local
364 log << TestLog::Message << "Dithering is " << (m_ditheringEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
371 log << TestLog::Message << "Drawing an unicolored quad with color " << quadColor << TestLog::EndMessag (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 241 TestLog& log = m_testCtx.getLog(); local
256 log << TestLog::Message << "Dithering is " << (m_ditheringEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
263 log << TestLog::Message << "Drawing a " << (isVerticallyIncreasing ? "vertically" : "horizontally") << " increasing gradient" << TestLog::EndMessage;
275 log << TestLog::Image(isVerticallyIncreasing ? "VerGradient" : "HorGradient",
298 log << TestLog::Message << "First failure at pixel (" << x << ", " << y << ") (not printing further errors)" << TestLog::EndMessage;
309 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
332 log << TestLog::Message
351 TestLog& log = m_testCtx.getLog(); local
364 log << TestLog::Message << "Dithering is " << (m_ditheringEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
371 log << TestLog::Message << "Drawing an unicolored quad with color " << quadColor << TestLog::EndMessag (…)
    [all...]
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java 153 log("connected");
169 log("got A_SYNC");
180 log("ERROR socket not found");
188 void log(String s) { method in class:AdbDevice
189 mActivity.log(s);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 64 logger.log(Level.WARNING, "Could not parse hex value " + value, e);
71 logger.log(Level.WARNING, "Invalid pubkey hash length: " + value.length());
82 logger.log(Level.WARNING, "Could not read blacklist", e);
151 logger.log(Level.WARNING, "Tried to blacklist invalid serial number " + value, e);
202 logger.log(Level.WARNING, "Tried to blacklist invalid pubkey " + value);
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 100 return ('-- Begin Full HostForwarder log\n'
102 '--End Full HostForwarder log\n' % forwarder.Forwarder.GetHostLog())
156 log = ''
178 log = result.GetLog()
179 log += self.__GetHostForwarderLog()
190 self.tagged_name, test_type, start_ms, duration_ms, log=log))
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_task_manager_unittest.cc 235 typedef std::vector<std::string> Log;
240 Log* log)
244 log_(log),
293 Log* log_;
611 BlockerUpdateTestHelper::Log log; local
621 "task1", "app_id", paths, &log)),
634 "task2", "app_id", paths, &log)),
644 ASSERT_EQ(14u, log.size())
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 85 log('Cannot add test with state "' + test.state + '" to queue.',
86 log.WARNING);
157 log(xhr.responseText, logType);
170 handleResponse(log.SUCCESS, STATE_REBASELINE_SUCCEEDED);
173 handleResponse(log.ERROR, STATE_REBASELINE_FAILED);
  /external/chromium_org/third_party/icu/source/test/intltest/
windttst.cpp 69 void Win32DateTimeTest::testLocales(TestLog *log)
158 log->errln("DateTime format error for locale " + baseName + ": expected date \"" + expected +
166 log->errln("DateTime format error for locale " + baseName + ": expected time \"" + expected +
174 log->errln("Date format error for locale " + baseName + ": expected \"" + expected +
182 log->errln("Time format error for locale " + baseName + ": expected \"" + expected +
  /external/deqp/modules/egl/
teglSurfacelessContextTests.cpp 73 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;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 69 void Win32DateTimeTest::testLocales(TestLog *log)
158 log->errln("DateTime format error for locale " + baseName + ": expected date \"" + expected +
166 log->errln("DateTime format error for locale " + baseName + ": expected time \"" + expected +
174 log->errln("Date format error for locale " + baseName + ": expected \"" + expected +
182 log->errln("Time format error for locale " + baseName + ": expected \"" + expected +

Completed in 1116 milliseconds

<<11121314151617181920>>