/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
EventGapVerificationTest.java | 74 verification.verify(environment, stats); 78 verification.verify(environment, stats);
|
StandardDeviationVerificationTest.java | 34 * Test {@link StandardDeviationVerification#verify(TestSensorEnvironment, SensorStats)}. 67 verification.verify(stats); 71 verification.verify(stats);
|
/cts/tests/tests/view/src/android/view/cts/ |
TouchDelegateTest.java | 22 import static org.mockito.Mockito.verify; 78 verify(touchDelegate, times(1)).onTouchEvent(any(MotionEvent.class));
|
/external/autotest/client/cros/chameleon/ |
edid.py | 50 if not Edid.verify(data) and not skip_verify: 56 def verify(data): member in class:Edid 57 """Verify the correctness of EDID.
|
/external/easymock/src/org/easymock/internal/ |
ReplayState.java | 71 public void verify() {
method in class:ReplayState 72 behavior.verify();
|
/external/guava/guava-tests/test/com/google/common/io/ |
CloseablesTest.java | 23 import static org.easymock.EasyMock.verify; 135 verify(closeable);
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
MultipleServletInjectorsTest.java | 24 import static org.easymock.EasyMock.verify; 111 verify(fakeContextOne, fakeContextTwo);
|
/external/libmojo/base/android/junit/src/org/chromium/base/ |
BaseChromiumApplicationTest.java | 8 import static org.mockito.Mockito.verify; 67 verify(mock).onWindowFocusChanged(controller.get(), true);
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
ELF_x64-64_PIC_relocations.s | 4 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify %T/test_ELF1_x86-64.o %T/test_ELF_ExternalGlobal_x86-64.o 6 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify -map-section test_ELF1_x86-64.o,.got=0x10000 -map-section test_ELF2_x86-64.o,.text=0x100000000 -map-section test_ELF2_x86-64.o,.got=0x100010000 %T/test_ELF1_x86-64.o %T/test_ELF2_x86-64.o %T/test_ELF_ExternalGlobal_x86-64.o
|
/external/ltp/testcases/kernel/syscalls/fstat/ |
fstat02.c | 50 static void verify(void) function 103 verify();
|
/external/ltp/testcases/kernel/syscalls/stat/ |
stat01.c | 20 * Verify that, stat(2) succeeds to get the status of a file and fills the 50 static void verify(void) function 103 verify();
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/ |
EprtCommandHandlerTest.java | 49 verify(session);
66 verify(session);
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/ |
StaticReplyCommandHandlerTest.java | 91 verify(session);
109 verify(session);
|
/external/mockito/src/main/java/org/mockito/internal/junit/ |
VerificationCollectorImpl.java | 89 public void verify(VerificationData data) { 91 this.delegate.verify(data);
|
/external/mockito/src/main/java/org/mockito/internal/verification/ |
VerificationOverTimeImpl.java | 14 * (before timeoutMillis has passed, measured from the call to verify()), and either returns immediately 25 * Create this verification mode, to be used to verify invocation ongoing data later. 27 * @param pollingPeriodMillis The frequency to poll delegate.verify(), to check whether the delegate has been satisfied 40 * Create this verification mode, to be used to verify invocation ongoing data later. 42 * @param pollingPeriodMillis The frequency to poll delegate.verify(), to check whether the delegate has been satisfied 58 * Verify the given ongoing verification data, and confirm that it satisfies the delegate verification mode 72 public void verify(VerificationData data) { method in class:VerificationOverTimeImpl 78 delegate.verify(data);
|
/external/mockito/src/test/java/org/mockitousage/spies/ |
PartialMockingWithSpiesTest.java | 17 import static org.mockito.Mockito.verify; 131 verify(spy).guessName();
|
/external/vboot_reference/tests/ |
run_vbutil_kernel_arg_tests.sh | 71 echo -n "verify $vv ... " 72 "${FUTILITY}" vbutil_kernel --verify "$v" >/dev/null 80 echo -n "verify $vv signed ... " 81 "${FUTILITY}" vbutil_kernel --verify "$v" \ 119 # And verify it. 120 echo -n "verify USB kernel ... " 123 --verify "${USB_KERN}" \ 155 # To verify it, we have to replace the vblock from the original image. 160 echo -n "verify SSD kernel ... " 163 --verify "$tempfile" [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
KernelMemoryBandwidthStatsTest.java | 47 Mockito.verify(mockStandardReader, Mockito.times(13)).readLine(); 78 Mockito.verify(mockZeroReader, Mockito.times(13)).readLine();
|
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/ |
EffectsVideoCapture.java | 74 verify(getActivity(), uri); 77 // Verify result code, result data, and the duration. 78 private void verify(CameraEffectsRecordingSample activity, Uri uri) throws Exception { method in class:EffectsVideoCapture 80 // Verify the video file
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
QSFooterTest.java | 20 import static org.mockito.Mockito.verify; 67 // Verify Settings wasn't launched. 68 verify(mActivityStarter, never()).startActivity(any(), anyBoolean());
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
StatusBarWindowViewTest.java | 20 import static org.mockito.Mockito.verify; 67 verify(mDragDownHelper).onTouchEvent(ev);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
ChannelsTest.java | 22 import static org.mockito.Mockito.verify; 63 verify(mMockNotificationManager).createNotificationChannels(captor.capture());
|
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
NotificationManagerServiceTest.java | 37 import static org.mockito.Mockito.verify; 272 verify(mUsageStats, times(1)).registerSuspendedByAdmin(eq(r)); 284 verify(mUsageStats, times(1)).registerBlocked(eq(r)); 526 verify(mRankingHelper, times(1)).getNotificationChannel( 541 verify(mRankingHelper, times(1)).getNotificationChannel( 562 verify(mNotificationListeners, times(1)).notifyNotificationChannelChanged(eq(PKG), 565 verify(mNotificationListeners, times(1)).notifyNotificationChannelChanged(eq(PKG), 582 verify(mNotificationListeners, times(1)).notifyNotificationChannelGroupChanged(eq(PKG), 585 verify(mNotificationListeners, times(1)).notifyNotificationChannelGroupChanged(eq(PKG), 603 verify(mNotificationListeners, times(1)).notifyNotificationChannelChanged(eq(PKG) [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
RttServiceTest.java | 26 import static org.mockito.Mockito.verify; 94 verify(mContext).registerReceiver(mBroadcastReceiverCaptor.capture(), 118 // Send rtt ranging request message and verify failure. 128 verify(handler, atLeastOnce()).handleMessage(messageCaptor.capture()); 132 // Send enable responder message and verify success. 137 verify(mWifiNative).enableRttResponder(anyInt()); 144 // Send enable responder message and verify failure. 164 verify(handler, atLeastOnce()).handleMessage(messageCaptor.capture()); 210 verify(mWifiNative, times(1)).enableRttResponder(anyInt()); 221 verify(mWifiNative).disableRttResponder() [all...] |
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/ |
EmojiEditTextHelperPre19Test.java | 23 import static org.mockito.Mockito.verify; 75 verify(editText, times(0)).addTextChangedListener(any(TextWatcher.class));
|