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

<<31323334353637383940>>

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAMBullet.js 16 console.log('Scene loaded.');
17 console.log('Scene object count = ' + msg.header.sceneobjectcount);
  /external/chromium_org/remoting/webapp/
clipboard.js 78 console.log('Got invalid clipboardData.');
90 console.log('Got clipboard from OS, type: ' + type +
101 console.log('Sending clipboard to host.');
123 console.log('Got clipboard from host, type: ' + mimeType +
146 console.log('Got unexpected clipboard copy event.');
153 console.log('Setting OS clipboard, length: ' + this.previousContent.length);
170 //console.log('Initiating clipboard paste.');
185 console.log('Initiating clipboard copy.');
it2me_host_facade.js 112 console.log('Native Messaging initialization failed: ',
128 * to log messages to the debug log.
227 console.log('Host version: ', version);
238 console.log('connectResponse received');
244 console.log('disconnectResponse received');
251 console.log('hostStateChanged received: ', stateString);
324 console.log('Native Messaging initialization failed: ' +
wcs.js 93 console.log('Received JID: ' + this.clientFullJid_);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.h 55 void log(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Console.js 26 Log: "log",
73 var message = new WebInspector.Console.Message(text, level || WebInspector.Console.MessageLevel.Log, Date.now(), show || false);
81 log: function(text)
83 this.addMessage(text, WebInspector.Console.MessageLevel.Log);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_failures.py 144 def __init__(self, is_reftest=False, log=''):
147 self.log = log
150 return "leak detected: %s" % (self.log)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver_unittest.py 217 log = []
224 log=lambda l: log.append(l))
225 self.assertEqual(expected_log, log)
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_debug.cpp 11 #include <android/log.h>
40 // Then to the Android log.
49 void Log(const char* fmt, ...) {
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86gas.pl 13 $align=log($align)/log(2) if ($::aout);
182 { $val=int(log($val)/log(2));
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.h 28 namespace log { class Writer; } namespace in namespace:leveldb
220 // Return the current log file number.
223 // Return the log file number for the log file that is currently
224 // being compacted, or zero if there is no such log file.
290 // Save current contents to *log
291 Status WriteSnapshot(log::Writer* log);
308 log::Writer* descriptor_log_;
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 34 of the generated log can be controlled. The resulting logs are
172 to a human-readable log. The log appears as a sequence of GL commands
261 will add GL state queries and assertion statements to the log to
263 executed matches the current state when the trace log is executed
276 The command NewTraceMESA(DEPTH_BUFFER_BIT, "log") will query the state
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 157 float error = fabs((1.442695040888963387*log(x))-celt_log2(x));
160 fprintf (stderr, "celt_log2 failed: fabs((1.442695040888963387*log(x))-celt_log2(x))>0.001 (x = %f, error = %f)\n", x,error);
171 float error = fabs(x-(1.442695040888963387*log(celt_exp2(x))));
174 fprintf (stderr, "celt_exp2 failed: fabs(x-(1.442695040888963387*log(celt_exp2(x))))>0.0005 (x = %f, error = %f)\n", x,error);
199 float error = fabs((1.442695040888963387*log(x/16384.0))-celt_log2(x)/1024.0);
213 float error1 = fabs(x/1024.0-(1.442695040888963387*log(celt_exp2(x)/65536.0)));
  /external/chromium_org/third_party/opus/src/src/
mlp_train.h 72 x = sd*sqrt(-2 * log(S) / S) * U1;
  /external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
core-layout-grid-extracted.js 89 //console.log('colOwners', colOwners);
90 //console.log('rowOwners', rowOwners);
142 //console.log('colWidth(' + i + ') ==', w);
159 //console.log('rowHeight(' + i + ') ==', h);
262 //console.log(c.p, c.s);
269 //console.log(r.p, r.s);
291 //console.log('unused');
318 //console.log(l, r, t, b);
  /external/chromium_org/third_party/webrtc/base/
unittest_main.cc 23 DEFINE_string(log, "", "logging options to use");
34 LOG(LS_ERROR) << "InvalidParameter Handler called. Exiting.";
35 LOG(LS_ERROR) << expression << std::endl << function << std::endl << file
40 LOG(LS_ERROR) << "Purecall Handler called. Exiting.";
44 LOG(LS_ERROR) << "CrtReport Handler called...";
45 LOG(LS_ERROR) << msg;
82 // By default, log timestamps. Allow overrides by used of a --log flag.
85 rtc::LogMessage::ConfigureLogging(FLAG_log, "unittest.log");
94 // Unhook crt function so that we don't ever log after statics have bee
    [all...]
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
jni_helpers.h 18 #include <android/log.h>
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.h 34 void SetLog(std::fstream* log);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
jitter_estimate_test.h 32 return _mu + _sigma * sqrt(-2 * log(r1)) * cos(2 * pi * r2);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/jni/
vie_autotest_jni.cc 11 #include <android/log.h>
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_android.cc 13 #include <android/log.h>
25 ViETest::Log("RunAutoTest(%d, %d)", testSelection, subTestSelection);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
utility.js 53 if (title) console.log(title);
54 console.log(JSON.stringify(obj, null, 2));
  /external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py 221 'script1.js': '''console.log('hello');''',
229 <script>console.log('hello');</script>
293 'script1.js': '''console.log('hello');''',
303 <script>console.log('hello');</script>
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_dispatcher.js 84 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/
log-utils.h 15 // Functions and data for performing output of log messages.
16 class Log {
32 // When a temporary file is used for the log, returns its stream descriptor,
41 // Size of buffer used for formatting log messages.
49 // Utility class for formatting log messages. It fills the message into the
50 // static buffer in Log.
54 // This acquires the mutex in the log as well.
55 explicit MessageBuilder(Log* log);
58 // Append string data to the log message
    [all...]

Completed in 2757 milliseconds

<<31323334353637383940>>