Home
last modified time | relevance | path

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

12345678910>>...28

/external/tensorflow/tensorflow/core/lib/strings/
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()
220 static void recent_save(const void *ip, const struct xt_entry_match *match, in recent_save()
261 static void recent_init_v0(struct xt_entry_match *match) in recent_init_v0()
266 static void recent_init_v1(struct xt_entry_match *match) in recent_init_v1()
271 static void recent_save_v0(const void *ip, const struct xt_entry_match *match) in recent_save_v0()
276 static void recent_save_v4(const void *ip, const struct xt_entry_match *match) in recent_save_v4()
281 static void recent_save_v6(const void *ip, const struct xt_entry_match *match) in recent_save_v6()
286 static void recent_print_v0(const void *ip, const struct xt_entry_match *match, in recent_print_v0()
292 static void recent_print_v4(const void *ip, const struct xt_entry_match *match, in recent_print_v4()
[all …]
Dlibxt_set.c53 const void *entry, struct xt_entry_match **match) in set_parse_v0()
115 set_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v0()
123 set_save_v0(const void *ip, const struct xt_entry_match *match) in set_save_v0()
133 const void *entry, struct xt_entry_match **match) in set_parse_v1()
193 set_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v1()
201 set_save_v1(const void *ip, const struct xt_entry_match *match) in set_save_v1()
228 const void *entry, struct xt_entry_match **match) in set_parse_v2()
273 set_print_v2(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v2()
283 set_save_v2(const void *ip, const struct xt_entry_match *match) in set_save_v2()
335 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()
Dlibxt_multiport.c279 __multiport_print(const struct xt_entry_match *match, int numeric, in __multiport_print()
313 const struct xt_entry_match *match, int numeric) in multiport_print()
320 const struct xt_entry_match *match, int numeric) in multiport_print6()
326 static void __multiport_print_v1(const struct xt_entry_match *match, in __multiport_print_v1()
367 const struct xt_entry_match *match, int numeric) in multiport_print_v1()
374 const struct xt_entry_match *match, int numeric) in multiport_print6_v1()
380 static void __multiport_save(const struct xt_entry_match *match, in __multiport_save()
408 const struct xt_entry_match *match) in multiport_save()
415 const struct xt_entry_match *match) in multiport_save6()
421 static void __multiport_save_v1(const struct xt_entry_match *match, in __multiport_save_v1()
[all …]
Dlibxt_tos.c81 static void tos_mt_print_v0(const void *ip, const struct xt_entry_match *match, in tos_mt_print_v0()
93 static void tos_mt_print(const void *ip, const struct xt_entry_match *match, in tos_mt_print()
106 static void tos_mt_save_v0(const void *ip, const struct xt_entry_match *match) in tos_mt_save_v0()
115 static void tos_mt_save(const void *ip, const struct xt_entry_match *match) in tos_mt_save()
Dlibebt_mark_m.c33 static void brmark_m_init(struct xt_entry_match *match) in brmark_m_init()
46 const void *entry, struct xt_entry_match **match) in brmark_m_parse()
84 static void brmark_m_print(const void *ip, const struct xt_entry_match *match, in brmark_m_print()
Dlibxt_connlimit.c49 static void connlimit_init(struct xt_entry_match *match) in connlimit_init()
129 const struct xt_entry_match *match, int numeric) in connlimit_print4()
140 const struct xt_entry_match *match, int numeric) in connlimit_print6()
150 static void connlimit_save4(const void *ip, const struct xt_entry_match *match) in connlimit_save4()
168 static void connlimit_save6(const void *ip, const struct xt_entry_match *match) in connlimit_save6()
Dlibxt_cgroup.c84 cgroup_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) in cgroup_print_v0()
91 static void cgroup_save_v0(const void *ip, const struct xt_entry_match *match) in cgroup_save_v0()
99 cgroup_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) in cgroup_print_v1()
110 static void cgroup_save_v1(const void *ip, const struct xt_entry_match *match) in cgroup_save_v1()
Dlibebt_802_3.c39 static void br802_3_init(struct xt_entry_match *match) in br802_3_init()
49 const void *entry, struct xt_entry_match **match) in br802_3_parse()
95 static void br802_3_print(const void *ip, const struct xt_entry_match *match, in br802_3_print()
/external/valgrind/none/tests/s390x/
Dtcxb.c7 int match; in tcxb() local
20 int match; in tcdb() local
33 int match; in tceb() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dbackports.cc38 std::vector<NodeDef>* new_nodes) { in BackportConcatV2Transform()
72 [&inputs_to_rename](const NodeMatch& match, in BackportTensorArrayV3Transform()
75 std::vector<NodeDef>* new_nodes) { in BackportTensorArrayV3Transform()
119 [](const NodeMatch& match, const std::set<string>& input_nodes, in BackportTensorArrayV3Transform()
121 std::vector<NodeDef>* new_nodes) { in BackportTensorArrayV3Transform()
128 {true}, output_graph_def)); in BackportTensorArrayV3Transform()
Dfuse_convolutions.cc49 std::vector<NodeDef>* new_nodes) { in FuseResizePadAndConv()
96 [](const NodeMatch& match, const std::set<string>& input_nodes, in FuseResizeAndConv()
98 std::vector<NodeDef>* new_nodes) { in FuseResizeAndConv()
156 [](const NodeMatch& match, const std::set<string>& input_nodes, in FusePadAndConv()
158 std::vector<NodeDef>* new_nodes) { in FusePadAndConv()
188 {}, &replaced_graph_def)); in FusePadAndConv()
/external/v8/tools/unittests/testdata/
Dresults_processor.py17 match = re.match(r'^Richards\d: (.*)$', line) variable
20 match = re.match(r'^DeltaBlue\d: (.*)$', line) variable
/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 …]
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
/external/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
/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/syslinux/com32/include/sys/
Dpci.h95 struct match { struct
96 struct match *next; argument
97 uint32_t did;
98 uint32_t did_mask;
99 uint32_t sid;
100 uint32_t sid_mask;
101 uint8_t rid_min, rid_max;
102 char *filename;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h39 bool match(Val *V, const Pattern &P) { in match() function
51 bool match(OpTy *V) { in match() function
63 bool match(ITy *V) { return isa<Class>(V); } in match() function
79 bool match(ITy *V) { in match() function
95 bool match(ITy *V) { in match() function
118 bool match(ITy *V) { in match() function
143 bool match(ITy *V) { in match() function
160 bool match(ITy *V) { in match() function
215 bool match(ITy *V) { in match() function
239 bool match(ITy *V) { in match() function
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.py220 def space_subber_simple(match): argument
281 def space_subber_banged(match): argument
409 def subber(match): argument
470 def subber(match): argument
/external/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 …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509CertStoreSelector.java22 public boolean match(Object obj) in match() method in X509CertStoreSelector
34 public boolean match(Certificate cert) in match() method in X509CertStoreSelector

12345678910>>...28