/external/tensorflow/tensorflow/python/framework/ |
D | subscribe_test.py | 57 def sub(t): function 87 def sub(t): function 135 def sub(t): function 181 def sub(t, name): function 228 def sub(t): function 270 def sub(t): function 306 def sub(t): function 332 def sub(t): function 370 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 | 44 sub sp,sp,#736 label 76 sub r7,r7,#2 label 78 sub r7,r7,r7,LSL #7 label 85 sub r1,r6,#16 label 207 sub r2,r2,#8 label 211 sub r2,r2,#24 label 279 sub r2,r4,#32 label 281 sub r4,r5,#32 label 283 sub r5,r6,#32 label 285 sub r6,r7,#32 label [all …]
|
/external/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/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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/ |
D | ArrayBroadcastChannelTest.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/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/ |
D | outlier_detection.upb.h | 99 …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/ |
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/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 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/ |
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/rust/crates/ring/crypto/poly1305/ |
D | poly1305_arm_asm.S | 174 sub sp,sp,#192 label 249 sub r0,r0,#32 label 557 sub r1,r1,#64 label 958 sub r3,r3,#64 label 1141 sub r2,r1,#32 label 1462 sub r3,r3,#32 label 1631 sub sp,sp,#0 label
|
/external/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/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/libaom/libaom/aom_dsp/ |
D | fft_common.h | 125 #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/ |
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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 150 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/ |
D | ICUResourceBundleTest.java | 147 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/ |
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/src/core/ext/upb-generated/envoy/config/listener/v3/ |
D | listener.upb.h | 101 …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 …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/ |
D | tls.upb.h | 99 …struct envoy_extensions_transport_sockets_tls_v3_CommonTlsContext* sub = (struct envoy_extensions_… in envoy_extensions_transport_sockets_tls_v3_UpstreamTlsContext_mutable_common_tls_context() local 118 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_extensions_tr… in envoy_extensions_transport_sockets_tls_v3_UpstreamTlsContext_mutable_max_session_keys() local 176 …struct envoy_extensions_transport_sockets_tls_v3_CommonTlsContext* sub = (struct envoy_extensions_… in envoy_extensions_transport_sockets_tls_v3_DownstreamTlsContext_mutable_common_tls_context() local 189 …struct google_protobuf_BoolValue* sub = (struct google_protobuf_BoolValue*)envoy_extensions_transp… in envoy_extensions_transport_sockets_tls_v3_DownstreamTlsContext_mutable_require_client_certificate() local 202 …struct google_protobuf_BoolValue* sub = (struct google_protobuf_BoolValue*)envoy_extensions_transp… in envoy_extensions_transport_sockets_tls_v3_DownstreamTlsContext_mutable_require_sni() local 214 …struct envoy_extensions_transport_sockets_tls_v3_TlsSessionTicketKeys* sub = (struct envoy_extensi… in envoy_extensions_transport_sockets_tls_v3_DownstreamTlsContext_mutable_session_ticket_keys() local 226 …struct envoy_extensions_transport_sockets_tls_v3_SdsSecretConfig* sub = (struct envoy_extensions_t… in envoy_extensions_transport_sockets_tls_v3_DownstreamTlsContext_mutable_session_ticket_keys_sds_secret_config() local 239 …struct google_protobuf_Duration* sub = (struct google_protobuf_Duration*)envoy_extensions_transpor… in envoy_extensions_transport_sockets_tls_v3_DownstreamTlsContext_mutable_session_timeout() local 313 …struct envoy_extensions_transport_sockets_tls_v3_TlsParameters* sub = (struct envoy_extensions_tra… in envoy_extensions_transport_sockets_tls_v3_CommonTlsContext_mutable_tls_params() local 328 …struct envoy_extensions_transport_sockets_tls_v3_TlsCertificate* sub = (struct envoy_extensions_tr… in envoy_extensions_transport_sockets_tls_v3_CommonTlsContext_add_tls_certificates() local [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/core/v3/ |
D | health_check.upb.h | 154 …struct google_protobuf_Duration* sub = (struct google_protobuf_Duration*)envoy_config_core_v3_Heal… in envoy_config_core_v3_HealthCheck_mutable_timeout() local 167 …struct google_protobuf_Duration* sub = (struct google_protobuf_Duration*)envoy_config_core_v3_Heal… in envoy_config_core_v3_HealthCheck_mutable_interval() local 180 …struct google_protobuf_Duration* sub = (struct google_protobuf_Duration*)envoy_config_core_v3_Heal… in envoy_config_core_v3_HealthCheck_mutable_interval_jitter() local 193 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_core_v… in envoy_config_core_v3_HealthCheck_mutable_unhealthy_threshold() local 206 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_core_v… in envoy_config_core_v3_HealthCheck_mutable_healthy_threshold() local 219 …struct google_protobuf_UInt32Value* sub = (struct google_protobuf_UInt32Value*)envoy_config_core_v… in envoy_config_core_v3_HealthCheck_mutable_alt_port() local 232 …struct google_protobuf_BoolValue* sub = (struct google_protobuf_BoolValue*)envoy_config_core_v3_He… in envoy_config_core_v3_HealthCheck_mutable_reuse_connection() local 244 …struct envoy_config_core_v3_HealthCheck_HttpHealthCheck* sub = (struct envoy_config_core_v3_Health… in envoy_config_core_v3_HealthCheck_mutable_http_health_check() local 256 …struct envoy_config_core_v3_HealthCheck_TcpHealthCheck* sub = (struct envoy_config_core_v3_HealthC… in envoy_config_core_v3_HealthCheck_mutable_tcp_health_check() local 268 …struct envoy_config_core_v3_HealthCheck_GrpcHealthCheck* sub = (struct envoy_config_core_v3_Health… in envoy_config_core_v3_HealthCheck_mutable_grpc_health_check() local [all …]
|
/external/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 69 vlVaSubpicture *sub; in vlVaCreateSubpicture() local 100 vlVaSubpicture *sub; in vlVaDestroySubpicture() local 125 vlVaSubpicture *sub; in vlVaSubpictureImage() local 177 vlVaSubpicture *sub; in vlVaAssociateSubpicture() local 253 vlVaSubpicture *sub, **array; in vlVaDeassociateSubpicture() local
|
/external/llvm/test/MC/ARM/ |
D | arm-arithmetic-aliases.s | 6 sub r2, r2, #6 label 7 sub r2, #6 label 8 sub r2, r2, r3 label 9 sub r2, r3 label
|