HomeSort by relevance Sort by last modified time
    Searched refs:detect (Results 1 - 25 of 278) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockito/internal/
InvalidStateDetectionTest.java 30 * 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(IMethods mock) method in class:InvalidStateDetectionTest.OnMockCreation
218 public void detect(IMethods mock) { method in class:InvalidStateDetectionTest.OnSpyCreation
    [all...]
  /external/webrtc/webrtc/base/
proxy_unittest.cc 31 // 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);
  /bootable/recovery/
wear_touch.h 34 void detect(int dx, int dy);
  /external/libvpx/libvpx/
ivfdec.c 66 input_ctx->detect.buf_read = 0;
68 input_ctx->detect.position = 4;
  /prebuilts/go/darwin-x86/misc/cgo/errors/
issue16591.go 5 // Issue 16591: Test that we detect an invalid call that was being
issue13830.go 6 // void** is Go *unsafe.Pointer. This test verifies that we detect the
  /prebuilts/go/linux-x86/misc/cgo/errors/
issue16591.go 5 // Issue 16591: Test that we detect an invalid call that was being
issue13830.go 6 // void** is Go *unsafe.Pointer. This test verifies that we detect the
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow.d 7 # This tests whether we correctly detect overflow in the jal
  /external/icu/icu4c/source/i18n/
csdetect.h 48 const CharsetMatch *detect(UErrorCode& status);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java 142 m = det.detect();
150 m = det.detect();
153 errln("unfiltered input did not detect as English!");
194 m = det.detect();
201 m = det.detect();
230 m = det.detect();
238 m = det.detect();
265 m = det.detect();
302 match = det.detect();
420 CharsetMatch m = det.detect();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 141 m = det.detect();
149 m = det.detect();
152 errln("unfiltered input did not detect as English!");
193 m = det.detect();
200 m = det.detect();
229 m = det.detect();
237 m = det.detect();
264 m = det.detect();
301 match = det.detect();
419 CharsetMatch m = det.detect();
    [all...]
  /prebuilts/go/darwin-x86/src/
iostest.bash 65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15747b.go 9 // to point to an actual allocation. The liveness analysis will detect
  /prebuilts/go/linux-x86/src/
iostest.bash 65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15747b.go 9 // to point to an actual allocation. The liveness analysis will detect
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
serial.s 4 # will never be executed. GAS should detect this.
  /development/ndk/platforms/android-9/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /external/skia/platform_tools/android/bin/utils/
android_setup.sh 60 echo "No ANDROID_SDK_ROOT set and can't auto detect it from location of android binary."
69 echo "No ANDROID_NDK_ROOT set and can't auto detect it from location of SDK."
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.h 45 bool detect(int device);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.h 49 bool detect(int device);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 91011>>