Searched defs:skip_count (Results 26 - 32 of 32) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
760 (void)skip_count;
3530 // skip_count - the number of top frames to be skipped; doesn't count
4511 // the gtest_stack_trace_depth flag. The skip_count parameter
4519 int skip_count) {
4520 // We pass skip_count + 1 to skip this wrapper function in addition
4522 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4518 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/gtest/src/
H A Dgtest.cc767 // the gtest_stack_trace_depth flag. The skip_count parameter
774 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
775 (void)skip_count;
3509 // skip_count - the number of top frames to be skipped; doesn't count
3513 int /* skip_count */)
4628 // the gtest_stack_trace_depth flag. The skip_count parameter
4636 int skip_count) {
4637 // We pass skip_count + 1 to skip this wrapper function in addition
4639 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4635 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
760 (void)skip_count;
3502 // skip_count - the number of top frames to be skipped; doesn't count
4479 // the gtest_stack_trace_depth flag. The skip_count parameter
4487 int skip_count) {
4488 // We pass skip_count + 1 to skip this wrapper function in addition
4490 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4486 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/mesa3d/src/gtest/src/
H A Dgtest.cc752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
760 (void)skip_count;
3530 // skip_count - the number of top frames to be skipped; doesn't count
4511 // the gtest_stack_trace_depth flag. The skip_count parameter
4519 int skip_count) {
4520 // We pass skip_count + 1 to skip this wrapper function in addition
4522 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4518 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/protobuf/gtest/src/
H A Dgtest.cc722 // the gtest_stack_trace_depth flag. The skip_count parameter
729 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
730 (void)skip_count;
3306 // skip_count - the number of top frames to be skipped; doesn't count
4295 // the gtest_stack_trace_depth flag. The skip_count parameter
4303 int skip_count) {
4304 // We pass skip_count + 1 to skip this wrapper function in addition
4306 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4302 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc827 // skip_count - the number of top frames to be skipped; doesn't count
829 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
845 virtual string CurrentStackTrace(int max_depth, int skip_count)
1024 // the gtest_stack_trace_depth flag. The skip_count parameter
1031 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
2251 // the gtest_stack_trace_depth flag. The skip_count parameter
2258 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
2259 (void)skip_count;
4993 // skip_count - the number of top frames to be skipped; doesn't count
4997 int /* skip_count */)
6119 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc827 // skip_count - the number of top frames to be skipped; doesn't count
829 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
845 virtual string CurrentStackTrace(int max_depth, int skip_count)
1024 // the gtest_stack_trace_depth flag. The skip_count parameter
1031 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
2251 // the gtest_stack_trace_depth flag. The skip_count parameter
2258 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
2259 (void)skip_count;
4993 // skip_count - the number of top frames to be skipped; doesn't count
4997 int /* skip_count */)
6119 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
[all...]

Completed in 318 milliseconds

12