Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/libnl/lib/netfilter/
H A Dct_obj.c636 int nfnl_ct_set_src(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_src()
643 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_dst()
650 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src()
659 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst()
668 void nfnl_ct_set_src_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_src_port()
677 int nfnl_ct_test_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_src_port()
683 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src_port()
690 void nfnl_ct_set_dst_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_dst_port()
699 int nfnl_ct_test_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_dst_port()
705 uint16_t nfnl_ct_get_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst_port()
[all …]
H A Dct.c99 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip()
154 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto()
197 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple()
257 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters()
464 int repl) in nfnl_ct_build_tuple()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DReplaceTest.java29 String target, pattern, repl; in testSimpleReplace() local
43 String target, pattern, repl, s; in testCaptureReplace() local
76 String target, pattern, repl, s; in testEscapeReplace() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbi_opt_mod_props.c34 bi_would_impact_abs(unsigned arch, bi_instr *I, bi_index repl, unsigned s) in bi_would_impact_abs()
41 bi_takes_fabs(unsigned arch, bi_instr *I, bi_index repl, unsigned s) in bi_takes_fabs()
111 bi_compose_float_index(bi_index old, bi_index repl) in bi_compose_float_index()
459 bi_instr *repl; in bi_lower_opt_instruction_helper() local
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-scripting-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-scripting- ...
HDscripting-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-scripting- ...
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dgenhomedircon.c515 static char *replace_all(const char *str, const replacement_pair_t * repl) in replace_all()
580 const replacement_pair_t *repl) in write_replacements()
602 semanage_list_t *tpl, const replacement_pair_t *repl, in write_contexts()
686 replacement_pair_t repl[] = { in write_home_dir_context() local
706 replacement_pair_t repl[] = { in write_home_root_context() local
718 replacement_pair_t repl[] = { in write_username_context() local
731 replacement_pair_t repl[] = { in write_user_context() local
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Ddecompose_mem_bound_mm.py100 def repl(mat1, mat2): function
123 def repl(mat1, mat2, mat3): function
145 def repl(mat1, mat2): function
/aosp_15_r20/external/cronet/url/ipc/
H A Durl_param_traits_unittest.cc105 GURL::Replacements repl; in TEST() local
131 GURL::Replacements repl; in TEST() local
151 GURL::Replacements repl; in TEST() local
/aosp_15_r20/external/cronet/url/mojom/
H A Durl_gurl_mojom_traits_unittest.cc116 GURL::Replacements repl; in TEST_F() local
142 GURL::Replacements repl; in TEST_F() local
162 GURL::Replacements repl; in TEST_F() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dopt_function_inlining.cpp292 ir_variable_replacement_visitor(ir_variable *orig, ir_rvalue *repl) in ir_variable_replacement_visitor()
311 ir_rvalue *repl; member in ir_variable_replacement_visitor
378 ir_rvalue *repl) in do_variable_replacement()
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dload_derivatives.py348 def repl(m: Any) -> str: function
357 def repl(m: Any) -> str: function
944 def repl(m: re.Match[str]) -> str: function
/aosp_15_r20/external/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp309 Token &repl = replacements->front(); in expandMacro() local
333 Token &repl = replacements->at(i); in expandMacro() local
474 const Token &repl = macro.replacements[i]; in replaceMacroParams() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/re/
D__init__.py178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
306 def _compile_repl(repl, pattern): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/re/
H A D__init__.py178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
306 def _compile_repl(repl, pattern): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/re/
D__init__.py178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
306 def _compile_repl(repl, pattern): argument
/aosp_15_r20/frameworks/base/core/java/android/text/method/
H A DQwertyKeyListener.java273 Replaced[] repl = content.getSpans(0, content.length(), in onKeyDown() local
330 Replaced[] repl = content.getSpans(selStart - consider, selStart, in onKeyDown() local
437 Replaced[] repl = content.getSpans(0, content.length(), Replaced.class); in markAsReplaced() local
/aosp_15_r20/external/python/cpython3/Lib/re/
D__init__.py178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
306 def _compile_repl(repl, pattern): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/re/
D__init__.py178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
306 def _compile_repl(repl, pattern): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/re/
D__init__.py178 def sub(pattern, repl, string, count=0, flags=0): argument
187 def subn(pattern, repl, string, count=0, flags=0): argument
306 def _compile_repl(repl, pattern): argument
/aosp_15_r20/external/cronet/third_party/re2/src/python/
H A Dre2.py97 def subn(pattern, repl, text, count=0, options=None): argument
101 def sub(pattern, repl, text, count=0, options=None): argument
284 def subn(self, repl, text, count=0): argument
291 def sub(self, repl, text, count=0): argument
/aosp_15_r20/external/pytorch/torchgen/api/
H A Dautograd.py718 def repl(m: re.Match[str]) -> str: function
739 def repl(m: re.Match[str]) -> str: function
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_tess.c170 nir_def *repl = lower_tcs_impl(b, intr); in lower_tcs() local
238 nir_def *repl = lower_tes_impl(b, intr, data); in lower_tes() local
/aosp_15_r20/external/iptables/libiptc/
H A Dlibiptc.c1112 static inline int iptcc_compile_rule (struct xtc_handle *h, STRUCT_REPLACE *repl, struct rule_head … in iptcc_compile_rule()
1138 static int iptcc_compile_chain(struct xtc_handle *h, STRUCT_REPLACE *repl, struct chain_head *c) in iptcc_compile_chain()
1245 static int iptcc_compile_table(struct xtc_handle *h, STRUCT_REPLACE *repl) in iptcc_compile_table()
2473 STRUCT_REPLACE *repl, unsigned int idx, in counters_normal_map()
2488 STRUCT_REPLACE *repl, unsigned int idx, in counters_map_zeroed()
2520 STRUCT_REPLACE *repl; in TC_COMMIT() local
/aosp_15_r20/external/python/cpython2/Lib/
Dre.py148 def sub(pattern, repl, string, count=0, flags=0): argument
157 def subn(pattern, repl, string, count=0, flags=0): argument

12345678910>>...17