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

<<11121314151617181920>>

  /external/deqp/framework/common/
tcuApp.hpp 66 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
tcuTestContext.cpp 34 TestLog& log,
39 , m_log (log)
89 ResultCollector::ResultCollector (TestLog& log, const std::string& prefix)
90 : m_log (&log)
  /external/libvorbis/lib/
scales.h 63 #define todB(x) (*(x)==0?-400.f:log(*(x)**(x))*4.34294480f)
64 #define todB_nn(x) (*(x)==0.f?-400.f:log(*(x))*8.6858896f)
81 #define toMEL(n) (log(1.f+(n)*.001f)*1442.695f)
87 #define toOC(n) (log(n)*1.442695f-5.965784f)
  /external/lldb/include/lldb/Expression/
ASTDumper.h 35 void ToLog(Log *log, const char *prefix);
  /external/lldb/source/Target/
Thread.cpp 12 #include "lldb/lldb-private-log.h"
15 #include "lldb/Core/Log.h"
64 { "trace-thread", OptionValue::eTypeBoolean, false, false, NULL, NULL, "If true, this thread will single-step and log execution." },
264 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
265 if (log)
266 log->Printf ("%p Thread::Thread(tid = 0x%4.4" PRIx64 ")", this, GetID());
275 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
276 if (log)
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 59 Log::Callbacks log_callbacks = {
65 Log::RegisterLogChannel (ProcessPOSIX::GetPluginNameStatic(), log_callbacks);
122 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
123 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID());
491 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
492 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE)
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 36 import org.apache.commons.logging.Log;
57 private final Log log = LogFactory.getLog(getClass()); field in class:RefQueueWorker
111 //@@@ only reason for having a log in this class
112 if (log.isDebugEnabled()) {
113 log.debug(this.toString() + " interrupted", e);
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 31 .log-source-entry {
35 .log-source-entry * p {
40 .log-source-entry * td {
89 .event-log p {
93 .event-log h4 {
97 .event-log a {
  /external/chromium_org/chrome/browser/sync_file_system/
task_logger.cc 38 void TaskLogger::RecordLog(scoped_ptr<TaskLog> log) {
39 if (!log)
47 log_history_.push_back(log.release());
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 24 LOG(ERROR) << "GLSurface::InitializeOneOff failed";
185 char log[kErrorSize]; local
187 glGetShaderInfoLog(vertex_shader, kErrorSize - 1, &len, log);
188 log[kErrorSize - 1] = 0;
189 LOG(FATAL) << log;
202 char log[kErrorSize]; local
204 glGetShaderInfoLog(fragment_shader, kErrorSize - 1, &len, log);
205 log[kErrorSize - 1] = 0;
206 LOG(FATAL) << log
215 char log[kErrorSize]; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
tstdtmod.h 45 * @param log a logging class, used for internal error reporting.
49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
53 TestDataModule(const char* name, TestLog& log, UErrorCode& status);
90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp 64 return exp(x*log(2.0));
69 return log(x)/log(2.0);
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-uncaught-late.js 14 var log = []; variable
19 log.push("postpone p");
24 log.push("resolve q");
29 log.push("reject p");
54 log.push("end main");
61 assertEquals(["postpone p", "resolve q", "end main", "reject p"], log);
reject-with-invalid-reject.js 14 var log = []; variable
17 log.push("resolve");
24 log.push("construct");
33 log.push("reject caught");
60 log);
77 log.push("end main");
reject-with-undefined-reject.js 14 var log = []; variable
17 log.push("resolve");
24 log.push("construct");
33 log.push("reject caught");
60 log);
77 log.push("end main");
throw-with-undefined-reject.js 16 var log = []; variable
19 log.push("resolve");
26 log.push("construct");
35 log.push("throw caught");
66 log.push("end main");
73 assertEquals(["resolve", "construct", "end main", "throw caught"], log);
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-with-unscopables.js 12 var log = [];
16 log.push(key);
34 assertEquals(['assertEquals', 'x', 'x'], log);
40 var log = [];
45 log.push(key);
64 assertEquals(['assertEquals', 'x', 'x'], log);
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.cpp 55 TestLog& log = m_testCtx.getLog(); local
67 log << e;
68 log << TestLog::Message << "Error in state reset, test program will terminate." << TestLog::EndMessage;
  /external/deqp/modules/gles31/
tes31TestCaseWrapper.cpp 55 TestLog& log = m_testCtx.getLog(); local
67 log << e;
68 log << TestLog::Message << "Error in state reset, test program will terminate." << TestLog::EndMessage;
  /external/droiddriver/src/com/google/android/droiddriver/util/
Logs.java 20 import android.util.Log;
27 public static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
31 Log.d(
38 public static void log(int priority, String msg) { method in class:Logs
39 if (Log.isLoggable(TAG, priority)) {
40 Log.println(priority, TAG, msg);
44 public static void log(int priority, Throwable e) { method in class:Logs
45 if (Log.isLoggable(TAG, priority)) {
46 Log.println(priority, TAG, Log.getStackTraceString(e))
50 public static void log(int priority, Throwable e, String msg) { method in class:Logs
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
ExecutionList.java 47 // Logger to log exceptions caught when running runnables.
48 private static final Logger log = field in class:ExecutionList
151 // Log it and keep going, bad runnable and/or executor. Don't
154 log.log(Level.SEVERE, "RuntimeException while executing runnable "
  /external/icu/icu4c/source/tools/ctestfw/unicode/
tstdtmod.h 45 * @param log a logging class, used for internal error reporting.
49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
53 TestDataModule(const char* name, TestLog& log, UErrorCode& status);
90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);
  /external/lldb/source/API/
SBHostOS.cpp 13 #include "lldb/Core/Log.h"
50 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
52 if (log)
53 log->Printf ("SBHostOS::ThreadCreate (name=\"%s\", thread_function=%p, thread_arg=%p, error_ptr=%p)", name,
56 // FIXME: You should log the return value?
SBLineEntry.cpp 15 #include "lldb/Core/Log.h"
74 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
75 if (log)
81 log->Printf ("SBLineEntry(%p)::GetStartAddress () => SBAddress (%p): %s",
97 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
98 if (log)
104 log->Printf ("SBLineEntry(%p)::GetEndAddress () => SBAddress (%p): %s",
120 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API))
    [all...]
SBSymbolContext.cpp 12 #include "lldb/Core/Log.h"
90 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
100 if (log)
104 log->Printf ("SBSymbolContext(%p)::GetModule () => SBModule(%p): %s",
120 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
129 if (log)
130 log->Printf ("SBSymbolContext(%p)::GetFunction () => SBFunction(%p)",
145 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API))
    [all...]

Completed in 2508 milliseconds

<<11121314151617181920>>