Searched refs:Initialize (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium/base/i18n/
H A Dicu_util_nacl_win64.cc9 bool Initialize() { function in namespace:icu_util
H A Dicu_util.h12 bool Initialize();
/external/v8/samples/
H A Dcount-hosts.js28 function Initialize() { } function
42 Initialize();
/external/chromium/base/
H A Dcpu.cc19 Initialize();
22 void CPU::Initialize() { function in class:base::CPU
H A Dthread_local_storage_posix.cc11 Initialize(destructor);
14 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) { function in class:ThreadLocalStorage::Slot
H A Dthread_local_storage_win.cc33 void** ThreadLocalStorage::Initialize() { function in class:ThreadLocalStorage
59 Initialize(destructor);
62 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) { function in class:ThreadLocalStorage::Slot
64 ThreadLocalStorage::Initialize();
89 tls_data = ThreadLocalStorage::Initialize();
97 tls_data = ThreadLocalStorage::Initialize();
H A Dthread_local_storage.h37 bool Initialize(TLSDestructorFunc destructor);
74 static void **Initialize();
H A Dcpu.h29 void Initialize();
H A Dlogging_win.h42 static void Initialize(const GUID& provider_name);
/external/chromium/net/base/
H A Dnet_test_suite.h18 virtual void Initialize() { function in class:NetTestSuite
19 TestSuite::Initialize();
23 // Called from within Initialize(), but separate so that derived classes
25 // TestSuite::Initialize(). TestSuite::Initialize() performs some global
/external/chromium/base/test/
H A Dtest_file_util_mac.cc21 if (!mapped_file.Initialize(file)) {
H A Dperf_test_suite.h21 virtual void Initialize() { function in class:PerfTestSuite
22 TestSuite::Initialize();
24 // Initialize the perf timer log
H A Dtest_suite.h63 // Initialize(). See bug 6436.
110 // Initialize(). See bug 6436.
114 Initialize();
181 virtual void Initialize() { function in class:TestSuite
182 // Initialize logging.
213 icu_util::Initialize();
/external/v8/src/
H A Dv8.cc46 bool V8::Initialize(Deserializer *des) { function in class:v8::internal::V8
66 // Initialize other runtime facilities
68 ::assembler::arm::Simulator::Initialize();
86 Bootstrapper::Initialize(create_heap_objects);
88 Top::Initialize();
98 StubCache::Initialize(create_heap_objects);
115 OProfileAgent::Initialize();
163 // Initialize seed using the system random(). If one of the seeds
H A Dsnapshot-common.cc43 return V8::Initialize(&deserializer);
47 bool Snapshot::Initialize(const char* snapshot_file) { function in class:v8::internal::Snapshot
H A Dsnapshot.h36 // Initialize the VM from the given snapshot file. If snapshot_file is
39 static bool Initialize(const char* snapshot_file = NULL);
H A Dlist.h51 List() { Initialize(0); }
52 INLINE(explicit List(int capacity)) { Initialize(capacity); }
59 Initialize(0);
125 INLINE(void Initialize(int capacity));
H A Doprofile-agent.h47 static bool Initialize();
H A Dv8.h81 // If Initialize is called with des == NULL, the initial state is
85 static bool Initialize(Deserializer* des);
H A Dhashmap.cc49 Initialize(initial_capacity);
194 void HashMap::Initialize(uint32_t capacity) { function in class:v8::HashMap
198 V8::FatalProcessOutOfMemory("HashMap::Initialize");
211 Initialize(capacity_ * 2);
H A Dv8threads.cc63 V8::Initialize();
132 lazily_archived_thread_.Initialize(ThreadHandle::INVALID);
182 mutex_owner_.Initialize(ThreadHandle::SELF);
188 mutex_owner_.Initialize(ThreadHandle::INVALID);
276 lazily_archived_thread_.Initialize(ThreadHandle::SELF);
299 lazily_archived_thread_.Initialize(ThreadHandle::INVALID);
/external/v8/src/ia32/
H A Dregister-allocator-ia32-inl.h73 void RegisterAllocator::Initialize() { function in class:v8::internal::RegisterAllocator
/external/v8/test/cctest/
H A Dtest-threads.cc37 v8::V8::Initialize();
/external/v8/src/arm/
H A Dregister-allocator-arm-inl.h93 void RegisterAllocator::Initialize() { function in class:v8::internal::RegisterAllocator
/external/v8/src/x64/
H A Dregister-allocator-x64-inl.h79 void RegisterAllocator::Initialize() { function in class:v8::internal::RegisterAllocator

Completed in 253 milliseconds

123456