HomeSort by relevance Sort by last modified time
    Searched refs:skip_count (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 105 // 'skip_count' gives the number of stack frames between this call
107 static int GetCallerStackTrace(int skip_count, void* stack[kMaxStackDepth]);
heap-profile-table.cc 219 int skip_count, void* stack[kMaxStackDepth]) {
221 stack, kMaxStackDepth, kStripFrames + skip_count + 1);
malloc_hook.cc 641 // into the implementations for GetStackTrace instead of the skip_count.
643 int skip_count) {
651 return GetStackTrace(result, max_depth, skip_count + int(DEBUG_MODE));
661 // max passed/needed skip_count is 6
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook.cc 641 // into the implementations for GetStackTrace instead of the skip_count.
643 int skip_count) {
651 return GetStackTrace(result, max_depth, skip_count + int(DEBUG_MODE));
661 // max passed/needed skip_count is 6
heap-profile-table.cc 210 int skip_count, void* stack[kMaxStackDepth]) {
212 stack, kMaxStackDepth, kStripFrames + skip_count + 1);
  /external/chromium_org/tools/binary_size/
run_binary_size_analysis.py 481 self.skip_count = 0
515 progress_percent = (100.0 * (progress.count + progress.skip_count) /
543 progress.skip_count += 1
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 75 HRESULT __stdcall Skip(ULONG skip_count);
155 STDMETHODIMP FormatEtcEnumerator::Skip(ULONG skip_count) {
156 cursor_ += skip_count;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 739 // the gtest_stack_trace_depth flag. The skip_count parameter
746 String GetCurrentOsStackTraceExceptTop(UnitTest* unit_test, int skip_count);
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 643 // the gtest_stack_trace_depth flag. The skip_count parameter
651 UnitTest* unit_test, int skip_count);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 717 // the gtest_stack_trace_depth flag. The skip_count parameter
725 int skip_count);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 643 // the gtest_stack_trace_depth flag. The skip_count parameter
651 UnitTest* unit_test, int skip_count);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 746 // the gtest_stack_trace_depth flag. The skip_count parameter
754 int skip_count);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 717 // the gtest_stack_trace_depth flag. The skip_count parameter
725 int skip_count);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 632 // the gtest_stack_trace_depth flag. The skip_count parameter
640 UnitTest* unit_test, int skip_count);
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 767 // the gtest_stack_trace_depth flag. The skip_count parameter
774 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
775 (void)skip_count;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
760 (void)skip_count;
    [all...]
  /external/gtest/src/
gtest.cc 767 // the gtest_stack_trace_depth flag. The skip_count parameter
774 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
775 (void)skip_count;
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
760 (void)skip_count;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
760 (void)skip_count;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 183 int _FindPageIndex(CPDF_Dictionary* pNode, FX_DWORD& skip_count, FX_DWORD objnum, int& index, int level = 0);
  /external/protobuf/gtest/src/
gtest.cc 722 // the gtest_stack_trace_depth flag. The skip_count parameter
729 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
730 (void)skip_count;
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 752 // the gtest_stack_trace_depth flag. The skip_count parameter
759 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
760 (void)skip_count;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 1549 milliseconds

1 23 4