Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/external/mockito/src/test/java/org/mockito/internal/
DInvalidStateDetectionTest.java166 void detect(IMethods mock); in detect() method
170 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerify
176 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerifyInOrder
182 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerifyZeroInteractions
188 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnVerifyNoMoreInteractions
194 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnDoAnswer
200 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnStub
206 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnMethodCallOnMock
212 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnMockCreation
218 public void detect(IMethods mock) { in detect() method in InvalidStateDetectionTest.OnSpyCreation
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
DTestCharsetDetector.java142 m = det.detect(); in TestInputFilter()
150 m = det.detect(); in TestInputFilter()
194 m = det.detect(); in TestUTF16()
201 m = det.detect(); in TestUTF16()
230 m = det.detect(); in TestC1Bytes()
238 m = det.detect(); in TestC1Bytes()
265 m = det.detect(); in TestShortInput()
302 match = det.detect(); in TestBufferOverflow()
420 CharsetMatch m = det.detect(); in checkMatch()
515 m = det.detect(); in TestJapanese()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java141 m = det.detect(); in TestInputFilter()
149 m = det.detect(); in TestInputFilter()
193 m = det.detect(); in TestUTF16()
200 m = det.detect(); in TestUTF16()
229 m = det.detect(); in TestC1Bytes()
237 m = det.detect(); in TestC1Bytes()
264 m = det.detect(); in TestShortInput()
301 match = det.detect(); in TestBufferOverflow()
419 CharsetMatch m = det.detect(); in checkMatch()
514 m = det.detect(); in TestJapanese()
[all …]
/external/webrtc/webrtc/base/
Dproxy_unittest.cc61 AutoDetectProxyRunner* detect = new AutoDetectProxyRunner("unittest/1.0"); in DetectProxyType() local
62 detect->set_proxy(address); in DetectProxyType()
63 detect->Run(); // blocks until done in DetectProxyType()
64 type = detect->proxy().type; in DetectProxyType()
65 detect->Destroy(false); in DetectProxyType()
/external/autotest/client/site_tests/kernel_CheckArmErrata/
Dcontrol9 Fails if we detect that we're on a CPU that should have an erratum
10 fix applied but we can detect that the erratum wasn't applied.
12 test can also fail if we don't detect the needed kernel infrastructure
26 If we detect that we're not on an ARM board or if we're running on an ARM
/external/libvpx/libvpx/
Dtools_common.c79 struct FileTypeDetectionBuffer *detect = &input_ctx->detect; in read_yuv_frame() local
111 const size_t left = detect->buf_read - detect->position; in read_yuv_frame()
114 memcpy(ptr, detect->buf + detect->position, more); in read_yuv_frame()
117 detect->position += more; in read_yuv_frame()
Divfdec.c66 input_ctx->detect.buf_read = 0; in file_is_ivf()
68 input_ctx->detect.position = 4; in file_is_ivf()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/compiler-rt/lib/asan/
Dasan_flags.inc23 "Size (in Mb) of quarantine used to detect use-after-free "
36 "Controls the way to handle globals (0 - don't detect buffer overflow on "
37 "globals, 1 - detect buffer overflow, 2 - print data about registered "
123 "If non-zero, try to detect operations like <, <=, >, >= and - on "
131 "If >=2, detect violation of One-Definition-Rule (ODR); "
132 "If ==1, detect ODR-violation only if the two variables "
/external/llvm/test/tools/dsymutil/ARM/
Dfat-arch-name.test4 # We detect thumb triples from the binaries, because those are the only ones
6 # we would detect armv7m-apple-darwin as non-thumb triple, but you can't
/external/autotest/server/site_tests/audio_LeftRightInternalSpeaker/
Dcontrol.browser21 sounds to left and right channels separately. It can't detect if the
22 channel/speaker pairing is incorrect, but it can detect when a certain
Dcontrol.native21 sounds to left and right channels separately. It can't detect if the
22 channel/speaker pairing is incorrect, but it can detect when a certain
/external/autotest/test_suites/
Dcontrol.manual_platform_suite19 USB detect tests during multiple steps.
20 Consistent failure to detect peripherals will indicate kernel
Dcontrol.usb_detect_stress19 USB detect tests during multiple steps.
20 Consistent failure to detect peripherals will indicate kernel
Dcontrol.usb_detect19 short detect tests and stress scenarios.
20 Consistent failure to detect peripherals will indicate kernel
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java268 private CharsetMatch[] detect(byte[] bytes) in detect() method in DetectingViewer
277 private CharsetMatch[] detect(BufferedInputStream inputStream) in detect() method in DetectingViewer
361 CharsetMatch[] matches = detect(inputStream); in doOpenFile()
378 CharsetMatch[] matches = detect(filtered); in doOpenURL()
/external/linux-kselftest/tools/testing/selftests/futex/include/
Dfutextest.h125 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() argument
128 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags); in futex_lock_pi()
/external/llvm/utils/lit/tests/
Dlit.cfg43 # Add a feature to detect the Python version.
47 # Add a feature to detect if psutil is available
/external/chromium-trace/catapult/telemetry/bin/
DREADME.chromium34 2: detect open syscall event : FAILED!
35 3: detect open syscall event on all cpus : FAILED!
/external/libmtp/examples/
DMakefile.am1 bin_PROGRAMS=connect detect tracks files hotplug \ program
9 detect_SOURCES=detect.c util.c util.h common.h
/external/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h156 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() argument
159 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags); in futex_lock_pi()
/external/e2fsprogs/tests/f_detect_xfs/
Dname1 detect xfs filesystem
/external/e2fsprogs/tests/f_inlinedir_detector/
Dname1 detect inline dirs correctly
/external/e2fsprogs/tests/f_detect_junk/
Dname1 detect non-fs file data
/external/icu/icu4c/source/config/
Dicu-config-bottom38 echo " --detect-prefix Attempt to detect prefix based on PATH"
105 echo "### or --detect-prefix" 1>&2
119 # For certain options (e.g. --detect-prefix) don't check for icuuc library file.
291 --detect-prefix)

12345678910>>...19