HomeSort by relevance Sort by last modified time
    Searched defs:stub (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/opencv/cv/src/
cvpyramids.cpp 1180 CvMat stub, *src; local
    [all...]
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 ));
cvfloodfill.cpp 1032 CvMat stub, *img = (CvMat*)arr; local
    [all...]
cvmoments.cpp 382 CvMat stub, *mat = (CvMat*)array; local
410 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
cvpyrsegmentation.cpp 195 _CvPyramid stub; local
278 p_base->p = &stub;
309 p_cur->p = &stub;
329 (float) threshold1, is_last_iter, &stub,
358 stub.c = 0;
558 if( p != &stub )
609 _CvPyramidC3 stub; local
697 p_base->p = &stub;
729 p_cur->p = &stub;
749 (float) threshold1, is_last_iter, &stub,
1031 _CvPyramid *stub = (_CvPyramid *) _stub; local
1214 _CvPyramidC3 *stub = (_CvPyramidC3 *) _stub; local
    [all...]
cvtemplmatch.cpp 336 CvMat stub, *img = (CvMat*)_img; local
353 CV_CALL( img = cvGetMat( img, &stub, &coi1 ));
cvcontours.cpp 202 CvMat stub, *mat = (CvMat*)_img; local
211 CV_CALL( mat = cvGetMat( mat, &stub ));
1194 CvMat stub, *mat; local
    [all...]
cvhistogram.cpp 1428 CvMat stub, *mat = (CvMat*)img[i]; local
1457 CvMat stub, *mat = (CvMat*)mask; local
2072 CvMat stub, *mat = (CvMat*)(i < dims ? img[i] : dst); local
2176 CvMat stub, *mat; local
    [all...]
cvshapedescr.cpp 1140 CvMat stub, *mat = 0; local
1161 CV_CALL( mat = cvGetMat( array, &stub ));
    [all...]
  /external/opencv/
cvjni.cpp 142 CvMat stub; local
143 CvMat *mat_image = cvGetMat(m_sourceImage, &stub);
258 CvMat stub, *mat_image; local
260 mat_image = cvGetMat( m_sourceImage, &stub );
752 CvMat stub, *mat_image;
754 mat_image = cvGetMat( frameImage, &stub );
  /external/opencv/cxcore/src/
cxcopy.cpp 493 CvMat stub, *mat = (CvMat*)arr; local
551 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
678 CvMat stub, *mat = (CvMat*)arr; local
721 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
    [all...]
cxmeansdv.cpp 694 CvMat stub, maskstub, *mat = (CvMat*)img, *matmask = (CvMat*)mask; local
    [all...]
cxconvert.cpp 444 CvMat stub[5], *dst[4], *src = (CvMat*)srcarr; local
464 CV_CALL( src = cvGetMat( src, stub + 4, &coi ));
483 CV_CALL( dst[i] = cvGetMat( dst[i], stub + i ));
554 CvMat stub[5], *src[4], *dst = (CvMat*)dstarr; local
573 CV_CALL( dst = cvGetMat( dst, stub + 4, &coi ));
589 CV_CALL( src[i] = cvGetMat( src[i], stub + i ));
799 CvMat stub, *mat = (CvMat*)(k == 0 ? src[i] : dst[i]); local
    [all...]
cxsumpixels.cpp 402 CvMat stub, *mat = (CvMat*)arr; local
467 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
593 CvMat stub, *mat = (CvMat*)arr; local
634 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
    [all...]
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 27 this->comment = "/** Local-side IPC implementation stub class. */";
43 ctor->comment = "/** Construct the stub at attach it to the "
45 ctor->name = "Stub";
138 proxyType += ".Stub.Proxy";
291 // == the stub method ====================================================
455 new LiteralExpression("Stub." + transactCodeName),
496 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy)
500 c->statements->Add(new MethodCall(stub->transact_reply, "writeString",
503 stub->transact_switch->cases.push_back(c);
530 // the stub inner clas
531 StubClass* stub = new StubClass( local
    [all...]
aidl.cpp 328 // for interfaces, also add the stub and proxy types, we don't
334 name += ".Stub";
335 Type* stub = new Type(c->package ? c->package : "", local
338 NAMES.Add(stub);
341 name += ".Stub.Proxy";
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 35 #include <mcld/Fragment/Stub.h>
559 Stub* stub = getStubFactory()->create(*relocation, // relocation local
563 if (NULL != stub) {
564 // a stub symbol should be local
565 assert(NULL != stub->symInfo() && stub->symInfo()->isLocal());
575 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
589 // find the first fragment w/ invalid offset due to stub insertion
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 214 // We are currently preempting (i.e. no stub is descheduled).
216 // We would like to preempt, but some stub is descheduled.
387 // we'll find the stub based on the routing ID, and associate the sync point
388 // with it, but if that fails for any reason (channel or stub already
392 GpuCommandBufferStub* stub = gpu_channel->get()->LookupCommandBuffer( local
394 if (stub) {
395 stub->AddSyncPoint(sync_point);
632 scoped_ptr<GpuCommandBufferStub> stub(
650 stub->SetPreemptByFlag(preempted_flag_);
651 router_.AddRoute(*route_id, stub.get())
784 GpuCommandBufferStub* stub = stubs_.Lookup(m->routing_id()); local
888 GpuCommandBufferStub* stub = stubs_.Lookup(route_id); local
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 58 CodeStubGraphBuilderBase(Isolate* isolate, HydrogenCodeStub* stub)
61 info_(stub, isolate),
63 descriptor_ = stub->GetInterfaceDescriptor(isolate);
80 HydrogenCodeStub* stub() { return info_.code_stub(); } function in class:v8::internal::CodeStubGraphBuilderBase
129 // Update the static counter each time a new code stub is generated.
133 const char* name = CodeStub::MajorName(stub()->MajorKey(), false);
135 PrintF("Compiling stub %s using hydrogen\n", name);
210 template <class Stub>
213 explicit CodeStubGraphBuilder(Stub* stub)
781 CompareNilICStub* stub = casted_stub(); local
806 ToBooleanStub* stub = casted_stub(); local
825 StoreGlobalStub* stub = casted_stub(); local
    [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 1157 Code* stub = GetCodeFromTargetAddress(target_address); local
1172 Code* stub = GetCodeAgeStub(age, parity); local
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 1286 RegExpCEntryStub stub; local
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 144 // The call will replace the stub, so the countdown is only done once.
488 CallConstructStub stub(NO_CALL_FUNCTION_FLAGS);
489 __ CallStub(&stub);
1721 StackCheckStub stub; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 29 #include <mcld/Fragment/Stub.h>
597 Stub* stub = getStubFactory()->create(*relocation, // relocation local
601 if (NULL != stub) {
602 assert(NULL != stub->symInfo());
607 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
620 // find the first fragment w/ invalid offset due to stub insertion
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 88 ViewStub stub = (ViewStub) findViewById(R.id.autologin_stub); local
89 mAutoLogin = (AutologinBar) stub.inflate();
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 73 ViewStub stub = (ViewStub)mActivity.findViewById(R.id.recipients_editor_stub); local
74 if (stub != null) {
75 View stubView = stub.inflate();
148 // TODO Auto-generated method stub
153 // TODO Auto-generated method stub
158 // TODO Auto-generated method stub
163 // TODO Auto-generated method stub
172 // TODO Auto-generated method stub
177 // TODO Auto-generated method stub
182 // TODO Auto-generated method stub
    [all...]

Completed in 6969 milliseconds

1 23 4 5 6