HomeSort by relevance Sort by last modified time
    Searched full:currentlength (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/ManualTests/memory/
xhr-repeated-string-access.xml 13 var currentLength = xhr.responseText.length;
15 print((Math.round((currentLength / totalLength) * 10000) / 100) + '%');
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResizableIntArray.java 47 final int currentLength = mLength;
48 ensureCapacity(currentLength + 1);
49 mArray[currentLength] = val;
50 mLength = currentLength + 1;
116 final int currentLength = mLength;
117 final int newLength = currentLength + length;
119 System.arraycopy(src.mArray, startPos, mArray, currentLength, length);
  /external/clang/tools/clang-format/
clang-format-bbedit.applescript 23 set currentLength to length of contents of text document 1
24 select characters 1 thru currentLength of text document 1
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.h 42 int currentLength() const { return m_currentLength; }
XSSAuditor.cpp 597 for (size_t currentLength = 0; currentLength < decodedSnippet.length(); ++currentLength) {
598 UChar currentChar = decodedSnippet[currentLength];
603 decodedSnippet.truncate(currentLength);
HTMLEntityParser.cpp 127 if (entitySearch.mostRecentMatch()->length != entitySearch.currentLength()) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBuffer.h 170 unsigned currentLength = byteLength();
172 index = currentLength + index;
173 return clampValue(index, 0, currentLength);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 292 unsigned currentLength = computeLengthForSubmission(currentValue);
293 if (currentLength + computeLengthForSubmission(event->text()) < unsignedMaxLength)
302 ASSERT(currentLength >= selectionLength);
303 unsigned baseLength = currentLength - selectionLength;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 592 int currentLength = 0;
603 currentLength += text.length();
612 currentLength += text.length();
619 currentLength += text.length() - 2;
623 currentLength = 0;
639 if (currentLength >= JAVADOC_BREAK_LENGTH) {
641 currentLength = 0;
643 while (currentLength + s.length() > JAVADOC_BREAK_LENGTH) {
644 int pos = s.indexOf(' ', JAVADOC_BREAK_LENGTH - currentLength);
650 currentLength = 0
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 357 float currentLength = 0;
360 for (i = 0; i < taperPoints.length - 6 && currentLength < length; i += 3) {
363 currentLength += p.length();
365 currentLength -= p.length();
366 float leftLength = length - currentLength;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 228 unsigned currentLength = m_length;
231 return getBufferCharacters<CharType>() + currentLength;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 322 int currentLength = TextIterator::rangeLength(paragraphRange.get());
324 int currentEndOffset = currentLength;
402 if (lastIteration || totalLengthProcessed + currentLength >= totalRangeLength)
408 totalLengthProcessed += currentLength;
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp     [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 345 int currentLength = currentAddresses != null ? currentAddresses.length : 0;
346 String[] finalAddresses = new String[currentLength + add.size()];
349 System.arraycopy(currentAddresses, 0, finalAddresses, add.size(), currentLength);
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 530 public MeasureOutputStream(OutputStream stream, long currentLength) {
532 length = currentLength;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java     [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py 530 currentLength = len(bytes) + len(macBytes) + 1
532 paddingLength = blockLength-(currentLength % blockLength)
    [all...]
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 

Completed in 4742 milliseconds

1 2