Home
last modified time | relevance | path

Searched defs:verify (Results 1 – 25 of 2315) sorted by relevance

12345678910>>...93

/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DVerify.java100 public static void verify(boolean expression) { in verify() method in Verify
121 public static void verify( in verify() method in Verify
138 public static void verify(boolean expression, String errorMessageTemplate, char p1) { in verify() method in Verify
152 public static void verify(boolean expression, String errorMessageTemplate, int p1) { in verify() method in Verify
166 public static void verify(boolean expression, String errorMessageTemplate, long p1) { in verify() method in Verify
180 public static void verify( in verify() method in Verify
195 public static void verify(boolean expression, String errorMessageTemplate, char p1, char p2) { in verify() method in Verify
209 public static void verify(boolean expression, String errorMessageTemplate, int p1, char p2) { in verify() method in Verify
223 public static void verify(boolean expression, String errorMessageTemplate, long p1, char p2) { in verify() method in Verify
237 public static void verify( in verify() method in Verify
[all …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DVerify.java100 public static void verify(boolean expression) { in verify() method in Verify
121 public static void verify( in verify() method in Verify
138 public static void verify(boolean expression, String errorMessageTemplate, char p1) { in verify() method in Verify
152 public static void verify(boolean expression, String errorMessageTemplate, int p1) { in verify() method in Verify
166 public static void verify(boolean expression, String errorMessageTemplate, long p1) { in verify() method in Verify
180 public static void verify( in verify() method in Verify
195 public static void verify(boolean expression, String errorMessageTemplate, char p1, char p2) { in verify() method in Verify
209 public static void verify(boolean expression, String errorMessageTemplate, int p1, char p2) { in verify() method in Verify
223 public static void verify(boolean expression, String errorMessageTemplate, long p1, char p2) { in verify() method in Verify
237 public static void verify( in verify() method in Verify
[all …]
/aosp_15_r20/external/autotest/server/hosts/
H A Dservo_repair.py68 def verify(self, host): member in _UpdateVerifier
109 def verify(self, host): member in _StartServodVerifier
125 def verify(self, host): member in _RootServoPresentVerifier
178 def verify(self, host): member in _RootServoV3PresentVerifier
209 def verify(self, host): member in _ServoFwVerifier
312 def verify(self, host): member in _SerialConfigVerifier
350 def verify(self, host): member in _BoardConfigVerifier
383 def verify(self, host): member in _ServodJobVerifier
407 def verify(self, host): member in _ServodEchoVerifier
440 def verify(self, host): member in _DiskSpaceVerifier
[all …]
H A Dcros_repair.py140 def verify(self, host): member in ACPowerVerifier
247 def verify(self, host): member in ProvisioningLabelsVerifier
313 def verify(self, host): member in WritableVerifier
334 def verify(self, host): member in EXT4fsErrorVerifier
376 def verify(self, host): member in UpdateSuccessVerifier
394 def verify(self, host): member in TPMStatusVerifier
428 def verify(self, host): member in PythonVerifier
451 def verify(self, host): member in DevModeVerifier
473 def verify(self, host): member in DevDefaultBootVerifier
492 def verify(self, host): member in HWIDVerifier
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/bundle-logging-bridge/src/test/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/
H A DLoggerAdapterTest.java317 private final Function<Logger, LogSFn> verify; field in LoggerAdapterTest.TestCaseLogSFn
320 Function<Logger, LogSFn> verify) { in TestCaseLogSFn()
328 private final Function<Logger, LogSTFn> verify; field in LoggerAdapterTest.TestCaseLogSTFn
331 Function<Logger, LogSTFn> verify) { in TestCaseLogSTFn()
339 private final Function<Logger, LogMSFn> verify; field in LoggerAdapterTest.TestCaseLogMSFn
342 Function<Logger, LogMSFn> verify) { in TestCaseLogMSFn()
350 private final Function<Logger, LogMSTFn> verify; field in LoggerAdapterTest.TestCaseLogMSTFn
353 Function<Logger, LogMSTFn> verify) { in TestCaseLogMSTFn()
361 private final Function<Logger, LogSOFn> verify; field in LoggerAdapterTest.TestCaseLogSOFn
364 Function<Logger, LogSOFn> verify) { in TestCaseLogSOFn()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_n_z.cc102 LogicalResult NotEqualOp::verify() { in verify() function in mlir::TF::NotEqualOp
123 LogicalResult OneHotOp::verify() { in verify() function in mlir::TF::OneHotOp
197 LogicalResult PackOp::verify() { in verify() function in mlir::TF::PackOp
411 LogicalResult ParseExampleV2Op::verify() { in verify() function in mlir::TF::ParseExampleV2Op
540 LogicalResult QrOp::verify() { in verify() function in mlir::TF::QrOp
567 LogicalResult RandomUniformOp::verify() { in verify() function in mlir::TF::RandomUniformOp
838 LogicalResult ReshapeOp::verify() { in verify() function in mlir::TF::ReshapeOp
913 LogicalResult SelectOp::verify() { in verify() function in mlir::TF::SelectOp
1056 LogicalResult ShapeOp::verify() { in verify() function in mlir::TF::ShapeOp
1100 LogicalResult ShapeNOp::verify() { in verify() function in mlir::TF::ShapeNOp
[all …]
H A Dtf_ops_a_m.cc160 LogicalResult AllOp::verify() { in verify() function in mlir::TF::AllOp
170 LogicalResult AnyOp::verify() { in verify() function in mlir::TF::AnyOp
305 LogicalResult BatchMatMulOp::verify() { return Verify(*this); } in verify() function in mlir::TF::BatchMatMulOp
306 LogicalResult BatchMatMulV2Op::verify() { return Verify(*this); } in verify() function in mlir::TF::BatchMatMulV2Op
322 LogicalResult BatchToSpaceOp::verify() { in verify() function in mlir::TF::BatchToSpaceOp
471 LogicalResult BatchToSpaceNDOp::verify() { in verify() function in mlir::TF::BatchToSpaceNDOp
498 LogicalResult BiasAddOp::verify() { in verify() function in mlir::TF::BiasAddOp
560 LogicalResult BiasAddGradOp::verify() { in verify() function in mlir::TF::BiasAddGradOp
606 LogicalResult BroadcastToOp::verify() { in verify() function in mlir::TF::BroadcastToOp
702 LogicalResult BroadcastGradientArgsOp::verify() { in verify() function in mlir::TF::BroadcastGradientArgsOp
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/IR/
H A Dlhlo_ops.cc99 LogicalResult AbsOp::verify() { in verify() function in mlir::lmhlo::AbsOp
121 LogicalResult AllGatherOp::verify() { in verify() function in mlir::lmhlo::AllGatherOp
127 LogicalResult AllToAllOp::verify() { in verify() function in mlir::lmhlo::AllToAllOp
136 LogicalResult AllReduceOp::verify() { in verify() function in mlir::lmhlo::AllReduceOp
145 LogicalResult ReduceScatterOp::verify() { in verify() function in mlir::lmhlo::ReduceScatterOp
178 LogicalResult CollectivePermuteOp::verify() { in verify() function in mlir::lmhlo::CollectivePermuteOp
220 LogicalResult CustomCallOp::verify() { in verify() function in mlir::lmhlo::CustomCallOp
274 LogicalResult PadOp::verify() { in verify() function in mlir::lmhlo::PadOp
388 LogicalResult ReduceWindowOp::verify() { in verify() function in mlir::lmhlo::ReduceWindowOp
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/extended/
H A DStaticInOrder.java38 public <T> T verify(T mock) { in verify() method in StaticInOrder
43 public <T> T verify(T mock, VerificationMode mode) { in verify() method in StaticInOrder
78 public void verify(MockedVoidMethod method) { in verify() method in StaticInOrder
118 public void verify(MockedMethod method) { in verify() method in StaticInOrder
129 public void verify(MockedVoidMethod method, VerificationMode mode) { in verify() method in StaticInOrder
140 public void verify(MockedMethod method, VerificationMode mode) { in verify() method in StaticInOrder
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
H A DPKCS7.java106 public sun.security.pkcs.SignerInfo verify(sun.security.pkcs.SignerInfo info, byte[] bytes) in verify() method in PKCS7
111 public sun.security.pkcs.SignerInfo verify( in verify() method in PKCS7
119 public sun.security.pkcs.SignerInfo[] verify(byte[] bytes) in verify() method in PKCS7
124 public sun.security.pkcs.SignerInfo[] verify() in verify() method in PKCS7
307 public void verify(java.security.PublicKey key) in verify() method in PKCS7.WrappedX509Certificate
314 public void verify(java.security.PublicKey key, java.lang.String sigProvider) in verify() method in PKCS7.WrappedX509Certificate
352 public void verify(java.security.PublicKey key, java.security.Provider sigProvider) in verify() method in PKCS7.WrappedX509Certificate
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
H A DCompanionDeviceServiceTestActivity.java246 boolean verify() { in verify() method in CompanionDeviceServiceTestActivity.BluetoothFeatureTestStep
289 boolean verify() { in verify() method in CompanionDeviceServiceTestActivity.DeviceAssociationTestStep
307 boolean verify() { in verify() method in CompanionDeviceServiceTestActivity.DevicePresentTestStep
322 public boolean verify() { in verify() method in CompanionDeviceServiceTestActivity.DeviceGoneTestStep
343 boolean verify() { in verify() method in CompanionDeviceServiceTestActivity.DeviceDisassociationTestStep
373 abstract boolean verify(); in verify() method in CompanionDeviceServiceTestActivity.TestStep
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DLinkedHashMultimapTest.java304 protected void verify(List<Integer> elements) { in testGetIteration() method
335 protected void verify(List<Entry<String, Integer>> elements) { in testEntriesIteration() method
360 protected void verify(List<String> elements) { in testKeysIteration() method
382 protected void verify(List<Integer> elements) { in testValuesIteration() method
411 protected void verify(List<String> elements) { in testKeySetIteration() method
445 protected void verify(List<Entry<String, Collection<Integer>>> elements) { in testAsSetIteration() method
/aosp_15_r20/external/autotest/server/cros/power/
H A Dservo_charger.py90 def _retry_wrapper(self, role, verify): argument
119 def stop_charging(self, verify=True): argument
128 def start_charging(self, verify=True): argument
137 def restore_original_setting(self, verify=True): argument
144 def _change_role(self, role, verify=True): argument
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java76 private boolean verify; field in JarFile
119 public JarFile(String name, boolean verify) throws IOException { in JarFile()
147 public JarFile(File file, boolean verify) throws IOException { in JarFile()
169 public JarFile(File file, boolean verify, int mode) throws IOException { in JarFile()
175 public JarFile(String name, boolean enableZipPathValidator, boolean verify) throws IOException { in JarFile()
181 public JarFile(File file, boolean enableZipPathValidator, boolean verify, int mode) throws in JarFile()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java76 private boolean verify; field in JarFile
119 public JarFile(String name, boolean verify) throws IOException { in JarFile()
147 public JarFile(File file, boolean verify) throws IOException { in JarFile()
169 public JarFile(File file, boolean verify, int mode) throws IOException { in JarFile()
175 public JarFile(String name, boolean enableZipPathValidator, boolean verify) throws IOException { in JarFile()
181 public JarFile(File file, boolean enableZipPathValidator, boolean verify, int mode) throws in JarFile()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/jar/
H A DJarFile.java76 private boolean verify; field in JarFile
119 public JarFile(String name, boolean verify) throws IOException { in JarFile()
147 public JarFile(File file, boolean verify) throws IOException { in JarFile()
169 public JarFile(File file, boolean verify, int mode) throws IOException { in JarFile()
175 public JarFile(String name, boolean enableZipPathValidator, boolean verify) throws IOException { in JarFile()
181 public JarFile(File file, boolean enableZipPathValidator, boolean verify, int mode) throws in JarFile()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DLinkedHashMultimapTest.java305 protected void verify(List<Integer> elements) { in testGetIteration() method
336 protected void verify(List<Entry<String, Integer>> elements) { in testEntriesIteration() method
361 protected void verify(List<String> elements) { in testKeysIteration() method
383 protected void verify(List<Integer> elements) { in testValuesIteration() method
412 protected void verify(List<String> elements) { in testKeySetIteration() method
446 protected void verify(List<Entry<String, Collection<Integer>>> elements) { in testAsSetIteration() method
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp173 VerifyType verify) in BasicBufferDataCase()
218 int numSpecs, VerifyType verify) in RecreateBufferDataStoreCase()
269 int size, int subDataOffs, int subDataSize, VerifyType verify) in BasicBufferSubDataCase()
324 int size, const tcu::IVec2 *ranges, int numRanges, VerifyType verify) in SubDataToUndefinedCase()
549 VerifyType verify; in init() member
565 const VerifyType verify = VERIFY_AS_VERTEX_ARRAY; in init() local
588 const VerifyType verify = verifyTypes[verifyNdx].verify; in init() local
654 const VerifyType verify = VERIFY_AS_VERTEX_ARRAY; in init() local
688 const VerifyType verify = VERIFY_AS_VERTEX_ARRAY; in init() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DTreeSetTest.java45 @Override protected void verify(NavigableSet<String> deserialized) { in testSerializationWithComparator() method
63 @Override protected void verify(SortedSet<String> deserialized) { in testSubSetSerialization() method
81 @Override protected void verify(SortedSet<String> deserialized) { in testNavigableSubSetSerialization() method
118 @Override protected void verify(NavigableSet<String> deserialized) { in testDescendingSetSerialization() method
133 @Override protected void verify(TreeSet<String> deserialized) { in testJava5SerializationWithComparator() method
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/ir/
H A Dtfrt_fallback_async.cc79 LogicalResult CreateOp::verify() { in verify() function in tfrt::fallback_async::CreateOp
82 LogicalResult ExecuteOp::verify() { in verify() function in tfrt::fallback_async::ExecuteOp
85 LogicalResult ExecuteOpSeq::verify() { in verify() function in tfrt::fallback_async::ExecuteOpSeq
88 LogicalResult ExecuteOpWithAllocator::verify() { in verify() function in tfrt::fallback_async::ExecuteOpWithAllocator
91 LogicalResult ExecuteOpSeqWithAllocator::verify() { in verify() function in tfrt::fallback_async::ExecuteOpSeqWithAllocator
94 LogicalResult BatchFunctionOp::verify() { in verify() function in tfrt::fallback_async::BatchFunctionOp
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DVLoadTest.java110 private void verify(byte[] a1, byte[] a2, String s) { in verify() method in VLoadTest
121 private void verify(short[] a1, short[] a2, String s) { in verify() method in VLoadTest
132 private void verify(int[] a1, int[] a2, String s) { in verify() method in VLoadTest
143 private void verify(long[] a1, long[] a2, String s) { in verify() method in VLoadTest
154 private void verify(float[] a1, float[] a2, String s) { in verify() method in VLoadTest
165 private void verify(double[] a1, double[] a2, String s) { in verify() method in VLoadTest
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DPKCS7.java603 public SignerInfo verify(SignerInfo info, byte[] bytes) in verify() method in PKCS7
620 public SignerInfo verify(SignerInfo info, InputStream dataInputStream) in verify() method in PKCS7
635 public SignerInfo[] verify(byte[] bytes) in verify() method in PKCS7
661 public SignerInfo[] verify() in verify() method in PKCS7
962 public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException, in verify() method in PKCS7.WrappedX509Certificate
968 public void verify(PublicKey key, String sigProvider) in verify() method in PKCS7.WrappedX509Certificate
1010 public void verify(PublicKey key, Provider sigProvider) throws CertificateException, in verify() method in PKCS7.WrappedX509Certificate
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
H A DStablehloOps.cpp641 LogicalResult ReduceScatterOp::verify() { in verify() function in mlir::stablehlo::ReduceScatterOp
829 LogicalResult CustomCallOp::verify() { in verify() function in mlir::stablehlo::CustomCallOp
1022 LogicalResult DotOp::verify() { in verify() function in mlir::stablehlo::DotOp
1045 LogicalResult DotGeneralOp::verify() { in verify() function in mlir::stablehlo::DotGeneralOp
1732 LogicalResult GetDimensionSizeOp::verify() { return verifyDimAttr(*this); } in verify() function in mlir::stablehlo::GetDimensionSizeOp
1738 LogicalResult IotaOp::verify() { in verify() function in mlir::stablehlo::IotaOp
1776 LogicalResult DynamicUpdateSliceOp::verify() { in verify() function in mlir::stablehlo::DynamicUpdateSliceOp
1857 LogicalResult CollectivePermuteOp::verify() { in verify() function in mlir::stablehlo::CollectivePermuteOp
2094 LogicalResult ConvolutionOp::verify() { in verify() function in mlir::stablehlo::ConvolutionOp
2178 LogicalResult GetTupleElementOp::verify() { in verify() function in mlir::stablehlo::GetTupleElementOp
[all …]
/aosp_15_r20/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DX509HostnameVerifier.java67 boolean verify(String host, SSLSession session); in verify() method
69 void verify(String host, SSLSocket ssl) throws IOException; in verify() method
71 void verify(String host, X509Certificate cert) throws SSLException; in verify() method
87 void verify(String host, String[] cns, String[] subjectAlts) in verify() method
/aosp_15_r20/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifier.java46 public void verify(int resId, int vcardType) throws IOException, VCardException { in verify() method in PropertyNodesVerifier
50 public void verify(int resId, int vcardType, final VCardParser parser) in verify() method in PropertyNodesVerifier
56 public void verify(InputStream is, int vcardType) throws IOException, VCardException { in verify() method in PropertyNodesVerifier
61 public void verify(InputStream is, int vcardType, final VCardParser parser) in verify() method in PropertyNodesVerifier

12345678910>>...93