Home
last modified time | relevance | path

Searched defs:skip_count (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dstacktrace.cc70 int max_depth, int skip_count, in Unwind()
88 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames()
95 int skip_count, const void* uc, in GetStackFramesWithContext()
102 void** result, int max_depth, int skip_count) { in GetStackTrace()
108 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_split_blocks.cpp68 std::map<SpvOp, uint32_t> skip_count; in Apply() local
Dinstruction_descriptor.cpp69 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local
Dfuzzer_pass.cpp141 std::map<SpvOp, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_split_blocks.cpp68 std::map<SpvOp, uint32_t> skip_count; in Apply() local
Dinstruction_descriptor.cpp69 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local
Dfuzzer_pass.cpp141 std::map<SpvOp, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_split_blocks.cpp68 std::map<SpvOp, uint32_t> skip_count; in Apply() local
Dinstruction_descriptor.cpp69 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local
Dfuzzer_pass.cpp141 std::map<SpvOp, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dmemory_input_stream.cc115 int64_t skip_count = 0; in Skip() local
Dfile_input_stream.cc121 int64_t skip_count = 0; in Skip() local
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dmemory_input_stream.cc115 int64_t skip_count = 0; in Skip() local
Dfile_input_stream.cc121 int64_t skip_count = 0; in Skip() local
/third_party/ffmpeg/libavcodec/
Dratecontrol.h55 int skip_count; member
Dcavsdec.c984 int skip_count = -1; in decode_pic() local
Dmpegvideo.h351 int skip_count; member
Davcodec.h1543 int skip_count; member
/third_party/googletest/googlemock/test/
Dgmock-internal-utils_test.cc450 int skip_count = atoi(log.substr(expected_message.size()).c_str()); in TEST() local
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_pipe.h57 unsigned skip_count; member
/third_party/mesa3d/src/gtest/src/
Dgtest.cc819 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop()
4430 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace()
5694 int skip_count) { in GetCurrentOsStackTraceExceptTop()
/third_party/googletest/googletest/src/
Dgtest.cc1025 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop()
4946 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace()
6233 int skip_count) { in GetCurrentOsStackTraceExceptTop()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc2516 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop()
6432 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace()
7717 int skip_count) { in GetCurrentOsStackTraceExceptTop()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c3544 static int skip_count = 0; variable