Home
last modified time | relevance | path

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

123456

/external/zxing/core/src/test/java/com/google/zxing/pdf417/decoder/ec/
DErrorCorrectionTestCase.java49 int[] received = PDF417_TEST_WITH_EC.clone(); in testNoError() local
58 int[] received = PDF417_TEST_WITH_EC.clone(); in testOneError() local
68 int[] received = PDF417_TEST_WITH_EC.clone(); in testMaxErrors() local
76 int[] received = PDF417_TEST_WITH_EC.clone(); in testTooManyErrors() local
87 private void checkDecode(int[] received) throws ChecksumException { in checkDecode()
91 private void checkDecode(int[] received, int[] erasures) throws ChecksumException { in checkDecode()
DAbstractErrorCorrectionTestCase.java30 static void corrupt(int[] received, int howMany, Random random) { in corrupt()
34 static int[] erase(int[] received, int howMany, Random random) { in erase()
/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/sandboxed-api/sandboxed_api/sandbox2/examples/network/
Dnetwork_bin.cc31 ssize_t received = 0; in ReadFromFd() local
47 char received[1025] = {0}; in CommunicationTest() local
/external/bazelbuild-rules_rust/proto/prost/private/tests/services/echo/
Dclient.rs41 let received = received.unwrap(); in bidirectional_streaming_echo() localVariable
57 let received = received.unwrap(); in bidirectional_streaming_echo_throttle() localVariable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/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-rx2/test/
DObservableCompletionStressTest.kt26 var received = 0 in <lambda>() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherCompletionStressTest.kt26 var received = 0 in <lambda>() variable
/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DReceiver.kt46 val received = packet.payload.size + 6 in onSequencePacket() constant
/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::__anonff53a18b0111::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
/external/sandboxed-api/sandboxed_api/sandbox2/examples/network_proxy/
Dnetworkproxy_bin.cc37 ssize_t received = 0; in ReadFromFd() local
53 char received[1025] = {0}; in CommunicationTest() 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/cronet/ipc/
Dsync_socket_unittest.cc210 size_t length, size_t* received) { in BlockingRead()
228 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
259 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
/external/pigweed/pw_rpc_transport/
Dstream_rpc_dispatcher_test.cc52 std::vector<std::byte> received() const { return received_; } in received() function in pw::rpc::__anon7d1061e80111::TestIngress
135 auto received = test_ingress.received(); in TEST() local
/external/sandboxed-api/sandboxed_api/sandbox2/testcases/
Dnetwork_proxy.cc71 ssize_t received = 0; in ReadFromFd() local
87 char received[1025] = {0}; in CommunicationTest() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DProduceConsumeJvmTest.kt48 val received = CompletableDeferred<Int>() in <lambda>() constant
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_generic_session_test.cc208 std::string received; in TEST_F() local
368 size_t received = 0; in TEST_F() local
421 size_t received = 0; in TEST_F() local
449 size_t received = 0; in TEST_F() local
/external/rust/crates/mls-rs-uniffi/tests/
Droster_update_sync.py19 received = alice_group.process_incoming_message(output.commit_message) variable
/external/zxing/core/src/test/java/com/google/zxing/common/reedsolomon/
DReedSolomonTestCase.java415 public static void corrupt(int[] received, int howMany, Random random, int max) { in corrupt()
504 private static void assertDataEquals(String message, int[] expected, int[] received) { in assertDataEquals()
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/
DChannelCancelUndeliveredElementStressTest.kt91 val received = when (Random.nextInt(3)) { in receiveOne() constant

123456