Home
last modified time | relevance | path

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

123456789

/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/llvm-project/clang/lib/CodeGen/
DVarBypassDetector.cpp28 Detect(); in Init()
136 void VarBypassDetector::Detect() { in Detect() function in VarBypassDetector
142 Detect(from, ToScopes[LS]); in Detect()
146 Detect(from, ToScopes[SC]); in Detect()
155 void VarBypassDetector::Detect(unsigned From, unsigned To) { in Detect() function in VarBypassDetector
DVarBypassDetector.h64 void Detect();
65 void Detect(unsigned From, unsigned To);
/external/llvm-project/llvm/test/tools/llvm-profdata/
Dtext-format-errors.test3 1- Detect invalid count
13 2- Detect bad hash
21 3- Detect no counts
25 4- Detect binary input
30 5- Detect malformed value profile data
35 6- Detect truncated value profile data
/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector_unittest.cc109 overuse_detector_->Detect( in UpdateDetector()
699 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
712 overuse_detector_->Detect(1.1 * kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
725 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
737 overuse_detector_->Detect(0.7 * kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
749 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
772 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
786 overuse_detector_->Detect(kLargeOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
799 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); in TEST_F()
Doveruse_detector.h35 BandwidthUsage Detect(double offset,
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcert-err34-c.rst27 `ERR34-C. Detect errors when converting a string to a number
28 <https://www.securecoding.cert.org/confluence/display/c/ERR34-C.+Detect+errors+when+converting+a+st…
Dbugprone-multiple-statement-macro.rst6 Detect multiple statement macros that are used in unbraced conditionals. Only
Dmisc-redundant-expression.rst6 Detect redundant expressions which are typically errors due to copy-paste.
Dbugprone-dangling-handle.rst6 Detect dangling references in value handles like
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dobject_detector_demo.cc178 absl::Status Detect() { in Detect() function
202 object_detector->Detect(*frame_buffer)); in Detect()
244 absl::Status status = tflite::task::vision::Detect(); in main()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dmsvc_ver.inc2 # Detect NMAKE version deducing old MSVC versions
/external/webrtc/modules/audio_processing/transient/
Dtransient_detector.h45 float Detect(const float* data,
Dtransient_detector_unittest.cc80 detector.Detect(buffer.get(), buffer_length, NULL, 0); in TEST()
Dclick_annotate.cc81 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/llvm-project/polly/test/ScopDetect/
Dsequential_loops.ll16 ; CHECK-LABEL: 'Polly - Detect static control parts (SCoPs)' for function 'f1'
63 ; CHECK-LABEL: 'Polly - Detect static control parts (SCoPs)' for function 'f2'
/external/autotest/client/site_tests/hardware_TPMLoadKey/
Dcontrol7 PURPOSE = "Detect that the TPM can execute the LoadKey function"
/external/mesa3d/scons/
Dcustom.py92 if env.Detect('ranlib'):
181 if not env.Detect('pkg-config'):
/external/mesa3d/src/compiler/glsl/
DTODO1 - Detect code paths in non-void functions that don't reach a return statement
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dobject_detector.h117 tflite::support::StatusOr<DetectionResult> Detect(
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dcontrol.non_cache7 PURPOSE = 'Detect wear out status of storage device'
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h92 void Detect(double trend, double ts_delta, int64_t now_ms);
Dtrendline_estimator.cc249 Detect(trend, send_delta_ms, arrival_time_ms); in UpdateTrendline()
272 void TrendlineEstimator::Detect(double trend, double ts_delta, int64_t now_ms) { in Detect() function in webrtc::TrendlineEstimator

123456789