Searched defs:skip_count (Results 1 - 19 of 19) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
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;
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;
/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/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/pdfium/core/fpdfapi/parser/
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/v8/src/
H A Ddeoptimizer.cc2688 int skip_count = local
2691 for (int i = 0; i < skip_count; i++) {
/external/google-breakpad/src/testing/gtest/src/
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.cc789 // the gtest_stack_trace_depth flag. The skip_count parameter
796 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
799 skip_count + 1
3849 int /*skip_count*/) {
4964 // the gtest_stack_trace_depth flag. The skip_count parameter
4972 int skip_count) {
4973 // We pass skip_count + 1 to skip this wrapper function in addition
4975 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4971 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc789 // the gtest_stack_trace_depth flag. The skip_count parameter
796 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
799 skip_count + 1
3851 int /*skip_count*/) {
4966 // the gtest_stack_trace_depth flag. The skip_count parameter
4974 int skip_count) {
4975 // We pass skip_count + 1 to skip this wrapper function in addition
4977 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4973 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;
3504 // skip_count - the number of top frames to be skipped; doesn't count
4481 // the gtest_stack_trace_depth flag. The skip_count parameter
4489 int skip_count) {
4490 // We pass skip_count + 1 to skip this wrapper function in addition
4492 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4488 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.cc730 // the gtest_stack_trace_depth flag. The skip_count parameter
737 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
738 (void)skip_count;
3331 // skip_count - the number of top frames to be skipped; doesn't count
4325 // the gtest_stack_trace_depth flag. The skip_count parameter
4333 int skip_count) {
4334 // We pass skip_count + 1 to skip this wrapper function in addition
4336 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4332 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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;
3501 // skip_count - the number of top frames to be skipped; doesn't count
4478 // the gtest_stack_trace_depth flag. The skip_count parameter
4486 int skip_count) {
4487 // We pass skip_count + 1 to skip this wrapper function in addition
4489 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4485 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/v8/testing/gtest/src/
H A Dgtest.cc789 // the gtest_stack_trace_depth flag. The skip_count parameter
796 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
799 skip_count + 1
3849 int /*skip_count*/) {
4964 // the gtest_stack_trace_depth flag. The skip_count parameter
4972 int skip_count) {
4973 // We pass skip_count + 1 to skip this wrapper function in addition
4975 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4971 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/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;
3505 // skip_count - the number of top frames to be skipped; doesn't count
3509 int /* skip_count */)
4624 // the gtest_stack_trace_depth flag. The skip_count parameter
4632 int skip_count) {
4633 // We pass skip_count + 1 to skip this wrapper function in addition
4635 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1);
4631 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
/external/fmtlib/test/
H A Dgmock-gtest-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/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...]

Completed in 1586 milliseconds