Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/pdf417/decoder/ec/
H A 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()
H A 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()
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DVerifyInputEventTest.java106 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 DConcurrentStatefulActorBenchmark.kt86 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 Dcmsg_test.cpp74 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 Doutfeed_receiver_test.cc68 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 Doutfeed_receiver.cc311 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 Ddataset_utils.cc228 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 Dquic_generic_session_test.cc210 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 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
/aosp_15_r20/external/cronet/ipc/
H A Dsync_socket_unittest.cc228 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 Dpacket_util.cpp363 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/
DNetworkStackUtilsIntegrationTest.kt279 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 Dnetwork_bin.cc31 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 Dclient.rs41 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/
Dproperties_test.cc37 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 DObservableCompletionStressTest.kt23 var received = 0 in <lambda>() variable
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
H A DObservableCompletionStressTest.kt23 var received = 0 in <lambda>() variable
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
H A DPublisherCompletionStressTest.kt23 var received = 0 in <lambda>() variable
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
H A DPublisherCompletionStressTest.kt23 var received = 0 in <lambda>() variable
/aosp_15_r20/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
/aosp_15_r20/hardware/google/camera/common/hal/tests/
Dresult_dispatcher_tests.cc147 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 DFluxCompletionStressTest.kt24 var received = 0 in <lambda>() variable
/aosp_15_r20/external/libchrome/dbus/
H A 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
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/network_proxy/
H A Dnetworkproxy_bin.cc37 ssize_t received = 0; in ReadFromFd() local
53 char received[1025] = {0}; in CommunicationTest() local

12345678910>>...17