/aosp_15_r20/external/libnl/lib/netfilter/ |
H A D | ct_obj.c | 636 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 D | ct.c | 99 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 D | ReplaceTest.java | 29 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 D | bi_opt_mod_props.c | 34 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/ |
HD | kotlin-scripting-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-scripting- ... |
HD | scripting-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-scripting- ... |
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | genhomedircon.c | 515 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 D | decompose_mem_bound_mm.py | 100 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 D | url_param_traits_unittest.cc | 105 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 D | url_gurl_mojom_traits_unittest.cc | 116 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 D | opt_function_inlining.cpp | 292 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 D | load_derivatives.py | 348 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 D | MacroExpander.cpp | 309 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__.py | 178 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__.py | 178 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__.py | 178 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 D | QwertyKeyListener.java | 273 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__.py | 178 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__.py | 178 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__.py | 178 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 D | re2.py | 97 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 D | autograd.py | 718 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 D | agx_nir_lower_tess.c | 170 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 D | libiptc.c | 1112 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/ |
D | re.py | 148 def sub(pattern, repl, string, count=0, flags=0): argument 157 def subn(pattern, repl, string, count=0, flags=0): argument
|