Searched refs:skip_count (Results 1 - 25 of 44) sorted by relevance

12

/external/jemalloc/test/
H A Dtest.sh.in20 skip_count=0
23 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
34 skip_count=$((skip_count+1))
45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc111 int64_t skip_count = 0; local
113 skip_count = std::max<int64_t>(0 - (int64_t)position_, n);
114 position_ -= (size_t)(0 - skip_count);
116 skip_count = std::min<size_t>(length_ - position_, (size_t)n);
117 position_ += (size_t)skip_count;
119 return skip_count;
H A Dfile_input_stream.cc117 int64_t skip_count = 0; local
119 skip_count = std::max<int64_t>(0 - (int64_t)position_, n);
120 position_ -= (size_t)(0 - skip_count);
123 skip_count = std::min<size_t>(length_ - position_, (size_t)n);
124 position_ += (size_t)skip_count;
125 fseek(file_, (size_t)skip_count, SEEK_CUR);
127 return skip_count;
/external/libusb/tests/
H A Dtestlib.c172 int skip_count = 0; local
264 case TEST_STATUS_SKIP: skip_count++; break;
273 libusb_testlib_logf(&ctx, "Skipped %d tests", skip_count);
/external/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc435 virtual string CurrentStackTrace(int max_depth, int skip_count) { argument
436 return (testing::Message() << max_depth << "::" << skip_count << "\n")
460 int skip_count = atoi(log.substr(expected_message.size()).c_str()); local
473 EXPECT_THAT(skip_count,
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.h109 uint32_t* skip_count,
H A Dcpdf_document.cpp519 uint32_t* skip_count,
527 if (*skip_count)
528 (*skip_count)--;
542 if (count <= *skip_count) {
543 (*skip_count) -= count;
561 int found_index = FindPageIndex(pKid, skip_count, objnum, index, level + 1);
570 uint32_t skip_count = 0; local
577 skip_count = i;
586 int found_index = FindPageIndex(pPages, &skip_count, objnum, &start_index);
518 FindPageIndex(CPDF_Dictionary* pNode, uint32_t* skip_count, uint32_t objnum, int* index, int level) argument
/external/skia/include/core/
H A DSkPostConfig.h128 void DumpStackTrace(int skip_count, void w(const char*, void*), void* arg);
/external/v8/testing/gmock/test/
H A Dgmock-internal-utils_test.cc434 virtual string CurrentStackTrace(int max_depth, int skip_count) { argument
435 return (testing::Message() << max_depth << "::" << skip_count << "\n")
459 int skip_count = atoi(log.substr(expected_message.size()).c_str()); local
472 EXPECT_THAT(skip_count,
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h425 // skip_count - the number of top frames to be skipped; doesn't count
427 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
443 virtual String CurrentStackTrace(int max_depth, int skip_count)
616 // the gtest_stack_trace_depth flag. The skip_count parameter
623 String CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
H A Dgtest.cc753 // the gtest_stack_trace_depth flag. The skip_count parameter
760 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
761 (void)skip_count;
3555 // skip_count - the number of top frames to be skipped; doesn't count
3559 int /* skip_count */)
4543 // the gtest_stack_trace_depth flag. The skip_count parameter
4551 int skip_count) {
4552 // We pass skip_count + 1 to skip this wrapper function in addition
4554 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4550 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/googletest/googletest/src/
H A Dgtest-internal-inl.h427 // skip_count - the number of top frames to be skipped; doesn't count
429 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
449 virtual string CurrentStackTrace(int max_depth, int skip_count);
614 // the gtest_stack_trace_depth flag. The skip_count parameter
621 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h427 // skip_count - the number of top frames to be skipped; doesn't count
429 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
449 virtual string CurrentStackTrace(int max_depth, int skip_count);
614 // the gtest_stack_trace_depth flag. The skip_count parameter
621 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h421 // skip_count - the number of top frames to be skipped; doesn't count
423 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
438 String CurrentStackTrace(int max_depth, int skip_count) override;
605 // the gtest_stack_trace_depth flag. The skip_count parameter
612 String CurrentOsStackTraceExceptTop(int skip_count);
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h418 // skip_count - the number of top frames to be skipped; doesn't count
420 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
435 virtual String CurrentStackTrace(int max_depth, int skip_count);
602 // the gtest_stack_trace_depth flag. The skip_count parameter
609 String CurrentOsStackTraceExceptTop(int skip_count);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h486 // skip_count - the number of top frames to be skipped; doesn't count
488 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
503 virtual String CurrentStackTrace(int max_depth, int skip_count);
670 // the gtest_stack_trace_depth flag. The skip_count parameter
677 String CurrentOsStackTraceExceptTop(int skip_count);
/external/skia/infra/bots/recipe_modules/core/resources/
H A Drun_binary_size_analysis.py395 self.skip_count = 0
440 progress_percent = (100.0 * (progress.count + progress.skip_count) /
485 progress.skip_count += 1
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h418 // skip_count - the number of top frames to be skipped; doesn't count
420 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
435 virtual String CurrentStackTrace(int max_depth, int skip_count);
602 // the gtest_stack_trace_depth flag. The skip_count parameter
609 String CurrentOsStackTraceExceptTop(int skip_count);
/external/v8/testing/gtest/src/
H A Dgtest-internal-inl.h427 // skip_count - the number of top frames to be skipped; doesn't count
429 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
449 virtual string CurrentStackTrace(int max_depth, int skip_count);
614 // the gtest_stack_trace_depth flag. The skip_count parameter
621 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h426 // skip_count - the number of top frames to be skipped; doesn't count
428 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
444 virtual string CurrentStackTrace(int max_depth, int skip_count)
623 // the gtest_stack_trace_depth flag. The skip_count parameter
630 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h746 // the gtest_stack_trace_depth flag. The skip_count parameter
754 int skip_count);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h643 // the gtest_stack_trace_depth flag. The skip_count parameter
651 UnitTest* unit_test, int skip_count);
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc880 // skip_count - the number of top frames to be skipped; doesn't count
882 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
897 virtual String CurrentStackTrace(int max_depth, int skip_count);
1064 // the gtest_stack_trace_depth flag. The skip_count parameter
1071 String CurrentOsStackTraceExceptTop(int skip_count);
2070 // the gtest_stack_trace_depth flag. The skip_count parameter
2077 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
2078 (void)skip_count;
4671 // skip_count - the number of top frames to be skipped; doesn't count
5665 // the gtest_stack_trace_depth flag. The skip_count paramete
5672 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h717 // the gtest_stack_trace_depth flag. The skip_count parameter
725 int skip_count);

Completed in 665 milliseconds

12