Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/external/ot-br-posix/src/dbus/common/
Ddbus_message_helper_openthread.cpp54 DBusMessageIter sub; in DBusMessageExtract() local
81 DBusMessageIter sub; in DBusMessageEncode() local
106 DBusMessageIter sub; in DBusMessageExtract() local
122 DBusMessageIter sub; in DBusMessageEncode() local
139 DBusMessageIter sub; in DBusMessageEncode() local
156 DBusMessageIter sub; in DBusMessageExtract() local
173 DBusMessageIter sub; in DBusMessageEncode() local
190 DBusMessageIter sub; in DBusMessageExtract() local
206 DBusMessageIter sub; in DBusMessageEncode() local
225 DBusMessageIter sub; in DBusMessageExtract() local
[all …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/
DStrSubstitutorTest.java102 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/
Dsubscribe_test.py53 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/cronet/third_party/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S42 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/
Dx25519-asm-arm.S40 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/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S42 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/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S42 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/num-bigint/src/bigint/
Dsubtraction.rs36 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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DBufferedBroadcastChannelTest.kt104 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
DConflatedBroadcastChannelTest.kt44 val sub = broadcast.openSubscription() in <lambda>() constant
64 val sub = broadcast.openSubscription() in <lambda>() constant
107 val sub = broadcast.openSubscription() in <lambda>() constant
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/
Doutlier_detection.upb.h99 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_cluste… in envoy_config_cluster_v3_OutlierDetection_mutable_consecutive_5xx() local
112 …struct google_protobuf_Duration* sub = (struct google_protobuf_Duration*)envoy_config_cluster_v3_O… in envoy_config_cluster_v3_OutlierDetection_mutable_interval() local
125 …struct google_protobuf_Duration* sub = (struct google_protobuf_Duration*)envoy_config_cluster_v3_O… in envoy_config_cluster_v3_OutlierDetection_mutable_base_ejection_time() local
138 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_cluste… in envoy_config_cluster_v3_OutlierDetection_mutable_max_ejection_percent() local
151 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_cluste… in envoy_config_cluster_v3_OutlierDetection_mutable_enforcing_consecutive_5xx() local
164 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_cluste… in envoy_config_cluster_v3_OutlierDetection_mutable_enforcing_success_rate() local
177 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_cluste… in envoy_config_cluster_v3_OutlierDetection_mutable_success_rate_minimum_hosts() local
190 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_cluste… in envoy_config_cluster_v3_OutlierDetection_mutable_success_rate_request_volume() local
203 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_cluste… in envoy_config_cluster_v3_OutlierDetection_mutable_success_rate_stdev_factor() local
216 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_cluste… in envoy_config_cluster_v3_OutlierDetection_mutable_consecutive_gateway_failure() local
[all …]
/external/python/cpython3/Objects/stringlib/
Dsplit.h60 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/libcups/scheduler/
Dsubscriptions.c60 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
1026 cupsd_subscription_t *sub; /* Current subscription */ in cupsdSaveAllSubscriptions() local
1155 cupsd_subscription_t *sub; /* Current subscription */ in cupsdStopAllNotifiers() local
1321 cupsd_subscription_t *sub, /* I - Subscription object */ in cupsd_send_notification()
1443 cupsd_subscription_t *sub) /* I - Subscription object */ in cupsd_start_notifier()
/external/rust/crates/num-bigint/src/biguint/
Dsubtraction.rs114 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/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S172 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/cronet/third_party/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S172 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/
Dpoly1305_arm_asm.S172 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/
Dpoly1305_arm_asm.S172 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/libaom/aom_dsp/
Dfft_common.h125 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
177 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
269 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
521 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
538 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
582 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
697 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
/external/python/cpython2/Objects/stringlib/
Dsplit.h63 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
Dfind.h12 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleTest.java150 UResourceBundle sub; in TestOpen() local
167 UResourceBundle sub; in TestOpen() local
202 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local
219 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local
231 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local
238 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local
251 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local
259 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local
271 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local
290 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java147 UResourceBundle sub; in TestOpen() local
164 UResourceBundle sub; in TestOpen() local
199 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local
216 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local
228 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local
235 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local
248 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local
256 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local
268 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local
287 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java63 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/src/core/ext/upb-generated/envoy/config/listener/v3/
Dlistener.upb.h101 …struct xds_core_v3_CollectionEntry* sub = (struct xds_core_v3_CollectionEntry*)_upb_msg_new(&xds_c… in envoy_config_listener_v3_ListenerCollection_add_entries() local
182 …struct envoy_config_core_v3_Address* sub = (struct envoy_config_core_v3_Address*)envoy_config_list… in envoy_config_listener_v3_Listener_mutable_address() local
197 …struct envoy_config_listener_v3_FilterChain* sub = (struct envoy_config_listener_v3_FilterChain*)_… in envoy_config_listener_v3_Listener_add_filter_chains() local
208 …struct google_protobuf_BoolValue* sub = (struct google_protobuf_BoolValue*)envoy_config_listener_v… in envoy_config_listener_v3_Listener_mutable_use_original_dst() local
221 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_listen… in envoy_config_listener_v3_Listener_mutable_per_connection_buffer_limit_bytes() local
234 …struct envoy_config_core_v3_Metadata* sub = (struct envoy_config_core_v3_Metadata*)envoy_config_li… in envoy_config_listener_v3_Listener_mutable_metadata() local
247 …struct envoy_config_listener_v3_Listener_DeprecatedV1* sub = (struct envoy_config_listener_v3_List… in envoy_config_listener_v3_Listener_mutable_deprecated_v1() local
265 …struct envoy_config_listener_v3_ListenerFilter* sub = (struct envoy_config_listener_v3_ListenerFil… in envoy_config_listener_v3_Listener_add_listener_filters() local
276 …struct google_protobuf_BoolValue* sub = (struct google_protobuf_BoolValue*)envoy_config_listener_v… in envoy_config_listener_v3_Listener_mutable_transparent() local
289 …struct google_protobuf_BoolValue* sub = (struct google_protobuf_BoolValue*)envoy_config_listener_v… in envoy_config_listener_v3_Listener_mutable_freebind() local
[all …]

12345678910>>...30