| /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/ |
| D | DetectCompressorTestCase.java | 132 assertEquals(CompressorStreamFactory.BZIP2, detect("bla.txt.bz2")); in testDetect() 133 assertEquals(CompressorStreamFactory.GZIP, detect("bla.tgz")); in testDetect() 134 assertEquals(CompressorStreamFactory.PACK200, detect("bla.pack")); in testDetect() 135 assertEquals(CompressorStreamFactory.XZ, detect("bla.tar.xz")); in testDetect() 136 assertEquals(CompressorStreamFactory.DEFLATE, detect("bla.tar.deflatez")); in testDetect() 137 assertEquals(CompressorStreamFactory.LZ4_FRAMED, detect("bla.tar.lz4")); in testDetect() 138 assertEquals(CompressorStreamFactory.LZMA, detect("bla.tar.lzma")); in testDetect() 139 assertEquals(CompressorStreamFactory.SNAPPY_FRAMED, detect("bla.tar.sz")); in testDetect() 140 assertEquals(CompressorStreamFactory.Z, detect("bla.tar.Z")); in testDetect() 141 assertEquals(CompressorStreamFactory.ZSTANDARD, detect("bla.tar.zst")); in testDetect() [all …]
|
| /external/mockito/src/test/java/org/mockito/internal/ |
| D | InvalidStateDetectionTest.java | 30 * we should aim to detect invalid state in following scenarios: 170 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.OnVerifyZeroInteractions 196 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerifyNoMoreInteractions 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 [all …]
|
| /external/libaom/common/ |
| D | tools_common.c | 90 struct FileTypeDetectionBuffer *detect = &input_ctx->detect; in read_yuv_frame() local 124 const size_t left = detect->buf_read - detect->position; in read_yuv_frame() 127 memcpy(ptr, detect->buf + detect->position, more); in read_yuv_frame() 130 detect->position += more; in read_yuv_frame() 580 input_ctx->detect.buf_read - input_ctx->detect.position; in read_from_input() 585 memcpy(buf, input_ctx->detect.buf + input_ctx->detect.position, n); in read_from_input() 586 input_ctx->detect.position += n; in read_from_input() 589 memcpy(buf, input_ctx->detect.buf + input_ctx->detect.position, in read_from_input() 591 input_ctx->detect.position += buffered_bytes; in read_from_input() 600 if (n + input_ctx->detect.position > DETECT_BUF_SZ) { in input_to_detect_buf() [all …]
|
| /external/gemmlowp/internal/ |
| D | detect_platform.h | 35 // Detect ARM, 32-bit or 64-bit 48 // Detect MIPS, 32-bit or 64-bit 61 // Detect x86, 32-bit or 64-bit 74 // Detect WebAssembly SIMD. 84 // Detect NEON. It's important to check for both tokens. 98 // Detect MIPS MSA. 116 // Detect AVX2 119 // Detect SSE4. 124 // Detect SSE3. 164 // Detect Android. Don't conflate with ARM - we care about tuning
|
| /external/rust/crates/httparse/src/simd/ |
| D | mod.rs | 105 pub fn detect() -> usize { in detect() function 128 match detect() { in match_uri_vectored() 146 match detect() { in match_header_value_vectored() 187 if detect() == super::SSE_42 { in match_uri_vectored() 197 if detect() == super::SSE_42 { in match_header_value_vectored() 206 pub fn detect() -> usize { in detect() function 237 if detect() == super::AVX_2_AND_SSE_42 { in match_uri_vectored() 243 if detect() == super::SSE_42 { in match_uri_vectored() 254 if detect() == super::AVX_2_AND_SSE_42 { in match_header_value_vectored() 263 if detect() == super::SSE_42 { in match_header_value_vectored() [all …]
|
| /external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/ |
| D | TranslateImplTest.java | 163 EasyMock.expect(translateRpcMock.detect(ImmutableList.of(text))) in testDetect() 168 assertEquals(DETECTION1, translate.detect(text)); in testDetect() 175 EasyMock.expect(translateRpcMock.detect(ImmutableList.of(text))) in testDetectMultipleDetections() 182 translate.detect(text); in testDetectMultipleDetections() 194 EasyMock.expect(translateRpcMock.detect(ImmutableList.of(text))) in testDetectNoDetection() 201 translate.detect(text); in testDetectNoDetection() 215 EasyMock.expect(translateRpcMock.detect(texts)) in testDetectList() 221 assertEquals(ImmutableList.of(DETECTION1, DETECTION2), translate.detect(texts)); in testDetectList() 230 EasyMock.expect(translateRpcMock.detect(texts)) in testDetectListMultipleDetections() 237 translate.detect(texts); in testDetectListMultipleDetections() [all …]
|
| /external/ruy/ruy/ |
| D | platform.h | 28 // Detect APPLE. 35 // Detect APPLE. 42 // Detect Fuchsia 53 // Detect x86. 62 // Detect ARM 32-bit. 69 // Detect ARM 64-bit. 83 // Detect NEON. Explicitly avoid emulation, or anything like it, on x86. 152 // Detect Emscripten, typically Wasm.
|
| /external/llvm/test/tools/llvm-profdata/ |
| D | text-format-errors.test | 3 1- Detect invalid count 8 2- Detect bad hash 13 3- Detect no counts 17 4- Detect binary input 22 5- Detect malformed value profile data 27 6- Detect truncated value profile data
|
| /external/kmod/testsuite/ |
| D | populate-modules.sh | 20 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-a.ko"]="mod-loop-a.ko" 21 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-b.ko"]="mod-loop-b.ko" 22 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-c.ko"]="mod-loop-c.ko" 23 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-d.ko"]="mod-loop-d.ko" 24 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-e.ko"]="mod-loop-e.ko" 25 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-f.ko"]="mod-loop-f.ko" 26 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-g.ko"]="mod-loop-g.ko" 27 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-h.ko"]="mod-loop-h.ko" 28 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-i.ko"]="mod-loop-i.ko" 29 ["test-depmod/detect-loop/lib/modules/4.4.4/kernel/mod-loop-j.ko"]="mod-loop-j.ko" [all …]
|
| /external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
| D | ModelDeploymentMonitoringObjectiveType.java | 46 * Raw feature values' stats to detect skew between Training-Prediction 57 * Raw feature values' stats to detect drift between Serving-Prediction 68 * Feature attribution scores to detect skew between Training-Prediction 79 * Feature attribution scores to detect skew between Prediction datasets 103 * Raw feature values' stats to detect skew between Training-Prediction 114 * Raw feature values' stats to detect drift between Serving-Prediction 125 * Feature attribution scores to detect skew between Training-Prediction 136 * Feature attribution scores to detect skew between Prediction datasets
|
| /external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
| D | ModelDeploymentMonitoringObjectiveType.java | 46 * Raw feature values' stats to detect skew between Training-Prediction 57 * Raw feature values' stats to detect drift between Serving-Prediction 68 * Feature attribution scores to detect skew between Training-Prediction 79 * Feature attribution scores to detect skew between Prediction datasets 103 * Raw feature values' stats to detect skew between Training-Prediction 114 * Raw feature values' stats to detect drift between Serving-Prediction 125 * Feature attribution scores to detect skew between Training-Prediction 136 * Feature attribution scores to detect skew between Prediction datasets
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/ |
| D | AddressSanitizerOptions.h | 28 /// Mode of ASan detect stack use after return 30 Never, ///< Never detect stack use after return. 31 Runtime, ///< Detect stack use after return if not disabled runtime with 33 Always, ///< Always detect stack use after return. 34 Invalid, ///< Not a valid detect mode.
|
| /external/python/asn1crypto/docs/ |
| D | pem.md | 8 - `detect(byte_string)` 12 ## detect() 14 The `detect()` function accepts a byte string and looks for a `BEGIN` block 23 if pem.detect(der_bytes): 45 if pem.detect(der_bytes):
|
| /external/webrtc/modules/audio_processing/transient/ |
| D | transient_detector_unittest.cc | 32 // Checks the results comparing them with the ones stored in the detect files in 45 // Prepare detect file. in TEST() 47 detect_file_name << "audio_processing/transient/detect" in TEST() 80 detector.Detect(buffer.get(), buffer_length, NULL, 0); in TEST() 83 << "Detect test file is malformed.\n"; in TEST()
|
| /external/google-cloud-java/java-translate/ |
| D | .readme-partials.yaml | 31 …With Google Translation you can detect the language of some text. The service will provide you with 46 Then add the following code to detect the text's language: 49 Detection detection = translate.detect(mysteriousText); 55 either provide the source language or let the service detect it for you. 64 …urce language is optional, if it is not specified the service will try to detect it automatically):
|
| /external/cronet/net/proxy_resolution/ |
| D | pac_file_decider.h | 35 // indication of its origin: was it obtained implicitly from auto-detect, 40 // both for auto-detect and not. 57 // (1) WPAD (DHCP) if auto-detect is on. 58 // (2) WPAD (DNS) if auto-detect is on. 92 // manual settings, and decided whether to use auto-detect or the custom PAC 93 // URL. Finally, if auto-detect was used we may now have resolved that to a 115 // auto-detect or a custom URL.
|
| /external/igt-gpu-tools/lib/tests/ |
| D | igt_audio.c | 197 igt_subtest("signal-detect-untampered") 200 igt_subtest("signal-detect-silence") 203 igt_subtest("signal-detect-noise") 206 igt_subtest("signal-detect-with-missing-freq") 209 igt_subtest("signal-detect-with-unexpected-freq") 212 igt_subtest("signal-detect-held-sample") 215 igt_subtest("signal-detect-phaseshift")
|
| /external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/ |
| D | TranslateImpl.java | 78 public List<Detection> detect(final List<String> texts) { 85 return translateRpc.detect(texts); 107 public List<Detection> detect(String... texts) { 108 return detect(Arrays.asList(texts)); 112 public Detection detect(String text) { 113 return detect(Collections.singletonList(text)).get(0);
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | translate_v2.detections.html | 81 <code><a href="#detect">detect(body=None, x__xgafv=None)</a></code></p> 93 <code class="details" id="detect">detect(body=None, x__xgafv=None)</code> 117 … [ # An array of languages which we detect for the given text The most likely language list first. 145 … [ # An array of languages which we detect for the given text The most likely language list first.
|
| /external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ |
| D | LabelDetectionMode.java | 45 * Detect shot-level labels. 55 * Detect frame-level labels. 65 * Detect both shot-level and frame-level labels. 88 * Detect shot-level labels. 98 * Detect frame-level labels. 108 * Detect both shot-level and frame-level labels.
|
| /external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ |
| D | LabelDetectionMode.java | 45 * Detect shot-level labels. 55 * Detect frame-level labels. 65 * Detect both shot-level and frame-level labels. 88 * Detect shot-level labels. 98 * Detect frame-level labels. 108 * Detect both shot-level and frame-level labels.
|
| /external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ |
| D | LabelDetectionMode.java | 45 * Detect shot-level labels. 55 * Detect frame-level labels. 65 * Detect both shot-level and frame-level labels. 88 * Detect shot-level labels. 98 * Detect frame-level labels. 108 * Detect both shot-level and frame-level labels.
|
| /external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ |
| D | LabelDetectionMode.java | 45 * Detect shot-level labels. 55 * Detect frame-level labels. 65 * Detect both shot-level and frame-level labels. 88 * Detect shot-level labels. 98 * Detect frame-level labels. 108 * Detect both shot-level and frame-level labels.
|
| /external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ |
| D | LabelDetectionMode.java | 45 * Detect shot-level labels. 55 * Detect frame-level labels. 65 * Detect both shot-level and frame-level labels. 88 * Detect shot-level labels. 98 * Detect frame-level labels. 108 * Detect both shot-level and frame-level labels.
|
| /external/libxml2/ |
| D | testchar.c | 44 "Failed to detect invalid char for Byte 0x%02X: %c\n", in testDocumentRangeByte1() 53 "Failed to detect illegal char %c for Byte 0x%02X\n", i, i); in testDocumentRangeByte1() 61 "Failed to detect invalid char for Byte 0x%02X\n", i); in testDocumentRangeByte1() 95 "Failed to detect invalid char for Bytes 0x%02X 0x%02X\n", in testDocumentRangeByte2() 108 "Failed to detect invalid char for Bytes 0x%02X 0x%02X\n", in testDocumentRangeByte2() 121 "Failed to detect invalid char for Bytes 0x%02X 0x%02X\n", in testDocumentRangeByte2() 134 "Failed to detect invalid char for Bytes 0x%02X 0x%02X 0x00\n", in testDocumentRangeByte2() 318 "Failed to detect invalid char for Byte 0x%02X\n", i); in testCharRangeByte1() 355 "Failed to detect invalid char for Bytes 0x%02X 0x%02X\n", in testCharRangeByte2() 368 "Failed to detect invalid char for Bytes 0x%02X 0x%02X: %d\n", in testCharRangeByte2() [all …]
|