| /external/libnetfilter_conntrack/src/conntrack/ |
| D | copy.c | 13 const struct nf_conntrack *orig) in copy_attr_orig_ipv4_src() 19 const struct nf_conntrack *orig) in copy_attr_orig_ipv4_dst() 25 const struct nf_conntrack *orig) in copy_attr_repl_ipv4_src() 31 const struct nf_conntrack *orig) in copy_attr_repl_ipv4_dst() 37 const struct nf_conntrack *orig) in copy_attr_orig_ipv6_src() 45 const struct nf_conntrack *orig) in copy_attr_orig_ipv6_dst() 53 const struct nf_conntrack *orig) in copy_attr_repl_ipv6_src() 61 const struct nf_conntrack *orig) in copy_attr_repl_ipv6_dst() 69 const struct nf_conntrack *orig) in copy_attr_orig_port_src() 75 const struct nf_conntrack *orig) in copy_attr_orig_port_dst() [all …]
|
| /external/selinux/libsepol/cil/src/ |
| D | cil_copy_ast.c | 102 struct cil_ordered *orig = data; in cil_copy_ordered() local 120 struct cil_block *orig = data; in cil_copy_block() local 145 struct cil_blockabstract *orig = data; in cil_copy_blockabstract() local 160 struct cil_blockinherit *orig = data; in cil_copy_blockinherit() local 175 struct cil_policycap *orig = data; in cil_copy_policycap() local 193 struct cil_perm *orig = data; in cil_copy_perm() local 209 void cil_copy_classperms(struct cil_classperms *orig, struct cil_classperms **new) in cil_copy_classperms() 216 void cil_copy_classperms_set(struct cil_classperms_set *orig, struct cil_classperms_set **new) in cil_copy_classperms_set() 222 void cil_copy_classperms_list(struct cil_list *orig, struct cil_list **new) in cil_copy_classperms_list() 246 struct cil_classmapping *orig = data; in cil_copy_classmapping() local [all …]
|
| /external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
| D | substr_rvalue.pass.cpp | 35 constexpr void test_string_pos(S orig, typename S::size_type pos, S expected) { in test_string_pos() 49 constexpr void test_string_pos(S orig, typename S::size_type pos, should_throw_exception_t) { in test_string_pos() 66 test_string_pos_alloc(S orig, typename S::size_type pos, const typename S::allocator_type& alloc, S… in test_string_pos_alloc() 78 …S orig, typename S::size_type pos, const typename S::allocator_type& alloc, should_throw_exception… in test_string_pos_alloc() 95 constexpr void test_string_pos_n(S orig, typename S::size_type pos, typename S::size_type n, S expe… in test_string_pos_n() 109 constexpr void test_string_pos_n(S orig, typename S::size_type pos, typename S::size_type n, should… in test_string_pos_n() 127 …S orig, typename S::size_type pos, typename S::size_type n, const typename S::allocator_type& allo… in test_string_pos_n_alloc() 139 S orig, in test_string_pos_n_alloc()
|
| /external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
| D | substr_rvalue.pass.cpp | 35 constexpr void test_string_pos(S orig, typename S::size_type pos, S expected) { in test_string_pos() 49 constexpr void test_string_pos(S orig, typename S::size_type pos, should_throw_exception_t) { in test_string_pos() 66 test_string_pos_alloc(S orig, typename S::size_type pos, const typename S::allocator_type& alloc, S… in test_string_pos_alloc() 78 …S orig, typename S::size_type pos, const typename S::allocator_type& alloc, should_throw_exception… in test_string_pos_alloc() 95 constexpr void test_string_pos_n(S orig, typename S::size_type pos, typename S::size_type n, S expe… in test_string_pos_n() 109 constexpr void test_string_pos_n(S orig, typename S::size_type pos, typename S::size_type n, should… in test_string_pos_n() 127 …S orig, typename S::size_type pos, typename S::size_type n, const typename S::allocator_type& allo… in test_string_pos_n_alloc() 139 S orig, in test_string_pos_n_alloc()
|
| /external/pytorch/third_party/valgrind-headers/ |
| D | valgrind.h | 1241 #define CALL_FN_W_v(lval, orig) \ argument 1259 #define CALL_FN_W_W(lval, orig, arg1) \ argument 1280 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 1303 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 1328 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 1354 #define CALL_FN_W_5W(lval, orig, arg1,arg2,arg3,arg4,arg5) \ argument 1383 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \ argument 1414 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument 1448 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument 1483 #define CALL_FN_W_9W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument [all …]
|
| /external/gptfdisk/ |
| D | guid.cc | 37 GUIDData::GUIDData(const GUIDData & orig) { in GUIDData() 41 GUIDData::GUIDData(const string & orig) { in GUIDData() 45 GUIDData::GUIDData(const char * orig) { in GUIDData() 52 GUIDData & GUIDData::operator=(const GUIDData & orig) { in operator =() 66 GUIDData & GUIDData::operator=(const string & orig) { in operator =() 124 GUIDData & GUIDData::operator=(const char * orig) { in operator =()
|
| D | parttypes.cc | 44 PartType::PartType(const PartType & orig) : GUIDData(orig) { in PartType() 51 PartType::PartType(const GUIDData & orig) : GUIDData(orig) { in PartType() 461 PartType & PartType::operator=(const string & orig) { in operator =() 476 PartType & PartType::operator=(const char * orig) { in operator =()
|
| /external/libchrome/base/third_party/valgrind/ |
| D | valgrind.h | 791 #define CALL_FN_W_v(lval, orig) \ argument 807 #define CALL_FN_W_W(lval, orig, arg1) \ argument 827 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 849 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 873 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 898 #define CALL_FN_W_5W(lval, orig, arg1,arg2,arg3,arg4,arg5) \ argument 926 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \ argument 956 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument 989 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument 1023 #define CALL_FN_W_9W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument [all …]
|
| /external/libbrillo/brillo/ |
| D | flag_helper_test.cc | 252 FILE* orig = stdout; in TEST_F() local 280 FILE* orig = stdout; in TEST_F() local 301 FILE* orig = stdout; in TEST_F() local 323 FILE* orig = stdout; in TEST_F() local 346 FILE* orig = stdout; in TEST_F() local 369 FILE* orig = stdout; in TEST_F() local 392 FILE* orig = stdout; in TEST_F() local 415 FILE* orig = stdout; in TEST_F() local
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
| D | split_utils_test.cc | 153 void CheckSplitFunctions(const FunctionDef& orig, const FunctionDef& first, in CheckSplitFunctions() 189 FunctionDef orig = FunctionDefHelper::Create( in TEST() local 234 FunctionDef orig = FunctionDefHelper::Create( in TEST() local 263 FunctionDef orig = FunctionDefHelper::Create( in TEST() local 297 FunctionDef orig = FunctionDefHelper::Create( in TEST() local 331 FunctionDef orig = FunctionDefHelper::Create( in TEST() local 373 FunctionDef orig = in TEST() local 400 FunctionDef orig = FunctionDefHelper::Create( in TEST() local 433 FunctionDef orig = FunctionDefHelper::Create( in TEST() local 475 FunctionDef orig = FunctionDefHelper::Create( in TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFAArch64.h | 38 uint32_t orig = read32le(T); in write32AArch64Imm() local 44 uint32_t orig = read32le(T); in write32AArch64Ldr() local 180 uint32_t orig = read32le(Displacement); in processRelocationRef() local 189 uint32_t orig = read32le(Displacement); in processRelocationRef() local 194 uint32_t orig = read32le(Displacement); in processRelocationRef() local 200 uint32_t orig = read32le(Displacement); in processRelocationRef() local 206 uint32_t orig = read32le(Displacement); in processRelocationRef() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFAArch64.h | 38 uint32_t orig = read32le(T); in write32AArch64Imm() local 44 uint32_t orig = read32le(T); in write32AArch64Ldr() local 199 uint32_t orig = read32le(Displacement); in processRelocationRef() local 208 uint32_t orig = read32le(Displacement); in processRelocationRef() local 213 uint32_t orig = read32le(Displacement); in processRelocationRef() local 219 uint32_t orig = read32le(Displacement); in processRelocationRef() local 225 uint32_t orig = read32le(Displacement); in processRelocationRef() local
|
| /external/cronet/tot/third_party/llvm-libc/src/test/src/string/ |
| D | strsep_test.cpp | 20 char *string = s, *orig = s; in TEST() local 26 char *string = s, *orig = s; in TEST() local 32 char *string = s, *orig = s; in TEST() local
|
| /external/llvm-libc/test/src/string/ |
| D | strsep_test.cpp | 20 char *string = s, *orig = s; in TEST() local 26 char *string = s, *orig = s; in TEST() local 32 char *string = s, *orig = s; in TEST() local
|
| /external/cronet/stable/third_party/llvm-libc/src/test/src/string/ |
| D | strsep_test.cpp | 20 char *string = s, *orig = s; in TEST() local 26 char *string = s, *orig = s; in TEST() local 32 char *string = s, *orig = s; in TEST() local
|
| /external/guava/guava-testlib/test/com/google/common/testing/ |
| D | SerializableTesterTest.java | 38 ClassWhichDoesNotImplementEquals orig = new ClassWhichDoesNotImplementEquals(); in testClassWhichDoesNotImplementEquals() local 51 ClassWhichIsAlwaysEqualButHasDifferentHashcodes orig = in testClassWhichIsAlwaysEqualButHasDifferentHashcodes() local 65 ObjectWhichIsEqualButChangesClass orig = new ObjectWhichIsEqualButChangesClass(); in testObjectWhichIsEqualButChangesClass() local
|
| /external/guava/android/guava-testlib/test/com/google/common/testing/ |
| D | SerializableTesterTest.java | 38 ClassWhichDoesNotImplementEquals orig = new ClassWhichDoesNotImplementEquals(); in testClassWhichDoesNotImplementEquals() local 51 ClassWhichIsAlwaysEqualButHasDifferentHashcodes orig = in testClassWhichIsAlwaysEqualButHasDifferentHashcodes() local 65 ObjectWhichIsEqualButChangesClass orig = new ObjectWhichIsEqualButChangesClass(); in testObjectWhichIsEqualButChangesClass() local
|
| /external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/sort/ |
| D | sort_constexpr.pass.cpp | 29 int orig[N] = {}; in test() local 48 T *orig[N] = {}; in test_pointers() local
|
| D | sort_constexpr_comp.pass.cpp | 30 int orig[N] = {}; in test() local 49 T *orig[N] = {}; in test_pointers() local
|
| /external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/sort/ |
| D | sort_constexpr_comp.pass.cpp | 30 int orig[N] = {}; in test() local 49 T *orig[N] = {}; in test_pointers() local
|
| D | sort_constexpr.pass.cpp | 29 int orig[N] = {}; in test() local 48 T *orig[N] = {}; in test_pointers() local
|
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
| D | connect_force_port4.c | 33 struct svc_addr *orig; in connect4() local 76 struct svc_addr *orig; in getpeername4() local
|
| D | connect_force_port6.c | 32 struct svc_addr *orig; in connect6() local 84 struct svc_addr *orig; in getpeername6() local
|
| /external/pytorch/functorch/dim/ |
| D | wrap_type.py | 29 def _py_wrap_method(orig, __torch_function__): argument 46 def wrap_attr(orig): argument
|
| /external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_substr/ |
| D | substr_rvalue.pass.cpp | 31 constexpr void test(S orig, typename S::size_type pos, typename S::size_type n, const S expected) { in test() 41 constexpr void test(S orig, typename S::size_type pos, typename S::size_type n, should_throw_except… in test()
|