Searched defs:verify (Results 101 - 125 of 325) sorted by relevance

1234567891011>>

/external/testng/src/test/java/test/verify/
H A DVerifyTestListener.java1 package test.verify;
/external/autotest/server/hosts/
H A Djetstream_host.py64 def verify(self): member in class:JetstreamHost
69 super(JetstreamHost, self).verify()
H A Dcros_firmware.py155 def verify(self, host): member in class:FirmwareStatusVerifier
169 cmd = ('vbutil_firmware --verify /tmp/verify_firmware/VBLOCK_%c'
237 * The reason we distinguish repair from verify is to allow
280 def verify(self, host): member in class:FirmwareVersionVerifier
288 'Can not verify firmware version. '
H A Dservo_repair.py23 def verify(self, host): member in class:_UpdateVerifier
115 def verify(self, host): member in class:_SerialConfigVerifier
128 # Not all servo hosts will have a servo serial so don't verify if it's
150 def verify(self, host): member in class:_BoardConfigVerifier
182 def verify(self, host): member in class:_ServodJobVerifier
210 def verify(self, host): member in class:_ServodConnectionVerifier
230 def verify(self, host): member in class:_PowerButtonVerifier
248 def verify(self, host): member in class:_LidVerifier
/external/autotest/site_utils/rpm_control_system/
H A Ddli.py39 def verify(self): member in class:powerswitch
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509AttributeCertificate.java90 public void verify(PublicKey key, String provider) method in interface:X509AttributeCertificate
/external/easymock/src/org/easymock/
H A DIMocksControl.java72 void verify(); method in interface:IMocksControl
/external/easymock/src/org/easymock/internal/
H A DIMocksBehavior.java38 // verify
39 void verify(); method in interface:IMocksBehavior
H A DUnorderedBehavior.java69 public boolean verify() { method in class:UnorderedBehavior
/external/fio/t/
H A Dlfsr-test.c16 printf("Usage: lfsr-test 0x<numbers> [seed] [spin] [verify]\n");
21 "verify: check if LFSR has iterated correctly\n\n"
32 int verify = 0; local
45 case 5: if (strncmp(argv[4], "verify", 7) == 0)
46 verify = 1;
79 if (verify) {
95 if (verify)
104 if (verify) {
124 if (verify)
/external/junit-params/src/test/java/junitparams/custom/combined/
H A DCombinedParametersProviderTest.java26 public static void verify() { method in class:CombinedParametersProviderTest
/external/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp24 bool RegisterBank::verify(const TargetRegisterInfo &TRI) const { function in class:RegisterBank
/external/mockito/src/main/java/org/mockito/internal/junit/
H A DVerificationCollectorImpl.java89 public void verify(VerificationData data) { method in class:VerificationCollectorImpl.VerificationWrapper
91 this.delegate.verify(data);
/external/mockito/src/main/java/org/mockito/internal/verification/
H A DVerificationWrapper.java18 public void verify(VerificationData data) { method in class:VerificationWrapper
19 wrappedVerification.verify(data);
/external/python/cpython3/Lib/test/test_importlib/builtin/
H A Dtest_loader.py19 def verify(self, module): member in class:LoaderTests
33 self.verify(module)
/external/testng/src/test/java/test/configuration/
H A DConfigurationTest.java98 public void verify() { method in class:ConfigurationTest
/external/testng/src/test/java/test/configurationfailurepolicy/
H A DFailurePolicyTest.java54 verify(tla, configurationFailures, configurationSkips, skippedTests);
65 verify(tla, 1, 1, 2);
76 verify(tla, 2, 0, 2);
86 verify(tla, 1, 1, 2);
96 verify(tla, 2, 0, 2);
99 private void verify( TestListenerAdapter tla, int configurationFailures, int configurationSkips, int skippedTests ) { method in class:FailurePolicyTest
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
H A DHttpsURLConnectionTest.java120 public boolean verify(String hostname, SSLSession session) { method in class:HttpsURLConnectionTest.FakeHostnameVerifier
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DPeekingIteratorTest.java51 * later verify that {@link PeekingIterator#remove()} removes the
64 // make copy from master to verify later
69 @Override protected void verify(List<T> elements) { method in class:PeekingIteratorTest.PeekingIteratorTester
70 // verify same objects were removed from reference and target
/external/libcap/progs/
H A Dsetcap.c63 int retval, quiet=0, verify=0; local
86 verify = 1;
123 if (verify) {
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp96 void LiveIntervalUnion::verify(LiveVirtRegBitSet& VisitedVRegs) { function in class:LiveIntervalUnion
/external/ltp/testcases/kernel/syscalls/fstat/
H A Dfstat02.c50 static void verify(void) function
103 verify();
/external/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open01.c78 static void verify(struct test_case_t *tc);
93 verify(&event_types[i]);
142 static void verify(struct test_case_t *tc) function
/external/ltp/testcases/kernel/syscalls/stat/
H A Dstat01.c50 static void verify(void) function
103 verify();
/external/mockito/src/main/java/org/mockito/internal/
H A DMockitoCore.java82 public <T> T verify(T mock, VerificationMode mode) { method in class:MockitoCore
133 noMoreInteractions().verify(data);

Completed in 1041 milliseconds

1234567891011>>