Home
last modified time | relevance | path

Searched +defs:string +defs:match (Results 1 – 25 of 1314) sorted by relevance

12345678910>>...53

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dhelper.cpp664 const Match& match, in is_int_constant()
665 const std::unordered_map<std::string, Value*>& vmap, in is_int_constant()
674 const Match& match, in is_functional()
675 const std::unordered_map<std::string, Value*>& vmap, in is_functional()
698 const Match& match, in is_module()
699 const std::unordered_map<std::string, Value*>& vmap, in is_module()
712 const Match& match, in aten_add_alpha_is_one()
713 const std::unordered_map<std::string, Value*>& vmap) { in aten_add_alpha_is_one()
718 const Match& match, in is_functional_relu()
719 const std::unordered_map<std::string, Value*>& vmap) { in is_functional_relu()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dgraph_rewrite_helper.cpp24 const std::unordered_map<std::string, Value*>& vmap) { in getValue()
31 const std::unordered_map<std::string, Value*>& vmap) { in getIValue()
36 const Match& match, in getConvParams()
37 const std::unordered_map<std::string, Value*>& vmap) { in getConvParams()
156 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
166 auto filter_conv2d = [](const Match& match, in replaceConvolutionWithAtenConv()
167 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
177 auto filter_conv3d = [](const Match& match, in replaceConvolutionWithAtenConv()
178 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
189 [](const Match& match, in replaceConvolutionWithAtenConv()
[all …]
H A Dfuse_linear.cpp20 const std::unordered_map<std::string, Value*>& vmap) { in FuseLinear()
27 [](const Match& match, in FuseLinear()
28 const std::unordered_map<std::string, Value*>& vmap) { in FuseLinear()
123 const std::unordered_map<std::string, Value*>& vmap) { in SwapFunctionalLinear()
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http/httpproxy/
Dproxy.go98 func getEnvAny(names ...string) string {
146 func parseProxy(proxy string) (*url.URL, error) {
294 func hasPort(s string) bool { return strings.LastIndex(s, ":") > strings.LastIndex(s, "]") }
296 func idnaASCII(v string) (string, error) {
312 func isASCII(s string) bool {
325 match(host, port string, ip net.IP) bool methodSpec
331 func (a allMatch) match(host, port string, ip net.IP) bool { func
339 func (m cidrMatch) match(host, port string, ip net.IP) bool { func
348 func (m ipMatch) match(host, port string, ip net.IP) bool { func
362 func (m domainMatch) match(host, port string, ip net.IP) bool { func
/aosp_15_r20/external/python/parse_type/parse_type/
Dparse.py491 def f(string, match, base=base): argument
514 def percentage(string, match): argument
566 def date_convert(string, match, ymd=None, mdy=None, dmy=None, argument
788 def parse(self, string, evaluate_result=True): argument
802 def search(self, string, pos=0, endpos=None, evaluate_result=True): argument
825 def findall(self, string, pos=0, endpos=None, extra_types=None, evaluate_result=True): argument
890 def _regex_replace(self, match): argument
984 def f(string, m): argument
1177 def __init__(self, parser, match): argument
1191 def __init__(self, parser, string, pos, endpos, evaluate_result=True): argument
[all …]
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_subgraph_rewriter.cpp34 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
40 auto b_is_one = [](const Match& match, in TEST()
41 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
47 auto b_is_two = [](const Match& match, in TEST()
48 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
105 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
259 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
/aosp_15_r20/external/python/cpython2/Lib/
Dre.py138 def match(pattern, string, flags=0): argument
143 def search(pattern, string, flags=0): argument
148 def sub(pattern, repl, string, count=0, flags=0): argument
157 def subn(pattern, repl, string, count=0, flags=0): argument
168 def split(pattern, string, maxsplit=0, flags=0): argument
173 def findall(pattern, string, flags=0): argument
185 def finditer(pattern, string, flags=0): argument
279 def _expand(pattern, match, template): argument
290 def filter(match, template=template): argument
321 def scan(self, string): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/re/
D__init__.py163 def match(pattern, string, flags=0): argument
168 def fullmatch(pattern, string, flags=0): argument
173 def search(pattern, string, flags=0): argument
178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
198 def split(pattern, string, maxsplit=0, flags=0): argument
208 def findall(pattern, string, flags=0): argument
218 def finditer(pattern, string, flags=0): argument
310 def _expand(pattern, match, template): argument
321 def filter(match, template=template): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/re/
H A D__init__.py163 def match(pattern, string, flags=0): argument
168 def fullmatch(pattern, string, flags=0): argument
173 def search(pattern, string, flags=0): argument
178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
198 def split(pattern, string, maxsplit=0, flags=0): argument
208 def findall(pattern, string, flags=0): argument
218 def finditer(pattern, string, flags=0): argument
310 def _expand(pattern, match, template): argument
321 def filter(match, template=template): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/re/
D__init__.py163 def match(pattern, string, flags=0): argument
168 def fullmatch(pattern, string, flags=0): argument
173 def search(pattern, string, flags=0): argument
178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
198 def split(pattern, string, maxsplit=0, flags=0): argument
208 def findall(pattern, string, flags=0): argument
218 def finditer(pattern, string, flags=0): argument
310 def _expand(pattern, match, template): argument
321 def filter(match, template=template): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/re/
D__init__.py163 def match(pattern, string, flags=0): argument
168 def fullmatch(pattern, string, flags=0): argument
173 def search(pattern, string, flags=0): argument
178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
198 def split(pattern, string, maxsplit=0, flags=0): argument
208 def findall(pattern, string, flags=0): argument
218 def finditer(pattern, string, flags=0): argument
310 def _expand(pattern, match, template): argument
321 def filter(match, template=template): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/re/
D__init__.py163 def match(pattern, string, flags=0): argument
168 def fullmatch(pattern, string, flags=0): argument
173 def search(pattern, string, flags=0): argument
178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
198 def split(pattern, string, maxsplit=0, flags=0): argument
208 def findall(pattern, string, flags=0): argument
218 def finditer(pattern, string, flags=0): argument
310 def _expand(pattern, match, template): argument
321 def filter(match, template=template): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/re/
D__init__.py163 def match(pattern, string, flags=0): argument
168 def fullmatch(pattern, string, flags=0): argument
173 def search(pattern, string, flags=0): argument
178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
198 def split(pattern, string, maxsplit=0, flags=0): argument
208 def findall(pattern, string, flags=0): argument
218 def finditer(pattern, string, flags=0): argument
310 def _expand(pattern, match, template): argument
321 def filter(match, template=template): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_utils.cc33 void RecordMatchedNodes(const NodeMatch& match, in RecordMatchedNodes()
46 void MatchedNodesAsArray(const NodeMatch& match, std::vector<NodeDef>* result) { in MatchedNodesAsArray()
66 std::map<string, const NodeDef*>* result) { in MapNamesToNodes()
73 std::map<string, std::vector<const NodeDef*>>* result) { in MapNodesToOutputs()
299 NodeMatch match; in GetOpTypeMatches() local
310 const std::set<string>& previously_matched_nodes, NodeMatch* match) { in DoesOpTypeMatch()
365 const std::function<Status(const NodeMatch&, const std::set<string>&, in ReplaceMatchingOpTypes()
378 for (const NodeMatch& match : matches) { in ReplaceMatchingOpTypes() local
392 const NodeMatch* match = matches_by_head_name[input_node.name()]; in ReplaceMatchingOpTypes() local
478 const std::map<string, string>& inputs_to_rename, in RenameNodeInputs()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DOption.java36 private final Pattern match; field in Option
53 private Object match = null; field in Option.Params
61 public Params setMatch(Object match) { in setMatch()
190 private static Pattern getPattern(Object match) { in getPattern()
290 public Options add(String string, String helpText) { in add()
294 public Options add(String string, String argumentPattern, String helpText) { in add()
299 String string, Object argumentPattern, String defaultArgument, String helpText) { in add()
320 String string, in add()
330 String string, in add()
485 public Option get(String string) { in get()
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Daction.c103 static int get_token(char **string) in get_token()
194 static int peek_token(char **string) in peek_token()
271 char *string, **argv = NULL; in parse_test() local
382 char *string; in get_atom() local
406 char *string; in parse_expr() local
448 char *string, **argv = NULL; in parse_action() local
615 char *_expr_log(char *string, int cmnd) in _expr_log()
664 char *expr_log(char *string) in expr_log()
691 void expr_log_match(int match) in expr_log_match()
702 int match; in eval_expr_log() local
[all …]
/aosp_15_r20/external/python/cpython3/Modules/_sre/
Dsre.c371 getstring(PyObject* string, Py_ssize_t* p_length, in getstring()
411 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, in state_init()
502 PyObject* string, Py_ssize_t start, Py_ssize_t end) in getslice()
519 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice()
643 PyObject *string, Py_ssize_t pos, in _sre_SRE_Pattern_match_impl()
650 PyObject *match; in _sre_SRE_Pattern_match_impl() local
686 PyObject *string, Py_ssize_t pos, in _sre_SRE_Pattern_fullmatch_impl()
693 PyObject *match; in _sre_SRE_Pattern_fullmatch_impl() local
732 PyObject *string, Py_ssize_t pos, in _sre_SRE_Pattern_search_impl()
739 PyObject *match; in _sre_SRE_Pattern_search_impl() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dexec.go52 string inputString member
128 func (f lazyFlag) match(op syntax.EmptyOp) bool { func
175 func (m *machine) match(i input, pos int) bool { func
397 func (re *Regexp) doOnePass(ir io.RuneReader, ib []byte, is string, pos, ncap int, dstCap []int) []…
513 func (re *Regexp) doMatch(r io.RuneReader, b []byte, s string) bool {
521 func (re *Regexp) doExecute(r io.RuneReader, b []byte, s string, pos int, ncap int, dstCap []int) […
Dexec_test.go70 func testRE2(t *testing.T, file string) {
208 func runFull(re, refull *Regexp, text string) ([]int, string) {
213 func runPartial(re, refull *Regexp, text string) ([]int, string) {
218 func runFullLongest(re, refull *Regexp, text string) ([]int, string) {
223 func runPartialLongest(re, refull *Regexp, text string) ([]int, string) {
228 var match = []func(*Regexp, *Regexp, string) (bool, string){ var
235 func matchFull(re, refull *Regexp, text string) (bool, string) {
240 func matchPartial(re, refull *Regexp, text string) (bool, string) {
245 func matchFullLongest(re, refull *Regexp, text string) (bool, string) {
250 func matchPartialLongest(re, refull *Regexp, text string) (bool, string) {
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
H A Drjsmin.py133 def sequentize(string): argument
220 def space_subber_simple(match): argument
281 def space_subber_banged(match): argument
409 def subber(match): argument
470 def subber(match): argument
/aosp_15_r20/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/utils/
DGraphicsUtils.kt131 val match = Regex("[ \\t]*#include +\"([\\w\\d./]+)\"") in <lambda>() constant
139 val string = loadRawShader(assetManager, includePath) in <lambda>() constant
/aosp_15_r20/external/flashrom/
H A Dusb_device.c32 struct usb_match_value *match, in usb_match_value_init()
35 char *string = extract_programmer_param_str(cfg, parameter); in usb_match_value_init() local
52 void usb_match_init(const struct programmer_cfg *cfg, struct usb_match *match) in usb_match_init()
123 static int find_interface(struct usb_match const *match, in find_interface()
169 static int find_config(struct usb_match const *match, in find_config()
197 int usb_device_find(struct usb_match const *match, struct usb_device **devices) in usb_device_find()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsSmsUtils.java45 public static boolean isAlias(final String string, final int subId) { in isAlias()
79 final Matcher match = NAME_ADDR_EMAIL_PATTERN.matcher(address); in extractAddrSpec() local
99 final Matcher match = Patterns.EMAIL_ADDRESS.matcher(s); in isEmailAddress() local
122 Matcher match = Patterns.PHONE.matcher(number); in isPhoneNumber() local
/aosp_15_r20/external/python/cpython2/Modules/
D_sre.c1698 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring()
1764 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, in state_init()
1831 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice()
1902 fix_string_param(PyObject *string, PyObject *string2, const char *oldname) in fix_string_param()
1932 PyObject *string = NULL, *string2 = NULL; in pattern_match() local
1978 PyObject *string = NULL, *string2 = NULL; in pattern_search() local
2064 join_list(PyObject* list, PyObject* string) in join_list()
2119 PyObject *string = NULL, *string2 = NULL; in pattern_findall() local
2256 PyObject *string = NULL, *string2 = NULL; in pattern_split() local
2380 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx()
[all …]
/aosp_15_r20/external/libcups/vcnet/regex/
H A 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
66 matcher(g, string, nmatch, pmatch, eflags) in matcher() argument

12345678910>>...53