| /external/ot-br-posix/src/dbus/common/ |
| D | dbus_message_helper_openthread.cpp | 54 DBusMessageIter sub; in DBusMessageExtract() local 88 DBusMessageIter sub; in DBusMessageEncode() local 116 DBusMessageIter sub; in DBusMessageExtract() local 131 DBusMessageIter sub; in DBusMessageEncode() local 148 DBusMessageIter sub; in DBusMessageEncode() local 165 DBusMessageIter sub; in DBusMessageExtract() local 181 DBusMessageIter sub; in DBusMessageEncode() local 198 DBusMessageIter sub; in DBusMessageExtract() local 214 DBusMessageIter sub; in DBusMessageEncode() local 233 DBusMessageIter sub; in DBusMessageExtract() local [all …]
|
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/ |
| D | StrSubstitutorTest.java | 102 final StrSubstitutor sub = new StrSubstitutor(values); in testReplaceChangedMap() local 123 final StrSubstitutor sub = new StrSubstitutor(values); in testReplaceAdjacentAtStart() local 134 final StrSubstitutor sub = new StrSubstitutor(values); in testReplaceAdjacentAtEnd() local 248 final StrSubstitutor sub = new StrSubstitutor(map); in testCyclicReplacement() local 292 final StrSubstitutor sub = new StrSubstitutor(); in testReplacePartialString_noReplace() local 304 final StrSubstitutor sub = new StrSubstitutor(values); in testReplaceInVariable() local 329 final StrSubstitutor sub = new StrSubstitutor(values); in testReplaceInVariableDisabled() local 350 final StrSubstitutor sub = new StrSubstitutor(values); in testReplaceInVariableRecursive() local 368 StrSubstitutor sub = new StrSubstitutor(map, "${", "}", '$'); in testDefaultValueDelimiters() local 403 final StrSubstitutor sub = new StrSubstitutor(map) { in testResolveVariable() local [all …]
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | subscribe_test.py | 53 def sub(t): function 83 def sub(t): function 131 def sub(t): function 177 def sub(t, name): function 224 def sub(t): function 266 def sub(t): function 302 def sub(t): function 328 def sub(t): function 366 def sub(tensor): function
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/ |
| D | x25519-asm-arm.S | 42 sub sp,sp,#736 label 74 sub r7,r7,#2 label 76 sub r7,r7,r7,LSL #7 label 83 sub r1,r6,#16 label 205 sub r2,r2,#8 label 209 sub r2,r2,#24 label 277 sub r2,r4,#32 label 279 sub r4,r5,#32 label 281 sub r5,r6,#32 label 283 sub r6,r7,#32 label [all …]
|
| /external/rust/crates/ring/crypto/curve25519/asm/ |
| D | x25519-asm-arm.S | 40 sub sp,sp,#736 label 72 sub r7,r7,#2 label 74 sub r7,r7,r7,LSL #7 label 81 sub r1,r6,#16 label 203 sub r2,r2,#8 label 207 sub r2,r2,#24 label 275 sub r2,r4,#32 label 277 sub r4,r5,#32 label 279 sub r5,r6,#32 label 281 sub r6,r7,#32 label [all …]
|
| /external/cronet/third_party/boringssl/src/crypto/curve25519/asm/ |
| D | x25519-asm-arm.S | 34 sub sp,sp,#736 label 66 sub r7,r7,#2 label 68 sub r7,r7,r7,LSL #7 label 75 sub r1,r6,#16 label 197 sub r2,r2,#8 label 201 sub r2,r2,#24 label 269 sub r2,r4,#32 label 271 sub r4,r5,#32 label 273 sub r5,r6,#32 label 275 sub r6,r7,#32 label [all …]
|
| /external/boringssl/src/crypto/curve25519/asm/ |
| D | x25519-asm-arm.S | 34 sub sp,sp,#736 label 66 sub r7,r7,#2 label 68 sub r7,r7,r7,LSL #7 label 75 sub r1,r6,#16 label 197 sub r2,r2,#8 label 201 sub r2,r2,#24 label 269 sub r2,r4,#32 label 271 sub r4,r5,#32 label 273 sub r5,r6,#32 label 275 sub r6,r7,#32 label [all …]
|
| /external/rust/crates/num-bigint/src/bigint/ |
| D | subtraction.rs | 36 fn sub(self, other: &BigInt) -> BigInt { in sub() method 52 fn sub(self, other: BigInt) -> BigInt { in sub() method 61 fn sub(self, other: &BigInt) -> BigInt { in sub() method 70 fn sub(self, other: BigInt) -> BigInt { in sub() method 94 fn sub(self, other: u32) -> BigInt { in sub() method 118 fn sub(self, other: BigInt) -> BigInt { in sub() method 127 fn sub(self, other: BigInt) -> BigInt { in sub() method 136 fn sub(self, other: BigInt) -> BigInt { in sub() method 145 fn sub(self, other: u64) -> BigInt { in sub() method 170 fn sub(self, other: u128) -> BigInt { in sub() method [all …]
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/ |
| D | Characterization.java | 56 Characterization(final BSPTree<S> node, final SubHyperplane<S> sub) { in Characterization() 77 private void characterize(final BSPTree<S> node, final SubHyperplane<S> sub, in characterize() 92 characterize(node.getPlus(), sub, splitters); in characterize() local 95 characterize(node.getMinus(), sub, splitters); in characterize() local 114 private void addOutsideTouching(final SubHyperplane<S> sub, in addOutsideTouching() 128 private void addInsideTouching(final SubHyperplane<S> sub, in addInsideTouching()
|
| D | InsideFinder.java | 60 public void recurseSides(final BSPTree<S> node, final SubHyperplane<S> sub) { in recurseSides() 86 recurseSides(node.getPlus(), sub); in recurseSides() local 101 recurseSides(node.getMinus(), sub); in recurseSides() local
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/ |
| D | BufferedBroadcastChannelTest.kt | 104 val sub = broadcast.openSubscription() in <lambda>() constant 134 val sub = broadcast.openSubscription() in <lambda>() constant 149 val sub = channel.openSubscription() in <lambda>() constant 171 val sub = channel.openSubscription() in <lambda>() constant 187 val sub = channel.openSubscription() in <lambda>() constant 205 val sub = channel.openSubscription() in <lambda>() constant
|
| D | ConflatedBroadcastChannelTest.kt | 44 val sub = broadcast.openSubscription() in <lambda>() constant 64 val sub = broadcast.openSubscription() in <lambda>() constant 107 val sub = broadcast.openSubscription() in <lambda>() constant
|
| /external/libcups/scheduler/ |
| D | subscriptions.c | 60 cupsd_subscription_t *sub; /* Current subscription */ in cupsdAddEvent() local 400 cupsd_subscription_t *sub; /* Subscription */ in cupsdDeleteAllSubscriptions() local 422 cupsd_subscription_t *sub, /* I - Subscription object */ in cupsdDeleteSubscription() 613 cupsd_subscription_t *sub; /* Current subscription */ in cupsdExpireSubscriptions() local 653 cupsd_subscription_t sub; /* Subscription template */ in cupsdFindSubscription() local 675 cupsd_subscription_t *sub; /* Current subscription */ in cupsdLoadAllSubscriptions() local 1025 cupsd_subscription_t *sub; /* Current subscription */ in cupsdSaveAllSubscriptions() local 1148 cupsd_subscription_t *sub; /* Current subscription */ in cupsdStopAllNotifiers() local 1314 cupsd_subscription_t *sub, /* I - Subscription object */ in cupsd_send_notification() 1436 cupsd_subscription_t *sub) /* I - Subscription object */ in cupsd_start_notifier()
|
| /external/python/cpython3/Objects/stringlib/ |
| D | split.h | 60 PyObject *sub; in STRINGLIB() local 109 PyObject *sub; in STRINGLIB() local 151 PyObject *list, *sub; in STRINGLIB() local 199 PyObject *sub; in STRINGLIB() local 250 PyObject *sub; in STRINGLIB() local 293 PyObject *list, *sub; in STRINGLIB() local 351 PyObject *sub; in STRINGLIB() local
|
| /external/rust/crates/num-bigint/src/biguint/ |
| D | subtraction.rs | 114 fn sub(mut self, other: &BigUint) -> BigUint { in sub() method 129 fn sub(self, mut other: BigUint) -> BigUint { in sub() method 154 fn sub(mut self, other: u32) -> BigUint { in sub() method 172 fn sub(self, mut other: BigUint) -> BigUint { in sub() method 183 fn sub(self, mut other: BigUint) -> BigUint { in sub() method 197 fn sub(mut self, other: u64) -> BigUint { in sub() method 225 fn sub(self, mut other: BigUint) -> BigUint { in sub() method 237 fn sub(self, mut other: BigUint) -> BigUint { in sub() method 251 fn sub(mut self, other: u128) -> BigUint { in sub() method 280 fn sub(self, mut other: BigUint) -> BigUint { in sub() method [all …]
|
| /external/cronet/third_party/boringssl/src/crypto/poly1305/ |
| D | poly1305_arm_asm.S | 164 sub sp,sp,#192 label 239 sub r0,r0,#32 label 547 sub r1,r1,#64 label 948 sub r3,r3,#64 label 1131 sub r2,r1,#32 label 1452 sub r3,r3,#32 label 1621 sub sp,sp,#0 label
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/ |
| D | poly1305_arm_asm.S | 172 sub sp,sp,#192 label 247 sub r0,r0,#32 label 555 sub r1,r1,#64 label 956 sub r3,r3,#64 label 1139 sub r2,r1,#32 label 1460 sub r3,r3,#32 label 1629 sub sp,sp,#0 label
|
| /external/rust/crates/ring/crypto/poly1305/ |
| D | poly1305_arm_asm.S | 172 sub sp,sp,#192 label 247 sub r0,r0,#32 label 555 sub r1,r1,#64 label 956 sub r3,r3,#64 label 1139 sub r2,r1,#32 label 1460 sub r3,r3,#32 label 1629 sub sp,sp,#0 label
|
| /external/boringssl/src/crypto/poly1305/ |
| D | poly1305_arm_asm.S | 164 sub sp,sp,#192 label 239 sub r0,r0,#32 label 547 sub r1,r1,#64 label 948 sub r3,r3,#64 label 1131 sub r2,r1,#32 label 1452 sub r3,r3,#32 label 1621 sub sp,sp,#0 label
|
| /external/grpc-grpc/third_party/upb/upb/mini_descriptor/ |
| D | link.c | 24 const upb_MiniTable* sub) { in upb_MiniTable_SetSubMessage() 63 const upb_MiniTableEnum* sub) { in upb_MiniTable_SetSubEnum() 114 const upb_MiniTable* sub = sub_tables[msg_count++]; in upb_MiniTable_Link() local 125 const upb_MiniTableEnum* sub = sub_enums[enum_count++]; in upb_MiniTable_Link() local
|
| /external/libaom/aom_dsp/ |
| D | fft_common.h | 131 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument 148 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument 183 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 275 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 527 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument 544 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 588 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 703 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
|
| /external/python/cpython2/Objects/stringlib/ |
| D | split.h | 63 PyObject *sub; in stringlib_split_whitespace() local 112 PyObject *sub; in stringlib_split_char() local 154 PyObject *list, *sub; in stringlib_split() local 202 PyObject *sub; in stringlib_rsplit_whitespace() local 253 PyObject *sub; in stringlib_rsplit_char() local 296 PyObject *list, *sub; in stringlib_rsplit() local 354 PyObject *sub; in stringlib_splitlines() local
|
| D | find.h | 12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_find() 32 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_rfind() 67 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_find_slice() 76 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_rfind_slice() 86 stringlib_contains_obj(PyObject* str, PyObject* sub) in stringlib_contains_obj()
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| D | SubroutineScanner.java | 63 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scan() 82 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanOp() 126 private void scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanLookupSwitch() 140 private void scanTableSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanTableSwitch()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/mini_table/ |
| D | decode.h | 94 const upb_MiniTable* extendee, upb_MiniTableSub sub, upb_Status* status) { in upb_MiniTableExtension_Init() 107 upb_MiniTableSub sub; in upb_MiniTableExtension_Build() local 116 upb_MiniTableSub sub; in upb_MiniTableExtension_BuildMessage() local 125 upb_MiniTableSub sub; in upb_MiniTableExtension_BuildEnum() local
|