OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectionLength
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
uspoof_impl.cpp
805
int32_t
sectionLength
;
818
sectionLength
= ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
819
ds->swapArray32(ds, inBytes+sectionStart,
sectionLength
, outBytes+sectionStart, status);
823
sectionLength
= ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
824
ds->swapArray16(ds, inBytes+sectionStart,
sectionLength
, outBytes+sectionStart, status);
828
sectionLength
= ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
829
ds->swapArray16(ds, inBytes+sectionStart,
sectionLength
, outBytes+sectionStart, status);
833
sectionLength
= ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
834
ds->swapArray16(ds, inBytes+sectionStart,
sectionLength
, outBytes+sectionStart, status);
838
sectionLength
= ds->readUInt32(spoofDH->fAnyCaseTrieLength)
[
all
...]
/frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp
[
all
...]
/frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp
807
size_t
sectionLength
= 0;
824
if (section == NULL ||
sectionLength
< strLength) {
827
sectionLength
= strLength;
848
const char *keyTagName = key +
sectionLength
+ 1; // x.y.z -> z
849
if (
sectionLength
+ 1 >= keyLength) {
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java
322
int
sectionLength
=
324
if (pos +
sectionLength
> data.length()) {
330
parseSection(Arrays.copyOfRange(data.buffer(), pos, pos +
sectionLength
));
331
pos +=
sectionLength
;
[
all
...]
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
Completed in 154 milliseconds