/third_party/python/Lib/email/ |
H A D | utils.py | 273 mo = rfc2231_continuation.match(name) 363 # If the values match, use the zone name implied by tm_isdst.
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_main.py | 33 assert re.match(self.version_pattern, dist.version)
|
/third_party/python/Lib/test/ |
H A D | test_strtod.py | 23 """, re.VERBOSE | re.IGNORECASE).match
|
/third_party/skia/infra/bots/recipes/ |
H A D | perf_skottiewasm_lottieweb.py | 186 m = reg.match(api.properties['buildername'])
|
/third_party/vk-gl-cts/scripts/android/ |
H A D | install_apk.py | 64 m = ptrn.match(line.decode('utf-8'))
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
H A D | prettify.js | 9 case "\n":a=0;break;default:++a}}if(!d)return c;d.push(c.substring(g));return d.join("")}}var ja=/(?:[^<]+|<!--[\s\S]*?--\>|<!\[CDATA\[([\s\S]*?)\]\]>|<\/?[a-zA-Z][^>]*>|<)/g,ka=/^<!--/,la=/^<\[CDATA\[/,ma=/^<br\b/i;function na(b){var a=b.match(ja),c=[],d=0,g=[];if(a)for(var e=0,h=a.length;e<h;++e){var f=a[e];if(f.length>1&&f.charAt(0)==="<"){if(ka.test(f))continue;if(la.test(f)){c.push(f.substring(9,f.length-3));d+=f.length-12}else if(ma.test(f)){c.push("\n");++d}else g.push(d,f)}else{var i=ga(f); 10 c.push(i);d+=i.length}}return{source:c.join(""),tags:g}}function v(b,a){var c={};(function(){var g=b.concat(a);for(var e=g.length;--e>=0;){var h=g[e],f=h[3];if(f)for(var i=f.length;--i>=0;)c[f.charAt(i)]=h}})();var d=a.length;return function(g,e){e=e||0;var h=[e,"pln"],f="",i=0,j=g;while(j.length){var o,m=null,k,l=c[j.charAt(0)];if(l){k=j.match(l[1]);m=k[0];o=l[0]}else{for(var n=0;n<d;++n){l=a[n];var p=l[2];if(p&&!p.test(f))continue;k=j.match(l[1]);if(k){m=k[0];o=l[0];break}}if(!m){o="pln";m=j.substring(0, 12 g),h=e.match(/^(<[^>]*>)([\s\S]*)(<\/[^>]*>)$/);if(h)a.splice(c,2,d,"tag",d+h[1].length,"src",d+h[1].length+(h[2]||"").length,"tag")}return a}var qa=v([["atv",/^\'[^\']*(?:\'|$)/,null,"'"],["atv",/^\"[^\"]*(?:\"|$)/,null,'"'],["pun",/^[<>\/=]+/,null,"<>/="]],[["tag",/^[\w:\-]+/,/^</],["atv",/^[\w\-]+/,/^=/],["atn",/^[\w:\-]+/,null],["pln",/^\s+/,null," \t\r\n"]]);function ra(b,a){for(var c=0;c<a.length;c+=2){var d=a[c+1];if(d==="tag"){var g,e;g=a[c];e=c+2<a.length?a[c+2]:b.length;var h=b.substring(g, 21 console.trace()}return b}}function wa(b){var a=H(),c=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],d=[];for(var g=0;g<c.length;++g)for(var e=0;e<c[g].length;++e)d.push(c[g][e]);c=null;var h=0;function f(){var i=(new Date).getTime()+250;for(;h<d.length&&(new Date).getTime()<i;h++){var j=d[h];if(j.className&&j.className.indexOf("prettyprint")>=0){var o=j.className.match(/\blang-(\w+)\b/);if(o)o=o[1];var m=false;for(var k=j.parentNode;k;k=
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deDefs.h | 55 # error Detected compiler does not match the supplied compiler.
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_server.cpp | 450 bool match = true; in SetExtraParameters() local 466 match = false; in SetExtraParameters() 470 if (!match) { return ERR_INVALID_PARAM; } in SetExtraParameters() 871 bool match = true; in GetExtraParameters() local 878 match = false; in GetExtraParameters() 882 if (!match) { in GetExtraParameters()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 1894 if (chip->match.addr > 1) in vidioc_g_chip_info() 1896 if (chip->match.addr == 1) in vidioc_g_chip_info() 1922 if (reg->match.addr > 1) in vidioc_g_register() 1924 if (reg->match.addr) { in vidioc_g_register() 1963 if (reg->match.addr > 1) in vidioc_s_register() 1965 if (reg->match.addr) in vidioc_s_register()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 1884 if (chip->match.addr > 1) in vidioc_g_chip_info() 1886 if (chip->match.addr == 1) in vidioc_g_chip_info() 1912 if (reg->match.addr > 1) in vidioc_g_register() 1914 if (reg->match.addr) { in vidioc_g_register() 1953 if (reg->match.addr > 1) in vidioc_s_register() 1955 if (reg->match.addr) in vidioc_s_register()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | scsi.c | 1668 bool match = false; in vhost_scsi_set_endpoint() local 1727 match = true; in vhost_scsi_set_endpoint() 1733 if (match) { in vhost_scsi_set_endpoint() 1798 bool match = false; in vhost_scsi_clear_endpoint() local 1830 " does not match t->vhost_wwpn: %s, t->vhost_tpgt: %hu\n", in vhost_scsi_clear_endpoint() 1836 match = true; in vhost_scsi_clear_endpoint() 1838 if (!match) in vhost_scsi_clear_endpoint() 2374 " match target port protoid: %s\n", i_port, in vhost_scsi_tpg_nexus_store() 2385 " match target port protoid: %s\n", i_port, in vhost_scsi_tpg_nexus_store() 2396 " match targe in vhost_scsi_tpg_nexus_store() [all...] |
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500_charger.c | 3400 struct component_match *match = NULL; in ab8500_charger_probe() local 3627 /* Create something that will match the subdrivers when we bind */ in ab8500_charger_probe() 3634 component_match_add(dev, &match, component_compare_dev, d); in ab8500_charger_probe() 3639 if (!match) { in ab8500_charger_probe() 3644 if (IS_ERR(match)) { in ab8500_charger_probe() 3645 dev_err(dev, "could not create component match\n"); in ab8500_charger_probe() 3646 ret = PTR_ERR(match); in ab8500_charger_probe() 3665 match); in ab8500_charger_probe()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep.c | 1334 * hash but the subclass -- which is hashed in -- didn't match. in register_lock_class() 1522 * BFS_R* indicates a result (match or not) 1654 * @data: data used for the second parameter of @match function 1655 * @match: match function for the search 1679 bool (*match)(struct lock_list *entry, void *data), in __bfs() 1739 * dependency path to this, so check with @match. in __bfs() 1741 if (match(lock, data)) { in __bfs() 1747 * Step 4: if not match, expand the path by adding the in __bfs() 1782 bool (*match)(struc in __bfs_forwards() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 522 * The canonical match will only be performed after the default match fails. 525 * a number of characters in the text and tries to match the pattern from that 531 * Canonical match will be performed slightly differently. We'll split the 534 * will be done on MS first, and only when we match MS then some processing 536 * they match PA and EA. Hence the default shift values 537 * for the canonical match will take the size of either end's accent into 567 * Check to make sure that the match length is at the end of the character by 652 // extra collation elements at the end of the match in isBreakUnit() 721 * a following match 1495 UChar *match = addToUCharArray(buffer, &matchsize, doNextCanonicalPrefixMatch() local 2197 UChar *match = addToUCharArray(buffer, &matchsize, doPreviousCanonicalSuffixMatch() local [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 3264 virtual bool match( ObjectT const& arg ) const = 0; 3272 virtual bool match( NSString* arg ) const = 0; 3290 bool match( ArgT const& arg ) const override { 3292 if (!matcher->match(arg)) 3324 bool match( ArgT const& arg ) const override { 3326 if (matcher->match(arg)) 3361 bool match( ArgT const& arg ) const override { 3362 return !m_underlyingMatcher.match( arg ); 3408 bool match(std::exception const& ex) const override; 3432 bool match(doubl [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl.c | 157 * @pdev: platform device to match with associated port ops. 171 /* match port_ops using the name of platform device */ in dfl_fpga_port_ops_get() 333 .match = dfl_bus_match, 563 * This function will match sub features with given feature drvs list and 1497 * @data: data passed to match function 1498 * @match: match function used to find specific port from the port device list 1509 int (*match)(struct platform_device *, void *)) in __dfl_fpga_cdev_find_port() 1517 if (match(port_dev, data) && get_device(&port_dev->dev)) in __dfl_fpga_cdev_find_port() 1699 * device, so if released port number doesn't match V in dfl_fpga_cdev_config_ports_vf() [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | pm.c | 239 const struct of_device_id *match; in at91_pm_config_ws() local 262 for_each_matching_node_and_match(np, soc_pm.ws_ids, &match) { in at91_pm_config_ws() 268 wsi = match->data; in at91_pm_config_ws()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ingenic/ |
H A D | ingenic-drm-drv.c | 364 * If OSD is not available, check that the width/height match. in ingenic_drm_plane_atomic_check() 1046 struct component_match *match = NULL; in ingenic_drm_probe() local 1057 drm_of_component_match_add(dev, &match, compare_of, np); in ingenic_drm_probe() 1060 return component_master_add_with_match(dev, &ingenic_master_ops, match); in ingenic_drm_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | renesas-ceu.c | 379 * match input components ordering with memory output format and in ceu_hw_config() 1519 ceu_sd->asd.match.i2c.adapter_id = async_sd->i2c_adapter_id; in ceu_parse_platform_data() 1520 ceu_sd->asd.match.i2c.address = async_sd->i2c_address; in ceu_parse_platform_data() 1587 ceu_sd->asd.match.fwnode = of_fwnode_handle(remote); in ceu_parse_dt()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-of-arasan.c | 1536 const struct of_device_id *match; in sdhci_arasan_probe() local 1545 match = of_match_node(sdhci_arasan_of_match, pdev->dev.of_node); in sdhci_arasan_probe() 1546 data = match->data; in sdhci_arasan_probe()
|
H A D | cavium.c | 231 u64 match = 0x3001070fffffffffull; in switch_val_changed() local 233 return (slot->cached_switch & match) != (new_val & match); in switch_val_changed()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 198 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: egress interface does not match the required tunnel type"); in nfp_fl_output() 767 /* Filter doesn't force proto match, in nfp_fl_csum_l4_to_flag() 800 struct flow_match_basic match; in nfp_fl_commit_mangle() local 802 flow_rule_match_basic(rule, &match); in nfp_fl_commit_mangle() 803 ip_proto = match.key->ip_proto; in nfp_fl_commit_mangle()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_def.c | 28 bool match; in ath9k_get_txgain_index() local 37 match = ath9k_hw_get_lower_upper_index( in ath9k_get_txgain_index() 40 if (match) { in ath9k_get_txgain_index()
|
H A D | eeprom_9287.c | 289 bool match; in ar9287_eeprom_get_tx_gain_index() local 299 match = ath9k_hw_get_lower_upper_index( in ar9287_eeprom_get_tx_gain_index() 303 if (match) { in ar9287_eeprom_get_tx_gain_index()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 636 * Only attempts to match console command lines of the form: 642 * Performs console setup for a match (as required by interface) 650 char match[] = "uart"; /* 8250-specific earlycon name */ in univ8250_console_match() local 655 if (strncmp(name, match, 4) != 0) in univ8250_console_match() 661 /* try to match the port specified on the command line */ in univ8250_console_match() 688 .match = univ8250_console_match,
|