/external/libese/esed/tests/ |
D | libese.h | 34 MOCK_METHOD2(transceive, int(const std::vector<uint8_t>&, std::vector<uint8_t>&)); 55 EXPECT_CALL(*mockEse, transceive(ContainerEq(command), _)).WillOnce(EseReceive(response)); in singleCommandEseMock()
|
/external/libese/libese/ |
D | ese.c | 91 if (ese->ops->transceive) { in ese_transceive() 92 recvd = ese->ops->transceive(ese, tx_buf, tx_len, rx_buf, rx_max); in ese_transceive()
|
/external/libese/esed/pn81a/ |
D | utils.h | 78 T transceive(::android::esed::EseInterface& ese, const CommandApdu& command, 83 const int ret = ese.transceive(command.vector(), responseBuffer);
|
/external/libese/esed/ |
D | libese.h | 49 virtual int transceive(const std::vector<uint8_t>& tx, std::vector<uint8_t>& rx) { in transceive() function
|
/external/libese/libese/include/ese/ |
D | ese_hw_api.h | 155 ese_transceive_op_t *const transceive; member
|
/external/libese/libese-hw/ |
D | ese_hw_fake.c | 143 .transceive = &fake_transceive,
|
D | ese_hw_echo.c | 171 .transceive = &echo_transceive,
|
/external/libese/libese/tests/ |
D | ese_unittests.cpp | 114 .transceive = NULL, in TEST_F()
|
/external/libese/libese-hw/nxp/pn80t/ |
D | nq_nci.c | 183 .transceive = &nxp_pn80t_transceive,
|
D | linux_spidev.c | 251 .transceive = &nxp_pn80t_transceive,
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|