Searched refs:stack_grows_down (Results 1 - 8 of 8) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc574 static const bool stack_grows_down = StackGrowsDown(); local
580 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc908 static const bool stack_grows_down = StackGrowsDown(); local
915 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc908 static const bool stack_grows_down = StackGrowsDown(); local
915 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc956 static const bool stack_grows_down = StackGrowsDown(); local
963 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/gtest/src/
H A Dgtest-death-test.cc961 static const bool stack_grows_down = StackGrowsDown(); local
968 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc961 static const bool stack_grows_down = StackGrowsDown(); local
968 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc960 static const bool stack_grows_down = StackGrowsDown(); local
967 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc7158 static const bool stack_grows_down = StackGrowsDown();
7165 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);

Completed in 561 milliseconds