HomeSort by relevance Sort by last modified time
    Searched defs:SetUp (Results 426 - 450 of 457) sorted by null

<<111213141516171819

  /external/v8/src/
platform-macos.cc 97 void OS::SetUp() {
platform-solaris.cc 94 void OS::SetUp() {
99 // call this setup code within the same millisecond.
builtins.cc     [all...]
log.cc     [all...]
platform-linux.cc 82 void OS::SetUp() {
    [all...]
platform-openbsd.cc 103 void OS::SetUp() {
spaces.cc 135 bool CodeRange::SetUp(const size_t requested) {
273 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) {
802 bool PagedSpace::SetUp() {
1008 bool NewSpace::SetUp(int reserved_semispace_capacity,
    [all...]
debug.cc 680 void Debug::SetUp(bool create_heap_objects) {
960 // Clear all current stepping setup.
1006 // Clear all current stepping setup.
    [all...]
platform-win32.cc 568 void OS::SetUp() {
573 // call this setup code within the same millisecond.
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 49 virtual void SetUp() {
385 virtual void SetUp() {
386 GLTest::SetUp();
391 ASSERT_NO_FATAL_FAILURE(mTextureRenderer->SetUp());
414 void SetUp() {
    [all...]
  /external/chromium/base/
file_util_unittest.cc 124 virtual void SetUp() {
125 PlatformTest::SetUp();
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 179 virtual void SetUp() {
180 syncdb_.SetUp();
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 119 virtual void SetUp() {
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 40 virtual void SetUp() {
67 // A helper class that handles all the initial npn/ssl setup.
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 347 // virtual void SetUp() { ... }
414 virtual void SetUp();
442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/gtest/include/gtest/
gtest.h 347 // virtual void SetUp() { ... }
414 virtual void SetUp();
442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 347 // virtual void SetUp() { ... }
414 virtual void SetUp();
442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 480 void ExtensionServiceTestBase::SetUp() {
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]

Completed in 1426 milliseconds

<<111213141516171819