Searched defs:log (Results 101 - 125 of 589) sorted by relevance

1234567891011>>

/external/deqp/framework/common/
H A DtcuApp.cpp58 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) argument
86 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog);
182 TestLog* log = static_cast<TestLog*>(userPtr); local
183 *log << TestLog::Message << infoString << TestLog::EndMessage;
H A DtcuTestContext.cpp34 TestLog& log,
39 , m_log (log)
88 ResultCollector::ResultCollector (TestLog& log, const std::string& prefix) argument
89 : m_log (&log)
31 TestContext( Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine, qpWatchDog* watchDog) argument
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.cpp35 CallLogWrapper::CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log) argument
37 , m_log (log)
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.hpp79 virtual void log (tcu::TestLog& log) const = 0;
99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log(log); return log; } argument
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; } argument
[all...]
/external/libexif/libexif/
H A Dexif-log.c1 /* exif-log.c
23 #include <libexif/exif-log.h>
73 ExifLog *log; local
75 log = exif_mem_alloc (mem, sizeof (ExifLog));
76 if (!log) return NULL;
77 log->ref_count = 1;
79 log->mem = mem;
82 return log;
89 ExifLog *log = exif_log_new_mem (mem); local
93 return log;
97 exif_log_ref(ExifLog *log) argument
104 exif_log_unref(ExifLog *log) argument
112 exif_log_free(ExifLog *log) argument
123 exif_log_set_func(ExifLog *log, ExifLogFunc func, void *data) argument
135 exif_log(ExifLog *log, ExifLogCode code, const char *domain, const char *format, ...) argument
146 exif_logv(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args) argument
[all...]
H A Dexif-mnote-data.c65 exif_log_unref (d->log);
152 exif_mnote_data_log (ExifMnoteData *d, ExifLog *log) argument
155 exif_log_unref (d->log);
156 d->log = log;
157 exif_log_ref (log);
/external/libnl/lib/netfilter/
H A Dlog.c2 * lib/netfilter/log.c Netfilter Log
16 * @defgroup log Log
27 #include <netlink/netfilter/log.h>
101 static int nfnl_log_build_request(const struct nfnl_log *log, argument
106 if (!nfnl_log_test_group(log))
110 0, nfnl_log_get_group(log));
117 if (nfnl_log_test_copy_mode(log)) {
120 switch (nfnl_log_get_copy_mode(log)) {
131 mode.copy_range = htonl(nfnl_log_get_copy_range(log));
138 if (nfnl_log_test_flush_timeout(log)
161 nfnl_log_build_create_request(const struct nfnl_log *log, struct nl_msg **result) argument
182 nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) argument
193 nfnl_log_build_change_request(const struct nfnl_log *log, struct nl_msg **result) argument
199 nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log) argument
210 nfnl_log_build_delete_request(const struct nfnl_log *log, struct nl_msg **result) argument
220 nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log) argument
[all...]
/external/libnl/src/
H A Dnf-log.c2 * 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 famil
[all...]
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp154 void DiffConsumer::log(StringRef text) { function in class:DiffConsumer
H A DDifferenceEngine.h66 void log(StringRef text) { function in class:llvm::DifferenceEngine
67 consumer.log(text);
/external/openssl/
H A Dcheck-all-builds.sh36 log () { function
45 log "COMMAND: $*"
246 log "Host OS: $HOST_OS"
247 log "Host arch: $HOST_ARCH"
248 log "Host CPU count: $NUM_CORES"
253 log "Build types: $BUILD_TYPES"
260 log "Cleaning up temporary directory: $BUILD_DIR"
266 log "Using temporary build directory: $BUILD_DIR"
268 log "Using user build directory: $BUILD_DIR"
624 log "Makefil
[all...]
/external/qemu/android/build/
H A Dcommon.sh25 log () function
160 TMPL=/tmp/android-$$-test.log
190 log "Check32Bits: Forcing generation of 32-bit binaries (--try-64 to disable)"
201 log "Mingw : Checking for Linux host"
207 log "Mingw64 : Checking for mingw64 installation"
214 log "Mingw : Checking for mingw32 installation"
286 log "CC : compiler check ok ($CC)"
298 log "LD : linker check ok ($LD)"
303 log "AR : archiver ($AR)"
308 # stores the error log int
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_gamma.c35 #define log(x) __ieee754_log(x) macro
84 sum += (float) ( log(A) / log(B) );
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnection.java69 private final Log log = LogFactory.getLog(getClass()); field in class:DefaultClientConnection
147 log.debug("Connection shut down");
160 log.debug("Connection closed");
H A DSingleClientConnManager.java74 private final Log log = LogFactory.getLog(getClass()); field in class:SingleClientConnManager
214 if (log.isDebugEnabled()) {
215 log.debug("Get connection for route " + route);
246 log.debug("Problem shutting down connection.", iox);
262 log.debug("Problem tagging socket.", iox);
282 if (log.isDebugEnabled()) {
283 log.debug("Releasing connection " + conn);
309 if (log.isDebugEnabled()) {
310 log.debug
320 //@@@ log a
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java60 private final Log log = LogFactory.getLog(getClass()); field in class:AbstractConnPool
208 if (log.isDebugEnabled()) {
209 log.debug("Connection garbage collected. " + route);
322 log.debug("I/O error closing connection", ex);
H A DRouteSpecificPool.java52 private final Log log = LogFactory.getLog(getClass()); field in class:RouteSpecificPool
167 log.debug("I/O error closing connection", ex);
H A DThreadSafeClientConnManager.java71 private final Log log = LogFactory.getLog(getClass()); field in class:ThreadSafeClientConnManager
171 if (log.isDebugEnabled()) {
172 log.debug("ThreadSafeClientConnManager.getConnection: "
186 log.debug("Problem tagging socket.", iox);
224 if (log.isDebugEnabled()) {
225 log.debug
239 //@@@ log as warning? let pass?
240 if (log.isDebugEnabled())
241 log.debug("Exception shutting down released connection.",
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_browsertest.cc38 std::string log = logs_[id]; variable
39 if (log != "")
40 log += "_";
41 logs_[id] = log + "add-" + id;
45 std::string log = logs_[id]; variable
46 if (log != "")
47 log += "_";
48 logs_[id] = log + "update-" + id;
51 const std::string log(const std::string& id) { return logs_[id]; } function in class:TestAddObserver
94 const std::string& log() { retur function in class:MessageCenterNotificationsTest::TestDelegate
[all...]
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_handler.cc135 const std::vector<EventLogger::Event> log = local
144 for (std::vector<EventLogger::Event>::const_iterator log_entry = log.begin();
145 log_entry != log.end();
180 const sync_file_system::TaskLogger::LogList& log = local
183 for (sync_file_system::TaskLogger::LogList::const_iterator itr = log.begin();
184 itr != log.end(); ++itr)
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dirc.js13 function log(message) { console.log(message); }; function
63 log("<< " + message);
184 log(">> " + line);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dperformance_logger_unittest.cc13 #include "chrome/test/chromedriver/chrome/log.h"
151 FakeLog log; local
152 PerformanceLogger logger(&log);
162 ASSERT_EQ(2u, log.GetEntries().size());
163 ValidateLogEntry(log.GetEntries()[0], "webview-1", "Network.gaga");
164 ValidateLogEntry(log.GetEntries()[1], "webview-1", "Page.ulala");
170 FakeLog log; local
171 PerformanceLogger logger(&log);
187 ASSERT_EQ(2u, log.GetEntries().size());
188 ValidateLogEntry(log
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_sd_server.cc196 std::string log; local
201 log = "Processing PTR query";
224 log = "Processing SRV query";
233 log = "Processing A query";
241 log = "Processing AAAA query";
249 log = "Processing TXT query";
257 base::SStringPrintf(&log, "Unknown query type (%d)", query.qtype);
259 log += responded ? ": responded" : ": ignored";
260 VLOG(1) << log;
/external/chromium_org/components/autofill/core/common/
H A Dsave_password_progress_logger.cc250 DictionaryValue log; local
251 log.SetString(GetStringFromID(STRING_SCHEME_MESSAGE),
253 log.SetString(GetStringFromID(STRING_SCHEME_MESSAGE),
255 log.SetString(GetStringFromID(STRING_SIGNON_REALM),
257 log.SetString(GetStringFromID(STRING_ORIGINAL_SIGNON_REALM),
259 log.SetString(GetStringFromID(STRING_ORIGIN), ScrubURL(form.origin));
260 log.SetString(GetStringFromID(STRING_ACTION), ScrubURL(form.action));
261 log.SetString(GetStringFromID(STRING_USERNAME_ELEMENT),
263 log.SetString(GetStringFromID(STRING_PASSWORD_ELEMENT),
265 log
284 DictionaryValue log; local
321 LogValue(StringID label, const Value& log) argument
[all...]
/external/chromium_org/components/rappor/
H A Dlog_uploader.cc19 // longer before sending the next log. This backoff process helps reduce load
21 // The following is the multiplier we use to expand that inter-log duration.
28 // TODO(holte): Limit based on log size instead.
55 void LogUploader::QueueLog(const std::string& log) { argument
56 queued_logs_.push(log);
124 // Determine whether this log should be retransmitted.
141 // Error 400 indicates a problem with the log, not with the server, so

Completed in 3662 milliseconds

1234567891011>>