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

1 2 3

  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
ResizableIntArray.java 52 final int currentLength = mLength;
53 ensureCapacity(currentLength + 1);
54 mArray[currentLength] = val;
55 mLength = currentLength + 1;
122 final int currentLength = mLength;
123 final int newLength = currentLength + length;
125 System.arraycopy(src.mArray, startPos, mArray, currentLength, length);
  /packages/apps/Dialer/java/com/android/voicemail/impl/utils/
IndentingPrintWriter.java 40 private int currentLength;
110 currentLength++;
116 currentLength = 0;
120 if (wrapLength > 0 && currentLength >= wrapLength - indentLength) {
125 currentLength = lineEnd - lineStart;
133 currentLength = 0;
  /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...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
ShareCompat.java 281 int currentLength = currentAddresses != null ? currentAddresses.length : 0;
282 String[] finalAddresses = new String[currentLength + add.size()];
285 System.arraycopy(currentAddresses, 0, finalAddresses, add.size(), currentLength);
    [all...]
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.1.1/
asm-6.1.1.jar 
  /external/icu/icu4c/source/i18n/
digitformatter.cpp 85 int32_t currentLength = appendTo.length();
89 currentLength,
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp     [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 645 final int currentLength = builder.length();
648 builder.setSpan(expected[i], currentLength + 1, currentLength + 2, flags);
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/
aether-connector-basic-1.0.2.v20150114.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/26.2.0-alpha16/
manifest-merger-26.2.0-alpha16.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /external/robolectric/v1/lib/main/
android-support-v4.jar 

Completed in 556 milliseconds

1 2 3