Home
last modified time | relevance | path

Searched defs:Setup (Results 1 – 18 of 18) sorted by relevance

/external/webkit/V8Binding/v8/src/x64/
Dcpu-x64.cc38 void CPU::Setup() { in Setup() function in v8::internal::CPU
/external/webkit/V8Binding/v8/src/arm/
Dcpu-arm.cc40 void CPU::Setup() { in Setup() function in v8::internal::CPU
/external/webkit/V8Binding/v8/src/ia32/
Dcpu-ia32.cc42 void CPU::Setup() { in Setup() function in v8::internal::CPU
/external/gtest/test/
Dgtest_nc.cc65 void Setup() {} in Setup() function in MyTest
89 void Setup() {} in Setup() function in MyEnvironment
/external/gtest/include/gtest/
Dgtest.h343 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } in Setup() function
462 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } in Setup() function
/external/webkit/V8Binding/v8/src/
Dspaces.cc178 bool MemoryAllocator::Setup(int capacity) { in Setup() function in v8::internal::MemoryAllocator
492 bool PagedSpace::Setup(Address start, size_t size) { in Setup() function in v8::internal::PagedSpace
855 bool NewSpace::Setup(Address start, int size) { in Setup() function in v8::internal::NewSpace
1080 bool SemiSpace::Setup(Address start, in Setup() function in v8::internal::SemiSpace
2311 bool LargeObjectSpace::Setup() { in Setup() function in v8::internal::LargeObjectSpace
Dplatform-posix.cc331 bool Socket::Setup() { in Setup() function in v8::internal::Socket
Dplatform-nullos.cc51 void OS::Setup() { in Setup() function in v8::internal::OS
Dplatform-macos.cc88 void OS::Setup() { in Setup() function in v8::internal::OS
Dplatform-freebsd.cc76 void OS::Setup() { in Setup() function in v8::internal::OS
Dplatform-linux.cc76 void OS::Setup() { in Setup() function in v8::internal::OS
Dplatform-win32.cc560 void OS::Setup() { in Setup() function in v8::internal::OS
1718 bool Socket::Setup() { in Setup() function in v8::internal::Socket
Dbuiltins.cc644 void Builtins::Setup(bool create_heap_objects) { in Setup() function in v8::internal::Builtins
Dlog.cc1104 bool Logger::Setup() { in Setup() function in v8::internal::Logger
Ddebug.cc643 void Debug::Setup(bool create_heap_objects) { in Setup() function in v8::internal::Debug
Dheap.cc3175 bool Heap::Setup(bool create_heap_objects) { in Setup() function in v8::internal::Heap
/external/dropbear/libtomcrypt/
Dcrypt.tex5650 \subsection{Setup} subsection in Optimizations
/external/webkit/V8Binding/v8/test/cctest/
Dtest-api.cc5974 void ApiTestFuzzer::Setup(PartOfTest part) { in Setup() function in ApiTestFuzzer