Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 25 of 104) sorted by relevance

12345

/external/v8/src/
Dv8.cc61 Logger::Setup(); in Initialize()
64 OS::Setup(); in Initialize()
81 if (!Heap::Setup(create_heap_objects)) { in Initialize()
87 Builtins::Setup(create_heap_objects); in Initialize()
96 Debug::Setup(create_heap_objects); in Initialize()
113 CPU::Setup(); in Initialize()
Dcpu.h54 static void Setup();
Dplatform.h135 static void Setup();
495 static bool Setup();
Dspaces.h334 static bool Setup(const size_t requested_size);
409 static bool Setup(int max_capacity);
850 bool Setup(Address start, size_t size);
1105 bool Setup(Address start, int initial_capacity, int maximum_capacity);
1263 bool Setup(Address start, int size);
1968 bool Setup();
Dspaces.cc157 bool CodeRange::Setup(const size_t requested) { in Setup() function in v8::internal::CodeRange
301 bool MemoryAllocator::Setup(int capacity) { in Setup() function in v8::internal::MemoryAllocator
644 bool PagedSpace::Setup(Address start, size_t size) { in Setup() function in v8::internal::PagedSpace
1001 bool NewSpace::Setup(Address start, int size) { in Setup() function in v8::internal::NewSpace
1026 if (!to_space_.Setup(start, in Setup()
1031 if (!from_space_.Setup(start + maximum_semispace_capacity, in Setup()
1227 bool SemiSpace::Setup(Address start, in Setup() function in v8::internal::SemiSpace
2530 bool LargeObjectSpace::Setup() { in Setup() function in v8::internal::LargeObjectSpace
/external/gtest/test/
Dgtest_nc.cc65 void Setup() {} in Setup() function in MyTest
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class. in SetUp()
89 void Setup() {} in Setup() function in MyEnvironment
102 testing::Environment::Setup(); in SetUp()
/external/protobuf/gtest/test/
Dgtest_nc.cc65 void Setup() {} in Setup() function in MyTest
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class. in SetUp()
89 void Setup() {} in Setup() function in MyEnvironment
102 testing::Environment::Setup(); in SetUp()
/external/v8/test/cctest/
Dtest-spaces.cc102 CHECK(MemoryAllocator::Setup(Heap::MaxReserved())); in TEST()
158 CHECK(MemoryAllocator::Setup(Heap::MaxReserved())); in TEST()
167 CHECK(new_space.Setup(start, 2 * Heap::ReservedSemiSpaceSize())); in TEST()
183 CHECK(MemoryAllocator::Setup(Heap::MaxReserved())); in TEST()
196 CHECK(s->Setup(start, size)); in TEST()
210 CHECK(Heap::Setup(false)); in TEST()
Dtest-sockets.cc128 ok = Socket::Setup(); in TEST()
/external/webkit/WebKitTools/wx/packaging/
DwxWebKitInstaller.iss.in3 [Setup]
30 WelcomeLabel1=Welcome to the wxWebKit for wxPython Setup Wizard
34 program Setup;
/external/webkit/LayoutTests/storage/
Dprivate-browsing-readonly-expected.txt2 Setup statement 1 completed successfully
3 Setup statement 2 completed successfully
/external/expat/win32/
Dexpat.iss1 ; Basic setup script for the Inno Setup installer builder. For more
5 ; The current version is used with Inno Setup 2.0.19.
7 [Setup]
68 WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard
/external/webkit/WebCore/bindings/v8/
DDateExtension.cpp98 return v8::FunctionTemplate::New(Setup); in GetNativeFunction()
105 v8::Handle<v8::Value> DateExtension::Setup(const v8::Arguments& args) in Setup() function in WebCore::DateExtension
DDateExtension.h47 static v8::Handle<v8::Value> Setup(const v8::Arguments&);
/external/v8/benchmarks/
Dbase.js41 this.Setup = setup ? setup : function() { };
231 suite.benchmarks[index].Setup();
/external/v8/src/ia32/
Dcpu-ia32.cc42 void CPU::Setup() { in Setup() function in v8::internal::CPU
/external/v8/src/x64/
Dcpu-x64.cc42 void CPU::Setup() { in Setup() function in v8::internal::CPU
/external/v8/src/mips/
Dcpu-mips.cc43 void CPU::Setup() { in Setup() function in v8::internal::CPU
/external/v8/src/arm/
Dcpu-arm.cc41 void CPU::Setup() { in Setup() function in v8::internal::CPU
/external/webkit/WebKit/mac/WebView/
DWebDocumentLoaderMac.mm55 if ([bundleIdentifier isEqualToString:@"com.adobe.Installers.Setup"])
60 … && [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.adobe.Installers.Setup"];
/external/iproute2/
DREADME.iproute2+tc75 Setup of rsvp and u32 classifiers is more hairy.
85 # Setup classifier root on eth1 root (it is cbq)
/external/quake/quake/src/WinQuake/data/
DLICINFO.TXT13 -- Setup a shareware version based server on a not-for-profit basis
30 -- Setup a registered version based server on a not-for-profit basis
/external/dropbear/libtommath/
Dtommath.out93 \BOOKMARK [2][-]{subsection.6.2.6}{The Barrett Setup Algorithm}{section.6.2}
98 \BOOKMARK [2][-]{subsection.6.3.4}{Montgomery Setup}{section.6.3}
/external/webkit/WebCore/platform/mac/
DRuntimeApplicationChecks.mm52 …staller = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.adobe.Installers.Setup"];
/external/icu4c/data/
Dicu4j-readme.txt11 *Setup*

12345