/kernel/linux/linux-6.6/include/linux/ |
H A D | isa.h | 14 int (*match)(struct device *, unsigned int); member 52 pr_err("%s: Number of irq (%u) does not match number of base (%u)\n", \
|
/kernel/linux/linux-6.6/drivers/tc/ |
H A D | tc-driver.c | 53 * @tdev: the TC device structure to match against 57 * tc_device_id structure or %NULL if there is no match. 78 * @dev: the device structure to match against 83 * is a match or 0 otherwise. 100 .match = tc_bus_match,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_defs.h | 66 * match. However, it's a useful convention ... 69 #error T4VF_MBDATA_BASE_ADDR must match CIM_PF_MAILBOX_DATA_A!
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-generic.c | 79 .match = hid_generic_match,
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_pkttype.c | 18 MODULE_DESCRIPTION("Xtables: link layer packet type match"); 45 .match = pkttype_mt,
|
H A D | xt_mark.c | 3 * xt_mark - Netfilter module to match NFMARK value 55 .match = mark_mt,
|
H A D | xt_mac.c | 2 /* Kernel module to match MAC address parameters. */ 21 MODULE_DESCRIPTION("Xtables: MAC address match"); 45 .match = mac_mt,
|
H A D | xt_state.c | 2 /* Kernel module to match connection tracking information. */ 16 MODULE_DESCRIPTION("ip[6]_tables connection tracking state match module"); 58 .match = state_mt,
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | txtimestamp.sh | 22 u32 match mark 0 0xffff \
|
/kernel/linux/linux-6.6/scripts/ |
H A D | ver_linux | 64 if (match($0, vernum)) {
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | ip6t_eui64.c | 2 /* Kernel module to match EUI64 address parameters. */ 15 MODULE_DESCRIPTION("Xtables: IPv6 EUI64 address match"); 53 .match = eui64_mt6,
|
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | soc-acpi-intel-bxt-match.c | 3 * soc-acpi-intel-bxt-match.c - tables and support for BXT ACPI enumeration. 11 #include <sound/soc-acpi-intel-match.h>
|
H A D | soc-acpi-intel-jsl-match.c | 3 * soc-apci-intel-jsl-match.c - tables and support for JSL ACPI enumeration. 10 #include <sound/soc-acpi-intel-match.h>
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | pci-skl.c | 12 #include <sound/soc-acpi-intel-match.h>
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | SymbolMatcher.java | 10 * A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet. 36 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SymbolMatcher
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CharsetRecog_UTF8.java | 22 * @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector) 25 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_UTF8
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CharsetRecog_UTF8.java | 23 * @see ohos.global.icu.text.CharsetRecognizer#match(ohos.global.icu.text.CharsetDetector) 26 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_UTF8
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | SymbolMatcher.java | 11 * A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet. 38 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SymbolMatcher
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_compositions.h | 54 // bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override; 76 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
|
H A D | csrutf8.cpp | 29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() function in CharsetRecog_UTF8
|
H A D | numparse_validators.h | 19 bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE {
|
/third_party/libuv/docs/src/sphinx-plugins/ |
H A D | manpage.py | 33 m = p.match(text)
|
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-786.js | 18 try { String.prototype.match(isNaN) } catch (err) { }
|
/third_party/node/deps/v8/tools/ |
H A D | turbolizer-perf.py | 26 result = re.match(prog, line)
|
/third_party/node/test/parallel/ |
H A D | test-crypto-randomuuid.js | 18 assert.match(
|