Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 246) sorted by relevance

12345678910

/frameworks/base/core/java/android/util/
DLruCache.java170 V previous; in put() local
174 previous = map.put(key, value); in put()
175 if (previous != null) { in put()
176 size -= safeSizeOf(key, previous); in put()
180 if (previous != null) { in put()
181 entryRemoved(false, key, previous, value); in put()
185 return previous; in put()
232 V previous; in remove() local
234 previous = map.remove(key); in remove()
235 if (previous != null) { in remove()
[all …]
/frameworks/support/v4/java/android/support/v4/util/
DLruCache.java120 V previous; in put() local
124 previous = map.put(key, value); in put()
125 if (previous != null) { in put()
126 size -= safeSizeOf(key, previous); in put()
130 if (previous != null) { in put()
131 entryRemoved(false, key, previous, value); in put()
135 return previous; in put()
178 V previous; in remove() local
180 previous = map.remove(key); in remove()
181 if (previous != null) { in remove()
[all …]
/frameworks/base/core/java/android/net/http/
DAndroidHttpClientConnection.java320 CharArrayBuffer previous = null; in parseResponseHeader() local
338 if ((first == ' ' || first == '\t') && previous != null) { in parseResponseHeader()
351 previous.length() + 1 + current.length() - start > in parseResponseHeader()
355 previous.append(' '); in parseResponseHeader()
356 previous.append(current, start, current.length() - start); in parseResponseHeader()
358 if (previous != null) { in parseResponseHeader()
359 headers.parseHeader(previous); in parseResponseHeader()
362 previous = current; in parseResponseHeader()
370 if (previous != null) { in parseResponseHeader()
371 headers.parseHeader(previous); in parseResponseHeader()
/frameworks/base/sax/java/android/sax/
DChildren.java42 Child previous; in getOrCreate() local
51 previous = current; in getOrCreate()
57 previous.next = current; in getOrCreate()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseLockTest.java72 int previous = 0; in testLockFairness() local
77 previous = val - i; in testLockFairness()
79 assertTrue(previous == (val - i)); in testLockFairness()
/frameworks/av/media/libstagefright/codecs/aacdec/
Dsbr_update_freq_scale.cpp308 Int32 previous; in CalcBands() local
313 previous = start; in CalcBands()
328 diff[i-1] = current - previous; in CalcBands()
329 previous = current; in CalcBands()
/frameworks/base/docs/html/intl/ko/training/monitoring-device-state/
Dmanifest-receivers.jd7 previous.title=연결 상태 확인 및 모니터링
8 previous.link=connectivity-monitoring.html
Dconnectivity-monitoring.jd7 previous.title=도킹 상태와 유형 확인 및 모니터링
8 previous.link=docking-monitoring.html
Ddocking-monitoring.jd6 previous.title= 배터리 수준 및 충전 상태 모니터링
7 previous.link=battery-monitoring.html
/frameworks/base/docs/html/intl/zh-CN/training/monitoring-device-state/
Dmanifest-receivers.jd7 previous.title=确定和监控网络连接状态
8 previous.link=connectivity-monitoring.html
Dconnectivity-monitoring.jd7 previous.title=确定和监控基座对接状态和类型
8 previous.link=docking-monitoring.html
Ddocking-monitoring.jd6 previous.title= 监控电池电量和充电状态
7 previous.link=battery-monitoring.html
/frameworks/base/docs/html/intl/ja/training/monitoring-device-state/
Dmanifest-receivers.jd7 previous.title=接続状態の特定と監視
8 previous.link=connectivity-monitoring.html
Dconnectivity-monitoring.jd7 previous.title=ホルダーの装着状態とタイプの特定と監視
8 previous.link=docking-monitoring.html
Ddocking-monitoring.jd6 previous.title= 電池残量と充電状態の監視
7 previous.link=battery-monitoring.html
/frameworks/base/docs/html/intl/ru/training/monitoring-device-state/
Dmanifest-receivers.jd7 previous.title=Determining and Monitoring the Connectivity Status
8 previous.link=connectivity-monitoring.html
Dconnectivity-monitoring.jd7 previous.title=Determining and Monitoring the Docking State and Type
8 previous.link=docking-monitoring.html
Ddocking-monitoring.jd6 previous.title= Monitoring the Battery Level and Charging State
7 previous.link=battery-monitoring.html
/frameworks/av/services/audioflinger/
DFastMixer.cpp45 const FastMixerState *previous = &initial, *current = &initial; in threadLoop() local
107 ALOG_ASSERT(current == &initial && previous == &initial); in threadLoop()
135 previous = current; in threadLoop()
189 if (current != previous) { in threadLoop()
211 if ((format != previousFormat) || (frameCount != previous->mFrameCount)) { in threadLoop()
246 previousTrackMask = previous->mTrackMask; in threadLoop()
346 previous = current; in threadLoop()
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd6 previous.title=Create a Fragment
7 previous.link=creating.html
62 <a href="creating.html">previous lesson</a> with the {@code &lt;fragment>} element&mdash;you can add
80 href="creating.html">previous lesson</a> that shows only one fragment at a time. In order to replace
84 <p>Notice that the filename is the same as the layout file in the previous lesson, but the layout
108 <p>For example, here's how to add a fragment to the previous layout:</p>
124 // However, if we're being restored from a previous state,
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd6 previous.title=Stopping and Restarting an Activity
7 previous.link=stopping.html
46 system uses to restore the previous state is called the "instance state" and is a collection of
57 recreated, the state of the layout is automatically restored to its previous state. However, your
63 previous lessons. The method is {@link android.app.Activity#onSaveInstanceState
127 system is creating a new instance of your activity or recreating a previous one, you must check
129 then the system is creating a new instance of the activity, instead of restoring a previous one
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/
Dstderr.txt.expect2 <built-in>:1:9: note: previous definition is here
/frameworks/base/docs/html/training/design-navigation/
Dancestral-temporal.jd6 previous.title=Providing Descendant and Lateral Navigation
7 previous.link=descendant-lateral.html
46 system. All Android users expect the <em>Back</em> button to take them to the previous screen,
62 the <em>back stack</em></a>, or the list of previous screens, automatically. The <em>Back</em>
87 be taken to the parent screen in the hierarchy. This navigation step is usually the previous screen
99 …-child screen grouping, as discussed in a <a href="multiple-sizes.html">previous lesson</a>. Howev…
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java271 private GcSnapshot(GcSnapshot previous, RectF layerBounds, Paint_Delegate paint, int flags) { in GcSnapshot() argument
272 assert previous != null; in GcSnapshot()
273 mPrevious = previous; in GcSnapshot()
547 GcSnapshot previous = doRestore(); in doRestoreTo() local
550 return previous; in doRestoreTo()
552 return previous.doRestoreTo(size - 1, saveCount); in doRestoreTo()
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd8 previous.title=Loading Large Bitmaps Efficiently
9 previous.link=load-bitmap.html
115 android.os.AsyncTask} as demonstrated in the previous section. In order to be efficient with memory,
126 android.os.AsyncTask} from the previous section can be extended to follow a similar pattern.</p>
169 cancel the previous task by calling {@link android.os.AsyncTask#cancel cancel()}. In a small number
180 // Cancel previous task

12345678910