OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextSectionStart
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestActivity.java
135
int
nextSectionStart
= mAdapter.getPositionForSection(
137
if (
nextSectionStart
== position)
138
nextSectionStart
= mAdapter.getCount();
144
for (int i = position + 1; i <
nextSectionStart
; i++) {
152
for (int i = position + 1; i <
nextSectionStart
; i++) {
/libcore/dex/src/main/java/com/android/dex/
Dex.java
62
private int
nextSectionStart
= 0;
202
int limit =
nextSectionStart
+ maxByteCount;
205
sectionData.position(
nextSectionStart
);
208
nextSectionStart
= limit;
217
return
nextSectionStart
;
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
exif_encoder.js
160
var
nextSectionStart
= sectionStart + 2 + getWord(sectionStart + 2);
161
if (
nextSectionStart
<= sectionStart ||
162
nextSectionStart
> encodedImage.length)
170
range.from = range.to =
nextSectionStart
;
174
range.to =
nextSectionStart
;
176
sectionStart =
nextSectionStart
;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
exif_parser.js
109
var
nextSectionStart
= br.tell() + markLength;
132
br.seek(
nextSectionStart
, ByteReader.SEEK_BEG);
/prebuilts/runtime/common/dex/
dex-host-prebuilt.jar
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 41 milliseconds