/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | pcm.c | 15 #include <sound/soc-acpi-intel-match.h>
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 608 if re.match(pattern_sharp, str_content, flags=re.M):
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 264 that the length of the \Var{op} array does not have to match exactly
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | make.py | 497 # string (false) when the commands match. 2216 # Filter out those which do not match prefix and suffix and produce 2329 # Functionality removed for all platforms to match Xcode and hoist 2528 if re.match(".*_wrapper", key):
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | make.py | 500 # string (false) when the commands match. 2222 # Filter out those which do not match prefix and suffix and produce 2335 # Functionality removed for all platforms to match Xcode and hoist 2556 if re.match(".*_wrapper", key):
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.cpp | 1759 auto inclusion = filter.match(path); in applyFilter()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 1759 auto inclusion = filter.match(path); in applyFilter()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-date-time-format.cc | 419 // Return the time zone id which match ICU's expectation of title casing 1186 // This is a temporary work-around to get v8's external behavior to match in CreateICUDateFormat() 1190 // locale for the pattern match is not quite right. Moreover, what to in CreateICUDateFormat() 1454 // If the skeleton match the HourCycle, we just return it. in DateTimeStylePattern()
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 863 m = re.match(r"^ *'?([a-zA-Z_]\w*(?:\s+[a-zA-Z_]\w*)*)\s*(.*?)'?\s*$", text) 1574 # same partial key will still match a key lookup.
|
/third_party/python/Lib/ |
H A D | pickle.py | 197 __all__.extend([x for x in dir() if re.match("[A-Z][A-Z0-9_]+$", x)])
|
H A D | pdb.py | 106 if cre.match(line):
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | reslist.cpp | 1767 auto inclusion = filter.match(path); in applyFilter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 1360 !match(&I, m_FNeg(m_Value()))) in visitBinaryOperator()
|
H A D | ScalarEvolution.cpp | 985 // Bail out if the types do not match. in visitAddRecExpr() 1004 // Bail out if types do not match. in visitAddExpr() 1028 // Bail out if types do not match. in visitMulExpr() 1045 // Bail out if types do not match. in visitMulExpr() 2424 "SCEVAddExpr operand types don't match!"); in getAddExpr() 2925 "SCEVMulExpr operand types don't match!"); 3169 "SCEVURemExpr operand types don't match!"); 3198 "SCEVUDivExpr operand types don't match!"); 3424 "SCEVAddRecExpr operand types don't match!"); 3564 "Operand types don't match!"); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1256 "Number of output arguments should match " in emitCallAndSwitchStatement() 1413 if (match(&I, m_Intrinsic<Intrinsic::assume>())) in extractCodeRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 434 if (FloatMatcher.match(S)) in isNumber()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 428 if (match(V, m_Not(m_Value(NotV))) && V->getType()->isIntegerTy(32)) { in getRegForI1Value()
|
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 308 self.module.filterwarnings("error", "match", UserWarning) 309 self.assertRaises(UserWarning, self.module.warn, "match") 310 self.assertRaises(UserWarning, self.module.warn, "match prefix") 311 self.module.warn("suffix match") 318 def match(self, a): member in FilterTests.test_mutate_filter_list.X
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 2147 /** Maximum number of supported match sets for sched_scan */ 4713 const u8 *match, size_t match_len,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 803 // function zero extends the shorter of the pair so that they match. 1972 // swapped operands and value types do not match. NB: x86 is fine if operands in foldBinOpIntoSelect() 2812 // match patterns like: 2894 // TODO: match other operations that can merge flags (ADD, etc) in combineCarryDiamond() 4537 // op type must match a setcc result type. Also, all folds require new in foldLogicOfSetCCs() 4538 // operations on the left and right operands, so those types must match. in foldLogicOfSetCCs() 4606 // Try more general transforms if the predicates match and the only user of in foldLogicOfSetCCs() 4743 // AArch64 which match a few 64-bit bit insert / bit extract patterns in visitANDLike() 4781 // ZEXTLOAD will match without needing to change the size of the value being in isAndLoadExtLoad() 5053 // Try to match ( in unfoldExtremeBitClearingToShifts() [all...] |
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 2153 // Unfortunately, that regex has O(n^2) performance because v8 doesn't match from the end of the string. 2253 /** Return the object corresponding to the best pattern to match `candidate`. */ 2681 var match = /^function\s+([\w\$]+)\s*\(/.exec(text); 2682 return match ? match[1] : ""; 3288 var match = versionRegExp.exec(text); 3289 if (!match) 3291 var major = match[1], _a = match[2], minor = _a === void 0 ? "0" : _a, _b = match[ [all...] |
H A D | tsc.js | 2274 var match = /^function\s+([\w\$]+)\s*\(/.exec(text); 2275 return match ? match[1] : ""; 2816 var match = versionRegExp.exec(text); 2817 if (!match) 2819 var major = match[1], _a = match[2], minor = _a === void 0 ? "0" : _a, _b = match[3], patch = _b === void 0 ? "0" : _b, _c = match[4], prerelease = _c === void 0 ? "" : _c, _d = match[ [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 126 Matching path: match happens. 127 Backtrack path: match failed. 129 Matching path: no need to perform a match. 130 Backtrack path: match is required. 145 return with successful match 392 /* Points to the starting character of the current match. */ 403 /* Pointer of the match end position. */ 425 /* TRUE, when empty match is accepted for partial matching. */ 3466 /* Store match begin and end. */ in return_with_partial_match() 4102 to determine a match in is_char7_bitset() 5919 struct sljit_jump *match; fast_forward_first_char2() local 6005 struct sljit_jump *match; fast_forward_first_n_chars() local 13486 jump_list *match = NULL; compile_recurse() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 1017 bool match) in rt2800_txdone_entry() 1061 if (unlikely((aggr == 1 && ampdu == 0 && real_mcs != mcs)) || !match) { in rt2800_txdone_entry() 1103 if (!match) { in rt2800_txdone_entry() 1124 bool match; in rt2800_txdone() local 1149 match = rt2800_txdone_entry_check(entry, reg); in rt2800_txdone() 1150 rt2800_txdone_entry(entry, reg, rt2800_drv_get_txwi(entry), match); in rt2800_txdone() 1016 rt2800_txdone_entry(struct queue_entry *entry, u32 status, __le32 *txwi, bool match) rt2800_txdone_entry() argument
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 10789 /* look for next match */ in replace() 12848 int match = tailmatch(self, prefix, 0, PY_SSIZE_T_MAX, -1); in unicode_removeprefix_impl() local 12849 if (match == -1) { in unicode_removeprefix_impl() 12852 if (match) { in unicode_removeprefix_impl() 12876 int match = tailmatch(self, suffix, 0, PY_SSIZE_T_MAX, +1); in unicode_removesuffix_impl() local 12877 if (match == -1) { in unicode_removesuffix_impl() 12880 if (match) { in unicode_removesuffix_impl()
|