Home
last modified time | relevance | path

Searched defs:received (Results 1 – 25 of 80) sorted by relevance

1234

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
DConcurrentStatefulActorBenchmark.kt90 var received = 0 in requestorActorUnfair() variable
116 val received = hashMapOf(*computations.map { it to 0 }.toTypedArray()) in requestorActorFair() constant
DCycledActorsBenchmark.kt92 var received = 0 in <lambda>() variable
DStatefulActorBenchmark.kt83 var received = 0 in requestorActor() variable
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/
DTransportCryptoOpsTest.java63 Payload received = TransportCryptoOps.verifydecryptServerMessage(signcryptedMessage, masterKey); in testServerMessage() local
103 Payload received = TransportCryptoOps.verifydecryptClientMessage( in doTestClientMessageWith() local
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherCompletionStressTest.kt26 var received = 0 in <lambda>() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DObservableCompletionStressTest.kt26 var received = 0 in <lambda>() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
DPublisherCompletionStressTest.kt26 var received = 0 in <lambda>() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DObservableCompletionStressTest.kt26 var received = 0 in <lambda>() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DFluxCompletionStressTest.kt27 var received = 0 in <lambda>() variable
/external/libchrome/dbus/
Ddbus_statistics_unittest.cc59 int sent = 0, received = 0, block = 0; in TEST_F() local
88 int sent = 0, received = 0, block = 0; in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/python/
Doutfeed_receiver_test.cc68 std::vector<Data> received() { in received() function in xla::__anon9e6d69230111::Accumulator
135 std::vector<Accumulator::Data> received = receiver->received(); in TEST() local
178 std::vector<Accumulator::Data> received = receiver->received(); in TEST() local
221 std::vector<Accumulator::Data> received = receiver->received(); in TEST() local
316 std::vector<Accumulator::Data> received = receiver->received(); in TEST() local
Doutfeed_receiver.cc312 auto received = absl::make_unique<OutfeedData>(device, consumer_id, shape); in DeviceListenerThreadLoop() local
332 uint32_t device_idx, std::unique_ptr<OutfeedData> received) in EnqueueReceivedData()
359 std::unique_ptr<OutfeedData> received; in CallbackThreadLoop() local
/external/libchrome/ipc/
Dsync_socket_unittest.cc208 size_t length, size_t* received) { in BlockingRead()
226 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
257 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
/external/ppp/pppd/plugins/radius/
Dbuildreq.c162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, in rc_auth()
189 VALUE_PAIR **received, in rc_auth_using_server()
247 int rc_auth_proxy(VALUE_PAIR *send, VALUE_PAIR **received, char *msg) in rc_auth_proxy()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DProduceConsumeJvmTest.kt48 val received = CompletableDeferred<Int>() in <lambda>() constant
DChannelSelectStressTest.kt20 private val received = atomic(0) constant in kotlinx.coroutines.channels.ChannelSelectStressTest
DConflatedChannelCloseStressTest.kt19 val received = AtomicInteger() in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/
DChannelCancelUndeliveredElementStressTest.kt90 val received = when (Random.nextInt(3)) { in receiveOne() constant
/external/tensorflow/tensorflow/core/data/
Ddataset_utils.cc198 Status VerifyTypeMatch(const DataType& expected, const DataType& received, in VerifyTypeMatch()
209 const DataTypeVector& received) { in VerifyTypesMatch()
222 const std::vector<Tensor>& received) { in VerifyTypesMatch()
235 const PartialTensorShape& received, int index) { in VerifyShapeCompatible()
245 const std::vector<PartialTensorShape>& received) { in VerifyShapesCompatible()
259 const std::vector<Tensor>& received) { in VerifyShapesCompatible()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DPing.java27 private long received = -1; field in Ping
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DPing.java29 private long received = -1; field in Ping
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/akka/
DStatefulActorAkkaBenchmark.kt127 private var received = 0 variable in benchmarks.akka.StatefulActorAkkaBenchmark.RequestorActor
/external/autotest/client/cros/cellular/pseudomodem/
Dmessaging.py70 def Added(self, path, received): argument
/external/testng/src/test/java/test/remote/
DRemoteTest.java68 List<String> received = Lists.newArrayList(); in runTest() local
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DConnectorTest.java102 Message received = mReceiver.messages.get(0); in testReceivingMessage() local

1234