Home
last modified time | relevance | path

Searched refs:real_method (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/p5-Class-Component/Class-Component-0.17/lib/Class/Component/Component/Autocall/
H A DInjectMethod.pm25 my $real_method = $obj->{method};
26 next unless $plugin && $real_method;
27 if (ref $real_method eq 'CODE') {
28 *{"$class\::$method"} = sub { $real_method->($plugin, shift, @_) };
29 } elsif (!ref($real_method)) {
30 *{"$class\::$method"} = sub { $plugin->$real_method(shift, @_) };
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djddctmgr.c30 J_DCT_METHOD real_method[MAX_COMPONENTS]; member
94 switch (idct->real_method[compptr->component_index]) { in start_input_pass()
241 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
245 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
249 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
257 idct->real_method[ci] = JDCT_ISLOW; in jinit_inverse_dct()
263 idct->real_method[ci] = JDCT_IFAST; in jinit_inverse_dct()
269 idct->real_method[ci] = JDCT_FLOAT; in jinit_inverse_dct()
/dports/japanese/xv/xv-3.10a/jpeg/
H A Djddctmgr.c30 J_DCT_METHOD real_method[MAX_COMPONENTS]; member
94 switch (idct->real_method[compptr->component_index]) { in start_input_pass()
241 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
245 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
249 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
257 idct->real_method[ci] = JDCT_ISLOW; in jinit_inverse_dct()
263 idct->real_method[ci] = JDCT_IFAST; in jinit_inverse_dct()
269 idct->real_method[ci] = JDCT_FLOAT; in jinit_inverse_dct()
/dports/graphics/xv/xv-3.10a/jpeg/
H A Djddctmgr.c30 J_DCT_METHOD real_method[MAX_COMPONENTS]; member
94 switch (idct->real_method[compptr->component_index]) { in start_input_pass()
241 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
245 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
249 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
257 idct->real_method[ci] = JDCT_ISLOW; in jinit_inverse_dct()
263 idct->real_method[ci] = JDCT_IFAST; in jinit_inverse_dct()
269 idct->real_method[ci] = JDCT_FLOAT; in jinit_inverse_dct()
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Djddctmgr.c30 J_DCT_METHOD real_method[MAX_COMPONENTS]; member
94 switch (idct->real_method[compptr->component_index]) { in start_input_pass()
241 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
245 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
249 idct->real_method[ci] = JDCT_ISLOW; /* jidctred uses islow-style table */ in jinit_inverse_dct()
257 idct->real_method[ci] = JDCT_ISLOW; in jinit_inverse_dct()
263 idct->real_method[ci] = JDCT_IFAST; in jinit_inverse_dct()
269 idct->real_method[ci] = JDCT_FLOAT; in jinit_inverse_dct()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_concurrency_analyser/
H A Dpydevd_concurrency_logger.py163 real_method = frame.f_code.co_name
165 if real_method == "_stop":
169 real_method = "stop"
172 elif real_method == "join":
221 real_method = frame.f_locals["attr"]
222 if real_method not in ALL_METHODS:
225 real_method += "_begin"
227 real_method += "_end"
230 if real_method == "release_end":
294 real_method = frame.f_locals["attr"]
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_concurrency_analyser/
H A Dpydevd_concurrency_logger.py151 real_method = frame.f_code.co_name
153 if real_method == "_stop":
157 real_method = "stop"
160 elif real_method == "join":
168 if real_method == "start":
171 real_method, back.f_code.co_filename, back.f_lineno, back, parent=parent)
208 real_method = frame.f_locals["attr"]
210 real_method += "_begin"
212 real_method += "_end"
215 if real_method == "release_end":
[all …]
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_concurrency_analyser/
H A Dpydevd_concurrency_logger.py159 real_method = frame.f_code.co_name
161 if real_method == "_stop":
165 real_method = "stop"
168 elif real_method == "join":
176 if real_method == "start":
179 real_method, back.f_code.co_filename, back.f_lineno, back, parent=parent)
216 real_method = frame.f_locals["attr"]
218 real_method += "_begin"
220 real_method += "_end"
223 if real_method == "release_end":
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_concurrency_analyser/
H A Dpydevd_concurrency_logger.py151 real_method = frame.f_code.co_name
153 if real_method == "_stop":
157 real_method = "stop"
160 elif real_method == "join":
168 if real_method == "start":
171 real_method, back.f_code.co_filename, back.f_lineno, back, parent=parent)
208 real_method = frame.f_locals["attr"]
210 real_method += "_begin"
212 real_method += "_end"
215 if real_method == "release_end":
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/apitools/apitools/base/py/testing/
H A Dmock.py188 def __init__(self, key, mocked_client, real_method): argument
189 self.__name__ = real_method.__name__
192 self.__real_method = real_method
193 self.method_config = real_method.method_config
252 real_method = None
254 real_method = getattr(real_service, method)
259 real_method))
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Test/
H A DBase.pm302 my $real_method = $method;
304 if ( $real_method =~ m/^has_not_/ ) {
305 $real_method =~ s/^has_not_/has_/;
309 my $pkg = __PACKAGE__ . "::$real_method";
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/py/testing/
H A Dmock.py189 def __init__(self, key, mocked_client, real_method): argument
190 self.__name__ = real_method.__name__
193 self.__real_method = real_method
194 self.method_config = real_method.method_config
294 real_method = None
296 real_method = getattr(real_service, method)
301 real_method))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/
H A Dmock.py188 def __init__(self, key, mocked_client, real_method): argument
189 self.__name__ = real_method.__name__
192 self.__real_method = real_method
193 self.method_config = real_method.method_config
293 real_method = None
295 real_method = getattr(real_service, method)
300 real_method))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/apitools/base/py/testing/
H A Dmock.py189 def __init__(self, key, mocked_client, real_method): argument
190 self.__name__ = real_method.__name__
193 self.__real_method = real_method
194 self.method_config = real_method.method_config
294 real_method = None
296 real_method = getattr(real_service, method)
301 real_method))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/apitools/base/py/testing/
H A Dmock.py189 real_method = None
191 real_method = getattr(real_service, method)
195 real_method))
202 def __init__(self, key, mocked_client, real_method): argument
205 self.__real_method = real_method
/dports/net/p5-REST-Application/REST-Application-0.992/lib/REST/
H A DApplication.pm119 my $real_method = $self->getRealRequestMethod();
124 || $real_method
128 return $tunnel_method if $real_method eq 'POST';
131 if ( $real_method eq 'GET' and $tunnel_method =~ /^(GET|HEAD)$/ ) {
135 return $real_method;
/dports/devel/p5-Class-Component/Class-Component-0.17/lib/Class/
H A DComponent.pm260 my $real_method = $obj->{method};
261 return unless $plugin && $real_method;
263 if (ref $real_method eq 'CODE') {
264 $real_method->($plugin, $c, @args);
265 } elsif (!ref($real_method)) {
266 $plugin->$real_method($c, @args);
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_source_compress.c93 zip_uint16_t real_method = ZIP_CM_ACTUAL(method); in get_algorithm() local
96 if (implementations[i].method == real_method) { in get_algorithm()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_source_compress.c92 zip_uint16_t real_method = ZIP_CM_ACTUAL(method); in get_algorithm() local
95 if (implementations[i].method == real_method) { in get_algorithm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_vs_real_test.py188 real_method = real
190 real_method = getattr(real, method_name)
191 real_value = str(real_method(*args))
/dports/devel/py-capturer/capturer-3.0/capturer/
H A D__init__.py96 real_method = getattr(self.output, name)
97 return real_method(*args, **kw)
/dports/www/p5-HTML-Table/HTML-Table-2.08a/lib/HTML/
H A DTable.pm4237 my ($called_method, $real_method) = @_;
4239 my $row_andor_cell = $real_method =~ /^setCell/ ?
4241 $real_method =~ /^setRow/ ? '$self->getTableRows' :
4242 $real_method =~ /^setCol/ ? '$self->getTableCols' :
4248 return &$real_method($self, eval ($row_andor_cell), @_);
4264 (my $real_method = $called_method) =~ s/^setLast/set/;
4268 …rintf("Unsupported method $called_method call in %s\n", __PACKAGE__) unless defined(&$real_method);
4270 _install_stateful_set_method($called_method, $real_method);
/dports/devel/p5-Class-Tangram/Class-Tangram-1.57/lib/Class/
H A DTangram.pm2563 my $real_method =
2568 return $self->$real_method($attribute, @_);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dclass.c1086 tree real_method = method; in add_method() local
1101 real_method = DECL_TEMPLATE_RESULT (method); in add_method()
1108 if (! DECL_STATIC_FUNCTION_P (real_method)) in add_method()
1115 if (ctor_omit_inherited_parms (real_method)) in add_method()
1117 (DECL_CLONED_FUNCTION (real_method))); in add_method()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dclass.c1087 tree real_method = method; in add_method() local
1102 real_method = DECL_TEMPLATE_RESULT (method); in add_method()
1109 if (! DECL_STATIC_FUNCTION_P (real_method)) in add_method()
1116 if (ctor_omit_inherited_parms (real_method)) in add_method()
1118 (DECL_CLONED_FUNCTION (real_method))); in add_method()

12