/external/mockito/src/test/java/org/mockito/internal/ |
D | InvalidStateDetectionTest.java | 166 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/ |
D | TestCharsetDetector.java | 142 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/ |
D | TestCharsetDetector.java | 141 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/ |
D | proxy_unittest.cc | 61 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/ |
D | control | 9 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/ |
D | tools_common.c | 79 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()
|
D | ivfdec.c | 66 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/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 23 "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/ |
D | fat-arch-name.test | 4 # 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/ |
D | control.browser | 21 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
|
D | control.native | 21 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/ |
D | control.manual_platform_suite | 19 USB detect tests during multiple steps. 20 Consistent failure to detect peripherals will indicate kernel
|
D | control.usb_detect_stress | 19 USB detect tests during multiple steps. 20 Consistent failure to detect peripherals will indicate kernel
|
D | control.usb_detect | 19 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/ |
D | DetectingViewer.java | 268 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/ |
D | futextest.h | 125 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/ |
D | lit.cfg | 43 # Add a feature to detect the Python version. 47 # Add a feature to detect if psutil is available
|
/external/chromium-trace/catapult/telemetry/bin/ |
D | README.chromium | 34 2: detect open syscall event : FAILED! 35 3: detect open syscall event on all cpus : FAILED!
|
/external/libmtp/examples/ |
D | Makefile.am | 1 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/ |
D | futextest.h | 156 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/ |
D | name | 1 detect xfs filesystem
|
/external/e2fsprogs/tests/f_inlinedir_detector/ |
D | name | 1 detect inline dirs correctly
|
/external/e2fsprogs/tests/f_detect_junk/ |
D | name | 1 detect non-fs file data
|
/external/icu/icu4c/source/config/ |
D | icu-config-bottom | 38 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)
|