Searched defs:stubs (Results 1 - 14 of 14) sorted by relevance

/external/kotlinc/lib/
H A Dkotlin-annotation-processing.jar ... .internal.DefaultConstructorMarker $constructor_marker } org/jetbrains/kotlin/kapt3/stubs/ org/jetbrains/kotlin/kapt3/stubs/KaptStubLineInformation$collectDeclarations$1
/external/opencv/cxcore/src/
H A Dcxlogic.cpp222 CvMatND stubs[2]; local
229 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
388 CvMatND stubs[3]; local
395 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
650 CvMatND stubs[2]; local
653 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
H A Dcxnorm.cpp1151 CvMatND stubs[2]; local
1165 CV_CALL( cvInitNArrayIterator( 1 + (mat2 != 0), arrs, 0, stubs, &iterator ));
H A Dcxcopy.cpp339 CvMatND stubs[3]; local
342 CV_CALL( cvInitNArrayIterator( 2, arrs, maskarr, stubs, &iterator ));
H A Dcxarithm.cpp304 CvMatND stubs[3]; local
311 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
580 CvMatND stubs[2]; local
587 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
776 CvMatND stubs[3]; local
783 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
1052 CvMatND stubs[2]; local
1059 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
1372 CvMatND stubs[3]; local
1375 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs,
1730 CvMatND stubs[3]; local
[all...]
H A Dcxconvert.cpp1544 CvMatND stubs[2]; local
1548 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator, CV_NO_DEPTH_CHECK ));
H A Dcxarray.cpp480 const CvArr* mask, CvMatND* stubs,
496 if( !arrs || !stubs )
519 CV_CALL( hdr = cvGetMatND( arr, stubs + i, &coi ));
479 cvInitNArrayIterator( int count, CvArr** arrs, const CvArr* mask, CvMatND* stubs, CvNArrayIterator* iterator, int flags ) argument
/external/v8/src/
H A Dcode-stubs.cc5 #include "src/code-stubs.h"
77 UnseededNumberDictionary* stubs = isolate()->heap()->code_stubs(); local
78 int index = stubs->FindEntry(isolate(), GetKey());
80 *code_out = Code::cast(stubs->ValueAt(index));
137 // TODO(yangguo): remove this once we can serialize IC stubs.
267 // Code stubs with special cache cannot be recreated from stub key.
2310 // allocation path (zero, since all the stubs inputs are in registers) and
/external/opencv/cv/src/
H A Dcvhistogram.cpp2276 CvMatND stubs[3]; local
2279 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
/external/v8/src/heap/
H A Dincremental-marking.cc7 #include "src/code-stubs.h"
421 UnseededNumberDictionary* stubs = heap->code_stubs(); local
423 int capacity = stubs->Capacity();
426 Object* k = stubs->KeyAt(i);
427 if (stubs->IsKey(isolate, k)) {
431 Object* e = stubs->ValueAt(i);
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c432 stub_list *stubs; member in struct:compiler_common
2302 list_item->next = common->stubs;
2303 common->stubs = list_item;
2310 stub_list *list_item = common->stubs;
2319 common->stubs = NULL;
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jar ... .google.doclava.ClassInfo claz } com/google/doclava/Stubs.class Stubs.java package com.google. ...

Completed in 533 milliseconds