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

/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DStringUtil.java33 * @param totalLen the total length of the padded string
36 public String padNum(long num, int totalLen) { argument
38 int len = totalLen - numStr.length();
50 * @param totalLen the total length of the padded string
53 public String padNumZero(long num, int totalLen) { argument
55 int len = totalLen - numStr.length();
67 * @param totalLen the total length of the padded string
70 public String padNum(int num, int totalLen) { argument
72 int len = totalLen - numStr.length();
84 * @param totalLen th
87 padNumZero(int num, int totalLen) argument
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp483 unsigned totalLen = nameLen + propsLen; local
485 totalLen++;
487 totalLen++;
488 if (totalLen + 5 >= pos)
490 pos -= totalLen;
499 temp[pos + totalLen - 1] = ' ';
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java749 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
751 for (int i = totalLen - 1; i >= pos; i--)
757 m_ops.setOp(OpMap.MAPINDEX_LENGTH,totalLen + length);
771 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
773 m_ops.setOp(totalLen, op);
774 m_ops.setOp(totalLen + OpMap.MAPINDEX_LENGTH, length);
775 m_ops.setOp(OpMap.MAPINDEX_LENGTH, totalLen + length);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java598 int totalLen = inputLen + buffered + (finalUsed ? modeBlockSize : 0);
602 totalLen += ((totalLen % modeBlockSize != 0) || isEncrypting())
605 return totalLen - (totalLen % modeBlockSize);
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp139 SkScalar totalLen = pts[1].fX - pts[0].fX; local
140 SkScalar temp = totalLen / srcIntervalLen;
142 *endingInt = totalLen - numFullIntervals * srcIntervalLen + phase;
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc1660 size_t totalLen = 0; local
1733 totalLen += cdlen;
1738 return (totalLen);
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp49 unsigned totalLen = len; local
60 path.ReleaseBuffer(totalLen);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 424 milliseconds