HomeSort by relevance Sort by last modified time
    Searched refs:verify (Results 1251 - 1275 of 2616) sorted by null

<<51525354555657585960>>

  /prebuilts/tools/common/m2/repository/com/google/auto/service/auto-service/1.0-rc2/
auto-service-1.0-rc2.jar 
  /tools/tradefederation/core/prod-tests/tests/src/com/android/continuous/
SmokeTestFailureReporterTest.java 83 EasyMock.verify(mMailer);
136 EasyMock.verify(mMailer);
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
ManagedDeviceListTest.java 58 // verify find returns null when list is empty
60 // verify device is created
63 // verify device can be found
65 // verify same device is found, and new one is not created
82 // verify allocate fails when no devices are in list
86 // verify allocate fails because device is not available
89 // verify allocate succeeds because device is available
91 // verify allocate fails because only device is already allocated
99 // verify new device can be created
103 // verify allocated device remains in list on disconnec
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/log/
LogUtilFuncTest.java 79 * Verify that all variants of calling CLog.wtf() results in a wtf handler being called
98 EasyMock.verify(mMockWtfHandler);
102 * Verify scenario where no wtf handler has been configured when CLog.wtf() is called
112 // EasyMock will verify that 0 calls are made to wtf handler
116 EasyMock.verify(mMockWtfHandler);
120 * Verify that getClassName can get the desired class name from the stack trace.
128 * Verify that findCallerClassName is able to find this class's name from the stack trace.
136 * Verify that findCallerClassName() is able to find the calling class even if it is
156 * Verify that findCallerClassName() returns "Unknown" when there's an empty stack trace
169 * Verify that parseClassName() is able to parse the class name out of different formats o
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DeviceSuiteTest.java 130 EasyMock.verify(mListener, mMockDevice);
131 // Verify that all setters were called on Test class inside suite
155 EasyMock.verify(mListener, mMockDevice);
InstrumentationSerialTestTest.java 96 EasyMock.verify(mMockListener, mMockTestDevice);
149 EasyMock.verify(mMockListener, mMockTestDevice);
NativeBenchmarkTestTest.java 58 EasyMock.verify(mListener, mDevice);
59 EasyMock.verify(mocks);
  /build/soong/cc/
prebuilt.go 56 // TODO(ccross): verify shared library dependencies
108 // TODO(ccross): verify shared library dependencies
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
RetryFactoryTestTest.java 94 EasyMock.verify(mMockListener);
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
GyroscopeIntegrationVerification.java 57 public void verify(TestSensorEnvironment environment, SensorStats stats) { method in class:GyroscopeIntegrationVerification
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
PerPixelBitmapVerifier.java 56 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { method in class:PerPixelBitmapVerifier
SamplePointVerifier.java 47 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { method in class:SamplePointVerifier
  /external/autotest/client/common_lib/hosts/
repair.py 8 The framework provides implementation code in support of `Host.verify()`
9 and `Host.repair()` used in Verify and Repair special tasks.
36 Instances of this exception can be raised when a `verify()`
125 Both repair and verify operations have the notion of dependencies
168 when `verify()` originally fails. The additional data gathered
193 Verify that all of this node's dependencies pass for a host.
255 that all dependencies run and pass before invoking the `verify()`
259 `verify()`. Subsequent calls return the cached result, without
264 * `verify()`: This is the method to perform the actual
289 self._verify_tag = 'verify.' + self.ta
340 def verify(self, host): member in class:Verifier
518 def verify(self, host): member in class:_RootVerifier
677 def verify(self, host, silent=False): member in class:RepairStrategy
    [all...]
  /external/autotest/client/cros/image_comparison/
verifier.py 49 def verify(self, golden_image_paths, test_image_paths): member in class:Verifier
  /external/autotest/client/site_tests/platform_CrosDisksFormat/
platform_CrosDisksFormat.py 16 """A tester to verify format support in CrosDisks.
54 if not test_content.verify(mount_path):
55 raise error.TestFail("Failed to verify test content")
  /external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
video_ChromeRTCHWDecodeUsed.py 79 histogram_verifier.verify(cr, histogram_name, histogram_bucket_val)
  /external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
video_ChromeVidResChangeHWDecode.py 17 """Verify that VDA works in Chrome for video with resolution changes."""
22 """Verify VDA and playback for the video_file.
43 histogram_verifier.verify(
48 # Verify the video playback.
54 # Verify that video ends successfully.
  /external/bison/lib/
pipe2.c 26 #include "verify.h"
98 verify (O_NONBLOCK == 0);
  /external/easymock/src/org/easymock/
EasyMockSupport.java 199 c.verify();
  /external/easymock/src/org/easymock/internal/
UnorderedBehavior.java 69 public boolean verify() { method in class:UnorderedBehavior
  /external/fio/
parse.h 69 int (*verify)(struct fio_option *, void *); member in struct:fio_option
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletDefinitionPathsTest.java 24 import static org.easymock.EasyMock.verify;
106 verify(injector, binding, request); method
206 verify(injector, binding, request); method
306 verify(injector, binding, request); method
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 184 void LazyCallGraph::SCC::verify() { function in class:LazyCallGraph::SCC
209 void LazyCallGraph::RefSCC::verify() { function in class:LazyCallGraph::RefSCC
213 // Verify basic properties of the SCCs.
216 C->verify();
250 // Walk up the parents of this SCC and verify that we eventually find C.
279 verify();
296 verify();
379 verify();
390 verify();
438 verify();
    [all...]
  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBank.cpp 24 bool RegisterBank::verify(const TargetRegisterInfo &TRI) const { function in class:RegisterBank
33 // Verify that the register bank covers all the sub classes of the
45 // Verify that the Size of the register bank is big enough to cover
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_i386_DynNoPIC_relocations.s 2 # RUN: llvm-rtdyld -triple=i386-apple-macosx10.4 -verify -check=%s %/T/test_i386.o

Completed in 1829 milliseconds

<<51525354555657585960>>