HomeSort by relevance Sort by last modified time
    Searched refs:otherSize (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 117 int otherSize = other.size();
118 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
129 if (thisSize < otherSize) {
131 } else if (thisSize > otherSize) {
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 117 int otherSize = other.size();
118 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
129 if (thisSize < otherSize) {
131 } else if (thisSize > otherSize) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java 71 int otherSize = other.size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
CatchHandlerList.java 143 int otherSize = other.size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 71 int otherSize = other.size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
CatchHandlerList.java 145 int otherSize = other.size();
146 int checkSize = Math.min(thisSize, otherSize);
157 if (thisSize < otherSize) {
159 } else if (thisSize > otherSize) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ThumbnailCache.java 87 Point otherSize = sizeMap.higherKey(size);
88 if (otherSize != null) {
89 cacheKey = sizeMap.get(otherSize);
94 return Result.obtain(Result.CACHE_HIT_LARGER, otherSize, entry);
100 otherSize = sizeMap.lowerKey(size);
101 if (otherSize != null) {
102 cacheKey = sizeMap.get(otherSize);
107 return Result.obtain(Result.CACHE_HIT_SMALLER, otherSize, entry);
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
Size.java 126 final Size otherSize = (Size) other;
127 return (width == otherSize.width && height == otherSize.height);
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix_BLAS.h 52 Index size, Index otherSize, \
56 BlasIndex m = convert_index<BlasIndex>(size), n = convert_index<BlasIndex>(otherSize), lda, ldb; \
105 Index size, Index otherSize, \
109 BlasIndex m = convert_index<BlasIndex>(otherSize), n = convert_index<BlasIndex>(size), lda, ldb; \
TriangularSolverMatrix.h 42 Index size, Index otherSize,
49 Index size, Index otherSize,
54 Index cols = otherSize;
192 Index size, Index otherSize,
199 Index size, Index otherSize,
204 Index rows = otherSize;
  /packages/apps/Camera2/src/com/android/camera/util/
Size.java 137 Size otherSize = (Size) other;
138 return otherSize.width == this.width && otherSize.height == this.height;
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 274 int otherSize = other.parameterTypes.size();
275 int size = Math.min(thisSize, otherSize);
288 if (thisSize < otherSize) {
290 } else if (thisSize > otherSize) {
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 306 int otherSize = other.parameterTypes.size();
307 int size = Math.min(thisSize, otherSize);
320 if (thisSize < otherSize) {
322 } else if (thisSize > otherSize) {
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
GeneratedMessageLite.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
NotificationActionListLayout.java 117 final int otherSize = mMeasureOrderOther.size();
125 if (i < otherSize) {
128 c = mMeasureOrderTextViews.get(i - otherSize).second;
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
GridLayoutManager.java 599 final float otherSize = 1f * mOrientationHelper.getDecoratedMeasurementInOther(view)
601 if (otherSize > maxSizeInOther) {
602 maxSizeInOther = otherSize;
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 502 int32_t otherSize = other.size() - 1;
504 if (listSize - 1 - offset < otherSize) {
508 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 644 final long otherSize = totalMiscSize + totalDownloadsSize + unaccountedSize;
650 updatePreference(otherItem, otherSize);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 461 milliseconds

1 2 3 4