HomeSort by relevance Sort by last modified time
    Searched full:stubbing (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/chromium_org/chrome/renderer/safe_browsing/
malware_dom_details.cc 26 // stubbing out this class for binary-size reduction purposes.
phishing_classifier_delegate.cc 50 // stubbing out this class for binary-size reduction purposes.
91 // stubbing out this class for binary-size reduction purposes.
  /external/mockito/src/org/mockito/internal/creation/
MockSettingsImpl.java 18 import org.mockito.stubbing.Answer;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryBinaryBody.java 29 //BEGIN android-changed: Stubbing out logging
MemoryTextBody.java 32 //BEGIN android-changed: Stubbing out logging
TempFileBinaryBody.java 27 //BEGIN android-changed: Stubbing out logging
TempFileTextBody.java 30 //BEGIN android-changed: Stubbing out logging
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc 127 // This tests a call to Fetch() with no stubbing out of dependencies.
145 // exercises the code without stubbing out dependencies.
200 // exercises the code without stubbing out dependencies, but
dhcp_proxy_script_adapter_fetcher_win_unittest.cc 29 // APIs and the network. In this file we test only by stubbing out
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 57 * <p>Then stubbing out mocks works as follows:
188 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
479 checkNoUnfinishedCalls(sUnfinishedStubbingActions, "stubbing");
482 /** Helper function to check that there are no verify or stubbing commands outstanding. */
503 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
583 * method calls happen with the supplied arguments or matchers) or stubbing (where the next method
629 * <p>It is not null when in the stubbing state, and it is actually used to determine if we are
630 * in the stubbing state.
672 /** Check that we are stubbing and verifying always from the same thread. */
704 /** Generate the dynamic proxy that will handle stubbing invocations. *
    [all...]
  /build/core/tasks/
sdk-addon.mk 36 $(info Stubbing addon jar using $(PRODUCT_SDK_ADDON_STUB_DEFS))
  /external/chromium_org/ui/gfx/
color_analysis.h 21 // stubbing out for things like unit tests. Might be useful to pass more
  /external/mockito/src/org/mockito/plugins/
MockMaker.java 82 * stubbing and verification. In order to reset the mock, we pass
  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 49 * stubbing enough methods to satify code that tries to talk to other packages.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 25 //BEGIN android-changed: Stubbing out logging
DecoderUtil.java 22 //BEGIN android-changed: Stubbing out logging
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 32 //BEGIN android-changed: Stubbing out logging
  /bionic/linker/
dlfcn.cpp 208 // stubbing them out in libdl.
  /external/mockito/src/org/mockito/
Matchers.java 20 * Allow flexible verification or stubbing. See also {@link AdditionalMatchers}.
24 * //stubbing using anyInt() argument matcher
39 * E.g: (example shows verification but the same applies to stubbing):
257 * //stubbing:
AdditionalMatchers.java 25 * It is recommended to use matchers from {@link Matchers} and keep stubbing and verification simple.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 28 //BEGIN android-changed: Stubbing out logging
  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 55 * @see org.mockito.internal.stubbing.defaultanswers.ReturnsDeepStubs
  /external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc 418 // Used for stubbing out time in the audio callback thread.
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 498 // this would be better done by stubbing the system API to check available space, but in the
    [all...]
  /external/chromium_org/tools/win/toolchain/
toolchain.py 492 sys.stdout.write('Stubbing ammintrin.h...\n')

Completed in 992 milliseconds

1 2 34 5