Searched defs:last (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp212 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
214 Vector2 lastNormal = {current->y - last->y, last->x - current->x};
307 const Vertex* last = &(vertices[0]); local
309 Vector2 lastNormal = {current->y - last->y, last->x - current->x};
352 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
354 Vector2 lastNormal = {current->y - last->y, last->x - current->x};
498 // TODO: to support odd numbers of divisions, break here on the last iteratio
589 const Vertex* last = &(vertices[0]); local
657 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp1140 static int binarySearch(T const sortedArray[], int first, int last, EGLint key) argument
1142 while (first <= last) {
1143 int mid = (first + last) / 2;
1147 last = mid - 1;
/frameworks/rs/
H A DrsContext.cpp171 uint64_t last = mTimeLast; local
173 mTimers[mTimerActive] += mTimeLast - last;
/frameworks/base/tools/aapt/
H A DResource.cpp2678 const char* last = pkg.string(); local
2679 const char* s = last-1;
2682 if (s > last && (*s == '.' || *s == 0)) {
2683 String8 part(last, s-last);
2690 last = s+1;
/frameworks/av/services/audioflinger/
H A DThreads.cpp384 AUDIO_DEVICE_NONE, "NONE", // must be last
407 AUDIO_DEVICE_NONE, "NONE", // must be last
447 AUDIO_INPUT_FLAG_NONE, "NONE", // must be last
486 AUDIO_OUTPUT_FLAG_NONE, "NONE", // must be last
1343 // remove effect chain if removing last effect
2599 // chains list in order to be processed last as it contains output stage effects
2777 // the wake lock every time, but that causes the last offload buffer(s) to be
3832 // because we're about to decrement the last sp<> on those tracks.
3855 // during last round
4538 // Only consider last trac
4543 bool last = l.get() == track; local
5054 bool last = l.get() == track; local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp95 char16_t* last = dst + avail - 1; local
96 while (*src && (dst < last)) {
565 ALOGW("Bad string block: last string is not 0-terminated\n");
615 ALOGW("Bad string block: last style is not 0xFFFFFFFF-terminated\n");
1776 // The last three bits of the second char and the first two bits
5875 // Check if this one is less specific than the last found. If so,
/frameworks/native/services/inputflinger/
H A DInputReader.cpp3903 const RawState* last = mRawStatesPending.isEmpty() ? local
3926 assignPointerIds(last, next);
3932 last->rawPointerData.pointerCount,
3934 last->rawPointerData.touchingIdBits.value,
3936 last->rawPointerData.hoveringIdBits.value,
4112 // Copy current touch to last touch in preparation for the next cycle.
4369 // Update last coordinates of pointers that have moved so that we observe the new
4877 // Update last coordinates of pointers that have moved so that we observe the new
6146 void TouchInputMapper::assignPointerIds(const RawState* last, RawState* current) { argument
6148 uint32_t lastPointerCount = last
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java423 * These keep track of battery levels (1-100) at the last plug event and the last unplug event.
919 * boot, to the last time something interesting happened in the
931 * The run time of the last run of the system, as loaded from the
937 * The value of mTotalTime when unplug() was last called. Subtract
938 * this from mTotalTime to find the time since the last unplug from
1127 * The reported count from /proc/wakelocks when unplug() was last
1139 * The reported total_time from /proc/wakelocks when unplug() was last
1287 * The last time at which we updated the timer. This is in elapsed realtime microseconds.
1292 * The last duratio
1849 writeHistoryDelta(Parcel dest, HistoryItem cur, HistoryItem last) argument
1992 computeHistoryStepDetails(final HistoryStepDetails out, final HistoryStepDetails last) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 320 milliseconds

12