HomeSort by relevance Sort by last modified time
    Searched defs:Initialize (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /device/generic/goldfish/camera/
EmulatedQemuCamera.cpp 44 status_t EmulatedQemuCamera::Initialize(const char* device_name,
53 /* Initialize camera device. */
54 status_t res = mQemuCameraDevice.Initialize(device_name);
59 /* Initialize base class. */
60 res = EmulatedCamera::Initialize();
EmulatedQemuCameraDevice.cpp 48 status_t EmulatedQemuCameraDevice::Initialize(const char* device_name)
58 /* Initialize base class. */
59 res = EmulatedCameraDevice::Initialize();
  /external/chromium/base/i18n/
icu_util.cc 53 bool Initialize() {
119 if (!mapped_file.Initialize(data_path)) {
  /external/chromium/base/
logging_win.cc 99 void LogEventProvider::Initialize(const GUID& provider_name) {
  /external/chromium/base/threading/
thread_local_storage_win.cc 35 void** ThreadLocalStorage::Initialize() {
62 Initialize(destructor);
65 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) {
67 ThreadLocalStorage::Initialize();
92 tls_data = ThreadLocalStorage::Initialize();
100 tls_data = ThreadLocalStorage::Initialize();
  /external/chromium/chrome/browser/download/
base_file.cc 48 bool BaseFile::Initialize(bool calculate_hash) {
  /external/chromium/chrome/browser/extensions/
user_script_listener.cc 31 void UserScriptListener::Initialize(ResourceQueue* resource_queue) {
  /external/chromium/chrome/browser/
transport_security_persister.cc 24 void TransportSecurityPersister::Initialize(
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
stats_options_handler.cc 26 void StatsOptionsHandler::Initialize() {
system_options_handler.cc 80 void SystemOptionsHandler::Initialize() {
accounts_options_handler.cc 134 void AccountsOptionsHandler::Initialize() {
  /external/chromium/chrome/browser/ui/webui/options/
clear_browser_data_handler.cc 28 void ClearBrowserDataHandler::Initialize() {
options_ui.h 36 // Initialize the page. Called once the DOM is available for manipulation.
38 virtual void Initialize() {}
  /external/chromium/third_party/libjingle/source/talk/base/
taskparent.cc 43 Initialize();
50 Initialize();
54 void TaskParent::Initialize() {
winfirewall.cc 55 bool WinFirewall::Initialize(HRESULT* result) {
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 84 InitializationFunction Initialize;
89 : Initialize(fn), FullName(name), Desc(desc) {}
  /external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp 45 void Initialize(ASTContext &context);
57 void HTMLPrinter::Initialize(ASTContext &context) {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 102 /// Initialize - Initialize internal stage for the function being JITted.
106 void Initialize(const MachineFunction &MF, bool isPIC) {
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 31 void MipsMCInstLower::Initialize(Mangler *M, MCContext *C) {
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 30 void XCoreMCInstLower::Initialize(Mangler *M, MCContext *C) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 330 /// Locals.Initialize;
381 procedure Initialize;
959 procedure TLocalStorage.Initialize;
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 32 bool HungWindowDetector::Initialize(HWND top_level_window,
40 // It is OK to call Initialize on this object repeatedly
  /external/chromium/chrome/browser/policy/
browser_policy_connector.cc 50 // Initialize the subsystem once the message loops are spinning.
53 method_factory_.NewRunnableMethod(&BrowserPolicyConnector::Initialize));
187 void BrowserPolicyConnector::Initialize() {
190 cloud_policy_subsystem_->Initialize(
  /external/chromium/chrome/browser/sync/
signin_manager.cc 27 void SigninManager::Initialize(Profile* profile) {
30 profile_->GetTokenService()->Initialize(
  /external/clang/include/clang/AST/
ASTConsumer.h 47 /// Initialize - This is called to initialize the consumer, providing the
49 virtual void Initialize(ASTContext &Context) {}

Completed in 6280 milliseconds

12 3 4 5 6 7 8