/third_party/node/deps/cjs-module-lexer/ |
H A D | lexer.js | 568 // match next if 1055 // Big ugly regular expressions that match characters in the 1310 function readPrecedingKeyword (pos, match) { 1311 if (pos < match.length - 1) 1313 return source.startsWith(match, pos - match.length + 1) && (pos === 0 || isBrOrWsOrPunctuatorNotDot(source.charCodeAt(pos - match.length)));
|
/third_party/node/deps/npm/node_modules/color-convert/ |
H A D | conversions.js | 622 const match = args.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i); 623 if (!match) { 627 let colorString = match[0]; 629 if (match[0].length === 3) {
|
/third_party/littlefs/scripts/ |
H A D | data.py | 42 if re.match('^\s*\+?\s*(?:∞|inf)\s*$', x): 44 elif re.match('^\s*-\s*(?:∞|inf)\s*$', x): 177 m = size_pattern.match(line) 211 m = line_pattern.match(line) 250 m = info_pattern.match(line) 275 # exact match? avoid difflib if we can for speed
|
H A D | stack.py | 33 if re.match('^\s*\+?\s*(?:∞|inf)\s*$', x): 35 elif re.match('^\s*-\s*(?:∞|inf)\s*$', x): 144 m_ = k_pattern.match(rest) 156 m_ = v_pattern.match(rest) 178 m_ = f_pattern.match(info['label'])
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 273 bool match = true; in iterate() local 283 match = false; in iterate() 294 log << tcu::TestLog::Message << "Data of shader created separately and data of shader created in the same call with others does not match at index " << j << tcu::TestLog::EndMessage; in iterate() 295 match = false; in iterate() 299 if (!match) in iterate() 308 if (!match) in iterate()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 686 WidthUsageRecord match = null; in add() 688 match = tgt2widthUsage.get(trg); in add() 689 if (match.src() <= src) { in add() 690 return match.width(); in add() 698 // If there is a match and we haven't returned means there is already shorter range with in add() 702 entry = match != null ? tgt2widthUsage.floorEntry(trg - 1) : tgt2widthUsage.lastEntry(); in add()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 508 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) && 509 match(Cond1, m_ICmp(Pred1, m_Specific(LHS), m_ConstantInt(RHS1)))) { 590 if (match(CheckCond, m_And(m_Value(AndLHS), m_Value(AndRHS)))) 631 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) { 636 } else if (match(Check.getBase(),
|
/third_party/python/Lib/test/ |
H A D | test_launcher.py | 328 m = re.match(r"\s*(.+?)\s+?(\*\s+)?(.+)$", line) 353 m = re.match(r"\s*(.+?)\s+?(\*\s+)?(.+)$", line) 510 m = re.match(r"\s*-V:(.+?)\s+?\*\s+(.+)$", line) 520 m = re.match(r"\s*\*\s+(.+)$", line) 529 m = re.match(r"\s*\*\s+(.+)$", line)
|
H A D | test_wsgiref.py | 84 def compare_generic_iter(make_it, match): 94 for item in match: 327 def checkFW(self,text,size,match): 332 compare_generic_iter(make_it,match) 734 re.match((stdpat%(version,sw)).encode("iso-8859-1"),
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tznames_impl.cpp | 105 * ZMatchInfo stores zone name match information used by find method 1421 // perfect match, or no more names available in doFind() 1936 TZDBNameInfo *match = NULL; in handleMatch() local 1958 match = defaultRegionMatch = ninfo; in handleMatch() 1970 match = ninfo; in handleMatch() 1978 if (match == NULL) { in handleMatch() 1979 match = ninfo; in handleMatch() 1985 if (match != NULL) { in handleMatch() 1986 UTimeZoneNameType ntype = match->type; in handleMatch() 1999 if (match in handleMatch() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 411 " -m, --match PATTERN Only work on files with matching names\n" in usage() 616 { "match", required_argument, NULL, 'm' }, in parse_options() 705 if (!opts.match) { in parse_options() 706 if (!transform(optarg, &opts.match)) { in parse_options() 829 "--match, --ignore-case, --size and --time.\n"); in parse_options() 832 if (opts.match_case && !opts.match) { in parse_options() 833 ntfs_log_error("The --case option doesn't make sense without the --match option\n"); in parse_options() 848 opts.match || opts.match_case || in parse_options() 1747 * 0 There is no match. 1777 ntfs_log_debug("Filename '%s' doesn't match rege in name_match() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tznames_impl.cpp | 105 * ZMatchInfo stores zone name match information used by find method 1406 // perfect match, or no more names available in doFind() 1921 TZDBNameInfo *match = nullptr; in handleMatch() local 1943 match = defaultRegionMatch = ninfo; in handleMatch() 1955 match = ninfo; in handleMatch() 1963 if (match == nullptr) { in handleMatch() 1964 match = ninfo; in handleMatch() 1970 if (match != nullptr) { in handleMatch() 1971 UTimeZoneNameType ntype = match->type; in handleMatch() 1984 if (match in handleMatch() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reg.py | 37 - api - string naming the API to match 38 - profile - string naming the profile to match 40 attributes to match to. 45 Otherwise, the tag must exactly match the API or profile. 49 - `<remove>` with no attribute will match 50 - `<remove profile="core">` will match 51 - `<remove profile="compatibility">` will not match 53 Possible match conditions: 61 None 'string' Does not match. Cannot generate multiple APIs 64 'string' 'string' Strings must match [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tznames_impl.cpp | 105 * ZMatchInfo stores zone name match information used by find method 1405 // perfect match, or no more names available in doFind() 1920 TZDBNameInfo *match = NULL; in handleMatch() local 1942 match = defaultRegionMatch = ninfo; in handleMatch() 1954 match = ninfo; in handleMatch() 1962 if (match == NULL) { in handleMatch() 1963 match = ninfo; in handleMatch() 1969 if (match != NULL) { in handleMatch() 1970 UTimeZoneNameType ntype = match->type; in handleMatch() 1983 if (match in handleMatch() [all...] |
/third_party/vulkan-headers/registry/ |
H A D | reg.py | 37 - api - string naming the API to match 38 - profile - string naming the profile to match 40 attributes to match to. 45 Otherwise, the tag must exactly match the API or profile. 49 - `<remove>` with no attribute will match 50 - `<remove profile="core">` will match 51 - `<remove profile="compatibility">` will not match 53 Possible match conditions: 61 None 'string' Does not match. Cannot generate multiple APIs 64 'string' 'string' Strings must match [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_compatibility.c | 129 hi_bool match = HI_FALSE;
in compat_edid_match_chk() local 131 match = (tmp_manu_info->mfrs_name[0] == sink_manu_info->mfrs_name[0]) &&
in compat_edid_match_chk() 140 return match;
in compat_edid_match_chk()
|
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 216 bool match = false;
in power_supply_show_usb_type() local 224 match = true;
in power_supply_show_usb_type() 230 if (!match) {
in power_supply_show_usb_type() 293 * If no match was found, then check to see if it is an integer.
in power_supply_store_property()
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/ |
H A D | dw_mmc-rockchip.c | 101 * Note that these values match values from the DesignWare Databook
in dw_mci_rk3288_set_ios() 410 const struct of_device_id *match;
in dw_mci_rockchip_probe() local 422 match = of_match_node(dw_mci_rockchip_match, pdev->dev.of_node);
in dw_mci_rockchip_probe() 423 drv_data = match->data;
in dw_mci_rockchip_probe()
|
/third_party/curl/src/ |
H A D | tool_writeout.c | 541 bool match = FALSE; in ourWriteOut() local 552 match = TRUE; in ourWriteOut() 585 if(!match) { in ourWriteOut()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TextTrieMap.java | 21 * fast prefix match for the key. 36 * @param ignoreCase true to use simple case insensitive match 203 * Handles a prefix key match 280 Node match = null; in findMatch() 288 match = child; in findMatch() 293 return match; in findMatch() 341 // full match in add() 344 // partial match, create a branch in add()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2Parser.java | 252 lookahead1W(12); // WhiteSpace | 'let' | 'match' | '{' in parse_Message() 303 consume(14); // 'match' in parse_Selector() 525 code = match(tokenSetId); in matchW() 548 l1 = match(tokenSetId); in lookahead1() 567 private int match(int tokenSetId) in match() method in Mf2Parser 747 "'match'",
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | request_types.py | 101 if filter.match(self.input_files[i]): 303 if filter.match(self.installed_files[i]): 309 if filter.match(self.alias_files[j]):
|
/third_party/icu/tools/commit-checker/ |
H A D | check.py | 125 help = "JQL query load tickets; this should match tickets expected to correspond to the commits being checked. Example: 'project=ICU and fixVersion=63.1'; set fixVersion to the upcoming version.", 180 match = re.search(r"^(\w+-\d+) ", commit.message) 181 if match: 182 issue_id = match.group(1)
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TextTrieMap.java | 22 * fast prefix match for the key. 41 * @param ignoreCase true to use simple case insensitive match 212 * Handles a prefix key match 289 Node match = null; in findMatch() 297 match = child; in findMatch() 302 return match; in findMatch() 350 // full match in add() 353 // partial match, create a branch in add()
|
/third_party/mbedtls/scripts/ |
H A D | assemble_changelog.py | 135 name = re.match(cls._name_re, top_version_title).group(1) 221 if not self._only_url_re.match(line) and \ 224 if self._has_url_re.match(line) else ""
|