Searched refs:dat (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DColorCube.java54 int dat[] = new int[sx * sy * sz];
62 dat[z*sy*sx + y*sx + x] = v;
67 mCube.copyFromUnchecked(dat);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DColorCube.java46 int dat[] = new int[sx * sy * sz];
54 dat[z*sy*sx + y*sx + x] = v;
59 mCube.copyFromUnchecked(dat);
/frameworks/base/tools/aapt/
H A DStringPool.cpp435 void* dat = (void*)pool->editData(preSize + strPos + totalSize); local
436 if (dat == NULL) {
440 dat = (uint8_t*)dat + preSize + strPos;
442 uint8_t* strings = (uint8_t*)dat;
450 uint16_t* strings = (uint16_t*)dat;
464 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos); local
465 if (dat == NULL) {
469 memset(dat+preSize+strPos, 0, padPos-strPos);
483 uint8_t* dat local
505 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra); local
[all...]
/frameworks/rs/
H A DrsThreadIO.cpp100 void ThreadIO::setTimeoutCallback(void (*cb)(void *), void *dat, uint64_t timeout) { argument
101 //mToCore.setTimeoutCallback(cb, dat, timeout);

Completed in 84 milliseconds