/external/webrtc/webrtc/modules/audio_processing/transient/test/ |
readDetection.m | 4 %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.
|
plotDetection.m | 4 %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.
|
/prebuilts/go/darwin-x86/src/runtime/race/ |
doc.go | 5 // Package race implements data race detection logic.
|
/prebuilts/go/linux-x86/src/runtime/race/ |
doc.go | 5 // Package race implements data race detection logic.
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
rep_prefix.S | 15 # Check for them, to make sure our rep detection
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug459.go | 7 // Issue 3890: missing detection of init loop involving
|
/prebuilts/go/darwin-x86/test/interface/ |
noeq.go | 7 // Test run-time error detection for interface values containing types
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug459.go | 7 // Issue 3890: missing detection of init loop involving
|
/prebuilts/go/linux-x86/test/interface/ |
noeq.go | 7 // Test run-time error detection for interface values containing types
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/ |
bad.s | 13 ;;; FIXME: Add more tests of assembler error detection here.
|
/prebuilts/go/darwin-x86/src/net/http/httptest/ |
recorder_test.go | 155 "Content-Type detection", 162 "no Content-Type detection with Transfer-Encoding", 170 "no Content-Type detection if set explicitly", 178 "Content-Type detection doesn't crash if HeaderMap is nil",
|
/prebuilts/go/darwin-x86/src/runtime/ |
race0.go | 7 // Dummy race detection API, used when not built with -race.
|
/prebuilts/go/darwin-x86/test/ |
finprofiled.go | 39 // Note: the sleep only increases probility of bug detection,
|
/prebuilts/go/linux-x86/src/net/http/httptest/ |
recorder_test.go | 155 "Content-Type detection", 162 "no Content-Type detection with Transfer-Encoding", 170 "no Content-Type detection if set explicitly", 178 "Content-Type detection doesn't crash if HeaderMap is nil",
|
/prebuilts/go/linux-x86/src/runtime/ |
race0.go | 7 // Dummy race detection API, used when not built with -race.
|
/prebuilts/go/linux-x86/test/ |
finprofiled.go | 39 // Note: the sleep only increases probility of bug detection,
|
/prebuilts/go/darwin-x86/src/math/big/ |
arith.go | 189 // see "Hacker's Delight", section 2-12 (overflow detection) 208 // see "Hacker's Delight", section 2-12 (overflow detection)
|
/prebuilts/go/darwin-x86/src/sync/ |
waitgroup_test.go | 89 // The detection is opportunistically, so we want it to panic 132 // The detection is opportunistically, so we want it to panic
|
/prebuilts/go/linux-x86/src/math/big/ |
arith.go | 189 // see "Hacker's Delight", section 2-12 (overflow detection) 208 // see "Hacker's Delight", section 2-12 (overflow detection)
|
/prebuilts/go/linux-x86/src/sync/ |
waitgroup_test.go | 89 // The detection is opportunistically, so we want it to panic 132 // The detection is opportunistically, so we want it to panic
|
/frameworks/minikin/libs/minikin/ |
Android.mk | 54 # Enable race detection on eng and userdebug build.
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
shift.go | 47 // like ^uint(0) >> 63 for 32/64 bit detection and compatibility.
|
/prebuilts/go/darwin-x86/src/time/ |
internal_test.go | 24 // detection logic in NewTimer: we're testing the underlying
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
shift.go | 47 // like ^uint(0) >> 63 for 32/64 bit detection and compatibility.
|
/prebuilts/go/linux-x86/src/time/ |
internal_test.go | 24 // detection logic in NewTimer: we're testing the underlying
|