Searched defs:scrap (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp211 char scrap[SIZE]; local
224 strncpy(scrap, name, index);
225 scrap[index] = 0;
226 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
227 //ALOGD_IF(f, "found <%s> instead", scrap);
234 snprintf(scrap, SIZE, "%sOES", name);
235 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
236 //ALOGD_IF(f, "found <%s> instead", scrap);
/frameworks/base/core/java/android/widget/
H A DAbsListView.java2224 * the returned view was taken from the scrap heap, false if otherwise.
2243 // If we failed to re-bind the data, scrap the obtained view.
2258 // Failed to re-bind the data, return scrap to the heap.
2734 // Detach any view left in the scrap heap
6164 // Pretend they went through the scrap heap
6416 * scrap heap.
6446 * inside the RecycleBin's scrap heap. This listener is used to free resources
6454 * Indicates that the specified View was moved into the recycler's scrap heap.
6519 final ArrayList<View> scrap = mCurrentScrap;
6520 final int scrapCount = scrap
6687 addScrapView(View scrap, int position) argument
[all...]

Completed in 181 milliseconds