Searched defs:Log (Results 1 - 25 of 108) sorted by path

12345

/external/apache-http/src/org/apache/commons/logging/
H A DLog.java24 * parameter representing the "name" of this Log.</p>
26 * <p> The six logging levels used by <code>Log</code> are (in order):
60 * @version $Id: Log.java 381838 2006-02-28 23:57:11Z skitching $
67 public interface Log { interface
149 * <p> Log a message with trace log level. </p>
157 * <p> Log an error with trace log level. </p>
166 * <p> Log a message with debug log level. </p>
174 * <p> Log an error with debug log level. </p>
183 * <p> Log a message with info log level. </p>
191 * <p> Log a
[all...]
/external/chromium_org/base/win/
H A Devent_trace_provider.cc98 ULONG EtwTraceProvider::Log(const EtwEventClass& event_class, function in class:base::win::EtwTraceProvider
112 ULONG EtwTraceProvider::Log(const EtwEventClass& event_class, function in class:base::win::EtwTraceProvider
126 ULONG EtwTraceProvider::Log(EVENT_TRACE_HEADER* event) { function in class:base::win::EtwTraceProvider
/external/chromium_org/chrome/browser/drive/
H A Devent_logger.cc37 void EventLogger::Log(logging::LogSeverity severity, const char* format, ...) { function in class:drive::EventLogger
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_manager_unittest.cc235 typedef std::vector<std::string> Log; typedef in class:sync_file_system::drive_backend::__anon4872::BlockerUpdateTestHelper
240 Log* log)
293 Log* log_;
611 BlockerUpdateTestHelper::Log log;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dlogger.cc33 return "Unknown Log Severity";
42 void Log(logging::LogSeverity severity, function in namespace:sync_file_system::util
53 // Log to WebUI regardless of LogSeverity (e.g. ignores command line flags).
55 // creation. EventLogger::Log() internally maintains the lock.
61 // Log to console if the severity is at or above the min level.
/external/chromium_org/chrome/common/
H A Drender_messages.cc21 void ParamTraits<ContentSettingsPattern>::Log( function in class:IPC::ParamTraits
/external/chromium_org/chrome/test/base/
H A Dv8_unit_test.cc171 v8::FunctionTemplate::New(isolate, &V8UnitTest::Log);
278 void V8UnitTest::Log(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:V8UnitTest
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.h18 class Log { class
20 // Log entry severity level.
30 virtual ~Log() {}
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_util.cc73 void LoadTestMessageHandler::Log(const std::string& type, function in class:LoadTestMessageHandler
82 if (type == "Log") {
86 Log("LOG", message);
94 Log("SHUTDOWN", message);
110 void Log(const std::string& message);
130 void NaClIntegrationMessageHandler::Log(const std::string& message) { function in class:NaClIntegrationMessageHandler
142 Log(message);
150 Log(message);
/external/chromium_org/components/invalidation/
H A Dsync_system_resources.cc30 void SyncLogger::Log(LogLevel level, const char* file, int line, function in class:syncer::SyncLogger
/external/chromium_org/content/child/
H A Dplugin_param_traits.cc95 void ParamTraits<NPVariant_Param>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
125 void ParamTraits<NPIdentifier_Param>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
/external/chromium_org/content/common/
H A Dcc_messages.cc133 void ParamTraits<cc::FilterOperation>::Log( function in class:IPC::ParamTraits
204 void ParamTraits<cc::FilterOperations>::Log( function in class:IPC::ParamTraits
243 void ParamTraits<skia::RefPtr<SkImageFilter> >::Log( function in class:IPC::ParamTraits
272 void ParamTraits<gfx::Transform>::Log( function in class:IPC::ParamTraits
518 void ParamTraits<cc::RenderPass>::Log( function in class:IPC::ParamTraits
649 void ParamTraits<cc::CompositorFrame>::Log(const param_type& p, function in class:IPC::ParamTraits
702 void ParamTraits<cc::CompositorFrameAck>::Log(const param_type& p, function in class:IPC::ParamTraits
755 void ParamTraits<cc::DelegatedFrameData>::Log(const param_type& p, function in class:IPC::ParamTraits
795 void ParamTraits<cc::SoftwareFrameData>::Log(const param_type& p, function in class:IPC::ParamTraits
H A Dcontent_param_traits.cc30 void ParamTraits<gfx::Range>::Log(const gfx::Range& r, std::string* l) { function in class:IPC::ParamTraits
67 void ParamTraits<WebInputEventPointer>::Log(const param_type& p, function in class:IPC::ParamTraits
H A Dcontent_param_traits.h36 static void Log(const param_type& p, std::string* l);
48 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
60 static void Log(const param_type& p, std::string* l);
H A Dgamepad_param_traits.cc52 void ParamTraits<WebGamepad>::Log( function in class:IPC::ParamTraits
H A Dresource_messages.cc31 void ParamTraits<scoped_refptr<net::HttpResponseHeaders> >::Log( function in class:IPC::ParamTraits
131 void ParamTraits<storage::DataElement>::Log(const param_type& p, function in class:IPC::ParamTraits
166 void ParamTraits<scoped_refptr<content::ResourceDevToolsInfo> >::Log( function in class:IPC::ParamTraits
226 void ParamTraits<net::LoadTimingInfo>::Log(const param_type& p, function in class:IPC::ParamTraits
292 void ParamTraits<scoped_refptr<content::ResourceRequestBody> >::Log( function in class:IPC::ParamTraits
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_param_traits.cc110 void ParamTraits<IndexedDBKey>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
117 Log(*it, l);
181 void ParamTraits<IndexedDBKeyPath>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
228 void ParamTraits<IndexedDBKeyRange>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
/external/chromium_org/content/common/input/
H A Dinput_param_traits.cc51 void ParamTraits<content::ScopedWebInputEvent>::Log(const param_type& p, function in class:IPC::ParamTraits
105 void ParamTraits<content::SyntheticGesturePacket>::Log(const param_type& p, function in class:IPC::ParamTraits
/external/chromium_org/content/common/media/
H A Dmedia_param_traits.cc54 void ParamTraits<AudioParameters>::Log(const AudioParameters& p, function in class:IPC::ParamTraits
85 void ParamTraits<VideoCaptureFormat>::Log(const VideoCaptureFormat& p, function in class:IPC::ParamTraits
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.cc50 void ParamTraits<GURL>::Log(const GURL& p, std::string* l) { function in class:IPC::ParamTraits
71 void ParamTraits<url::Origin>::Log(const url::Origin& p, std::string* l) { function in class:IPC::ParamTraits
93 void ParamTraits<net::HostPortPair>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
117 void ParamTraits<net::IPEndPoint>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
135 void ParamTraits<content::PageState>::Log( function in class:IPC::ParamTraits
H A Dcommon_param_traits.h44 static void Log(const param_type& p, std::string* l);
52 static void Log(const param_type& p, std::string* l);
60 static void Log(const param_type& p, std::string* l);
68 static void Log(const param_type& p, std::string* l);
76 static void Log(const param_type& p, std::string* l);
106 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
123 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
/external/chromium_org/extensions/common/
H A Dextension_messages.cc93 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
94 ParamTraits<int>::Log(static_cast<int>(p), l);
122 void ParamTraits<URLPattern>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
142 void ParamTraits<URLPatternSet>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
161 void ParamTraits<APIPermission::ID>::Log( function in class:IPC::ParamTraits
198 void ParamTraits<APIPermissionSet>::Log( function in class:IPC::ParamTraits
233 void ParamTraits<ManifestPermissionSet>::Log( function in class:IPC::ParamTraits
255 void ParamTraits<ExtensionMsg_PermissionSetStruct>::Log(const param_type& p, function in class:IPC::ParamTraits
284 void ParamTraits<ExtensionMsg_Loaded_Params>::Log(const param_type& p, function in class:IPC::ParamTraits
/external/chromium_org/extensions/common/permissions/
H A Dmanifest_permission.cc49 void ManifestPermission::Log(std::string* log) const { function in class:extensions::ManifestPermission
H A Dsettings_override_permission.cc107 void SettingsOverrideAPIPermission::Log(std::string* log) const {} function in class:extensions::SettingsOverrideAPIPermission
/external/chromium_org/extensions/renderer/
H A Dapi_test_base.cc36 .SetMethod("Log", &TestNatives::Log)
41 void Log(const std::string& value) { logs_ += value + "\n"; } function in class:extensions::__anon8263::TestNatives

Completed in 959 milliseconds

12345