| /external/libnl/lib/netfilter/ |
| D | ct_obj.c | 632 int nfnl_ct_set_src(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_src() 639 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_dst() 646 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src() 655 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst() 664 void nfnl_ct_set_src_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_src_port() 673 int nfnl_ct_test_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_src_port() 679 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src_port() 686 void nfnl_ct_set_dst_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_dst_port() 695 int nfnl_ct_test_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_dst_port() 701 uint16_t nfnl_ct_get_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst_port() [all …]
|
| D | ct.c | 102 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip() 157 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto() 200 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple() 260 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters() 426 int repl) in nfnl_ct_build_tuple()
|
| /external/llvm-project/mlir/lib/TableGen/ |
| D | Pattern.cpp | 251 auto repl = formatv(fmt, name); in getValueAndRangeUse() local 261 auto repl = formatv(fmt, name); in getValueAndRangeUse() local 265 auto repl = formatv(fmt, formatv("(*{0}.begin())", name)); in getValueAndRangeUse() local 277 auto repl = formatv(fmt, v); in getValueAndRangeUse() local 301 auto repl = llvm::join(values, separator); in getValueAndRangeUse() local 308 auto repl = formatv(fmt, name); in getValueAndRangeUse() local 323 auto repl = formatv(fmt, name); in getAllRangeUse() local 329 auto repl = formatv(fmt, formatv("{0}.getODSResults({1})", name, index)); in getAllRangeUse() local 343 auto repl = llvm::join(values, separator); in getAllRangeUse() local 350 auto repl = formatv(fmt, formatv("{{{0}}", name)); in getAllRangeUse() local
|
| D | Format.cpp | 126 FmtReplacement repl; in parseFormatString() local 136 for (auto &repl : replacements) { in format() local
|
| /external/llvm-project/llvm/utils/gn/build/ |
| D | write_cmake_config.py | 69 def repl(m): function
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/cfg/ |
| D | ConfigObjectsTest.java | 19 StdSubtypeResolver repl = new StdSubtypeResolver(); in testSubtypeResolver() local
|
| /external/clang/www/ |
| D | builtins.py | 147 def report_repl(builtin, repl): argument
|
| /external/llvm-project/clang/www/ |
| D | builtins.py | 147 def report_repl(builtin, repl): argument
|
| /external/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | MacroExpander.cpp | 318 Token &repl = replacements->front(); in expandMacro() local 342 Token &repl = replacements->at(i); in expandMacro() local 481 const Token &repl = macro.replacements[i]; in replaceMacroParams() local
|
| /external/mesa3d/src/compiler/glsl/ |
| D | opt_function_inlining.cpp | 347 ir_variable_replacement_visitor(ir_variable *orig, ir_dereference *repl) in ir_variable_replacement_visitor() 369 ir_dereference *repl; member in ir_variable_replacement_visitor 461 ir_dereference *repl) in do_variable_replacement()
|
| /external/angle/src/compiler/preprocessor/ |
| D | MacroExpander.cpp | 312 Token &repl = replacements->front(); in expandMacro() local 336 Token &repl = replacements->at(i); in expandMacro() local 477 const Token &repl = macro.replacements[i]; in replaceMacroParams() local
|
| /external/python/cpython3/Lib/ |
| D | re.py | 203 def sub(pattern, repl, string, count=0, flags=0): argument 212 def subn(pattern, repl, string, count=0, flags=0): argument 316 def _compile_repl(repl, pattern): argument
|
| /external/starlark-go/repl/ |
| D | repl.go | 13 package repl // import "go.starlark.net/repl" package
|
| /external/selinux/libsemanage/src/ |
| 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
|
| /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
|
| D | mimify.py | 45 repl = re.compile('^subject:\\s+re: ', re.I) variable
|
| /external/iproute2/ip/ |
| D | ipseg6.c | 128 int repl = 0, dump = 0; in seg6_do_cmd() local
|
| /external/owasp/sanitizer/src/main/org/owasp/html/ |
| D | Encoding.java | 171 String repl = REPLACEMENTS[ch]; in encodeHtmlOnto() local
|
| /external/python/cpython2/Lib/idlelib/ |
| D | ReplaceDialog.py | 65 def _replace_expand(self, m, repl): argument
|
| /external/python/cpython3/Lib/idlelib/ |
| D | replace.py | 116 def _replace_expand(self, m, repl): argument
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | ssa_rewrite_pass.cpp | 468 uint32_t SSARewriter::GetReplacement(std::pair<uint32_t, uint32_t> repl) { in GetReplacement() argument 582 for (auto& repl : load_replacement_) { in ApplyReplacements() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | ssa_rewrite_pass.cpp | 468 uint32_t SSARewriter::GetReplacement(std::pair<uint32_t, uint32_t> repl) { in GetReplacement() argument 582 for (auto& repl : load_replacement_) { in ApplyReplacements() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | ssa_rewrite_pass.cpp | 468 uint32_t SSARewriter::GetReplacement(std::pair<uint32_t, uint32_t> repl) { in GetReplacement() argument 582 for (auto& repl : load_replacement_) { in ApplyReplacements() local
|
| /external/llvm-project/flang/lib/Parser/ |
| D | preprocessor.cpp | 28 const TokenSequence &repl, std::size_t firstToken, std::size_t tokens) in Definition() 32 const TokenSequence &repl, std::size_t firstToken, std::size_t tokens, in Definition() 292 std::string repl; in MacroReplacement() local
|
| /external/fmtlib/include/fmt/ |
| D | compile.h | 58 replacement repl; member 170 auto repl = typename part::replacement(); in on_format_specs() local
|