OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipCount
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
TextUtilitiesTests.java
84
int[]
skipCount
= new int[1];
86
char c = TextUtilities.stripHtmlEntity("&", 0,
skipCount
);
88
assertEquals(0,
skipCount
[0]);
90
c = TextUtilities.stripHtmlEntity("&;", 0,
skipCount
);
92
assertEquals(0,
skipCount
[0]);
94
c = TextUtilities.stripHtmlEntity("&nosuch;", 0,
skipCount
);
96
assertEquals(0,
skipCount
[0]);
98
c = TextUtilities.stripHtmlEntity(" andmore;", 0,
skipCount
);
100
assertEquals(0,
skipCount
[0]);
102
c = TextUtilities.stripHtmlEntity("&#ABC", 0,
skipCount
);
[
all
...]
/packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java
114
int
skipCount
= 0;
123
if (
skipCount
+ offset > index) {
124
int subindex = mSkipCounts[which] + (index -
skipCount
);
127
skipCount
+= offset;
131
for (; true; ++
skipCount
) {
134
if (
skipCount
== index) {
176
int
skipCount
= 0;
180
if (
skipCount
+ offset > index) {
184
skipCount
+= offset;
216
int
skipCount
= 0
[
all
...]
/external/skia/tests/
skia_test.cpp
129
int
skipCount
= 0;
133
++
skipCount
;
144
count, failCount,
skipCount
);
/external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
TextUtilities.java
371
//
skipCount
is an array of a single int; that int is set inside stripHtmlEntity and is
375
int[]
skipCount
= new int[1];
428
c = stripHtmlEntity(text, i,
skipCount
);
429
i +=
skipCount
[0];
459
static /*package*/ char stripHtmlEntity(String text, int pos, int[]
skipCount
) {
463
skipCount
[0] = 0;
482
skipCount
[0] = entityLength;
498
skipCount
[0] = entityLength;
[
all
...]
/hardware/qcom/display/libhwcomposer/
hwc_utils.h
91
int
skipCount
;
346
return ctx->listStats[dpy].
skipCount
;
hwc_copybit.cpp
156
if(ctx->listStats[dpy].
skipCount
) {
hwc_utils.cpp
428
ctx->listStats[dpy].
skipCount
= 0;
445
ctx->listStats[dpy].
skipCount
++;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
Completed in 336 milliseconds