Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dspirv.json56 …"match": "\\b(None|Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample|MinLod|MakeTexelAvailable|… string
60 "match": "\\b(None|NotNaN|NotInf|NSZ|AllowRecip|Fast)\\b", string
64 "match": "\\b(None|Flatten|DontFlatten)\\b", string
68 …"match": "\\b(None|Unroll|DontUnroll|DependencyInfinite|DependencyLength|MinIterations|MaxIteratio… string
72 "match": "\\b(None|Inline|DontInline|Pure|Const)\\b", string
76 …"match": "\\b(Relaxed|None|Acquire|Release|AcquireRelease|SequentiallyConsistent|UniformMemory|Sub… string
80 …"match": "\\b(None|Volatile|Aligned|Nontemporal|MakePointerAvailable|MakePointerAvailableKHR|MakeP… string
84 "match": "\\b(None|CmdExecTime)\\b", string
88 …"match": "\\b(NoneKHR|OpaqueKHR|NoOpaqueKHR|TerminateOnFirstHitKHR|SkipClosestHitShaderKHR|CullBac… string
92 "match": "\\b(Unknown|ESSL|GLSL|OpenCL_C|OpenCL_CPP|HLSL)\\b", string
[all …]
/third_party/spirv-tools/utils/vscode/
Dspirv.json56 …"match": "\\b(None|Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample|MinLod|MakeTexelAvailable|… string
60 "match": "\\b(None|NotNaN|NotInf|NSZ|AllowRecip|Fast)\\b", string
64 "match": "\\b(None|Flatten|DontFlatten)\\b", string
68 …"match": "\\b(None|Unroll|DontUnroll|DependencyInfinite|DependencyLength|MinIterations|MaxIteratio… string
72 "match": "\\b(None|Inline|DontInline|Pure|Const)\\b", string
76 …"match": "\\b(Relaxed|None|Acquire|Release|AcquireRelease|SequentiallyConsistent|UniformMemory|Sub… string
80 …"match": "\\b(None|Volatile|Aligned|Nontemporal|MakePointerAvailable|MakePointerAvailableKHR|MakeP… string
84 "match": "\\b(None|CmdExecTime)\\b", string
88 …"match": "\\b(NoneKHR|OpaqueKHR|NoOpaqueKHR|TerminateOnFirstHitKHR|SkipClosestHitShaderKHR|CullBac… string
92 "match": "\\b(Unknown|ESSL|GLSL|OpenCL_C|OpenCL_CPP|HLSL)\\b", string
[all …]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
Dspirv.json56 …"match": "\\b(None|Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample|MinLod|MakeTexelAvailable|… string
60 "match": "\\b(None|NotNaN|NotInf|NSZ|AllowRecip|Fast)\\b", string
64 "match": "\\b(None|Flatten|DontFlatten)\\b", string
68 …"match": "\\b(None|Unroll|DontUnroll|DependencyInfinite|DependencyLength|MinIterations|MaxIteratio… string
72 "match": "\\b(None|Inline|DontInline|Pure|Const)\\b", string
76 …"match": "\\b(Relaxed|None|Acquire|Release|AcquireRelease|SequentiallyConsistent|UniformMemory|Sub… string
80 …"match": "\\b(None|Volatile|Aligned|Nontemporal|MakePointerAvailable|MakePointerAvailableKHR|MakeP… string
84 "match": "\\b(None|CmdExecTime)\\b", string
88 …"match": "\\b(NoneKHR|OpaqueKHR|NoOpaqueKHR|TerminateOnFirstHitKHR|SkipClosestHitShaderKHR|CullBac… string
92 "match": "\\b(Unknown|ESSL|GLSL|OpenCL_C|OpenCL_CPP|HLSL)\\b", string
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp84 bool IntermNodePatternMatcher::match(TIntermUnary *node) in match() function in sh::IntermNodePatternMatcher
96 bool IntermNodePatternMatcher::match(TIntermBinary *node, TIntermNode *parentNode) in match() function in sh::IntermNodePatternMatcher
105 bool IntermNodePatternMatcher::match(TIntermBinary *node, in match() function in sh::IntermNodePatternMatcher
123 bool IntermNodePatternMatcher::match(TIntermAggregate *node, TIntermNode *parentNode) in match() function in sh::IntermNodePatternMatcher
158 bool IntermNodePatternMatcher::match(TIntermTernary *node) in match() function in sh::IntermNodePatternMatcher
167 bool IntermNodePatternMatcher::match(TIntermDeclaration *node) in match() function in sh::IntermNodePatternMatcher
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.h53 struct match { struct
54 u64 inum; /* Inode number */
55 LCN lcn; /* Last cluster in use */
56 ATTR_TYPES type; /* Attribute type */
57 ntfschar *name; /* Attribute name */
58 int name_len; /* Length of attribute name */
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp90 bool IntermNodePatternMatcher::match(TIntermUnary *node) const in match() function in sh::IntermNodePatternMatcher
102 bool IntermNodePatternMatcher::match(TIntermBinary *node, TIntermNode *parentNode) const in match() function in sh::IntermNodePatternMatcher
111 bool IntermNodePatternMatcher::match(TIntermBinary *node, in match() function in sh::IntermNodePatternMatcher
129 bool IntermNodePatternMatcher::match(TIntermAggregate *node, TIntermNode *parentNode) const in match() function in sh::IntermNodePatternMatcher
167 bool IntermNodePatternMatcher::match(TIntermTernary *node) const in match() function in sh::IntermNodePatternMatcher
176 bool IntermNodePatternMatcher::match(TIntermDeclaration *node) const in match() function in sh::IntermNodePatternMatcher
/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py34 def callback(lexer, match, context): argument
44 def callback(lexer, match, context): argument
56 def callback(lexer, match, context): argument
78 def callback(lexer, match, context): argument
91 def callback(lexer, match, context): argument
108 def callback(lexer, match, context): argument
125 def callback(lexer, match, context): argument
145 def callback(lexer, match, context): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h33 bool match(const MachineRegisterInfo &MRI, unsigned Reg) { in match() function
46 bool match(const MachineRegisterInfo &MRI, unsigned Reg) { in match() function
63 bool match(const MachineRegisterInfo &MRI, unsigned Reg) { return true; } in match() function
64 bool match(const MachineRegisterInfo &MRI, MachineOperand *MO) { in match() function
74 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { in match() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java269 int match(CharsetDetector det, int[] ngrams, byte[] byteMap) in match() method in CharsetRecog_sbcs
274 int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) in match() method in CharsetRecog_sbcs
426 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_1
523 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_2
607 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_5_ru
674 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_6_ar
741 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_7_el
815 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_8_I_he
839 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_8_he
908 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_9_tr
[all …]
DCharsetRecog_2022.java34 int match(byte [] text, int textLen, byte [][] escapeSequences) { in match() method in CharsetRecog_2022
122 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_2022.CharsetRecog_2022JP
139 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_2022.CharsetRecog_2022KR
166 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_2022.CharsetRecog_2022CN
DCharsetRecog_Unicode.java29 abstract CharsetMatch match(CharsetDetector det); in match() method in CharsetRecog_Unicode
63 CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_Unicode.CharsetRecog_UTF_16_BE
99 CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_Unicode.CharsetRecog_UTF_16_LE
134 CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_Unicode.CharsetRecog_UTF_32
DCharsetRecog_mbcs.java48 int match(CharsetDetector det, int [] commonChars) { in match() method in CharsetRecog_mbcs
226 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_sjis
295 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_big5
410 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
448 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
549 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_gb_18030
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_sbcs.java270 int match(CharsetDetector det, int[] ngrams, byte[] byteMap) in match() method in CharsetRecog_sbcs
275 int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) in match() method in CharsetRecog_sbcs
427 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_1
524 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_2
608 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_5_ru
675 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_6_ar
742 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_7_el
816 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_8_I_he
840 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_8_he
909 public CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_sbcs.CharsetRecog_8859_9_tr
[all …]
DCharsetRecog_2022.java35 int match(byte [] text, int textLen, byte [][] escapeSequences) { in match() method in CharsetRecog_2022
123 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_2022.CharsetRecog_2022JP
140 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_2022.CharsetRecog_2022KR
167 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_2022.CharsetRecog_2022CN
DCharsetRecog_Unicode.java30 abstract CharsetMatch match(CharsetDetector det); in match() method in CharsetRecog_Unicode
64 CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_Unicode.CharsetRecog_UTF_16_BE
100 CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_Unicode.CharsetRecog_UTF_16_LE
135 CharsetMatch match(CharsetDetector det) in match() method in CharsetRecog_Unicode.CharsetRecog_UTF_32
DCharsetRecog_mbcs.java49 int match(CharsetDetector det, int [] commonChars) { in match() method in CharsetRecog_mbcs
227 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_sjis
296 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_big5
411 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
449 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
550 CharsetMatch match(CharsetDetector det) { in match() method in CharsetRecog_mbcs.CharsetRecog_gb_18030
/third_party/node/deps/icu-small/source/i18n/
Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_8859_1
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_8859_2
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_5_ru
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_6_ar
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_7_el
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_8_I_he
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_8_he
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_9_tr
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_windows_1256
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_windows_1251
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_8859_1
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_8859_2
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_5_ru
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_6_ar
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_7_el
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_8_I_he
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_8_he
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_9_tr
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_windows_1256
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_windows_1251
[all …]
/third_party/icu/icu4c/source/i18n/
Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_8859_1
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_8859_2
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_5_ru
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_6_ar
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_7_el
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_8_I_he
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_8_he
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_9_tr
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_windows_1256
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_windows_1251
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_8859_1
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_8859_2
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_5_ru
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_6_ar
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_7_el
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_8_I_he
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_8_he
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_8859_9_tr
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_windows_1256
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match() function in CharsetRecog_windows_1251
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h254 template<typename Fn> void match(Fn F) const { F(Array); } in match() function
269 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
287 template<typename Fn> void match(Fn F) const { F(Ty, Ext); } in match() function
333 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
360 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
376 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
390 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
405 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function
423 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match() function
439 template<typename Fn> void match(Fn F) const { F(Conditions); } in match() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h48 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
57 template <typename OpTy> bool match(OpTy *V) { in match() function
67 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } in match() function
103 template <typename ITy> bool match(ITy *V) { return !M.match(V); } in match() function
118 template <typename ITy> bool match(ITy *V) { in match() function
133 template <typename ITy> bool match(ITy *V) { in match() function
158 template <typename ITy> bool match(ITy *V) { in match() function
178 template <typename ITy> bool match(ITy *V) { in match() function
202 template <typename ITy> bool match(ITy *V) { in match() function
225 template <typename ITy> bool match(ITy *V) { in match() function
[all …]
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp87 sk_sp<SkTypeface> match = matchTypeface(familyName, fontStyle); in findTypefaces() local
94 sk_sp<SkTypeface> match; in findTypefaces() local
125 sk_sp<SkTypeface> match(set->matchStyle(fontStyle)); in matchTypeface() local
156 SkTypeface* match = fDefaultFontManager->matchFamilyStyle(familyName.c_str(), in defaultFallback() local
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumbermatcher_test.cc91 bool ExtractMatch(const string& text, PhoneNumberMatch* match) { in ExtractMatch()
116 PhoneNumberMatch match; in DoTestNumberMatchesForLeniency() local
142 void AssertMatchProperties(const PhoneNumberMatch& match, const string& text, in AssertMatchProperties()
158 PhoneNumberMatch match; in AssertEqualRange() local
297 PhoneNumberMatch match; in DoTestInContext() local
324 PhoneNumberMatch match; in EnsureTermination() local
567 PhoneNumberMatch match; in TEST_F() local
592 PhoneNumberMatch match; in TEST_F() local
614 PhoneNumberMatch match; in TEST_F() local
1020 PhoneNumberMatch match; in TEST_F() local
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeGuardsNestedAssignments.js42 let match: RegExpExecArray | null variable
82 var match; variable

12345678910>>...28