Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 72) sorted by relevance

123

/buildroot/package/perl-class-method-modifiers/
A DConfig.in2 bool "perl-class-method-modifiers"
4 Provides Moose-like method modifiers.
/buildroot/utils/checksymbolslib/
A Dtest_util.py1 def assert_calls(method, expected_calls): argument
2 method.assert_has_calls(expected_calls, any_order=True)
3 assert method.call_count == len(expected_calls)
/buildroot/support/testing/tests/package/
A Dsample_python_dbus_next.py3 from dbus_next.service import ServiceInterface, method
12 @method()
16 @method()
A Dsample_python_dbus_fast.py3 from dbus_fast.service import ServiceInterface, method
12 @method()
16 @method()
/buildroot/package/heirloom-mailx/
A D0001-fix-libressl-support.patch42 method = SSLv3_client_method();
44 method = TLSv1_client_method();
47 + method = TLSv1_client_method();
51 "Invalid SSL method \"%s\"\n"), cp);
/buildroot/package/python3/
A D0026-lib-crypt-uClibc-ng-doesn-t-set-errno-when-encryptio.patch4 Subject: [PATCH] lib/crypt: uClibc-ng doesn't set errno when encryption method
7 Since commit [1] in cpython, an exception is raised when an encryption method
34 + # Not all libc libraries set errno when encryption method is not
39 if result and len(result) == method.total_size:
/buildroot/package/libjwt/
A DConfig.in7 method for representing claims securely between two parties.
/buildroot/package/bustle/
A DConfig.in12 emissions, method calls and their corresponding returns,
14 of each method call. This can help you check for unwanted
/buildroot/package/lft/
A DConfig.in7 commonly-used Van Jacobson method) and goes through many
/buildroot/package/libtelnet/
A DConfig.in6 libtelnet also implements the Q method of TELNET option
/buildroot/utils/checkpackagelib/
A Dreadme.txt6 newline!) to the method check_line() of every check object.
31 - keep in mind that for every class the method before() will be called before
32 any line is served to be checked by the method check_line(). A class that
33 checks the filename should only implement the method before(). A function that
35 processed) should initialize all variables using this method.
36 - keep in mind that for every class the method after() will be called after all
37 lines were served to be checked by the method check_line(). A class that
38 checks the absence of a pattern in the file will need to use this method.
/buildroot/package/ocrad/
A DConfig.in7 based on a feature extraction method.
/buildroot/package/dialog/
A DConfig.in9 This application provides a method of displaying several
/buildroot/support/kconfig/patches/
A D17-backport-kecho.patch18 +# Easy method for doing a status message
/buildroot/package/mkpasswd/
A Dmkpasswd.c83 const char *method; /* short name used by the command line option */ member
166 for (i = 0; methods[i].method != NULL; i++) in main()
167 if (strcaseeq(methods[i].method, optarg)) { in main()
463 for (i = 0; methods[i].method != NULL; i++) in display_methods()
464 printf("%s\t%s\n", methods[i].method, methods[i].desc); in display_methods()
/buildroot/package/bc/
A DConfig.in8 This version does not use the historical method of having bc
/buildroot/package/wampcc/
A D0001-Add-RISC-V-endian-detection.patch18 method (1) does not work, causing build failures on musl toolchains
19 that don't have explicit handling by architecture name (method 2).
/buildroot/package/php-lua/
A D0001-ZEND_ACC_ALLOW_STATIC-ZEND_ACC_STATIC-for-static-met.patch4 Subject: [PATCH] ZEND_ACC_ALLOW_STATIC -> ZEND_ACC_STATIC for static method
/buildroot/package/mono-gtksharp3/
A D0001-Fixes-MONO_PROFILE_ENTER_LEAVE-undeclared.patch18 @@ -86,6 +86,10 @@ simple_method_enter (MonoProfiler *prof, MonoMethod *method)
/buildroot/package/dbus-broker/
A Dsystem.conf49 name ownership and sending method calls -->
53 <!-- Signals and reply messages (method returns, errors) are allowed
/buildroot/package/cifs-utils/
A DConfig.in7 method for mounting SMB/CIFS shares on Linux. The in-kernel
/buildroot/package/ecryptfs-utils/
A DConfig.in27 openssl for another method.
/buildroot/package/mosquitto/
A DConfig.in10 The MQTT protocol provides a lightweight method of carrying
/buildroot/fs/tar/
A DConfig.in8 prompt "Compression method"
/buildroot/package/iotop/
A D0001-Fix-build-error-with-Python-3.patch12 The itervalues() method is not available in Python 3. As a

Completed in 49 milliseconds

123