Home
last modified time | relevance | path

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

12345678910>>...59

/external/angle/third_party/spirv-tools/src/utils/vscode/
Dspirv.json74 …"match": "\\b(None|Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample|MinLod|MakeTexelAvailable|… string
78 …"match": "\\b(None|NotNaN|NotInf|NSZ|AllowRecip|Fast|AllowContract|AllowReassoc|AllowTransform)\\b… string
82 "match": "\\b(None|Flatten|DontFlatten)\\b", string
86 …"match": "\\b(None|Unroll|DontUnroll|DependencyInfinite|DependencyLength|MinIterations|MaxIteratio… string
90 "match": "\\b(None|Inline|DontInline|Pure|Const|OptNoneEXT)\\b", string
94 …"match": "\\b(Relaxed|Acquire|Release|AcquireRelease|SequentiallyConsistent|UniformMemory|Subgroup… string
98 …"match": "\\b(None|Volatile|Aligned|Nontemporal|MakePointerAvailable|MakePointerVisible|NonPrivate… string
102 "match": "\\b(None|CmdExecTime)\\b", string
106 …"match": "\\b(NoneKHR|OpaqueKHR|NoOpaqueKHR|TerminateOnFirstHitKHR|SkipClosestHitShaderKHR|CullBac… string
110 "match": "\\b(Vertical2Pixels|Vertical4Pixels|Horizontal2Pixels|Horizontal4Pixels)\\b", string
[all …]
/external/deqp-deps/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 …]
/external/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 …]
/external/tensorflow/tensorflow/core/platform/
Dscanner_test.cc39 StringPiece remaining, match; in TEST_F() local
66 StringPiece remaining, match; in TEST_F() local
77 StringPiece remaining, match; in TEST_F() local
86 StringPiece remaining, match; in TEST_F() local
102 StringPiece remaining, match; in TEST_F() local
118 StringPiece remaining, match; in TEST_F() local
140 StringPiece remaining, match; in TEST_F() local
167 StringPiece remaining, match; in TEST_F() local
187 StringPiece remaining, match; in TEST_F() local
208 StringPiece remaining, match; in TEST_F() local
[all …]
/external/iptables/extensions/
Dlibxt_recent.c115 static void recent_init(struct xt_entry_match *match, unsigned int rev) in recent_init()
179 static void recent_print(const void *ip, const struct xt_entry_match *match, in recent_print()
222 static void recent_save(const void *ip, const struct xt_entry_match *match, in recent_save()
265 static void recent_init_v0(struct xt_entry_match *match) in recent_init_v0()
270 static void recent_init_v1(struct xt_entry_match *match) in recent_init_v1()
275 static void recent_save_v0(const void *ip, const struct xt_entry_match *match) in recent_save_v0()
280 static void recent_save_v4(const void *ip, const struct xt_entry_match *match) in recent_save_v4()
285 static void recent_save_v6(const void *ip, const struct xt_entry_match *match) in recent_save_v6()
290 static void recent_print_v0(const void *ip, const struct xt_entry_match *match, in recent_print_v0()
296 static void recent_print_v4(const void *ip, const struct xt_entry_match *match, in recent_print_v4()
[all …]
Dlibxt_set.c59 const void *entry, struct xt_entry_match **match) in set_parse_v0()
122 set_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v0()
130 set_save_v0(const void *ip, const struct xt_entry_match *match) in set_save_v0()
140 const void *entry, struct xt_entry_match **match) in set_parse_v1()
201 set_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v1()
209 set_save_v1(const void *ip, const struct xt_entry_match *match) in set_save_v1()
236 const void *entry, struct xt_entry_match **match) in set_parse_v2()
282 set_print_v2(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v2()
292 set_save_v2(const void *ip, const struct xt_entry_match *match) in set_save_v2()
343 const void *entry, struct xt_entry_match **match) in set_parse_v3()
[all …]
Dlibxt_socket.c106 socket_mt_save(const void *ip, const struct xt_entry_match *match) in socket_mt_save()
115 socket_mt_print(const void *ip, const struct xt_entry_match *match, in socket_mt_print()
123 socket_mt_save_v2(const void *ip, const struct xt_entry_match *match) in socket_mt_save_v2()
134 socket_mt_print_v2(const void *ip, const struct xt_entry_match *match, in socket_mt_print_v2()
142 socket_mt_save_v3(const void *ip, const struct xt_entry_match *match) in socket_mt_save_v3()
155 socket_mt_print_v3(const void *ip, const struct xt_entry_match *match, in socket_mt_print_v3()
/external/angle/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp63 bool IntermNodePatternMatcher::match(TIntermUnary *node) const in match() function in sh::IntermNodePatternMatcher
75 bool IntermNodePatternMatcher::match(TIntermBinary *node, TIntermNode *parentNode) const in match() function in sh::IntermNodePatternMatcher
84 bool IntermNodePatternMatcher::match(TIntermBinary *node, in match() function in sh::IntermNodePatternMatcher
102 bool IntermNodePatternMatcher::match(TIntermAggregate *node, TIntermNode *parentNode) const in match() function in sh::IntermNodePatternMatcher
126 bool IntermNodePatternMatcher::match(TIntermTernary *node) const in match() function in sh::IntermNodePatternMatcher
135 bool IntermNodePatternMatcher::match(TIntermDeclaration *node) const in match() function in sh::IntermNodePatternMatcher
/external/pytorch/torch/_inductor/fx_passes/
Dmkldnn_fusion.py201 def fn(match): argument
218 def fn(match): argument
246 def fn(match, *args, **kwargs): argument
260 def fn(match, *args, **kwargs): argument
302 def fn(match, *args, **kwargs): argument
346 def _is_valid_binary(match, fn): argument
383 def fn(match): argument
434 def fn(match): argument
479 def fn(match, *args, **kwargs): argument
523 def fn(match, *args, **kwargs): argument
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/preprocessed/
Dpp.py52 def handle_args( match ): argument
66 def handle_inline_args(match): argument
93 def handle_simple_list(match): argument
104 def handle_static(match): argument
122 def handle_typedefs(match): argument
134 def fix_angle_brackets( match ): argument
/external/mesa3d/src/asahi/compiler/
Dagx_nir_lower_address.c13 struct match { struct
14 nir_scalar base, offset;
15 bool sign_extend;
16 uint8_t shift;
54 struct match match = {.base = base}; in pass() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h41 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
55 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
84 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
119 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
145 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
159 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
173 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
188 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
204 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
220 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
[all …]
/external/python/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
/external/curl/tests/unit/
Dunit1614.c42 bool match; member
48 bool match; member
135 bool match = Curl_cidr4_match(list4[i].a, list4[i].n, list4[i].bits); variable
145 bool match = Curl_cidr6_match(list6[i].a, list6[i].n, list6[i].bits); variable
155 bool match = Curl_check_noproxy(list[i].a, list[i].n); variable
/external/libkmsxx/scripts/
Ddmt.py62 match = re.search("Timing Name\s+=\s+([^;]+)", line) variable
79 match = re.search("Scan Type\s+=\s+(\w+);", line) variable
89 match = re.search("Hor Sync Polarity\s+=\s+(\w+)", line) variable
99 match = re.search("Ver Sync Polarity\s+=\s+(\w+)", line) variable
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/stream/detail/
Dmatch_manip_auto.hpp23 struct match<Expr struct
26 typedef typename result_of::create_parser<Expr>::type expr_type;
29 > type;
31 static type call(Expr const& expr) in call()
/external/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
/external/libcups/vcnet/regex/
Dengine.c17 #define match smat macro
28 #define match lmat macro
32 struct match { struct
35 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument
39 char *coldp; /* can be no match starting before here */ argument
61 - matcher - the actual matching engine argument
/external/sdk-platform-java/api-common-java/src/test/java/com/google/api/pathtemplate/
DPathTemplateTest.java70 Map<String, String> match = template.matchFromFullName("somewhere.io/buckets/b/objects/o"); in matchWithForcedHostName() local
80 Map<String, String> match = template.match("//somewhere.io/buckets/b/objects/o"); in matchWithHostName() local
90 Map<String, String> match = in matchWithHostNameAndProtocol() local
102 Map<String, String> match = in matchWithHostNameAndProtocolWithTemplateStartWithBinding() local
150 Map<String, String> match = template.match("buckets/b/objects/o:custom"); in matchWithCustomMethod() local
223 Map<String, String> match = in complexResourceIdBasicCases() local
262 Map<String, String> match = in complexResourceIdCustomVerb() local
300 Map<String, String> match = in complexResourceIdEqualsWildcard() local
329 Map<String, String> match = in complexResourceIdMissingMatches() local
376 Map<String, String> match = in complexResourceIdMixedSeparators() local
[all …]
/external/icu/android_icu4j/src/main/java/android/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 …]
/external/icu/icu4j/main/core/src/main/java/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 …]
/external/libtextclassifier/native/utils/container/
Ddouble-array-trie_test.cc90 StringSet::Match match; in TEST() local
96 StringSet::Match match; in TEST() local
102 StringSet::Match match; in TEST() local
108 StringSet::Match match; in TEST() local
Dsorted-strings-table_test.cc89 StringSet::Match match; in TEST() local
95 StringSet::Match match; in TEST() local
101 StringSet::Match match; in TEST() local
107 StringSet::Match match; in TEST() local
/external/llvm/include/llvm/IR/
DPatternMatch.h41 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
50 template <typename OpTy> bool match(OpTy *V) { in match() function
60 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } in match() function
92 template <typename ITy> bool match(ITy *V) { in match() function
107 template <typename ITy> bool match(ITy *V) { in match() function
128 template <typename ITy> bool match(ITy *V) { in match() function
140 template <typename ITy> bool match(ITy *V) { in match() function
163 template <typename ITy> bool match(ITy *V) { in match() function
183 template <typename ITy> bool match(ITy *V) { in match() function
205 template <typename ITy> bool match(ITy *V) { in match() function
[all …]
/external/tensorflow/tensorflow/tools/graph_transforms/
Dbackports.cc36 std::vector<NodeDef>* new_nodes) { in BackportConcatV2Transform()
70 [&inputs_to_rename](const NodeMatch& match, in BackportTensorArrayV3Transform()
73 std::vector<NodeDef>* new_nodes) { in BackportTensorArrayV3Transform()
117 [](const NodeMatch& match, const std::set<string>& input_nodes, in BackportTensorArrayV3Transform()
119 std::vector<NodeDef>* new_nodes) { in BackportTensorArrayV3Transform()
126 {true}, output_graph_def)); in BackportTensorArrayV3Transform()

12345678910>>...59