Searched refs:otherSize (Results 1 - 13 of 13) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstArray.java116 int otherSize = other.size();
117 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
128 if (thisSize < otherSize) {
130 } else if (thisSize > otherSize) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchTable.java71 int otherSize = other.size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
H A DCatchHandlerList.java143 int otherSize = other.size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix_MKL.h52 Index size, Index otherSize, \
56 MKL_INT m = size, n = otherSize, lda, ldb; \
107 Index size, Index otherSize, \
111 MKL_INT m = otherSize, n = size, lda, ldb; \
H A DTriangularSolverMatrix.h42 Index size, Index otherSize,
49 Index size, Index otherSize,
54 Index cols = otherSize;
190 Index size, Index otherSize,
197 Index size, Index otherSize,
202 Index rows = otherSize;
48 run( Index size, Index otherSize, const Scalar* _tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
196 run( Index size, Index otherSize, const Scalar* _tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
/external/qemu/android/base/containers/
H A DStringVector.cpp112 size_t otherSize = other->size(); local
115 String::adjustMovedSlice(other->begin(), this->begin(), otherSize);
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DPrototype.java278 int otherSize = other.parameterTypes.size();
279 int size = Math.min(thisSize, otherSize);
292 if (thisSize < otherSize) {
294 } else if (thisSize > otherSize) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSpaceSplitString.cpp92 size_t otherSize = other.m_vector.size(); local
93 for (size_t i = 0; i < otherSize; ++i) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp503 int32_t otherSize = other.size() - 1; local
505 if (listSize - 1 - offset < otherSize) {
509 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) {
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp503 int32_t otherSize = other.size() - 1; local
505 if (listSize - 1 - offset < otherSize) {
509 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1615 milliseconds