OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullLength
(Results
1 - 13
of
13
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java
104
int
fullLength
= ((direction & 1) == 0) ? getWidth() : getHeight();
105
mEffect[direction].onPull((float)offset /
fullLength
);
/external/icu/icu4c/source/common/
ucase.cpp
247
int32_t idx, closureLength,
fullLength
, length;
274
GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe,
fullLength
);
279
fullLength
&=0xffff; /* bits 16 and higher are reserved */
282
pe+=
fullLength
&UCASE_FULL_LOWER;
283
fullLength
>>=4;
286
length=
fullLength
&0xf;
293
fullLength
>>=4;
294
pe+=
fullLength
&0xf;
295
fullLength
>>=4;
296
pe+=
fullLength
;
[
all
...]
/frameworks/av/media/mtp/
MtpDevice.cpp
708
const uint32_t
fullLength
= mData.getContainerLength();
709
if (
fullLength
< MTP_CONTAINER_HEADER_SIZE) {
710
ALOGE("
fullLength
is too short: %d",
fullLength
);
713
const uint32_t length =
fullLength
- MTP_CONTAINER_HEADER_SIZE;
715
ALOGE("readObject error length: %d",
fullLength
);
/frameworks/base/obex/javax/obex/
ObexHelper.java
744
int
fullLength
= 0;
751
while ((
fullLength
< maxSize) && (index < headerArray.length)) {
753
lastLength =
fullLength
;
771
fullLength
+= length + 3;
778
fullLength
+= 2;
784
fullLength
+= 5;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java
297
int index, closureLength,
fullLength
, length;
325
fullLength
=(int)value;
330
fullLength
&=0xffff; /* bits 16 and higher are reserved */
333
excOffset+=
fullLength
&FULL_LOWER;
334
fullLength
>>=4;
337
length=
fullLength
&0xf;
344
fullLength
>>=4;
345
excOffset+=
fullLength
&0xf;
346
fullLength
>>=4;
347
excOffset+=
fullLength
;
[
all
...]
/external/icu/icu4c/source/i18n/
uregex.cpp
694
int32_t
fullLength
= endIx - startIx;
695
int32_t copyLength =
fullLength
;
711
return
fullLength
;
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java
293
int index, closureLength,
fullLength
, length;
321
fullLength
=(int)value;
326
fullLength
&=0xffff; /* bits 16 and higher are reserved */
329
excOffset+=
fullLength
&FULL_LOWER;
330
fullLength
>>=4;
333
length=
fullLength
&0xf;
340
fullLength
>>=4;
341
excOffset+=
fullLength
&0xf;
342
fullLength
>>=4;
343
excOffset+=
fullLength
;
[
all
...]
/prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 4142 milliseconds