Home
last modified time | relevance | path

Searched refs:Detect (Results 1 – 25 of 151) sorted by relevance

1234567

/external/llvm/test/tools/llvm-profdata/
Dtext-format-errors.test3 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/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector_unittest.cc107 overuse_detector_->Detect( in UpdateDetector()
673 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
686 overuse_detector_->Detect(1.1 * kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
699 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
711 overuse_detector_->Detect(0.7 * kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
723 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
746 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
760 overuse_detector_->Detect(kLargeOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
773 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
Doveruse_detector.h36 BandwidthUsage Detect(double offset,
Doveruse_detector.cc77 BandwidthUsage OveruseDetector::Detect(double offset, in Detect() function in webrtc::OveruseDetector
/external/opencv3/cmake/
DOpenCVDetectCXXCompiler.cmake2 # Detect Microsoft compiler:
22 # Detect Intel ICC compiler -- for -fPIC in 3rdparty ( UNIX ONLY ):
50 # Detect GNU version:
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_detector.h43 float Detect(const float* data,
Dtransient_detector_unittest.cc93 detector.Detect(buffer.get(), buffer_length, NULL, 0); in TEST()
Dclick_annotate.cc86 detector.Detect(audio_buffer.get(), audio_buffer_length, NULL, 0); in main()
/external/autotest/client/tests/fs_mark/
Dcontrol8 Detect barrier issues in file systems.
/external/autotest/client/site_tests/security_SysVIPC/
Dcontrol9 PURPOSE = "Detect emergence of new attack surfaces in SysV IPC"
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixReader.cpp52 CBC_QRDetectorResult* ddr = detector.Detect(e); in Decode()
DBC_DataMatrixDetector.h38 CBC_QRDetectorResult* Detect(int32_t& e);
/external/autotest/client/site_tests/hardware_TPMLoadKey/
Dcontrol7 PURPOSE = "Detect that the TPM can execute the LoadKey function"
/external/mesa3d/scons/
Dcustom.py81 if env.Detect('ranlib'):
171 if not env.Detect('pkg-config'):
/external/pdfium/xfa/src/fxbarcode/common/
DBC_WhiteRectangleDetector.h19 CFX_PtrArray* Detect(int32_t& e);
/external/mesa3d/src/glsl/
DTODO1 - Detect code paths in non-void functions that don't reach a return statement
/external/autotest/client/tools/
Dboottool127 my $detected_bootloader = Linux::Bootloader::Detect::detect_bootloader();
714 package Linux::Bootloader::Detect;
1630 my $detected_os_vendor = Linux::Bootloader::Detect::detect_os_vendor();
2494 $detected_bootloader = Linux::Bootloader::Detect::detect_bootloader()
2500 $detected_architecture = Linux::Bootloader::Detect::detect_architecture( $params{'arch-probe'} )
2508 $detected_bootloader = Linux::Bootloader::Detect::detect_bootloader()
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dcontrol.non_cache7 PURPOSE = 'Detect wear out status of storage device'
Dcontrol7 PURPOSE = 'Detect wear out status of storage device'
/external/protobuf/
DCONTRIBUTORS.txt61 * Detect unordered_map in stl_hash.m4.
79 * Detect whether zlib is new enough in configure script.
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDetector.h29 CBC_QRDetectorResult* Detect(int32_t hints, int32_t& e);
DBC_QRCodeReader.cpp60 CBC_QRDetectorResult* qdr = detector.Detect(hints, e); in Decode()
/external/opencv3/modules/objdetect/test/opencl/
Dtest_hogdetector.cpp96 OCL_TEST_P(HOG, Detect) in OCL_TEST_P() argument
/external/opencv3/doc/tutorials/features2d/akaze_tracking/
Dakaze_tracking.markdown12 - Detect and describe keypoints on the first frame, manually set object boundaries
14 -# Detect and describe keypoints
/external/clang/test/SemaObjC/
Dprotocols.m55 // Detect circular dependencies.

1234567