Home
last modified time | relevance | path

Searched refs:detection (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/external/libxml2/os400/libxmlrpg/
Dxlink.rpgle1 * Summary: unfinished XLink detection module
2 * Description: unfinished XLink detection module
20 * NOTE: the link detection layer will try to resolve QName expansion
22 * then the link detection layer will expand role="foo:myrole"
24 * NOTE: the link detection layer will expand URI-Refences found on
66 * This is the prototype for the link detection routine.
67 * It calls the default link detection callbacks upon link detection.
73 * The link detection module interact with the upper layers using
83 * This is the prototype for a simple link detection callback.
104 * This is the prototype for a extended link detection callback.
[all …]
/external/webrtc/webrtc/modules/audio_processing/transient/test/
DreadDetection.m4 %Reads a detection signal from a DAT file.
6 %d: The detection signal.
9 %file: The DAT file where the detection signal is stored in float format.
11 %chunkSize: The chunk size used for the detection in seconds.
DplotDetection.m4 %Plots the signal alongside the detection values.
7 %DATfile: The file containing the detection values in binary float format.
9 %chunkSize: The chunk size used to compute the detection values in seconds.
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.cc497 const Detection& detection, TrackedObject** match) const { in GetBestObjectForDetection() argument
507 detection.GetObjectBoundingBox()); in GetBestObjectForDetection()
510 (detection.GetObjectModel() != tracked_object->GetModel())) { in GetBestObjectForDetection()
519 detection.GetObjectBoundingBox().GetCenter()).LengthSquared(); in GetBestObjectForDetection()
532 detection.GetMatchScore()) { in GetBestObjectForDetection()
554 const Detection& detection = *it; in ProcessDetections() local
555 SCHECK(frame2_->GetImage()->Contains(detection.GetObjectBoundingBox()), in ProcessDetections()
561 GetBestObjectForDetection(detection, &best_match); in ProcessDetections()
566 const_cast<ObjectModelBase*>(detection.GetObjectModel()); in ProcessDetections()
574 detection.GetObjectBoundingBox(), in ProcessDetections()
[all …]
Dconfig.h46 const MatchScore& detection) {
47 stream << detection.value;
/external/toolchain-utils/go/patch/
Dgo5.patch1 runtime: deadlock detection does not work when using external linker.
14 + t.Skip("deadlock detection fails with external linker")
19 + t.Skip("deadlock detection fails with external linker")
24 + t.Skip("deadlock detection fails with external linker")
29 + t.Skip("deadlock detection fails with external linker")
34 + t.Skip("deadlock detection fails with external linker")
52 + t.Skip("deadlock detection fails with external linker")
70 + t.Skip("deadlock detection fails with external linker")
88 + t.Skip("deadlock detection fails with external linker")
/external/tensorflow/tensorflow/lite/g3doc/models/object_detection/
Doverview.md1 # Object detection
3 <img src="../images/detection.png" class="attempt-right">
21 download our starter object detection model and the accompanying labels.
29 ## What is object detection?
31 Given an image or a video stream, an object detection model can identify which
41 An object detection model is trained to detect the presence and location of
49 and a score that indicates the confidence that detection was correct.
54 When we pass it an image, it will output a set number of detection results - in
102 you will discard detection results. For our example, we might decide a sensible
103 cut-off is a score of 0.5 (meaning a 50% probability that the detection is
[all …]
/external/u-boot/board/ti/common/
DKconfig2 bool "Support for Board detection for TI platforms"
4 Support for detection board information on Texas Instrument's
5 Evaluation Boards which have I2C based EEPROM detection
/external/autotest/test_suites/
Dcontrol.manual_platform_suite7 PURPOSE = "USB peripherals detection during stress procedure."
15 This is the manually run usb detection test suite.
18 USB detection tests will be exercizing
Dcontrol.usb_detect_stress7 PURPOSE = "USB peripherals detection during stress procedure."
18 for ARM and non-ARM boards. USB detection tests will be exercizing
Dcontrol.usb_detect7 PURPOSE = "USB peripherals detection."
18 for ARM and non-ARM boards. USB detection tests will be exercizing
/external/deqp/framework/delibs/cmake/
DDefs.cmake29 # \todo [pyry] More intelligent detection, perhaps use some script?
48 # Os detection
77 # Compiler detection
105 # Pointer size detection
114 # CPU detection
/external/zlib/src/doc/
Dtxtvsbin.txt10 this may appear like a simple task, a fully accurate detection of the
16 were using a crude detection scheme: if more than 80% (4/5) of the bytes
28 In this article we propose a new, simple detection scheme that features
72 detection schemes observe the presence of non-ASCII codes from the range
93 be regarded as binary by general-purpose text detection schemes, because
95 Under this premise, it is safe to say that our detection method provides
/external/syzkaller/docs/linux/
Dkernel_configs.md25 For detection of enabled syscalls and kernel bitness:
47 ## Bug detection configs
55 Enable `KASAN` for use-after-free and out-of-bounds detection:
/external/eigen/cmake/
DFindPastix.cmake25 # Use it to drive detection of a specific compilation chain
27 # - MPI: to activate detection of the parallel MPI version (default)
29 # - SEQ: to activate detection of the sequential version (exclude MPI version)
30 # - STARPU: to activate detection of StarPU version
33 # - STARPU_CUDA: to activate detection of StarPU with CUDA
34 # - STARPU_FXT: to activate detection of StarPU with FxT
35 # - SCOTCH: to activate detection of PASTIX linked with SCOTCH
36 # - PTSCOTCH: to activate detection of PASTIX linked with SCOTCH
37 # - METIS: to activate detection of PASTIX linked with SCOTCH
130 # Dependencies detection
/external/u-boot/arch/arm/dts/
Dzynqmp-zcu111-revA.dts400 dev@19 { /* u-boot detection FIXME */
404 dev@30 { /* u-boot detection */
408 dev@35 { /* u-boot detection */
412 dev@36 { /* u-boot detection */
416 dev@51 { /* u-boot detection - maybe SPD */
/external/clang/docs/
DLeakSanitizer.rst12 :doc:`AddressSanitizer` to get both memory error and leak detection, or
15 detection phase.
/external/tensorflow/tensorflow/lite/java/ovic/
DREADME.md65 To validate detection models, use the same command but provide "detect" as the second argument inst…
107 * For detection models, modify `OvicDetectorTest.java`:
133 } else { // Benchmarking detection.
136 If you are adding a detection model, simply modify `modelPath` and `testImagePath` in the else bloc…
167 …king either the `CLF` button for classification or the `DET` button for detection. The button shou…
192 The detection models above are both single-shot models (i.e. no object proposal generation) using T…
/external/eigen/doc/
DPreprocessorDirectives.dox66 Automatic detection disabled if EIGEN_MAX_CPP_VER<11.
68 Automatic detection disabled if EIGEN_MAX_CPP_VER<11.
70 Automatic detection disabled if EIGEN_MAX_CPP_VER<11.
72 Automatic detection disabled if EIGEN_MAX_CPP_VER<11.
74 Automatic detection disabled if EIGEN_MAX_CPP_VER<11.
76 Automatic detection disabled if EIGEN_MAX_CPP_VER<14.
78 Automatic detection disabled if EIGEN_MAX_CPP_VER<11.
80 Automatic detection disabled if EIGEN_MAX_CPP_VER<11.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/
Dindependent-interleaved.ll1 ; RUN: opt < %s -store-to-load-forwarding-conflict-detection=false -loop-accesses -analyze | FileCh…
2 …require<aa>,loop(print-access-info)' -store-to-load-forwarding-conflict-detection=false -disable-…
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dindependent-interleaved.ll1 ; RUN: opt < %s -store-to-load-forwarding-conflict-detection=false -loop-accesses -analyze | FileCh…
2 …require<aa>,loop(print-access-info)' -store-to-load-forwarding-conflict-detection=false -disable-…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/
Dbitreverse-hang.ll3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
5 ; rolled here), we have a binary tree of OR operands (as bitreversal detection
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dbitreverse-hang.ll3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
5 ; rolled here), we have a binary tree of OR operands (as bitreversal detection
/external/llvm/test/Transforms/CodeGenPrepare/
Dbitreverse-hang.ll3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
5 ; rolled here), we have a binary tree of OR operands (as bitreversal detection
/external/llvm/test/Transforms/InstCombine/
Dbitreverse-hang.ll3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
5 ; rolled here), we have a binary tree of OR operands (as bitreversal detection

12345678910>>...18