Home
last modified time | relevance | path

Searched defs:detect (Results 1 – 25 of 70) sorted by relevance

123

/external/mockito/src/test/java/org/mockito/internal/
DInvalidStateDetectionTest.java170 void detect(IMethods mock); in detect() method
175 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerify
182 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerifyInOrder
189 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerifyNoMoreInteractions
196 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerifyNoInteractions
203 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnDoAnswer
210 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnStub
216 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnMethodCallOnMock
223 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnMockCreation
230 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnSpyCreation
/external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/
DTranslate.java179 List<Detection> detect(List<String> texts); in detect() method
197 List<Detection> detect(String... texts); in detect() method
212 Detection detect(String text); in detect() method
/external/autotest/client/cros/video/detectors/
Dusb_camera.py8 def detect(): function
Dmipi_camera.py8 def detect(): function
Dkepler.py12 def detect(): function
Dintel_cpu.py30 def detect(): function
/external/rust/android-crates-io/crates/portable-atomic/src/imp/atomic128/
Daarch64.rs105 mod detect; module
116 mod detect; module
128 mod detect; module
133 mod detect; module
138 mod detect; module
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ocr/
DOcrEngine.java16 OcrResult detect(Image screenshot); in detect() method
/external/python/asn1crypto/asn1crypto/
Dpem.py27 def detect(byte_string): function
/external/opencensus-java/contrib/resource_util/src/main/java/io/opencensus/contrib/resource/util/
DContainerResource.java77 static Resource detect() { in detect() method in ContainerResource
DHostResource.java91 static Resource detect() { in detect() method in HostResource
DCloudResource.java107 static Resource detect() { in detect() method in CloudResource
DK8sResource.java107 static Resource detect() { in detect() method in K8sResource
/external/json-schema-validator/src/main/java/com/networknt/schema/
DSpecVersionDetector.java60 public static VersionFlag detect(JsonNode jsonNode) { in detect() method in SpecVersionDetector
/external/zxing/core/src/main/java/com/google/zxing/qrcode/detector/
DDetector.java63 public DetectorResult detect() throws NotFoundException, FormatException { in detect() method in Detector
75 …public final DetectorResult detect(Map<DecodeHintType,?> hints) throws NotFoundException, FormatEx… in detect() method in Detector
/external/v4l-utils/contrib/test/
Dsliced-vbi-detect.c38 static void detect(int fh, struct v4l2_sliced_vbi_format *fmt) in detect() function
/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java268 private CharsetMatch[] detect(byte[] bytes) in detect() method in DetectingViewer
277 private CharsetMatch[] detect(BufferedInputStream inputStream) in detect() method in DetectingViewer
/external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/spi/v2/
DTranslateRpc.java67 List<List<DetectionsResourceItems>> detect(List<String> texts); in detect() method
DHttpTranslateRpc.java69 public List<List<DetectionsResourceItems>> detect(List<String> texts) { in detect() method in HttpTranslateRpc
/external/zxing/core/src/main/java/com/google/zxing/pdf417/detector/
DDetector.java76 …public static PDF417DetectorResult detect(BinaryBitmap image, Map<DecodeHintType,?> hints, boolean… in detect() method in Detector
116 private static List<ResultPoint[]> detect(boolean multiple, BitMatrix bitMatrix) { in detect() method in Detector
/external/coreboot/Documentation/drivers/
Ddt_entries.md151 ### detect subsection
/external/pytorch/torch/csrc/distributed/c10d/
DCudaDMAConnectivity.cpp29 c10::intrusive_ptr<c10d::DMAConnectivity> detect() override { in detect() function
DDMAConnectivity.cpp28 c10::intrusive_ptr<c10d::DMAConnectivity> detect( in detect() function in __anon7a246c530111::DetectorMap
/external/python/asn1crypto/tests/
Dtest_pem.py60 def detect(self, relative_path, is_pem): member in PEMTests
/external/guava/guava-tests/benchmark/com/google/common/collect/
DImmutableSetHashFloodingDetectionBenchmark.java193 public int detect(int reps) { in detect() method in ImmutableSetHashFloodingDetectionBenchmark

123