Searched defs:Initialize (Results 1 - 25 of 868) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DBlankDebugEventListener.cs46 public virtual void Initialize() { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs51 public virtual void Initialize() { method in class:Antlr.Runtime.Debug.DebugEventHub
H A DDebugEventRepeater.cs53 public virtual void Initialize() { method in class:Antlr.Runtime.Debug.DebugEventRepeater
H A DIDebugEventListener.cs47 void Initialize(); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DBlankDebugEventListener.cs49 public virtual void Initialize() method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs54 public virtual void Initialize() method in class:Antlr.Runtime.Debug.DebugEventHub
H A DDebugEventRepeater.cs56 public virtual void Initialize() method in class:Antlr.Runtime.Debug.DebugEventRepeater
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
H A DIDebugEventListener.cs49 void Initialize(); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas330 /// Locals.Initialize;
381 procedure Initialize;
959 procedure TLocalStorage.Initialize;
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dcheckerbase.py48 def Initialize(self, checker, limited_doc_checks, is_html): member in class:LintRulesBase
104 """Initialize a checker object.
204 lint_rules.Initialize(self, limited_doc_checks, is_html)
H A Decmalintrules.py92 """Initialize this lint rule object."""
95 def Initialize(self, checker, limited_doc_checks, is_html): member in class:EcmaScriptLintRules
96 """Initialize this lint rule object before parsing a new file."""
97 checkerbase.LintRulesBase.Initialize(self, checker, limited_doc_checks,
/external/chromium_org/android_webview/browser/
H A Dgpu_memory_buffer_factory_impl.cc104 if (!image->Initialize(native_buffer))
116 bool GpuMemoryBufferFactoryImpl::Initialize() { function in class:android_webview::GpuMemoryBufferFactoryImpl
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc31 void CustomLauncherPageContents::Initialize(content::BrowserContext* context, function in class:apps::CustomLauncherPageContents
/external/chromium_org/ash/accelerometer/
H A Daccelerometer_controller.cc17 void AccelerometerController::Initialize( function in class:ash::AccelerometerController
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status.cc85 void PowerStatus::Initialize() { function in class:ash::PowerStatus
104 CHECK(g_power_status) << "PowerStatus::Get() called before Initialize().";
/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc48 void DefaultSystemTrayDelegate::Initialize() { function in class:ash::DefaultSystemTrayDelegate
H A Dtray_background_view.cc343 void TrayBackgroundView::Initialize() { function in class:ash::TrayBackgroundView
/external/chromium_org/ash/test/
H A Dtest_suite.cc31 void AuraShellTestSuite::Initialize() { function in class:ash::test::AuraShellTestSuite
32 base::TestSuite::Initialize();
/external/chromium_org/ash/wm/
H A Dlock_state_controller_unittest.cc331 void Initialize(bool legacy_button, user::LoginStatus status) { function in class:ash::test::LockStateControllerTest
359 Initialize(true, user::LOGGED_IN_USER);
409 Initialize(true, user::LOGGED_IN_NONE);
420 Initialize(true, user::LOGGED_IN_GUEST);
431 Initialize(false, user::LOGGED_IN_NONE);
470 Initialize(false, user::LOGGED_IN_USER);
529 Initialize(false, user::LOGGED_IN_USER);
555 Initialize(false, user::LOGGED_IN_USER);
591 Initialize(false, user::LOGGED_IN_USER);
624 Initialize(fals
[all...]
/external/chromium_org/base/
H A Dasync_socket_io_handler_posix.cc67 bool AsyncSocketIoHandler::Initialize(base::SyncSocket::Handle socket, function in class:base::AsyncSocketIoHandler
H A Dasync_socket_io_handler_win.cc58 bool AsyncSocketIoHandler::Initialize(base::SyncSocket::Handle socket, function in class:base::AsyncSocketIoHandler
H A Dcpu.cc51 Initialize();
194 void CPU::Initialize() { function in class:base::CPU
/external/chromium_org/base/debug/
H A Dtrace_event.h954 INTERNAL_TRACE_EVENT_UID(tracer).Initialize( \
1460 // Note: members of data_ intentionally left uninitialized. See Initialize.
1469 void Initialize(const unsigned char* category_group_enabled, function in class:trace_event_internal::ScopedTracer
H A Dtrace_event_impl.cc389 trace_event->Initialize(thread_id,
536 void TraceEvent::Initialize(
624 // Only reset fields that won't be initialized in Initialize(), or that may
1166 trace_event->Initialize(
1987 trace_event->Initialize(thread_id, now, thread_now, phase,
2380 Initialize(filter_string);
2382 Initialize(CategoryFilter::kDefaultCategoryFilterString);
2386 Initialize(CategoryFilter::kDefaultCategoryFilterString);
2410 void CategoryFilter::Initialize(const std::string& filter_string) { function in class:base::debug::CategoryFilter
H A Dtrace_event_memory.cc78 // Initialize the thread-local storage key, returning true on success.
79 return tls_trace_memory_stack.Initialize(&DeleteStackOnThreadCleanup);
249 void ScopedTraceMemory::Initialize(const char* category, const char* name) { function in class:base::debug::ScopedTraceMemory

Completed in 487 milliseconds

1234567891011>>