Searched defs:kind2 (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dtransitions-inl.h123 uint32_t hash2, PropertyKind kind2,
128 return CompareDetails(kind1, attributes1, kind2, attributes2);
145 PropertyKind kind2,
147 if (kind1 != kind2) {
148 return static_cast<int>(kind1) < static_cast<int>(kind2) ? -1 : 1;
121 CompareKeys(Name* key1, uint32_t hash1, PropertyKind kind1, PropertyAttributes attributes1, Name* key2, uint32_t hash2, PropertyKind kind2, PropertyAttributes attributes2) argument
143 CompareDetails(PropertyKind kind1, PropertyAttributes attributes1, PropertyKind kind2, PropertyAttributes attributes2) argument
/external/opencv3/modules/core/src/
H A Darithm.cpp1518 int kind1 = psrc1->kind(), kind2 = psrc2->kind(); local
1525 bool use_opencl = (kind1 == _InputArray::UMAT || kind2 == _InputArray::UMAT) &&
1531 if( dims1 <= 2 && dims2 <= 2 && kind1 == kind2 && sz1 == sz2 && type1 == type2 && !haveMask )
1558 else if( (kind1 == _InputArray::MATX) + (kind2 == _InputArray::MATX) == 1 ||
1561 if( checkScalar(*psrc1, type2, kind1, kind2) )
1570 else if( !checkScalar(*psrc2, type1, kind2, kind1) )
1931 int kind1 = psrc1->kind(), kind2 = psrc2->kind(); local
1942 bool src1Scalar = checkScalar(*psrc1, type2, kind1, kind2);
1943 bool src2Scalar = checkScalar(*psrc2, type1, kind2, kind1);
1945 if( (kind1 == kind2 || c
2261 int kind1 = _src1.kind(), kind2 = _src2.kind(); local
5014 int kind1 = _src1.kind(), kind2 = _src2.kind(); local
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 712 milliseconds