Searched refs:last (Results 1 - 25 of 95) sorted by relevance

1234

/frameworks/base/core/java/android/content/
H A DContentUris.java73 * Converts the last path segment to a long.
76 * stored in the last segment.
79 * @throws NumberFormatException if the last segment isn't a number
81 * @return the long conversion of the last segment or -1 if the path is
85 String last = contentUri.getLastPathSegment();
86 return last == null ? -1 : Long.parseLong(last);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.h24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_FillVLDBuffer.c49 * [in] last status of the last flag
66 OMX_U8 last,
87 /* If last is 1, fill the remaining elments of the buffer with zeros */
88 if (last == 1)
61 armVCM4P2_FillVLDBuffer( OMX_U32 storeRun, OMX_S16 * pDst, OMX_S16 storeLevel, OMX_U8 sign, OMX_U8 last, OMX_U8 * pIndex, const OMX_U8 * pZigzagTable ) argument
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c94 OMX_U8 last,start = 0; local
111 &last,
127 if (last == 0)
H A DarmVCM4P2_PutVLCBits.c60 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra)
61 * for last = 0
62 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra)
63 * for last = 1
67 * (considering last and inter/intra status) for last = 0
71 * (considering last and inter/intra status) for last = 1
73 * armVCM4P2_Huff_Tables_VLC.c for last == 0
74 * [in] pVlcTableL0 VLC table for last
123 OMX_U8 last = 0, first = 1, fMode; local
[all...]
H A DarmVCM4P2_DecodeVLCZigzag_intra.c95 OMX_U8 last = 0; local
135 &last,
151 if (last == 0)
H A DarmVCM4P2_FillVLCBuffer.c59 * [in] last status of the last flag
62 * (considering last and inter/intra status)
86 OMX_U8 last,
118 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
157 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
78 armVCM4P2_FillVLCBuffer( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_U32 run, OMX_S16 level, OMX_U32 runPlus, OMX_S16 levelPlus, OMX_U8 fMode, OMX_U8 last, OMX_U8 maxRunForMultipleEntries, const OMX_U8 *pRunIndexTable, const ARM_VLC32 *pVlcTable ) argument
/frameworks/base/tools/aapt2/link/
H A DPrivateAttributeMover.cpp28 const auto last = inputContainer.end(); local
30 if (newEnd == last) {
39 for (; first != last; ++first) {
52 inputContainer.erase(newEnd, last);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNoisyVelocityTracker.java71 MotionEventCopy last = null;
78 if (last != null) {
79 final float dt = (float) (event.t - last.t) / units;
80 final float dx = (event.x - last.x);
81 final float dy = (event.y - last.y);
91 if (event.t == last.t) {
101 last = event;
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListGetSelectedViewTest.java58 View last = mListView.getChildAt(1);
59 TouchUtils.clickView(this, last);
/frameworks/av/media/libeffects/loudness/common/core/
H A Dbyte_swapper.h44 char *first = &new_val, *last = first + kValSize - 1, x; local
45 for (; first < last; ++first, --last) {
46 x = *last;
47 *last = *first;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp875 pTcoef->last = (uint) tab->last; //(tab->val >> 16) & 1;
884 //if (((tab->run<<8)|(tab->level)|(tab->last<<16)) == VLC_ESCAPE_CODE)
922 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1;
926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20))
930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run];
974 pTcoef->last = (uint)tab->last; //(ta
[all...]
H A Dvlc_dequant.cpp69 int last, return_status; local
117 last = 1;/* 11/1/2000 let it slips undetected, just like
125 last = run_level.last;
131 last = 1;
162 while (!last);
395 int last, return_status; local
422 last = 1;/* 11/1/2000 let it slips undetected, just like
430 last = run_level.last;
520 int last, return_status; local
822 int last, return_status; local
1078 int last, return_status; local
[all...]
H A Dmp4lib_int.h66 uint timeInc; /* VOP time increment (relative to last mtb) */
160 uint last; member in struct:tagTcoef
184 uint8 last; member in struct:tagVLCtab2
/frameworks/base/libs/common_time/
H A Dutils.cpp88 Entry* last = NULL; local
91 last = &(mRingBuffer[(mWr + mSize - 1) % mSize]);
94 if ((NULL != last) && !last->s.compare(s)) {
95 gettimeofday(&(last->last_ts), NULL);
96 ++last->count;
142 " (repeated %d times, last was %s.%03ld)",
/frameworks/rs/
H A DrsList.h30 List() : last(nullptr), first(&firstBuffer.data.typed),
38 List(InputIterator first, InputIterator last) : List() { argument
39 for (InputIterator it = first; it != last; ++it) {
55 last = current;
113 T& back() const { return *last; }
119 T* last; member in class:android::renderscript::List
/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifestReader.java109 // if the last line break is missed, the line
145 int last = pos;
165 valueBuffer.write(buf, mark, last - mark);
176 last = pos;
179 valueBuffer.write(buf, mark, last - mark);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListener.java66 int last = firstCell + cellCount - 1;
67 mText.setText("Showing " + firstCell + "-" + last + "/" + itemCount);
/frameworks/base/tools/aapt2/
H A DResourceTable.cpp43 const auto last = packages.end(); local
44 auto iter = std::lower_bound(packages.begin(), last, name,
46 if (iter != last && name == (*iter)->name) {
75 const auto last = packages.end(); local
76 auto iter = std::lower_bound(packages.begin(), last, name,
78 if (iter != last && name == (*iter)->name) {
88 const auto last = types.end(); local
89 auto iter = std::lower_bound(types.begin(), last, type, lessThanType);
90 if (iter != last && (*iter)->type == type) {
97 const auto last local
106 const auto last = entries.end(); local
116 auto last = entries.end(); local
[all...]
/frameworks/base/core/java/android/os/
H A DFileUtils.java278 } else if (max < 0) { // "tail" mode: keep the last N
281 byte[] last = null;
284 if (last != null) rolled = true;
285 byte[] tmp = last; last = data; data = tmp;
290 if (last == null && len <= 0) return "";
291 if (last == null) return new String(data, 0, len);
294 System.arraycopy(last, len, last, 0, last
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DMessageThreadUtil.java254 SyncQueueItem last = mRoot;
255 while (last.next != null) {
256 last = last.next;
258 last.next = item;
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp40 char *last; local
43 char *pair = strtok_r(str, ";", &last);
62 pair = strtok_r(NULL, ";", &last);
/frameworks/rs/api/
H A DScanner.cpp154 size_t last = s->find('\"', first); local
155 if (last == string::npos) {
158 *documentation = s->substr(first, last - first);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFocusManager.java120 * Requests focus on the item that last had focus. Scrolls to that item if necessary.
138 * @return The adapter position of the last focused item.
181 // around to the last visible item.
187 // Stop forward focus search at the last item, otherwise focus will wrap
224 * <li>The first (or last) item, if paging up (or down) would go past those limits.
232 int last = mLayout.findLastVisibleItemPosition();
234 int pageSize = last - first + 1;
248 if (current < last) {
249 // If the current item isn't the last item, target the last ite
[all...]
/frameworks/base/services/core/java/com/android/server/job/
H A DJobPackageTracker.java337 DataSet last = mCurDataSet;
338 last.mSummedTime = totalTime;
340 last.finish(mCurDataSet, now);
342 mLastDataSets[0] = last;
393 PackageEntry last = mLastDataSets[0] != null ? mLastDataSets[0].getEntry(uid, pkg) : null;
394 if (cur == null && last == null) {
403 if (last != null) {
404 time += last.getActiveTime(now) + last.getPendingTime(now);

Completed in 1425 milliseconds

1234