/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/pdf417/decoder/ec/ |
H A D | ErrorCorrectionTestCase.java | 49 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()
|
H A D | AbstractErrorCorrectionTestCase.java | 30 static void corrupt(int[] received, int howMany, Random random) { in corrupt() 34 static int[] erase(int[] received, int howMany, Random random) { in erase()
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | VerifyInputEventTest.java | 106 KeyEvent received = waitForKey(); in testKeyEvent() local 152 KeyEvent received = waitForKey(); in testTamperedKeyEvent() local 174 MotionEvent received = waitForMotion(); in testMotionEvent() local 231 MotionEvent received = waitForMotion(); in testTamperedMotionEvent() local 259 KeyEvent received = waitForKey(); in testDeviceIdBecomesVirtualForInjectedKeys() local 291 MotionEvent received = waitForMotion(); in testDeviceIdBecomesVirtualForInjectedMotions() local
|
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/ |
H A D | ConcurrentStatefulActorBenchmark.kt | 86 var received = 0 in requestorActorUnfair() variable 112 val received = hashMapOf(*computations.map { it to 0 }.toTypedArray()) in requestorActorFair() constant
|
/aosp_15_r20/system/libbase/ |
H A D | cmsg_test.cpp | 74 unique_fd received; in TEST_P() local 108 unique_fd received; in TEST_P() local 121 unique_fd received; in TEST_P() local 190 std::vector<unique_fd> received; in TEST_P() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | outfeed_receiver_test.cc | 68 std::vector<Data> received() { in received() function in xla::__anon00be5eed0111::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
|
H A D | outfeed_receiver.cc | 311 auto received = std::make_unique<OutfeedData>(device, consumer_id, shape); in DeviceListenerThreadLoop() local 331 uint32_t device_idx, std::unique_ptr<OutfeedData> received) in EnqueueReceivedData() 358 std::unique_ptr<OutfeedData> received; in CallbackThreadLoop() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | dataset_utils.cc | 228 Status VerifyTypeMatch(const DataType& expected, const DataType& received, in VerifyTypeMatch() 239 const DataTypeVector& received) { in VerifyTypesMatch() 252 const std::vector<Tensor>& received) { in VerifyTypesMatch() 265 const PartialTensorShape& received, int index) { in VerifyShapeCompatible() 275 const std::vector<PartialTensorShape>& received) { in VerifyShapesCompatible() 289 const std::vector<Tensor>& received) { in VerifyShapesCompatible()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_generic_session_test.cc | 210 std::string received; in TEST_F() local 370 size_t received = 0; in TEST_F() local 423 size_t received = 0; in TEST_F() local 451 size_t received = 0; in TEST_F() local
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | sync_socket_unittest.cc | 208 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
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | sync_socket_unittest.cc | 228 size_t* received) { in BlockingRead() 245 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local 277 size_t received = 1U; // Initialize to an unexpected value. in TEST_F() local
|
/aosp_15_r20/system/chre/chpp/test/ |
H A D | packet_util.cpp | 363 void checkPacketValidity(std::vector<uint8_t> &received) { in checkPacketValidity() 399 bool comparePacket(const std::vector<uint8_t> &received, in comparePacket() 412 bool comparePacket(const std::vector<uint8_t> &received, in comparePacket()
|
/aosp_15_r20/packages/modules/NetworkStack/tests/integration/signature/android/net/util/ |
D | NetworkStackUtilsIntegrationTest.kt | 279 val received = ByteBuffer.allocate(TEST_MTU) in assertSocketReadErrno() constant 289 val received = ByteBuffer.allocate(TEST_MTU) in assertNextPacketOnSocket() constant
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/network/ |
H A D | network_bin.cc | 31 ssize_t received = 0; in ReadFromFd() local 47 char received[1025] = {0}; in CommunicationTest() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/tests/services/echo/ |
H A D | client.rs | 41 let received = received.unwrap(); in bidirectional_streaming_echo() localVariable 57 let received = received.unwrap(); in bidirectional_streaming_echo_throttle() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/ |
D | properties_test.cc | 37 char received[PROPERTY_VALUE_MAX]; in TEST_F() local 55 int32_t received = osi_property_get_int32("very.useful.set.test", 84); in TEST_F() local
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/ |
H A D | ObservableCompletionStressTest.kt | 23 var received = 0 in <lambda>() variable
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/ |
H A D | ObservableCompletionStressTest.kt | 23 var received = 0 in <lambda>() variable
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
H A D | PublisherCompletionStressTest.kt | 23 var received = 0 in <lambda>() variable
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/ |
H A D | PublisherCompletionStressTest.kt | 23 var received = 0 in <lambda>() variable
|
/aosp_15_r20/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ |
D | Receiver.kt | 46 val received = packet.payload.size + 6 in onSequencePacket() constant
|
/aosp_15_r20/hardware/google/camera/common/hal/tests/ |
D | result_dispatcher_tests.cc | 147 bool received = callback_condition_.wait_for( in WaitForShutter() local 167 bool received = callback_condition_.wait_for( in WaitForResultMetadata() local 192 bool received = callback_condition_.wait_for( in WaitForOuptutBuffer() local
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/ |
H A D | FluxCompletionStressTest.kt | 24 var received = 0 in <lambda>() variable
|
/aosp_15_r20/external/libchrome/dbus/ |
H A D | dbus_statistics_unittest.cc | 59 int sent = 0, received = 0, block = 0; in TEST_F() local 88 int sent = 0, received = 0, block = 0; in TEST_F() local
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/network_proxy/ |
H A D | networkproxy_bin.cc | 37 ssize_t received = 0; in ReadFromFd() local 53 char received[1025] = {0}; in CommunicationTest() local
|