Searched refs:log (Results 26 - 50 of 2002) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/examples/api/core/
H A Dtest.js19 test.log('Setting delay to ' + delayMs + 'ms');
22 test.log('Clicking start.');
26 test.log('Waiting 1 second for test to finish.');
29 test.log('Not finished, waiting another second.');
34 test.log('NaCl time: ' + getNaClTimeMs().toFixed(2) + 'ms');
35 test.log('Roundtrip time: ' + getRoundTimeMs().toFixed(2) + 'ms');
36 test.log('Total time: ' + getTotalTimeMs().toFixed(2) + 'ms');
37 test.log('Finished.');
/external/chromium_org/third_party/webrtc/tools/rtcbot/test/
H A Dping_pong.js10 test.log('bot:alice > Sending Ping to bot');
14 test.log('bot > ' + answer);
/external/libpng/tests/
H A Dpngstest12 exec ./pngstest --strict --tmpfile "${pattern}" --log ${1+"$@"}\
/external/chromium_org/net/cert/
H A Dct_known_logs.cc21 const CTLogInfo& log(kCTLogList[i]);
22 base::StringPiece key(log.log_key, arraysize(log.log_key) - 1);
24 verifiers.push_back(CTLogVerifier::Create(key, log.log_name).release());
/external/chromium_org/remoting/webapp/js_proto/
H A Dconsole_proto.js14 * @param {...*} var_args The message(s) to log.
17 console.log = function(var_args) {};
20 * @param {...*} var_args The message(s) to log.
26 * @param {...*} var_args The message(s) to log.
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
H A Dsample.js7 console.log("item " + info.menuItemId + " was clicked");
8 console.log("info: " + JSON.stringify(info));
9 console.log("tab: " + JSON.stringify(tab));
20 console.log("'" + context + "' item:" + id);
30 console.log("parent:" + parent + " child1:" + child1 + " child2:" + child2);
35 console.log("radio item " + info.menuItemId +
43 console.log("radio1:" + radio1 + " radio2:" + radio2);
48 console.log(JSON.stringify(info));
49 console.log("checkbox item " + info.menuItemId +
58 console.log("checkbox
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
H A Dsample.js8 console.log("radio item " + info.menuItemId +
12 console.log(JSON.stringify(info));
13 console.log("checkbox item " + info.menuItemId +
18 console.log("item " + info.menuItemId + " was clicked");
19 console.log("info: " + JSON.stringify(info));
20 console.log("tab: " + JSON.stringify(tab));
36 console.log("'" + context + "' item:" + id);
45 console.log("parent child1 child2");
52 console.log("radio1 radio2");
59 console.log("checkbox
[all...]
/external/libpng/contrib/tools/
H A Dintgamma.sh12 # Shell script to generate png.c 8-bit and 16-bit log tables (see the code in
16 # fixed point values of logarithms appropriate to finding the log of an 8-bit
51 /* 8-bit log table: png_8bit_l2[128]
52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
/external/deqp/framework/qphelper/
H A DqpTestLog.h26 * \brief Test log library
30 * Each function takes qpTestLog pointer. Operations are done on that log
40 * All functions writing to the log return a boolean value. False
41 * means that the current write operation failed and the current log
132 /* Test log flags. */
135 QP_TEST_LOG_EXCLUDE_IMAGES = (1<<0) /*!< Do not log images. This reduces log size considerably. */
190 void qpTestLog_destroy (qpTestLog* log);
192 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
193 deBool qpTestLog_endCase (qpTestLog* log, qpTestResul
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dcrashlogs_unittest.py89 log = crash_logs.find_newest_log("DumpRenderTree")
90 self.assertMultiLineEqual(log, newer_mock_crash_report)
91 log = crash_logs.find_newest_log("DumpRenderTree", 28529)
92 self.assertMultiLineEqual(log, newer_mock_crash_report)
93 log = crash_logs.find_newest_log("DumpRenderTree", 28530)
94 self.assertMultiLineEqual(log, mock_crash_report)
95 log = crash_logs.find_newest_log("DumpRenderTree", 28531)
96 self.assertIsNone(log)
97 log = crash_logs.find_newest_log("DumpRenderTree", newer_than=1.0)
98 self.assertIsNone(log)
[all...]
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-logging.jar ... PrintStream tmpErr org.apache.commons.logging.Log log public void buildStarted (org.apache.tools. ...
/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/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.css18 .log-error {
23 .log-warning {
27 .log-info {
/external/chromium_org/chrome/common/extensions/docs/examples/api/input.ime/basic/
H A Dmain.js9 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/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js51 function log() { function
58 log(foo() == foo()
65 log(o.foo() == o.foo()
71 var o = { log: log, foo: function() { } };
72 o.log(o.foo() == o.foo()
/external/lldb/source/API/
H A DSBCommunication.cpp31 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
33 if (log)
34 log->Printf ("SBCommunication::SBCommunication (broadcaster_name=\"%s\") => "
82 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
99 if (log)
100 log->Printf ("SBCommunication(%p)::AdoptFileDescriptor (fd=%d, ownd_fd=%i) => %s",
110 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
116 if (log)
117 log->Printf ("SBCommunication(%p)::Disconnect () => %s", m_opaque,
126 Log *log(lldb_privat
[all...]
H A DSBData.cpp89 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
93 if (log)
94 log->Printf ("SBData::GetAddressByteSize () => "
102 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
105 if (log)
106 log->Printf ("SBData::SetAddressByteSize (%i)", addr_byte_size);
119 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
123 if (log)
124 log->Printf ("SBData::GetByteSize () => "
132 Log *log(lldb_privat
[all...]
/external/chromium_org/base/
H A Dbits.h20 int log = 0; local
27 log += shift;
31 return log;
/external/chromium_org/third_party/brotli/src/woff2/
H A Dport.h30 int log = 0;
37 log += shift;
41 return log;
/external/android-clat/
H A Dlogging.h16 * logging.h - print a log message
22 #include <android/log.h>
/external/chromium_org/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
H A Dbackground.js9 console.log('inputChanged: ' + text);
19 console.log('inputEntered: ' + text);
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
H A Dtest.js7 test.log('Clicking the button');
13 test.log('Waiting for the URL to load.');
19 test.log('Output box changed...');
26 test.log('OK, found "' + expectedMessage + '".');
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dfoo.cpp5 #include <android/log.h>
H A Dfoo2.cpp5 #include <android/log.h>

Completed in 823 milliseconds

1234567891011>>