OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentLength
(Results
1 - 25
of
54
) 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);
/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/java/android/support/v4/app/
ShareCompat.java
352
int
currentLength
= currentAddresses != null ? currentAddresses.length : 0;
353
String[] finalAddresses = new String[
currentLength
+ add.size()];
356
System.arraycopy(currentAddresses, 0, finalAddresses, add.size(),
currentLength
);
[
all
...]
/external/icu/icu4c/source/i18n/
digitformatter.cpp
83
int32_t
currentLength
= appendTo.length();
87
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
...]
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/
aether-connector-basic-1.0.2.v20150114.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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/robolectric/v1/lib/main/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/sdk/apps/NotificationStudio/libs/
android-support-v4.jar
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
Completed in 769 milliseconds
1
2
3