Home
last modified time | relevance | path

Searched refs:compare_frame (Results 1 – 21 of 21) sorted by relevance

/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
41 expectation_val = compare_frame.read_var("expectation")
50 shared_ptr = compare_frame.read_var("value")
60 value_str = self._get_value_string(compare_frame, testcase_frame)
65 expectation_val = compare_frame.read_var("expectation")
67 if "PrettyPrintToRegex" in compare_frame.name():
93 def _get_value_string(self, compare_frame, testcase_frame): argument
94 compare_frame.select()
95 if "ComparePrettyPrint" in compare_frame.name():
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
41 expectation_val = compare_frame.read_var("expectation")
50 shared_ptr = compare_frame.read_var("value")
60 value_str = self._get_value_string(compare_frame, testcase_frame)
65 expectation_val = compare_frame.read_var("expectation")
67 if "PrettyPrintToRegex" in compare_frame.name():
93 def _get_value_string(self, compare_frame, testcase_frame): argument
94 compare_frame.select()
95 if "ComparePrettyPrint" in compare_frame.name():
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/pretty_printers/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
43 value_str = self._get_value_string(compare_frame, testcase_frame)
49 expectation_val = compare_frame.read_var("expectation")
51 if "PrettyPrintToRegex" in compare_frame.name():
77 def _get_value_string(self, compare_frame, testcase_frame): argument
78 compare_frame.select()
79 if "ComparePrettyPrint" in compare_frame.name():
82 value_str = str(compare_frame.read_var("value"))
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/pretty_printers/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
43 value_str = self._get_value_string(compare_frame, testcase_frame)
49 expectation_val = compare_frame.read_var("expectation")
51 if "PrettyPrintToRegex" in compare_frame.name():
77 def _get_value_string(self, compare_frame, testcase_frame): argument
78 compare_frame.select()
79 if "ComparePrettyPrint" in compare_frame.name():
82 value_str = str(compare_frame.read_var("value"))
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/pretty_printers/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
43 value_str = self._get_value_string(compare_frame, testcase_frame)
49 expectation_val = compare_frame.read_var("expectation")
51 if "PrettyPrintToRegex" in compare_frame.name():
77 def _get_value_string(self, compare_frame, testcase_frame): argument
78 compare_frame.select()
79 if "ComparePrettyPrint" in compare_frame.name():
82 value_str = str(compare_frame.read_var("value"))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
43 value_str = self._get_value_string(compare_frame, testcase_frame)
48 expectation_val = compare_frame.read_var("expectation")
50 if "PrettyPrintToRegex" in compare_frame.name():
76 def _get_value_string(self, compare_frame, testcase_frame): argument
77 compare_frame.select()
78 if "ComparePrettyPrint" in compare_frame.name():
81 value_str = str(compare_frame.read_var("value"))
/dports/devel/libc++/libcxx-10.0.1.src/test/pretty_printers/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
43 value_str = self._get_value_string(compare_frame, testcase_frame)
49 expectation_val = compare_frame.read_var("expectation")
51 if "PrettyPrintToRegex" in compare_frame.name():
77 def _get_value_string(self, compare_frame, testcase_frame): argument
78 compare_frame.select()
79 if "ComparePrettyPrint" in compare_frame.name():
82 value_str = str(compare_frame.read_var("value"))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
43 value_str = self._get_value_string(compare_frame, testcase_frame)
48 expectation_val = compare_frame.read_var("expectation")
50 if "PrettyPrintToRegex" in compare_frame.name():
76 def _get_value_string(self, compare_frame, testcase_frame): argument
77 compare_frame.select()
78 if "ComparePrettyPrint" in compare_frame.name():
81 value_str = str(compare_frame.read_var("value"))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/pretty_printers/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
43 value_str = self._get_value_string(compare_frame, testcase_frame)
49 expectation_val = compare_frame.read_var("expectation")
51 if "PrettyPrintToRegex" in compare_frame.name():
77 def _get_value_string(self, compare_frame, testcase_frame): argument
78 compare_frame.select()
79 if "ComparePrettyPrint" in compare_frame.name():
82 value_str = str(compare_frame.read_var("value"))
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py37 compare_frame = gdb.newest_frame().older()
38 testcase_frame = compare_frame.older()
43 value_str = self._get_value_string(compare_frame, testcase_frame)
48 expectation_val = compare_frame.read_var("expectation")
50 if "PrettyPrintToRegex" in compare_frame.name():
76 def _get_value_string(self, compare_frame, testcase_frame):
77 compare_frame.select()
78 if "ComparePrettyPrint" in compare_frame.name():
81 value_str = str(compare_frame.read_var("value"))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py49 compare_frame = gdb.newest_frame().older()
50 testcase_frame = compare_frame.older()
55 value_str = self._get_value_string(compare_frame, testcase_frame)
60 expectation_val = compare_frame.read_var("expectation")
62 if "PrettyPrintToRegex" in compare_frame.name():
88 def _get_value_string(self, compare_frame, testcase_frame): argument
89 compare_frame.select()
90 if "ComparePrettyPrint" in compare_frame.name():
93 value_str = str(compare_frame.read_var("value"))
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2091 compare_frame (const GstVideoFormatInfo * finfo, gint depth, guint8 * outpixels, in compare_frame() function
2265 diff = compare_frame (finfo, depth, outpixels, pixels, WIDTH, HEIGHT); in GST_START_TEST()