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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 37 import org.apache.commons.logging.Log;
69 private final Log log = LogFactory.getLog(getClass()); field in class:ResponseProcessCookies
88 this.log.info("Cookie store not available in HTTP context");
95 this.log.info("CookieSpec not available in HTTP context");
102 this.log.info("CookieOrigin not available in HTTP context");
131 if (this.log.isDebugEnabled()) {
133 this.log.debug("Cookie accepted: \""
138 if (this.log.isWarnEnabled()) {
140 this.log.warn("Cookie rejected: \"
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
app.js 6 console.log("Received local stream");
10 stream.onended = function() { console.log("Ended"); };
14 console.log("getUserMedia() failed.");
19 console.log("Access rejected.");
45 {}, function(response) { console.log(response.farewell); });
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
invasive.cc 22 void POCDLL_API TestThreadBombing(HANDLE log) {
24 FILE *output = handle2file.Translate(log, "w");
70 void POCDLL_API TestTakeAllCpu(HANDLE log) {
72 FILE *output = handle2file.Translate(log, "w");
111 void POCDLL_API TestUseAllMemory(HANDLE log) {
113 FILE *output = handle2file.Translate(log, "w");
136 void POCDLL_API TestCreateObjects(HANDLE log) {
138 FILE *output = handle2file.Translate(log, "w");
188 void POCDLL_API TestCloseHWND(HANDLE log) {
190 FILE *output = handle2file.Translate(log, "w")
    [all...]
  /external/chromium_org/ui/accessibility/extensions/alt/
background.js 10 console.log('successfully injected axs_testing.js');
15 console.log('successfully injected script', opt_tab ? opt_tab.url : '');
20 console.log('successfully injected css', opt_tab ? opt_tab.url : '');
25 console.log('created infobar');
36 console.log('command: ', command);
  /external/lldb/source/API/
SBCompileUnit.cpp 13 #include "lldb/Core/Log.h"
77 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
91 if (log)
95 log->Printf ("SBCompileUnit(%p)::GetLineEntryAtIndex (idx=%u) => SBLineEntry(%p): '%s'",
112 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
131 if (log)
136 log->Printf ("SBCompileUnit(%p)::FindLineEntryIndex (start_idx=%u, line=%u, SBFileSpec(%p)) => NOT FOUND",
141 log->Printf ("SBCompileUnit(%p)::FindLineEntryIndex (start_idx=%u, line=%u, SBFileSpec(%p)) => %u",
    [all...]
SBEvent.cpp 84 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
91 if (log)
95 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x (%s)", get(), event_type, sstr.GetData());
97 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x", get(), event_type);
142 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API | LIBLLDB_LOG_VERBOSE));
143 if (log)
144 log->Printf ("SBEvent(%p)::BroadcasterMatchesRef (SBBroadcaster(%p): %s) => %i",
206 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API))
    [all...]
SBTarget.cpp 37 #include "lldb/Core/Log.h"
540 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
541 if (log)
543 log->Printf ("SBTarget(%p)::GetProcess () => SBProcess(%p)",
622 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
628 if (log)
630 log->Printf ("SBTarget(%p)::Launch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
734 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)
    [all...]
  /external/lldb/source/Target/
Process.cpp 14 #include "lldb/lldb-private-log.h"
22 #include "lldb/Core/Log.h"
669 Log *log,
688 if (log && (error.Fail() || log))
689 error.PutToLog(log, "posix_spawn_file_actions_addclose (action=%p, fd=%i)",
703 if (log && (error.Fail() || log))
704 error.PutToLog(log, "posix_spawn_file_actions_adddup2 (action=%p, fd=%i, dup_fd=%i)",
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 13 #include "lldb/Core/Log.h"
172 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
177 if (log)
179 log->Printf(" CompleteTagDecl[%u] on (ASTContext*)%p Completing (TagDecl*)%p named %s",
185 log->Printf(" CTD[%u] Before:", current_id);
187 dumper.ToLog(log, " [CTD] ");
195 if (log)
196 log->Printf(" CTD[%u] Type could not be completed in the module in which it was first found.", current_id);
206 if (log && log->GetVerbose()
    [all...]
IRExecutionUnit.cpp 21 #include "lldb/Core/Log.h"
69 if (Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS))
83 log->PutCString(ss.GetData());
105 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
132 if (log)
133 log->Printf("Found function, has local address 0x%" PRIx64 " and remote address 0x%" PRIx64, (uint64_t)func_local_addr, (uint64_t)func_remote_addr);
146 if (log)
147 log->Printf("Function's code range is [0x%" PRIx64 "+0x%" PRIx64 "]", func_range.first, func_range.sec (…)
    [all...]
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java 105 * Runs the workload and records the result to the report log.
115 ReportLog log = getReportLog(); local
116 log.printArray("Times", result, ResultType.LOWER_BETTER, ResultUnit.MS);
117 log.printValue("Min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS);
118 log.printValue("Max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS);
120 log.printSummary("Average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS);
  /external/chromium_org/third_party/webrtc/tools/rtcbot/test/
webrtc_video_streaming.js 29 test.log("RTC Peers created.");
40 test.log("User has granted access to local media.");
49 test.log("On Add stream.");
55 test.log(event.candidate.candidate);
61 test.log("Candidate added successfully");
66 test.log("Creating offer.");
70 test.log("Got offer");
74 test.log("Creating answer");
79 test.log("Got answer");
87 test.log("Set session description success.")
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.hpp 119 bool verifyTriangleGroupRasterization (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log, VerificationMode mode = VERIFICATIONMODE_STRICT);
130 bool verifyLineGroupRasterization (const tcu::Surface& surface, const LineSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
141 bool verifyPointGroupRasterization (const tcu::Surface& surface, const PointSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
152 bool verifyTriangleGroupInterpolation (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
163 bool verifyLineGroupInterpolation (const tcu::Surface& surface, const LineSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
  /external/lldb/source/Core/
Listener.cpp 17 #include "lldb/Core/Log.h"
21 #include "lldb/lldb-private-log.h"
35 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
36 if (log)
37 log->Printf ("%p Listener::Listener('%s')", this, m_name.c_str());
42 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
50 if (log)
51 log->Printf ("%p Listener::~Listener('%s')", this, m_name.c_str())
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 39 import org.apache.commons.logging.Log;
79 private final Log log = LogFactory.getLog(getClass()); field in class:SingleClientConnManager
219 if (log.isDebugEnabled()) {
220 log.debug("Get connection for route " + route);
251 log.debug("Problem shutting down connection.", iox);
267 log.debug("Problem tagging socket.", iox);
287 if (log.isDebugEnabled()) {
288 log.debug("Releasing connection " + conn);
314 if (log.isDebugEnabled())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkLogView.css 31 .network-log-grid.data-grid {
51 .network-log-grid.data-grid table.data {
55 .network-log-grid .odd {
59 .network-log-grid.data-grid td {
66 .network-log-grid.data-grid.small td {
70 .network-log-grid.data-grid th {
76 .network-log-grid.data-grid .header-container {
80 .network-log-grid.data-grid .data-container {
84 .network-log-grid.data-grid.small .header-container {
88 .network-log-grid.data-grid.small .data-container
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 79 * Reset the log manager.
245 Logger log = Logger.getLogger("testGetLogger_Normal_ANewLogger"); local
247 assertSame(log, Logger.getLogger("testGetLogger_Normal_ANewLogger"));
249 assertSame(log, LogManager.getLogManager().getLogger(
252 assertNull(log.getFilter());
253 assertEquals(0, log.getHandlers().length);
255 assertSame(Level.ALL, log.getLevel());
256 assertEquals("testGetLogger_Normal_ANewLogger", log.getName());
257 assertNull(log.getParent().getParent());
258 assertNull(log.getResourceBundle())
278 Logger log = Logger.getLogger("testGetLogger_InvalidLevel_ANewLogger"); local
306 Logger log = Logger.getLogger("...#$%%^&&()-_+=!@~.\/,[]{};:'\\\\\\"?|"); local
315 Logger log = Logger.getLogger(""); local
345 Logger log = Logger local
383 Logger log = Logger.getLogger("testGetLoggerWithRes_Normal_ANewLogger", local
504 Logger log = Logger.getLogger( local
515 Logger log = Logger.getLogger("", VALID_RESOURCE_BUNDLE); local
545 Logger log = Logger.getLogger( local
563 Logger log = Logger local
577 Logger log = Logger local
592 Logger log = Logger.getLogger("testAddHandler_Null"); local
606 Logger log = Logger.getAnonymousLogger(); local
619 Logger log = Logger local
633 Logger log = Logger local
645 Logger log = Logger.getLogger("testRemoveHandler_Null"); local
655 Logger log = Logger.getAnonymousLogger(); local
667 Logger log = Logger.getLogger("testGetHandlers_None"); local
675 Logger log = Logger.getLogger("testGetHandlers_None"); local
699 Logger log = Logger local
712 Logger log = Logger.getLogger("testGetSetFilter_Null"); local
726 Logger log = Logger.getAnonymousLogger(); local
738 Logger log = Logger local
750 Logger log = Logger.getLogger("testGetSetLevel_Null"); local
764 Logger log = Logger.getAnonymousLogger(); local
775 Logger log = Logger local
788 Logger log = Logger.getAnonymousLogger(); local
805 Logger log = Logger.getLogger("testGetParent_NormalNamed"); local
808 assertSame(child.getParent(), log); local
810 assertSame(child2.getParent(), log); local
826 Logger log = new MockLogger(null, null); local
848 Logger log = Logger.getLogger("testGetName_Normal"); local
859 Logger log = Logger.getLogger(""); local
870 Logger log = Logger.getAnonymousLogger(); local
881 Logger log = Logger.getLogger("testGetResourceBundle_Normal", local
893 Logger log = Logger.getLogger("testGetResourceBundle_Null", null); local
904 Logger log = Logger.getLogger("testGetResourceBundleName_Normal", local
916 Logger log = Logger.getLogger("testGetResourceBundleName_Null", null); local
1881 .log(Level.OFF, "log(Level, String, Throwable) msg", t); method
2908 Logger log = new MockLogger("Logger", null); local
3025 Logger log = Logger.getLogger(""); local
3055 public void log(LogRecord record) { method in class:LoggerTest.MockParentLogger
    [all...]
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 52 static void logSurfaceAttribute (tcu::TestLog& log, EGLint attribute, EGLint value)
57 log << TestLog::Message << " " << name << ": " << valueFmt << TestLog::EndMessage;
60 static void logSurfaceAttributes (tcu::TestLog& log, const tcu::egl::Surface& surface, const EGLint* attributes, int num)
66 logSurfaceAttribute(log, attrib, surface.getAttribute(attrib));
70 static void logCommonSurfaceAttributes (tcu::TestLog& log, const tcu::egl::Surface& surface)
87 logSurfaceAttributes(log, surface, attributes, DE_LENGTH_OF_ARRAY(attributes));
90 static void logPbufferSurfaceAttributes (tcu::TestLog& log, const tcu::egl::Surface& surface)
100 logSurfaceAttributes(log, surface, attributes, DE_LENGTH_OF_ARRAY(attributes));
119 tcu::TestLog& log = m_testCtx.getLog(); local
129 log << TestLog::Message << " Fail, config ID " << id << " does not match the one used to create the (…)
252 tcu::TestLog& log = m_testCtx.getLog(); local
302 tcu::TestLog& log = m_testCtx.getLog(); local
332 tcu::TestLog& log = m_testCtx.getLog(); local
362 tcu::TestLog& log = m_testCtx.getLog(); local
465 tcu::TestLog& log = m_testCtx.getLog(); local
575 tcu::TestLog& log = m_testCtx.getLog(); local
602 tcu::TestLog& log = m_testCtx.getLog(); local
629 tcu::TestLog& log = m_testCtx.getLog(); local
    [all...]
teglQueryContextTests.cpp 94 tcu::TestLog& log = m_testCtx.getLog(); local
104 log << TestLog::Message << "Creating window surface with config ID " << configId << TestLog::EndMessage;
118 log << e;
123 log << TestLog::Message << TestLog::EndMessage;
128 log << TestLog::Message << "Creating pixmap surface with config ID " << configId << TestLog::EndMessage;
142 log << e;
147 log << TestLog::Message << TestLog::EndMessage;
152 log << TestLog::Message << "Creating pbuffer surface with config ID " << configId << TestLog::EndMessage;
172 log << e;
177 log << TestLog::Message << TestLog::EndMessage
186 TestLog& log = m_testCtx.getLog(); local
245 TestLog& log = m_testCtx.getLog(); local
285 TestLog& log = m_testCtx.getLog(); local
325 TestLog& log = m_testCtx.getLog(); local
372 TestLog& log = m_testCtx.getLog(); local
459 tcu::TestLog& log = m_testCtx.getLog(); local
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
performance_logger_unittest.cc 14 #include "chrome/test/chromedriver/chrome/log.h"
90 const Log::Level level;
95 Log::Level level,
101 class FakeLog : public Log {
146 EXPECT_EQ(Log::kInfo, entry->level);
185 FakeLog log; local
187 PerformanceLogger logger(&log, &session);
197 ASSERT_EQ(2u, log.GetEntries().size());
198 ValidateLogEntry(log.GetEntries()[0], "webview-1", "Network.gaga");
199 ValidateLogEntry(log.GetEntries()[1], "webview-1", "Page.ulala")
205 FakeLog log; local
231 FakeLog log; local
279 FakeLog log; local
310 FakeLog log; local
340 FakeLog log; local
361 FakeLog log; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 40 import org.apache.commons.logging.Log;
65 private final Log log = LogFactory.getLog(getClass()); field in class:AbstractAuthenticationHandler
131 if (this.log.isDebugEnabled()) {
132 this.log.debug("Authentication schemes in the order of preference: "
142 if (this.log.isDebugEnabled()) {
143 this.log.debug(id + " authentication scheme selected");
149 if (this.log.isWarnEnabled()) {
150 this.log.warn("Authentication scheme " + id + " not supported");
155 if (this.log.isDebugEnabled())
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
background_tasks.py 58 def TracerMain_(log, storage_path, backend_name, device_id, pid, interval,
76 log.put((1, 'Starting trace (%d dumps x %s s.). Device: %s, process: %s' % (
86 log.put((100, 'Process %d died.' % pid))
91 log.put((completion, 'Dumping trace %d of %d' % (i, count)))
98 log.put((completion,
104 log.put((completion, 'Dumped %d memory maps' % len(mmaps)))
119 log.put((90, 'Symbolizing'))
124 log.put((99, 'Symbolization complete. Got %d symbols (%.1f%%).' % (
128 log.put((100, 'Trace complete.'))
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 89 Log.d(LOG_TAG, "onStart");
95 logFile.delete(); // Remove log file left by previous session
111 throw new Exception("Timeout while waiting for log file");
143 Log.e(LOG_TAG, "Exception", e);
158 Log.w(LOG_TAG, "Got exception while closing log", e);
193 public void testLogData (String log) throws InterruptedException
199 while (log != null)
203 if (log.length() > chunkSize)
205 message = log.substring(0, chunkSize)
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.cpp 24 #include "lldb/Core/Log.h"
176 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
179 if (log)
180 log->Printf("Got target implementation of 0x0, stopping.");
186 if (log)
187 log->Printf ("Implementation lookup returned msgForward function: 0x%" PRIx64 ", stopping.", target_addr);
202 if (log)
203 log->Printf("Running to ObjC method implementation: 0x%" PRIx64, target_addr);
208 if (log)
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator_unittest.py 62 self.log = 'init;'
64 self.log += 'prepare;'
66 self.log += 'begin;'
68 self.log += 'end;'
70 self.log += 'get_text;'
73 self.tester.assertEquals(self.log,
92 self.log = ''
94 self.log += '['
96 self.log += ']'
98 self.tester.assertEquals(self.log, '')
    [all...]

Completed in 1817 milliseconds

1 2 3 4 5 6 7 8 91011>>