OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numSections
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpAdapter.java
168
int
numSections
= getSections().length;
169
if (section >=
numSections
) {
170
section =
numSections
- 1;
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java
107
int
numSections
= mSections.size();
109
for (int i = 0; i <
numSections
; i++) {
148
int
numSections
= mSections.size();
149
for (int i = 0; i <
numSections
; i++) {
181
int
numSections
= sections.size();
182
for (int i = 0; i <
numSections
; i++) {
206
int
numSections
= sections.size();
207
for (int i = 0; i <
numSections
; i++) {
ContactFragment.java
315
final int
numSections
= mSections.size();
316
for (int i = 0; i <
numSections
; i++) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SectionedAlbumDataAdapter.java
68
int
numSections
= 0;
76
numSections
++;
80
if (DEBUG) Log.i(TAG, "
numSections
= " +
numSections
);
81
sections = new int[
numSections
];
82
numSections
= 0;
89
sections[
numSections
] = i;
90
numSections
++;
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
564
const int
numSections
= 5;
567
int sectionStarts[
numSections
+1];
568
int sectionLens[
numSections
];
569
deUint64 sectionTimes[
numSections
];
573
for (int sectionNdx = 0; sectionNdx <
numSections
; ++sectionNdx)
574
sectionStarts[sectionNdx] = deAlign32((numBytes * sectionNdx /
numSections
), sectionAlign);
575
sectionStarts[
numSections
] = numBytes;
577
for (int sectionNdx = 0; sectionNdx <
numSections
; ++sectionNdx)
589
for (int sectionNdx = 0; sectionNdx <
numSections
; ++sectionNdx)
604
if (sectionNdx !=
numSections
-1 && (float)sectionTimes[sectionNdx] > 1.5f * bestTime
[
all
...]
Completed in 866 milliseconds