Searched refs:ie (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/rs/
H A DrsFileA3D.cpp106 bool FileA3D::processIndex(Context *rsc, A3DIndexEntry *ie) argument
109 IO io(mData + ie->mOffset, mUse64BitOffsets);
111 LOGE("process index, type %i", ie->mType);
113 switch(ie->mType) {
115 processChunk_Element(rsc, &io, ie);
118 processChunk_ElementSource(rsc, &io, ie);
121 processChunk_Verticies(rsc, &io, ie);
124 processChunk_Mesh(rsc, &io, ie);
127 processChunk_Primitive(rsc, &io, ie);
133 return (ie
243 processChunk_Mesh(Context *rsc, IO *io, A3DIndexEntry *ie) argument
258 processChunk_Primitive(Context *rsc, IO *io, A3DIndexEntry *ie) argument
311 processChunk_Verticies(Context *rsc, IO *io, A3DIndexEntry *ie) argument
325 processChunk_Element(Context *rsc, IO *io, A3DIndexEntry *ie) argument
345 processChunk_ElementSource(Context *rsc, IO *io, A3DIndexEntry *ie) argument
[all...]
H A DrsFileA3D.h100 void processChunk_Mesh(Context *rsc, IO *io, A3DIndexEntry *ie);
101 void processChunk_Primitive(Context *rsc, IO *io, A3DIndexEntry *ie);
102 void processChunk_Verticies(Context *rsc, IO *io, A3DIndexEntry *ie);
103 void processChunk_Element(Context *rsc, IO *io, A3DIndexEntry *ie);
104 void processChunk_ElementSource(Context *rsc, IO *io, A3DIndexEntry *ie);
/frameworks/base/libs/rs/java/Film/src/com/android/film/
H A DFilmRS.java158 Element ie = Element.createPixel(mRS, Element.DataType.UNSIGNED_5_6_5, Element.DataKind.PIXEL_RGB);
159 mImages[0] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p01, ie, true);
160 mImages[1] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p02, ie, true);
161 mImages[2] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p03, ie, true);
162 mImages[3] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p04, ie, true);
163 mImages[4] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p05, ie, true);
164 mImages[5] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p06, ie, true);
165 mImages[6] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p07, ie, true);
166 mImages[7] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p08, ie, true);
167 mImages[8] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p09, ie, tru
[all...]
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java386 InflateException ie = new InflateException(attrs
390 ie.initCause(e);
391 throw ie;
397 InflateException ie = new InflateException(attrs
401 ie.initCause(e);
402 throw ie;
441 InflateException ie = new InflateException(attrs
444 ie.initCause(e);
445 throw ie;
448 InflateException ie
[all...]
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java508 InflateException ie = new InflateException(attrs.getPositionDescription()
511 ie.initCause(e);
512 throw ie;
518 InflateException ie = new InflateException(attrs.getPositionDescription()
521 ie.initCause(e);
522 throw ie;
530 InflateException ie = new InflateException(attrs.getPositionDescription()
533 throw ie;
581 InflateException ie = new InflateException(attrs.getPositionDescription()
583 ie
[all...]
/frameworks/base/cmds/dumpstate/
H A Dutils.c410 struct inotify_event ie; local
411 read(ifd, &ie, sizeof(ie));
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java170 } catch (InterruptedException ie) {
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java174 } catch (InterruptedException ie) {
/frameworks/base/core/java/android/os/
H A DDebug.java220 catch (InterruptedException ie) {}
245 catch (InterruptedException ie) {}
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java247 } catch(Exception ie) {

Completed in 160 milliseconds