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

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/opengl/libopengltest/
attach_shader_five.h 24 #include <android/log.h>
attach_shader_four.h 24 #include <android/log.h>
attach_shader_nine.h 24 #include <android/log.h>
attach_shader_one.h 24 #include <android/log.h>
attach_shader_seven.h 24 #include <android/log.h>
attach_shader_six.h 24 #include <android/log.h>
attach_shader_ten.h 20 #include <android/log.h>
attach_shader_three.h 24 #include <android/log.h>
  /development/perftests/panorama/feature_mos/src/mosaic/
Log.h 19 #include <android/log.h>
  /external/chromium_org/chrome/browser/resources/chromeos/network_ui/
network_ui.css 7 #log-level-container {
11 #log-level-container label {
15 #log-level-container input {
20 #network-log-container {
29 #network-log-container p {
73 .network-log-level-event {
77 .network-log-level-error {
81 .network-log-level-debug {
  /external/chromium_org/native_client_sdk/src/examples/api/core/
test.js 19 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/android_crazy_linker/src/tests/
bar.cpp 5 #include <android/log.h>
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_plot.sh 24 log=$(</dev/stdin)
28 data_sets=$(echo "$log" | grep "^PLOT" | cut -f 2 | sort | uniq)
58 echo "$log" | grep "^PLOT.$set" | cut -f 3,4
63 gen_gnuplot_input "$log" | gnuplot -persist
  /external/deqp/framework/egl/
egluCallLogWrapper.hpp 36 CallLogWrapper (tcu::TestLog& log);
  /external/eigen/test/
runtest.sh 12 if ! ./$1 > /dev/null 2> .runtest.log ; then
15 cat .runtest.log
  /external/lldb/source/Target/
ThreadPlanShouldStopHere.cpp 13 #include "lldb/Core/Log.h"
54 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
55 if (log)
63 log->Printf ("ShouldStopHere callback found a step out plan from 0x%" PRIx64 ": %s.", current_addr, s.GetData());
67 log->Printf ("ShouldStopHere callback didn't find a step out plan from: 0x%" PRIx64 ".", current_addr);
  /external/mockito/src/org/mockito/internal/util/
SimpleMockitoLogger.java 11 public void log(Object what) { method in class:SimpleMockitoLogger
13 // super.log(what);
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 27 * <p>Factory for creating {@link Log} instances. Applications should call
29 * of the configured {@link Log} implementation class.</p>
45 * <code>org.apache.commons.logging.log</code> to the name of the
46 * <code>org.apache.commons.logging.Log</code> implementation class
74 /** Constructor for current log class */
105 // Set the default Log implementation
108 name = System.getProperty("org.apache.commons.logging.log");
110 name = System.getProperty("org.apache.commons.logging.Log");
162 * Set the log implementation/log implementation factor
200 Log log = (Log) (logs.get(name)); local
241 Log log = null; local
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.cpp 27 static Log * g_log = NULL;
28 static Log *
37 Log *
40 Log *log(GetLog ());
41 if (log && mask)
43 uint32_t log_mask = log->GetMask().Get();
47 return log;
75 Log *log (GetLog ())
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
LogHelper.java 18 import android.util.Log;
22 log(tag, Log.VERBOSE, null, messages); method
26 log(tag, Log.DEBUG, null, messages); method
30 log(tag, Log.INFO, null, messages); method
34 log(tag, Log.WARN, null, messages); method
38 log(tag, Log.WARN, t, messages) method
42 log(tag, Log.ERROR, null, messages); method
46 log(tag, Log.ERROR, t, messages); method
49 public static void log(String tag, int level, Throwable t, Object... messages) { method in class:LogHelper
    [all...]
  /external/chromium_org/remoting/webapp/js_proto/
console_proto.js 14 * @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/third_party/libvpx/source/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/chromium_org/third_party/re2/
runtests 7 if sh -c "$i >$i.log 2>&1" 2>/dev/null
11 echo FAIL';' output in $i.log
  /external/eigen/bench/btl/generic_bench/utils/
size_log.hh 33 float ls_min=log(float(size_min));
34 float ls_max=log(float(size_max));
  /external/eigen/blas/testing/
runblastest.sh 20 if ! ./$1 < $data > /dev/null 2> .runtest.log ; then
23 cat .runtest.log
31 cat .runtest.log
39 cat .runtest.log

Completed in 1416 milliseconds

1 2 34 5 6 7 8 91011>>