Searched defs:detect (Results 1 - 16 of 16) sorted by relevance

/external/webrtc/webrtc/base/
H A Dproxy_unittest.cc31 // Used to run a proxy detect on the current thread. Otherwise we would need
61 AutoDetectProxyRunner* detect = new AutoDetectProxyRunner("unittest/1.0"); local
62 detect->set_proxy(address);
63 detect->Run(); // blocks until done
64 type = detect->proxy().type;
65 detect->Destroy(false);
/external/mockito/src/test/java/org/mockito/internal/
H A DInvalidStateDetectionTest.java30 * we should aim to detect invalid state in following scenarios:
166 void detect(IMethods mock); method in interface:InvalidStateDetectionTest.DetectsInvalidState
170 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnVerify
176 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnVerifyInOrder
182 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnVerifyZeroInteractions
188 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnVerifyNoMoreInteractions
194 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnDoAnswer
200 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnStub
206 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnMethodCallOnMock
212 public void detect(IMethod method in class:InvalidStateDetectionTest.OnMockCreation
218 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnSpyCreation
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetDetector.java148 public CharsetMatch detect() { method in class:CharsetDetector
149 // TODO: A better implementation would be to copy the detect loop from
205 * <code>this.setDeclaredEncoding(declaredEncoding).setText(in).detect().getReader();</code>
226 CharsetMatch match = detect();
243 * <code>this.setDeclaredEncoding(declaredEncoding).setText(in).detect().getString();</code>
259 CharsetMatch match = detect();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetDetector.java157 public CharsetMatch detect() { method in class:CharsetDetector
158 // TODO: A better implementation would be to copy the detect loop from
216 * <code>this.setDeclaredEncoding(declaredEncoding).setText(in).detect().getReader();</code>
239 CharsetMatch match = detect();
256 * <code>this.setDeclaredEncoding(declaredEncoding).setText(in).detect().getString();</code>
274 CharsetMatch match = detect();
/external/linux-kselftest/tools/testing/selftests/futex/include/
H A Dfutextest.h122 * @detect: whether (1) or not (0) to perform deadlock detection
125 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, argument
128 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags);
/external/icu/icu4c/source/i18n/
H A Dcsdetect.cpp230 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) function in class:CharsetDetector
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
H A DDetectingViewer.java268 private CharsetMatch[] detect(byte[] bytes) method in class:DetectingViewer
277 private CharsetMatch[] detect(BufferedInputStream inputStream) method in class:DetectingViewer
361 CharsetMatch[] matches = detect(inputStream);
378 CharsetMatch[] matches = detect(filtered);
/external/libvpx/libvpx/
H A Dtools_common.h91 struct FileTypeDetectionBuffer detect; member in struct:VpxInputContext
H A Dtools_common.c79 struct FileTypeDetectionBuffer *detect = &input_ctx->detect; local
111 const size_t left = detect->buf_read - detect->position;
114 memcpy(ptr, detect->buf + detect->position, more);
117 detect->position += more;
H A Dvpxenc.c112 static int file_is_y4m(const char detect[4]) { argument
113 if (memcmp(detect, "YUV4", 4) == 0) {
119 static int fourcc_is_ivf(const char detect[4]) { argument
120 if (memcmp(detect, "DKIF", 4) == 0) {
1013 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file);
1014 input->detect.position = 0;
1016 if (input->detect.buf_read == 4 && file_is_y4m(input->detect.buf)) {
1017 if (y4m_input_open(&input->y4m, input->file, input->detect
[all...]
/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutextest.h153 * @detect: whether (1) or not (0) to perform deadlock detection
156 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, argument
159 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags);
/external/neven/
H A DFaceDetector_jni.cpp193 detect(JNIEnv *_env, jobject _this, function
277 {"fft_detect", "(Landroid/graphics/Bitmap;)I", (void*)detect },
/external/autotest/server/
H A Dsite_utils.py618 logging.warn('Unable to import chromite. Can not detect chroot. ' namespace
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...

Completed in 491 milliseconds