HomeSort by relevance Sort by last modified time
    Searched defs:stub (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /frameworks/rs/driver/linkloader/tests/stubs/
arm-stub.c 11 uint32_t stub[] = { variable
22 int (*f)() = (int (*)())stub;
23 stub[1] = (uint32_t)(uintptr_t)test;
mips-stub.c 29 uint32_t stub[] = { variable
42 int (*f)() = (int (*)())stub;
43 stub[0] |= (((uint32_t)(uintptr_t)test) >> 16) & 0xffff;
44 stub[1] |= (((uint32_t)(uintptr_t)test)) & 0xffff;
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 15 #include <mcld/Fragment/Stub.h>
33 /// addPrototype - register a stub prototype
34 void StubFactory::addPrototype(Stub* pPrototype)
39 /// create - create a stub if needed, otherwise return NULL
40 Stub* StubFactory::create(Relocation& pReloc,
45 // find if there is a prototype stub for the input relocation
46 Stub* prototype = findPrototype(pReloc,
56 // find if there is such a stub in the island already
58 Stub* stub = island->findStub(prototype, pReloc) local
    [all...]
  /build/core/tasks/
sdk-addon.mk 30 define stub-addon-jar-file
34 define stub-addon-jar
35 $(call stub-addon-jar-file,$(1)): $(1) | mkstubs
45 $(eval $(call stub-addon-jar,$(_src))) \
46 $(eval _src := $(call stub-addon-jar-file,$(_src))) \
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 48 t1 = new TestFunction( "stub", "value", tab + "return value;" );
62 "stub.toString()",
64 stub.toString() );
93 function stub( value ) { function
  /frameworks/base/core/tests/coretests/src/android/view/
ViewStubTest.java 42 final View stub = activity.findViewById(R.id.viewStub); local
43 assertNotNull("The ViewStub does not exist", stub);
51 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); local
52 final View swapped = stub.inflate();
62 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); local
63 final View swapped = stub.inflate();
75 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); local
76 final View swapped = stub.inflate();
80 assertEquals("Both stub and inflated should same width",
81 stub.getLayoutParams().width, swapped.getLayoutParams().width)
    [all...]
  /frameworks/rs/driver/linkloader/lib/
StubLayout.cpp 35 // Check if we have created this stub or not.
42 // We have to create a new stub
44 // No free stub slot is available
48 // Initialize the stub
49 unsigned char *stub = table; local
50 setStubAddress(stub, addr);
51 stub_index.insert(std::make_pair(addr, stub));
53 // Increase the free stub slot pointer
57 return stub;
69 uint8_t *stub = (uint8_t *)stub_ local
88 uint32_t *stub = (uint32_t *)stub_; local
    [all...]
  /external/libffi/testsuite/libffi.call/
problem1.c 30 void stub(ffi_cif* cif __UNUSED__, void* resp, void** args, function
90 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
  /cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java 19 import com.android.cts.stub.R;
45 super("com.android.cts.stub", ViewStubStubActivity.class);
202 ViewStub stub = new ViewStub(mContext); local
203 assertNull(stub.getParent());
205 stub.inflate();
214 public void onInflate(ViewStub stub, View inflated) {
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 105 ViewStub stub = (ViewStub) mInCallScreen.findViewById(R.id.manageConferencePanelStub); local
106 stub.inflate();
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 119 TestService stub = TestService.newStub(mockChannel); local
135 stub.foo(mockController, fooRequest, fooCallback);
136 stub.bar(mockController, barRequest, barCallback);
146 TestService.BlockingInterface stub = local
164 assertSame(fooResponse, stub.foo(mockController, fooRequest));
165 assertSame(barResponse, stub.bar(mockController, barRequest));
  /external/icu4c/test/intltest/
trnserr.cpp 276 StubTransliterator stub; local
278 if (stub.clone() != NULL){
  /external/libffi/src/x86/
darwin.S 199 call L_ffi_closure_SYSV_inner$stub
332 L_ffi_closure_SYSV_inner$stub:
  /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/
cvfeatureselect.cpp 80 CvMat stub, *img = (CvMat*)image; local
91 CV_CALL( img = cvGetMat( img, &stub, &coi1 ));
cvaccum.cpp 395 CvMat stub, *mat = (CvMat*)arr; local
408 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
497 CvMat stub, *mat = (CvMat*)arr; local
507 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
705 CvMat stub, *mat = (CvMat*)arrY; local
715 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
    [all...]
cvcamshift.cpp 66 CvMat stub, *mat = (CvMat*)imgProb; local
79 CV_CALL( mat = cvGetMat( mat, &stub ));
180 CvMat cur_win, stub, *mat = (CvMat*)imgProb; local
188 CV_CALL( mat = cvGetMat( mat, &stub ));
cvcornersubpix.cpp 71 CvMat stub, *src = (CvMat*)srcarr; local
72 CV_CALL( src = cvGetMat( srcarr, &stub ));
cvsamplers.cpp 59 CvMat stub, *mat = (CvMat*)img; local
63 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
    [all...]
  /external/opencv/otherlibs/highgui/
loadsave.cpp 504 CvMat stub, *image; local
510 CV_CALL( image = cvGetMat( arr, &stub ));
  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 84 sp<DataSource> stub= new SRTDataSourceStub( local
87 mSource = new TimedTextSRTSource(stub);
  /packages/apps/Browser/src/com/android/browser/stub/
NullController.java 1 package com.android.browser.stub;
  /external/chromium/chrome/browser/chromeos/cros/
login_library.cc 280 StubDelegate* stub = new StubDelegate(); // Manages its own lifetime. local
281 stub->set_fetcher(SignedSettings::CreateRetrievePolicyOp(stub));
282 stub->fetcher()->Execute();
317 "stub",
371 LoginLibrary* LoginLibrary::GetImpl(bool stub) {
372 if (stub)
  /external/libffi/src/powerpc/
darwin_closure.S 106 bl Lffi_closure_helper_DARWIN$stub
297 Lffi_closure_helper_DARWIN$stub:
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 93 CvMat stub, *image = cvGetMat( _image, &stub ); local
235 CvMat stub, *image = cvGetMat( _image, &stub ); local

Completed in 902 milliseconds

1 2 3 4