Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dstacktrace.cc70 int max_depth, int skip_count, in Unwind()
78 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind()
88 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames()
89 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames()
95 int skip_count, const void* uc, in GetStackFramesWithContext()
97 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext()
102 void** result, int max_depth, int skip_count) { in GetStackTrace()
103 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace()
108 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument
110 return Unwind<false, true>(result, nullptr, max_depth, skip_count, u in GetStackTraceWithContext()
69 Unwind(void** result, int* sizes, int max_depth, int skip_count, const void* uc, int* min_dropped_frames) Unwind() argument
87 GetStackFrames( void** result, int* sizes, int max_depth, int skip_count) GetStackFrames() argument
94 GetStackFramesWithContext(void** result, int* sizes, int max_depth, int skip_count, const void* uc, int* min_dropped_frames) GetStackFramesWithContext() argument
101 GetStackTrace( void** result, int max_depth, int skip_count) GetStackTrace() argument
[all...]
H A Dstacktrace.h42 // most recent `skip_count` stack frames, stores their corresponding values
59 // `skip_count` to `1`, it will skip the frame for `bar()`, the most recently
82 int skip_count);
88 // `skip_count` stack frames, stores their corresponding values and sizes in
103 // The number of total stack frames is guaranteed to be >= skip_count +
106 int skip_count, const void* uc,
112 // most recent `skip_count` stack frames, stores their corresponding values
133 extern int GetStackTrace(void** result, int max_depth, int skip_count);
139 // `skip_count` stack frames, stores their corresponding values in `results`,
153 // The number of total stack frames is guaranteed to be >= skip_count
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_split_blocks.cpp68 std::map<SpvOp, uint32_t> skip_count; in Apply() local
79 skip_count.clear(); in Apply()
83 base, opcode, skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in Apply()
85 skip_count[opcode] = in Apply()
86 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in Apply()
H A Dinstruction_descriptor.cpp69 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local
80 skip_count); in MakeInstructionDescriptor()
86 skip_count++; in MakeInstructionDescriptor()
96 return MakeInstructionDescriptor(block.id(), opcode, skip_count); in MakeInstructionDescriptor()
H A Dfuzzer_pass.cpp141 std::map<SpvOp, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local
152 skip_count.clear(); in ForEachInstructionWithInstructionDescriptor()
160 skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in ForEachInstructionWithInstructionDescriptor()
163 skip_count[opcode] = in ForEachInstructionWithInstructionDescriptor()
164 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in ForEachInstructionWithInstructionDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_split_blocks.cpp68 std::map<SpvOp, uint32_t> skip_count; in Apply() local
79 skip_count.clear(); in Apply()
83 base, opcode, skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in Apply()
85 skip_count[opcode] = in Apply()
86 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in Apply()
H A Dinstruction_descriptor.cpp69 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local
80 skip_count); in MakeInstructionDescriptor()
86 skip_count++; in MakeInstructionDescriptor()
96 return MakeInstructionDescriptor(block.id(), opcode, skip_count); in MakeInstructionDescriptor()
H A Dfuzzer_pass.cpp141 std::map<SpvOp, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local
152 skip_count.clear(); in ForEachInstructionWithInstructionDescriptor()
160 skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in ForEachInstructionWithInstructionDescriptor()
163 skip_count[opcode] = in ForEachInstructionWithInstructionDescriptor()
164 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in ForEachInstructionWithInstructionDescriptor()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_split_blocks.cpp68 std::map<spv::Op, uint32_t> skip_count; in Apply() local
79 skip_count.clear(); in Apply()
83 base, opcode, skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in Apply()
85 skip_count[opcode] = in Apply()
86 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in Apply()
H A Dinstruction_descriptor.cpp70 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local
81 skip_count); in MakeInstructionDescriptor()
87 skip_count++; in MakeInstructionDescriptor()
97 return MakeInstructionDescriptor(block.id(), opcode, skip_count); in MakeInstructionDescriptor()
H A Dfuzzer_pass.cpp142 std::map<spv::Op, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local
153 skip_count.clear(); in ForEachInstructionWithInstructionDescriptor()
161 skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in ForEachInstructionWithInstructionDescriptor()
164 skip_count[opcode] = in ForEachInstructionWithInstructionDescriptor()
165 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in ForEachInstructionWithInstructionDescriptor()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc121 int64_t skip_count = 0; in Skip() local
123 skip_count = std::max<int64_t>(0 - (int64_t)position_, n); in Skip()
124 position_ -= (size_t)(0 - skip_count); in Skip()
127 skip_count = std::min<size_t>(length_ - position_, (size_t)n); in Skip()
128 position_ += (size_t)skip_count; in Skip()
129 fseek(file_, (size_t)skip_count, SEEK_CUR); in Skip()
131 return skip_count; in Skip()
H A Dmemory_input_stream.cc115 int64_t skip_count = 0; in Skip() local
117 skip_count = std::max<int64_t>(0 - (int64_t)position_, n); in Skip()
118 position_ -= (size_t)(0 - skip_count); in Skip()
120 skip_count = std::min<size_t>(length_ - position_, (size_t)n); in Skip()
121 position_ += (size_t)skip_count; in Skip()
123 return skip_count; in Skip()
/third_party/ffmpeg/libavcodec/
H A Dcavsdec.c987 int skip_count = -1; in decode_pic() local
1106 skip_count = -1; in decode_pic()
1107 if (h->skip_mode_flag && (skip_count < 0)) { in decode_pic()
1112 skip_count = get_ue_golomb(&h->gb); in decode_pic()
1114 if (h->skip_mode_flag && skip_count--) { in decode_pic()
1133 skip_count = -1; in decode_pic()
1134 if (h->skip_mode_flag && (skip_count < 0)) { in decode_pic()
1139 skip_count = get_ue_golomb(&h->gb); in decode_pic()
1141 if (h->skip_mode_flag && skip_count--) { in decode_pic()
H A Dratecontrol.h55 int skip_count; member
H A Dmpegvideo.h327 int skip_count; member
H A Dh261enc.c269 s->skip_count++; in ff_h261_encode_mb()
/third_party/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc430 std::string CurrentStackTrace(int max_depth, int skip_count) override {
431 return (testing::Message() << max_depth << "::" << skip_count << "\n")
456 int skip_count = atoi(log.substr(expected_message.size()).c_str()); in TEST() local
469 EXPECT_THAT(skip_count, in TEST()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h416 // skip_count - the number of top frames to be skipped; doesn't count
418 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
440 std::string CurrentStackTrace(int max_depth, int skip_count) override;
631 // the gtest_stack_trace_depth flag. The skip_count parameter
638 std::string CurrentOsStackTraceExceptTop(int skip_count)
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h417 // skip_count - the number of top frames to be skipped; doesn't count
419 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
441 std::string CurrentStackTrace(int max_depth, int skip_count) override;
632 // the gtest_stack_trace_depth flag. The skip_count parameter
639 std::string CurrentOsStackTraceExceptTop(int skip_count)
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c688 dscreen->skip_count = debug_get_num_option("GALLIUM_DDEBUG_SKIP", 0); in ddebug_screen_create()
689 if (dscreen->skip_count > 0) { in ddebug_screen_create()
691 dscreen->skip_count); in ddebug_screen_create()
H A Ddd_pipe.h57 unsigned skip_count; member
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h428 // skip_count - the number of top frames to be skipped; doesn't count
430 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
450 std::string CurrentStackTrace(int max_depth, int skip_count) override;
634 // the gtest_stack_trace_depth flag. The skip_count parameter
641 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
/third_party/curl/tests/
H A Druntests.pl2993 my $skip_count = $skipped{$r};
2994 my $log_line = sprintf("TESTINFO: \"%s\" %d time%s (", $r, $skip_count,
2995 ($skip_count == 1) ? "" : "s");
3015 $restraints{$log_line} = $skip_count;
/third_party/skia/include/core/
H A DSkTypes.h266 void DumpStackTrace(int skip_count, void w(const char*, void*), void* arg);

Completed in 32 milliseconds

12