Home
last modified time | relevance | path

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

1234567

/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.kt86 var received = 0 in requestorActorUnfair() variable
112 val received = hashMapOf(*computations.map { it to 0 }.toTypedArray()) in requestorActorFair() constant
DCycledActorsBenchmark.kt88 var received = 0 in <lambda>() variable
DStatefulActorBenchmark.kt79 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.kt23 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-reactive/test/
DPublisherCompletionStressTest.kt23 var received = 0 in <lambda>() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DObservableCompletionStressTest.kt23 var received = 0 in <lambda>() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DObservableCompletionStressTest.kt23 var received = 0 in <lambda>() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DFluxCompletionStressTest.kt24 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::__anon01a7e96d0111::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.cc38 ssize_t received = 0; in ReadFromFd() local
54 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/pigweed/pw_rpc_transport/
Dstream_rpc_dispatcher_test.cc52 std::vector<std::byte> received() const { return received_; } in received() function in pw::rpc::__anonde8846ca0111::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/cronet/stable/ipc/
Dsync_socket_unittest.cc228 size_t* received) { in BlockingRead()
245 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
276 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
/external/cronet/tot/ipc/
Dsync_socket_unittest.cc228 size_t* received) { in BlockingRead()
245 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
276 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DProduceConsumeJvmTest.kt45 val received = CompletableDeferred<Int>() in <lambda>() constant
/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.kt88 val received = when (Random.nextInt(3)) { in receiveOne() constant
/external/zxing/core/src/main/java/com/google/zxing/common/reedsolomon/
DReedSolomonDecoder.java58 public void decode(int[] received, int twoS) throws ReedSolomonException { in decode()
72 public int decodeWithECCount(int[] received, int twoS) throws ReedSolomonException { in decodeWithECCount()

1234567