HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 401 - 425 of 1642) sorted by null

<<11121314151617181920>>

  /external/mockito/src/org/mockito/
Mockito.java 382 * Sometimes we need to stub with different return value/exception for the same
450 * Use <code>doThrow()</code> when you want to stub a void method with an exception:
463 * <li>stub void methods</li>
464 * <li>stub methods on spy objects (see below)</li>
465 * <li>stub the same method more than once, to change the behaviour of a mock in the middle of a test.</li>
507 * //optionally, you can stub out some methods:
551 * Mockito doesn't mock final methods so the bottom line is: when you spy on real objects + you try to stub a final method = trouble.
565 * It is the default answer so it will be used <b>only when you don't</b> stub the method call.
690 * Hence {@link BDDMockito} class introduces an alias so that you stub method calls with {@link BDDMockito#given(Object)} method.
1376 public static <T> DeprecatedOngoingStubbing<T> stub(T methodCall) { method in class:Mockito
    [all...]
  /external/opencv/cv/src/
cvcorner.cpp 427 CvMat stub, *src = (CvMat*)srcarr; local
430 CV_CALL( src = cvGetMat( srcarr, &stub ));
454 CvMat stub, *src = (CvMat*)srcarr; local
457 CV_CALL( src = cvGetMat( srcarr, &stub ));
481 CvMat stub, *src = (CvMat*)srcarr; local
484 CV_CALL( src = cvGetMat( srcarr, &stub ));
527 CvMat stub, *src = (CvMat*)srcarr; local
531 CV_CALL( src = cvGetMat( srcarr, &stub ));
cvcornersubpix.cpp 71 CvMat stub, *src = (CvMat*)srcarr; local
72 CV_CALL( src = cvGetMat( srcarr, &stub ));
cvfeatureselect.cpp 80 CvMat stub, *img = (CvMat*)image; local
91 CV_CALL( img = cvGetMat( img, &stub, &coi1 ));
  /external/v8/test/cctest/
test-code-stubs-arm64.cc 56 DoubleToIStub stub(isolate, source_reg, destination_reg, 0, true,
59 byte* start = stub.GetCode()->instruction_start();
91 // Call through to the actual stub
test-code-stubs-mips.cc 58 DoubleToIStub stub(isolate, source_reg, destination_reg, 0, true,
61 byte* start = stub.GetCode()->instruction_start();
99 // Call through to the actual stub
test-code-stubs-mips64.cc 58 DoubleToIStub stub(isolate, source_reg, destination_reg, 0, true,
61 byte* start = stub.GetCode()->instruction_start();
97 // Call through to the actual stub
  /external/v8/test/mjsunit/regress/
regress-4800.js 38 // Trigger a stub failure when the array grows too big.
  /external/v8/third_party/binutils/Linux_x64/Release/lib/ldscripts/
elf_i386.xr 45 *(.text .stub)
elf_i386.xu 45 *(.text .stub)
  /packages/apps/Settings/src/com/android/settings/
PreviewPagerAdapter.java 85 public void onInflate(ViewStub stub, View inflated) {
86 inflated.setVisibility(stub.getVisibility());
131 // Explicitly set to INVISIBLE only when the stub has
144 // Inflate immediately if the stub has not yet been inflated.
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf.xr 49 *(.text .stub)
aarch64elf.xu 49 *(.text .stub)
aarch64elf32.xr 49 *(.text .stub)
aarch64elf32b.xr 49 *(.text .stub)
aarch64elfb.xr 49 *(.text .stub)
aarch64elfb.xu 49 *(.text .stub)
aarch64linux.xr 49 *(.text .stub)
aarch64linux.xu 49 *(.text .stub)
aarch64linux32.xr 49 *(.text .stub)
aarch64linux32.xu 49 *(.text .stub)
aarch64linux32b.xr 49 *(.text .stub)
aarch64linux32b.xu 49 *(.text .stub)
aarch64linuxb.xr 49 *(.text .stub)
aarch64linuxb.xu 49 *(.text .stub)

Completed in 4744 milliseconds

<<11121314151617181920>>