Home
last modified time | relevance | path

Searched refs:indexes (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DarmVCM4P2_SetPredDir_s.s38 ; * 14496-2. Furthermore, indexes 6 to 9 indicate the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DarmVCM4P2_SetPredDir_s.s38 ; * 14496-2. Furthermore, indexes 6 to 9 indicate the
/frameworks/base/docs/html/training/app-indexing/
Denabling-app-indexing.jd26 …072?hl=en" class="external-link" target="_blank">Googlebot</a>), which crawls and indexes web sites
92 file. When Googlebot indexes your app content, your app might make HTTP
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd346 <h3 id="DefineConstants">Define constants for the Cursor column indexes</h3>
350 for the indexes of the {@link android.database.Cursor} columns, because the indexes are
555 Define constants for the Cursor column indexes.
558 the projection is the same, so you can use the same indexes for the Cursor.
753 Define constants for the Cursor column indexes.
757 same column indexes as well.
Ddisplay-contact-badge.jd548 * column indexes in the Cursor. The index is
/frameworks/base/docs/html/training/secure-file-sharing/
Dretrieve-info.jd98 * Get the column indexes of the data in the Cursor,
/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd224 related. Android Beam file transfer indexes the media files it transfers by running Media
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2145 int indexes = src.readInt(); in readHistoryDelta() local
2146 int wakeLockIndex = indexes&0xffff; in readHistoryDelta()
2147 int wakeReasonIndex = (indexes>>16)&0xffff; in readHistoryDelta()