Searched defs:tmp (Results 1 - 25 of 213) sorted by last modified time

123456789

/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DDiffUtilTest.java246 public void tmp() { method in class:DiffUtilTest
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp518 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z); local
519 if (tmp != nullptr)
520 memcpy(tmp, ptr, e->getSizeBytes());
900 ObjectBaseRef<const ProgramVertex> tmp(rsc->getProgramVertex());
912 rsc->setProgramVertex((ProgramVertex *)tmp.get());
/frameworks/rs/
H A DrsCppUtils.cpp43 std::string tmp; local
46 tmp.append(" ");
48 tmp.append(strs[i]);
50 return strndup(tmp.c_str(), tmp.size());
H A DrsFont.cpp516 uintptr_t tmp[4]; local
517 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
518 tmp[1] = (uintptr_t)inputType.get();
519 tmp[2] = RS_PROGRAM_PARAM_TEXTURE_TYPE;
520 tmp[3] = RS_TEXTURE_2D;
527 tmp, 4);
H A DrsMatrix4x4.h65 Matrix4x4 tmp; local
66 tmp.loadRotate(rot, x, y, z);
67 multiply(&tmp);
70 Matrix4x4 tmp; local
71 tmp.loadScale(x, y, z);
72 multiply(&tmp);
75 Matrix4x4 tmp; local
76 tmp.loadTranslate(x, y, z);
77 multiply(&tmp);
H A DrsProgramFragment.cpp114 uintptr_t tmp[2]; local
115 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
116 tmp[1] = (uintptr_t)inputType.get();
121 nullptr, 0, nullptr, tmp, 2);
H A DrsProgramVertex.cpp198 uintptr_t tmp[4]; local
199 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
200 tmp[1] = (uintptr_t)inputType.get();
201 tmp[2] = RS_PROGRAM_PARAM_INPUT;
202 tmp[3] = (uintptr_t)attrElem.get();
205 nullptr, 0, nullptr, tmp, 4);
H A DrsScriptC_Lib.cpp90 tm *tmp = localtime(timer); local
91 memcpy(local, tmp, sizeof(int)*9);
H A DrsStream.cpp36 uint64_t tmp; local
39 tmp = reinterpret_cast<const uint64_t *>(&mData[mPos])[0];
41 return tmp;
H A DrsStream.h33 float tmp = reinterpret_cast<const float *>(&mData[mPos])[0]; local
35 return tmp;
39 int32_t tmp = reinterpret_cast<const int32_t *>(&mData[mPos])[0]; local
41 return tmp;
45 uint32_t tmp = reinterpret_cast<const uint32_t *>(&mData[mPos])[0]; local
47 return tmp;
51 uint16_t tmp = reinterpret_cast<const uint16_t *>(&mData[mPos])[0]; local
53 return tmp;
56 uint8_t tmp = reinterpret_cast<const uint8_t *>(&mData[mPos])[0]; local
58 return tmp;
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dinstructions.h122 T tmp; local
123 if (!DeserializeExactlyOne(IS, &tmp)) {
126 operands->push_back(tmp);
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp491 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z); local
492 if (tmp != nullptr) memcpy(tmp, ptr, e->getSizeBytes());
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/cmds/cmd/
H A Dcmd.cpp81 security_context_t tmp = NULL; local
82 int ret = getfilecon(fullPath.string(), &tmp);
83 Unique_SecurityContext context(tmp);
/frameworks/native/cmds/installd/
H A Dinstalld.cpp150 char* tmp = local
157 for(; *tmp; tmp++) {
158 if (*tmp == '/') {
159 *tmp = '@';
H A Dutils.cpp140 const char* tmp = _tmp.c_str(); local
141 if (strlen(tmp) >= PKG_PATH_MAX) {
145 strcpy(path, tmp);
155 return "/data/local/tmp";
/frameworks/native/include/binder/
H A DParcel.h672 sp<IBinder> tmp; local
673 status_t ret = readStrongBinder(&tmp);
676 *val = interface_cast<T>(tmp);
688 sp<IBinder> tmp; local
689 status_t ret = readNullableStrongBinder(&tmp);
692 *val = interface_cast<T>(tmp);
694 if (val->get() == nullptr && tmp.get() != nullptr) {
/frameworks/native/libs/binder/
H A DParcel.cpp1854 int32_t tmp; local
1855 status_t ret = readInt32(&tmp);
1856 *pArg = (tmp != 0);
1867 int32_t tmp; local
1868 status_t ret = readInt32(&tmp);
1869 *pArg = char16_t(tmp);
1880 int32_t tmp; local
1881 status_t ret = readInt32(&tmp);
1882 *pArg = int8_t(tmp);
/frameworks/native/libs/binder/include/binder/
H A DParcel.h672 sp<IBinder> tmp; local
673 status_t ret = readStrongBinder(&tmp);
676 *val = interface_cast<T>(tmp);
688 sp<IBinder> tmp; local
689 status_t ret = readNullableStrongBinder(&tmp);
692 *val = interface_cast<T>(tmp);
694 if (val->get() == nullptr && tmp.get() != nullptr) {
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp542 GLfloat tmp[4][4]; local
545 memcpy(tmp, src, sizeof(GLfloat)*16);
551 if (fabs(tmp[j][i]) > fabs(tmp[i][i])) {
559 t = tmp[i][k];
560 tmp[i][k] = tmp[swap][k];
561 tmp[swap][k] = t;
569 t = 1.0f / tmp[i][i];
571 tmp[
[all...]
/frameworks/native/services/sensorservice/
H A DRingBuffer.h195 iterator tmp{mPtr, mSize, mPos, mCtr};
197 return tmp;
239 const_iterator tmp{mPtr, mSize, mPos, mCtr};
241 return tmp;
305 size_t tmp = (mBuffer.size() == 0) ? 0 : mBuffer.size() - 1; local
306 return iterator(mBuffer.data(), mBuffer.size(), (mFrontIdx == 0) ? tmp : mFrontIdx - 1, 0);
317 size_t tmp = (mBuffer.size() == 0) ? 0 : mBuffer.size() - 1; local
319 (mFrontIdx == 0) ? tmp : mFrontIdx - 1, 0);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp572 float tmp = xPos; local
574 yPos = tmp * dfH / dfW;
/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. ...
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h161 Self tmp = *this; local
163 return tmp;
224 Self tmp = *this; local
226 return tmp;
235 Self tmp = *this; local
237 return tmp;

Completed in 351 milliseconds

123456789